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 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 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 Features, Tutorial | Posted on 29-12-2009
0
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 and try to write it in such a way a novice will at least understand the key principles.
Posted by matthew | Posted in Tutorial | Posted on 19-12-2009
1
New to PHP and want to learn what arrays are and how to use them? Then this is the article for you!
Posted by matthew | Posted in Tutorial | Posted on 18-12-2009
2
Showing an RSS feed in Flash can often be tricky, however we have found a way to make it a lot easier and to animate the feed. Our example uses an RSS feed from Twitter, but this piece of code will work for any standard RSS feed.
Posted by matthew | Posted in Tutorial | Posted on 17-12-2009
0
Uploading a file or document from your computer using AJAX is quite frustrating when you try to do it right, but it can be useful for many reasons. So here is the wrong easy way we have found to do it.
Posted by matthew | Posted in Tutorial | Posted on 15-12-2009
0
Using jQuery it is very easy to give the user the ability to resize any DOM element and set limits — here’s how:
Posted by matthew | Posted in Tutorial | Posted on 14-12-2009
0
It can be very useful to determine the users set language when visiting your website. The determined result can be used for many different applications, from targeted adverts and country specific affiliate links to country specific wording or images.
Posted by matthew | Posted in Tutorial | Posted on 12-12-2009
0
Although the ‘:first’ and ‘:next’ operators can be very good in jQuery, they can also cause problems. For example you may want more control of what happens in between the delay or customise the timing further, well, we have the code just for you then.