Category

Archive for the 'HTML' Category

My company website

( Code andHTML andPC andPHP andRandom andRecommendations )

After a long period without a company website, I’ve now created a new one showing what I offer and a portfolio of both web and digital tv projects I’ve worked on. I can provide a wide range of IT services, specialising in Web and Digital TV but also covering PC maintenance and troubleshooting, Broadband setup [...]

Fasterfox prefetch blocking on the server

This is to block firefox from fasterfox prefetching links that the user may never read (this happens on forums for instance quite a lot) and using up bandwidth that is best used elsewhere on your server. To turn it off add the following to your robots.txt User-agent: Fasterfox Disallow: / Personally I only enable courteous [...]

PHP Contact Form With Simple Spam Filtering Revisited

( Code andHTML andPHP )

I’ll be posting up an updated contact form in the near future with a break down of what each bit is doing, this will help you adapt and change the code to fit your purposes, I’ll add in a few more bits to help with customising the smtp feature and adding in the akismet spam [...]

PHP Contact Form With Simple Spam Filtering

( Code andHTML andPHP )

Here is some code to handle a simple contact form and email it to someone. This is another piece of code that has grown at of various sources, the is_dodgy function and usage came from a contact form plugin for wordpress which can be downloaded from http://chip.cuccio.us/projects/contact-form-ii/. You’ll need to download XPertMailer from http://xpertmailer.sourceforge.net/ and [...]