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?;
get 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 Date picker with fallback
Posted on 17/05/2010 | 2 CommentsWhen using the dateicker in HTML5 there needs to be a fall-back method. <form> <input type="date"> </form> <script> var i... -
HTML5 form input types
Posted on 17/05/2010 | 1 CommentEmail Email type works in all browsers by showing a text input if it's not fully supported (even IE6). The... -
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... -
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... -
Get/import content of another page
Posted on 10/03/2010 | No Commentsfunction get_url_contents($url){ $crl = curl_init(); $timeout = 5; curl_setopt ($crl, CURLOPT_URL,$url); curl_setopt ($crl, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($crl, CURLOPT_CONNECTTIMEOUT, $timeout); $ret... -
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...







