Welcome to Freestyle Systems

Freestyle Systems specialise in Web Design, Content Management and E-Commerce using Drupal, an open source content management system. We are based in Middlesbrough, UK.

We have a lot of experience delivering websites, web applications and tools to help businesses and organisations become more productive. We know what it takes to make your project a success.

Get in touch to see how we can help, or if you already have an idea of what you require, please use our simple form to submit the details of your project.

Featured Client

Recent Blog Posts

5Dec2009
psynaptic's picture

Migrating Development of a TextMate Bundle to GitHub

Author: psynaptic

Development of TextMate bundles has recently migrated from svn to git but since the PHP Drupal bundle is still in Review status it wasn't migrated with the other bundles.

These instructions are intended for bundle maintainers in the same situation to ease the process of migrating your TextMate bundles to GitHub.

Let's get started...

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.