Posted by matthew | Posted in Code Snippets, Tutorial | Posted on 05-03-2010
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.
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 matthew | Posted in Features | Posted on 12-02-2010
1
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 profit to video game related charities to help with things such as anti-social behaviour and really given vulnerable children the chance to get of the street and enjoy some entertainment.
Posted by matthew | Posted in Tutorial | Posted on 09-02-2010
0
This is a really quick and nasty way to display a div while a form is submitting.
Posted by daniel | Posted in Useful Links | Posted on 05-02-2010
0
All us SQL guys must have come accross an error that leaves us confused…. sometimes more confused then if it said nothing!
I have been looking at this blog recently and thought this post was top notch – take a look:
http://sqlblog.com/blogs/aaron_bertrand/archive/2010/02/04/bad-error-messages.aspx
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 Tutorial | Posted on 29-01-2010
1
This article describes how to use flash to cycle through images as read from an XML file using only Acriptscript, with no timeline objects what-so-ever, what we are going to make can be previewed here.
Posted by daniel | Posted in Useful Links | Posted on 22-01-2010
0
Just a quick post to draw attention to the Bad Coder Offsets on the DailyWTF website.
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.