ImageField Drupal 6 module description
ImageField provides image upload capability to a CCK field. Based on CCK, ImageField is an alternative to legacy image handling tools. It offers features like multiple images per node, resolution constraints, default images, and enhanced support for Views.
ImageField does not provide built-in thumbnail generation but complements the incredibly powerful image generation module ImageCache.
ImageField is associated with:
ImageCache Drupal 6 module description
ImageCache has been moved into the core in Drupal 7. ImageCache allows you to set presets for image processing. If an ImageCache derivative doesn’t exist, a server rewrite rule passes the request to Drupal, which in turn forwards it to ImageCache for dynamic file generation.
ImageCache requires that you:
Image API, Image GD, ImageMagick Drupal modules description
This API interface is intended as a replacement for the image APIs provided by image.inc
. You do not need to install this module unless another module requires it. It does not add new features to your Drupal site — it only provides an API that other modules can use. Currently, GD2 and ImageMagick are supported and bundled with ImageAPI.
Note: Requires PHP5!
Differences from Drupal core’s image.inc
:
Date, Date Repeat Field, Date All Day Drupal module description
This package provides a flexible Date/Time field, similar to the Date field and Date API used by other modules.
For Drupal versions 5 and 6, the Date field requires a set of CCK modules. In Drupal 7 core, it works by default.
Most of the Calendar module’s functionality comes from the Date module. Therefore, whenever you update the Calendar module, make sure you also update the Date module to the latest version.
Useful information
In this section I will collect articles that do not fit into existing sections, but are very interesting.
Drupal and Multi-Domain Sites
Recently, multi-domain websites have become increasingly popular. For mobile devices, we create a separate domain; for the site's API, we also create a domain. The ability to host part of the site’s functionality on a subdomain allows us to use new features while sharing the same user base and node data with the main site. For example, we have example.org, and for it we create: api.example.org, pda.example.org, and so on.
As you might have guessed, Drupal allows us to implement multi-domain websites without much effort. There are various ways to use Drupal for this:
Installing CURL on Denwer
Some modules may require the cURL library to work. In this article, we’ll go over how to install it on Denwer. The base Denwer package does not include the cURL library, but we can easily add it to PHP.
How to Backup and Restore MySQL Database
If you store data in a MySQL database and want to avoid losing it, you should regularly create backups. This article will teach you how to quickly back up and restore MySQL databases via the command line. You’ll also learn how to transfer data to another server.
Corporate website
Corporate Website differs from a regular web page primarily by having multiple user areas designed for different target groups. Typically, a corporate site includes three such areas (or zones): a public zone (for all internet users), an internal area for use by company employees (accessible only via password), and a site administration (management) zone. However, the number of such “areas” can be much larger, depending on the company's structure and operations. For example, a corporate website of a trading firm might include an online store and a management module.
Company website
Business Card Website — a small website, usually consisting of several web pages, containing key information about a commercial or non-commercial organization, individual, company, products or services, price lists, contact details, and a feedback form.