Buy me a coffee
Spammers!
If you are going to put nonsense comments on my articles at least have the decency to click one of these adverts while you are here.
Even if you are a regular visitor you click a couple of ads while you are here - you might find something you want.
You May Also Like…
Cloud
accessibility block browser cache chrome chunk cms concrete5 CSS curl database date error file firefox form get href ie image input iphone javascript JQuery link magento MODx myqsl MySQL php post profile Revolution select Server session snippet spellcheck spelling table textarea tinymce w3c wordpress xmlInfo
Yes, the images are ambiguous;
Yes, they came from Google images;
No, I didn't get permission to use them*;
I know Magento called isn't Magneto;
And...
Why do spammers who hit this site do it with such a bizarre use of the English language?;
post Archive
-
HTML select menu for countries of the world
Posted on 02/07/2010 | No Comments<select name="Country"> <option value="" selected="selected">Select Country</option> <option value="United States">United States</option> <option value="United Kingdom">United Kingdom</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option>... -
HTML5 Placeholder Label Text
Posted on 17/05/2010 | No CommentsThe first improvement HTML5 brings to web forms is the ability to set placeholder text in an input field. Placeholder... -
Submiting a form using JQuery
Posted on 15/04/2010 | 3 CommentsTo submit a form using JQuery use this snippet of code. This will collect all of the inputs and add... -
Clear input fields if they are still default value
Posted on 19/03/2010 | 1 CommentSwitches clears input field if focussed and default. To use, give all inputs class="default-value". Use in conjunction with Submiting a... -
Show all available PHP variables
Posted on 17/03/2010 | No CommentsTo find out all of the variables currently defined during PHP execution, you can use the get_defined_vars() function. var_dump(get_defined_vars()); Like... -
For Each in array, all posted data
Posted on 09/02/2010 | No CommentsTo see all data the has been POSTed to a page use this: foreach($_POST as $var => $value) { echo...





