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 daniel | Posted in Code Snippets | Posted on 17-03-2010
1
I have found a really handy VB.net class to do Wake On LAN. The original website is here:
http://www.lucamauri.com/snippet/snip.aspx?id=6
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 19-02-2010
0
To add a bit of flare to your site you may want to move a background image in relation to where the users cursor is, this can create some very cool animation.
Posted by daniel | Posted in Code Snippets | Posted on 05-02-2010
1
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 the user. What i wanted was to return every group within an OU and its members.
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 Code Snippets | Posted on 11-12-2009
0
Creating an MD5 hash seems to take forever in .NET, however you may want to try this quick method instead.
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 daniel | Posted in Code Snippets | Posted on 06-12-2009
3
Ever needed to remove NTFS permission’s in VB.net
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