This is the blog of web developer and designer Andy Walpole.

Create and do what is new, through and through.


Drupal Association membership badge

A Blog in Suburban Glory: Web Design Ideas and Inspiration

Have you seen the elePHPants?
Fri 4th Dec 2009

Lets loose from the Code Zoo elePHPants have been spotted all over world, roaming and looking for an Apache pasture to graze on.

They were seen in November in Munich, Barcelona in October, in Rio de Janeiro in July and is supposedly due to be seen at the Business Design Centre in London on ...

How to dramatically compress your CSS and Javascript files by using PHP
Fri 21st Aug 2009

This is a method that I use to shrink Javascript or CSS files using PHP. You don't need any knowledge of PHP to try this out as you can just cut'n'paste the required code.

I've used it quite a few times now and it will compress your file by around 50%. Which, if your CSS file is over 1,000 ...

Using PHP to validate an RSS feed URL.
Tue 18th Aug 2009

I'm just working on a script at the moment that allows users to submit a blog URL and the blog RSS feed.

To check whether the submitted URL is a properly formatted address I use FILTER_VALIDATE_URL but there is no such filter function for RSS feeds.

So after putting on m...

Creating a multi-column layout with PHP and tables or CSS.
Sat 8th Aug 2009

There are many reasons why data from a database needs to be presented in an attractive multi-column layout. It may be that you have a list of user names or site editors and contributors to display, or a list of categories for visitors to browse.

It is for the latter case that I needed both ...

So you want to learn PHP?
Sat 16th May 2009

PHP is probably the world's most popular web development language. Started in the mid-90s in Israel and derived from the PERL language, it is used by thousands of web developers and is the constituent basis of millions of existing websites.

There are other languages in use such as Python, R...

+ + + + + +