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

Quick Search Box for IE7+ and Firefox (OpenSearch)

Posted by matthew | Posted in Tutorial | Posted on 27-11-2009

Tags: ,

0

You know that little box in the top right of Internet Explorer and Firefox with search engines listed, well wanna add your site in there, find out how after the jump.

Add a Watermark to Images on the Fly

Posted by matthew | Posted in Tutorial | Posted on 27-11-2009

Tags: ,

2

Adding a watermark to an image is quite easy with PHP and has many applications, such as branding or copy protection. So after the jump see just how easy it is, and let us know your thoughts.

PHP Variables and Echo

Posted by matthew | Posted in Tutorial | Posted on 26-11-2009

Tags:

0

PHP is highly scalable and will most likely be installed on a Linux of Unix web server by default, so below we introduce the basics of using this language. This is by no means definitive, for full documentation you should visit the official PHP website, but this article should help you understand the basics.

NTFS File Owner in VB.net

Posted by daniel | Posted in Code Snippets | Posted on 26-11-2009

Tags: , ,

0

Here is some VB.net 2005 code to set an NTFS file\folder owner:

The Best and Worst Audio Formats

Posted by matthew | Posted in Features | Posted on 26-11-2009

Tags: , , , , , , , , ,

0

Playing back digital audio has turned into a regular experience for most computer users thanks in part to a variety of formats that helped make audio smaller in size, allowing simple methods of digital distribution. There are many different formats that serve many different purposes. Need to know FLAC from MP3? We’ve broken down each format and its main purpose in this audio formats primer.

99 Ways but Linux ‘aint One

Posted by matthew | Posted in Features | Posted on 25-11-2009

Tags: , , ,

1

Easy steps to improve your system performance…

Create an RSS Feed with PHP

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

Tags: , ,

0

RSS feeds are a great way to syndicate important information, your recent blogs or your wares, so check out our simple PHP code after the jump!

Simple jQuery AJAX Post and Response

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

Tags: , ,

0

jQuery is an extremely powerful library, one of the things it does really well is Ajax, this post shows how to send a request and post the response on to the page.

JavaScript Email Validation

Posted by matthew | Posted in Tutorial | Posted on 23-11-2009

Tags: ,

0

Sometimes you need to check if an email is valid for many reasons from visual signposts to validation before an AJAX call is sent, so here it is a simple function to do just that in JavaScript.

Exporting mailboxes from exchange

Posted by daniel | Posted in Useful Links | Posted on 22-11-2009

Tags: , ,

1

I have found that exporting exchange mailboxes to PST in code isn’t easy – and most the time it seems its better to use a tool from Microsoft called Exmerge.