Posted by matthew | Posted in Code Snippets | Posted on 07-04-2010
0
How difficult is it to open a IMAP mailbox in PHP and show folder names and email headers, well, no difficult at all.
Posted by matthew | Posted in Features | Posted on 18-03-2010
18
Now Ruby isn’t a bad language by far, but coming from PHP or .NET to Ruby on Rails especially when you have to rewrite code is like trying to turn a PC into a Mac, it is possible to do with a lot of glue but it turns out messy.
What follows are my top 9 reasons why you should switch back from Ruby on Rails and move away from the hype machine.
Posted by matthew | Posted in Code Snippets, Tutorial | Posted on 05-03-2010
6
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.