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.

WOL in VB.net

Posted by daniel | Posted in Code Snippets | Posted on 17-03-2010

Tags: , , ,

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

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.

Move a background image in relation to the mouse

Posted by matthew | Posted in Code Snippets | Posted on 19-02-2010

Tags: ,

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.

SQL AD Group membership

Posted by daniel | Posted in Code Snippets | Posted on 05-02-2010

Tags: , , , , , , , , ,

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.

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.

Create an MD5 Hash the Easy Way in .NET

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

Tags: , , , , , ,

0

Creating an MD5 hash seems to take forever in .NET, however you may want to try this quick method instead.

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.

Vb.net Removing NTFS Permissions and Inheritance

Posted by daniel | Posted in Code Snippets | Posted on 06-12-2009

Tags: , , ,

3

Ever needed to remove NTFS permission’s in VB.net

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 ;-)