Drupal website specialists.

Blog

Monday, 13 July, 2009 - 00:00

Slow running WAMP server on Windows Vista

Serving up a web page on my local websrver for developing was super slow. I...

Monday, 21 July, 2008 - 00:00

Automatically switch Symfony front web controllers using .htaccess

Ok here's a quick tutorial on how to enable application switching in Symfony...

Monday, 21 July, 2008 - 00:00

Simple cache management class for Symfony

<?php class nbCacheManager {   static $cache_dirs = array...

Sunday, 20 July, 2008 - 00:00

Enabling and configuring SSL for Apache 2.2 under Windows WAMP server...

WAMP Server 2.0 comes with openssl so we need to create a self signing SSL...

Saturday, 19 July, 2008 - 00:00

Symfony platform specific config.php (windows and linux)

Unix: <?php   // symfony directories $sf_symfony_lib_dir = '/usr/share...

Saturday, 19 July, 2008 - 00:00

CSS and HTML must-haves

Use the following doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN...

Saturday, 19 July, 2008 - 00:00

Making forms with Symfony :: partial layout example

Example using symfony form helpers: <fieldset> <legend>Personal...

Saturday, 19 July, 2008 - 00:00

Liquid rounded corners with CSS

Here's a basic example of doing liquid rounded corners: <div class="...

Saturday, 19 July, 2008 - 00:00

Configuring Apache directives for Symfony on WAMP

The following directive need to be added to your sites VirtualHost entry in...

Saturday, 19 July, 2008 - 00:00

Enabling min-height in your css for Internet Explorer

Your code is like this: <div id="box"></div> and you want...