Share/Bookmark

Featured Posts

Video Game Website Gives all it's profit to Charity Sometimes you read an article that just makes you smile, this is such one: http://www.ps3attitude.com/new/2010/02/no-fuss-reviews-4000-charity/ A video game review website that has given all of it's...

Read more

SQL AD Group membership Hi all, I have been working on a way to return Active directory group membership from a linked AD server in SQL. Its quite hard as you can`t return it from the group - you have to return it from...

Read more

Face Detection with PHP A very useful piece of PHP code that will highlight any pictures where a face has been detected. Heres the first piece of PHP code you will need, it would be best to make this an include: [sourcecode...

Read more

Basic Guide to Database Normalisation: First Normal... Before I start talking about the normal forms, I thought it would be best to explain what I am planning to write about, and what normalisation is. I am going to cover what normalisation is for beginners...

Read more

Sony: Synonymous with Innovation Sony have always been on the leading edge of innovation. From creating the WalkMan back in the 80's to popularising the CD, DVD and Blu-Ray with their PlayStation products. In this article we're discussing...

Read more

Stop Most Robots Posting to your Forms

Posted by matthew | Posted in Code Snippets, Tutorial | Posted on 05-03-2010

Tags: , , ,

1

Sometimes you don’t want to use captchas or “are you human questions” on your forms, well here’s a simply way to block the vast majority of bots posting to your website forms.

Face Detection with PHP

Posted by matthew | Posted in Code Snippets | Posted on 30-12-2009

Tags: ,

1

A very useful piece of PHP code that will highlight any pictures where a face has been detected.

PHP Arrays Primer

Posted by matthew | Posted in Tutorial | Posted on 19-12-2009

Tags: ,

1

New to PHP and want to learn what arrays are and how to use them? Then this is the article for you!

Find a Users Language in PHP

Posted by matthew | Posted in Tutorial | Posted on 14-12-2009

Tags:

0

It can be very useful to determine the users set language when visiting your website. The determined result can be used for many different applications, from targeted adverts and country specific affiliate links to country specific wording or images.

Display a Resized Image From a Different Site

Posted by matthew | Posted in Code Snippets | Posted on 10-12-2009

Tags:

0

Sometimes you may need to display an image from a different website, on your website but in thumbnail form, especially if the image is large or is a static image from a webcam.

PHP Censor Function (remove swear words and obscene words)

Posted by matthew | Posted in Tutorial | Posted on 02-12-2009

Tags:

0

Need a function that can tell you if a string contains a bad word, sure here you go…

Grab Wallpaper (or any image) from Google on-the-fly

Posted by matthew | Posted in Code Snippets | Posted on 02-12-2009

Tags: ,

1

Sometimes quite handy, this code snippet allows you to display an image from a Google image search on-the-fly. This means the image will always be up-to-date and often what you were expecting ;-)

Generate a Random Hex Colour in PHP

Posted by matthew | Posted in Code Snippets | Posted on 01-12-2009

Tags:

0

Often required for testing this simple function will generate a random hexadecimal colour every time.

Redirect a PSP Browser

Posted by matthew | Posted in Code Snippets | Posted on 01-12-2009

Tags: , ,

0

Need to redirect a PSP browser, easy!

Quick Search Box for IE7+ and Firefox (OpenSearch)

Posted by matthew | Posted in Tutorial | Posted on 27-11-2009

Tags: ,

0

You know that little box in the top right of Internet Explorer and Firefox with search engines listed, well wanna add your site in there, find out how after the jump.