I'm a Website Developer & Designer living near the sea in the North East of England, and working in Newcastle-upon-Tyne.
Sep 28, 2008
One of the sites that I'm working on at the moment requires some IP-specific functionality, but in testing I realised that the standard $_SERVER['REMOTE_ADDR'] wasn't being as accurate as I wanted.
Jul 31, 2008
This is a really quick "howto" guide based on experience in the office, where we had pages and queries that were unable to run properly, purely because of the number of queries that we were trying to pass to MySQL at once.
The MySQLD process was refusing any more than …
Jul 10, 2008
Robots.txt is a very useful and underutilised tool that allows web designers to control how their site handles spiders from search engines. The majority of search engine spiders take robots.txt and will parse the instructions prior to indexing a website.
Using …