As the owners of Clear Media UK Ltd, our web development company, my partner and I are constantly looking for ways to increase our productivity and improve the quality of our code. For a while we were creating vast single CSS documents for each website, and writing all sorts of CSS hacks to ensure our websites [...]
Entries Tagged as 'Web Development'
Cascade – Another CSS Framework
November 3rd, 2008 · 2 Comments · CSS, Web Development
Tags: cascade·css framework
Scary PHP Functions You Should Disable
November 3rd, 2008 · 1 Comment · Computer Security, Server Administration, Web Development
A few months back we completed a security update on one of our main servers and whilst we were performing the update we realised that there is a distinct lack of information out there concerning the security of PHP functions, and no good lists of functions that should be banned or switched off. When you install PHP, [...]
Tags: disable functions·php functions·php security
Creating A New Subversion User on Windows
November 3rd, 2008 · No Comments · Server Administration, Web Development
This post assumes that you’ve installed Subversion on a Windows server, if you haven’t I’m planning on writing a detailed post about how to install Subversion and get it all up and running so I’ll try and get that done asap. It also pretty much assumes that you are using the Wonderful (yes that’s a capital [...]
Tags: subversion·svn·users
Centering Web Pages
November 1st, 2008 · No Comments · Web Development
Ever made an amazing CSS website firmly centred on the page, only to find out that it doesn’t work properly? No, of course you haven’t. Well unfortunately I have. With most of the CSS centring techniques I’ve seen, when your visitors resize their browser, or are using 800 x 600 screens, the top of your [...]
Tags: center·centering·css·html
Add background images to HTML Emails in Outlook 2003
November 1st, 2008 · No Comments · Emails, Web Development
Yes it’s possible, here’s how – just add <img src=”yourimg.gif” style=”display:none;”> to the bottom of your email. Somehow this allows Outlook to figure out the image it’s supposed to use for the background image. However, even though this technique works for Outlook 2003, I’ve not tested it on any other PC email client. This technique [...]
Tags: html emails