Posted by matthew | Posted in Code Snippets, Tutorial | Posted on 05-03-2010
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.
Posted by matthew | Posted in Code Snippets | Posted on 30-12-2009
1
A very useful piece of PHP code that will highlight any pictures where a face has been detected.
Posted by matthew | Posted in Tutorial | Posted on 19-12-2009
1
New to PHP and want to learn what arrays are and how to use them? Then this is the article for you!
Posted by matthew | Posted in Tutorial | Posted on 14-12-2009
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.
Posted by matthew | Posted in Code Snippets | Posted on 10-12-2009
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.
Posted by matthew | Posted in Tutorial | Posted on 02-12-2009
0
Need a function that can tell you if a string contains a bad word, sure here you go…
Posted by matthew | Posted in Code Snippets | Posted on 02-12-2009
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
Posted by matthew | Posted in Code Snippets | Posted on 01-12-2009
0
Often required for testing this simple function will generate a random hexadecimal colour every time.
Posted by matthew | Posted in Code Snippets | Posted on 01-12-2009
0
Need to redirect a PSP browser, easy!
Posted by matthew | Posted in Tutorial | Posted on 27-11-2009
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.