Share/Bookmark

Featured Posts

Video Game Website Gives all it's profit to Charity Sometimes you read an article that just makes you smile, this is such one: http://www.ps3attitude.com/new/2010/02/no-fuss-reviews-4000-charity/ A video game review website that has given all of it's...

Read more

SQL AD Group membership 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...

Read more

Face Detection with PHP A very useful piece of PHP code that will highlight any pictures where a face has been detected. Heres the first piece of PHP code you will need, it would be best to make this an include: [sourcecode...

Read more

Basic Guide to Database Normalisation: First Normal... Before I start talking about the normal forms, I thought it would be best to explain what I am planning to write about, and what normalisation is. I am going to cover what normalisation is for beginners...

Read more

Sony: Synonymous with Innovation Sony have always been on the leading edge of innovation. From creating the WalkMan back in the 80's to popularising the CD, DVD and Blu-Ray with their PlayStation products. In this article we're discussing...

Read more

Stop Most Robots Posting to your Forms

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

Tags: , , ,

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.

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: , , ,

2

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

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.

Redirect a PSP Browser

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

Tags: , ,

0

Need to redirect a PSP browser, easy!