Share/Bookmark

Featured Posts

SharePoint Ticker Web Part from Existing Data Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here's the code: Simply create a new Web Part using the 'Content Editor' and open the 'Source Editor...'...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Whats next for Nintendo? Today I noticed that Nintendo have had falling profits for 2010 and predict even less sales for next year. The Wii 2 hasn`t been officially announced and from what I can see is not really on the radar....

Read more

7 Great Free Android Apps The Android mobile operating system is both fast, reliable and can do everything that the Apple OS can and a little more (all for normally a fraction of the price.) plus it supports Flash and soon Flash...

Read more

Show Email in IMAP Mailbox with PHP (Retrieve Email)

Posted by matthew | Posted in Code Snippets | Posted on 07-04-2010

Tags: , , , ,

0

How difficult is it to open a IMAP mailbox in PHP and show folder names and email headers, well, no difficult at all.

9 Reasons To Stop Using Ruby on Rails (RoR)

Posted by matthew | Posted in Features | Posted on 18-03-2010

Tags: , , , ,

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.

Stop Most Robots Posting to your Forms

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

Tags: , , ,

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.

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.