Syndicate content

Modules

26Apr2009
psynaptic's picture

Installing PECL uploadprogress Extension for Drupal FileField 3.0 Module

Author: psynaptic

FileField and ImageField 3.0 have just been released and bring with them the ability to display an upload progress meter in the FileField widget while a file is being uploaded. As ImageField uses the FileField widget this works for ImageFields too.

The original article FileField and ImageField 3.0 for Drupal 6 Released points out:

Probably the most exciting improvement is the addition of upload progress indication. This enhancement requires the PECL uploadprogress PHP extension, but adds a real asset to sites that use FileField for podcasts, videos, or other large files.

It took me a while to figure out how to install this extension so I thought I'd do a quick post about it. These instructions are probably valid for other PECL extensions but since this is the only one I have installed I wouldn't like to say for sure.

9Jan2009
psynaptic's picture

Drupal Beautify Module Released

Author: psynaptic

I've been painfully aware that the formatting of the HTML output of the Drupal sites we've been building are not up to the high standards we set for ourselves here at Freestyle Systems. The pages do validate against XHTML 1.0 Strict but Drupal doesn't make it easy for the developer to format the final HTML code that's output to the browser in a neat and tidy fashion.

2Jun2008
psynaptic's picture

Shadowbox Module Backported to Drupal 5

A lot of people have been eager for a Drupal 5 version of Shadowbox so I thought I'd spread the word that there is now a Shadowbox 5.x-1.x-dev version available! You can download it from the Shadowbox project page.

There were originally problems getting Shadowbox to work with earlier version of jquery_update but those issues have now been solved thanks to the jquery_update maintainers.

25Apr2008
psynaptic's picture

Drupal Shadowbox Module Released

Shadowbox.js is a modal media viewer application that enables web content to be displayed in an interface overlaid on the originating page.