Entries tagged: drupal

Jul 01

Programmable screencasts

Jun 05

gmaplocation - Drupal module for geographic location via Google Maps

The gmaplocation is Drupal 5.7 module that allow displaying of your geographic location via Google Maps. It has following features: * show Google Maps with marker on your location * editor can drag marker to fine-tune position in case when geolocating from address is not accurate * creates a block with static image of map and link to gmaplocationpage Here are some screenshoots of gmaplocation in action: !/assets/source.mihelac.org/2008/6/5/gmaplocation.png! gmaplocation page and static block in right sidebar

May 13

Static variables and unset()

May 08

Drupal - replace colors in buttons with color.module

!/assets/2008/5/8/color-module-example_2.gif! Drupal Color.module allows the admin to change the color scheme of a theme completely. Color module basically fill viewport with 5 choosen colors, layout transparent PNG on it and then makes image slices and update CSS with this colors. I would like to share some code that customize color.module further. After color scheme is choosen specified images would be copied and colors updated to reflect current color scheme. This is especially useful for creating buttons that should be color aware.

Apr 22

Drupal Forms - First argument is expected to be a valid callback