jquery4u.com - Archives (septembre 2013)

1 jQuery Fan Blog for your Daily News, Plugins, Tuts/Tips & Code Snippets.

Le: 27 09 2013 à 09:42 Auteur: Sam Deering

Setup a working AJAX Captcha in minutes. This is for when you need a super quick Captcha for a form with no pain of unreadable reCaptcha’s or such. It’s NOT a super hard to guess Captcha system it just provides a very basic captcha which...

Le: 24 09 2013 à 03:25 Auteur: Sam Deering

Some cool web development stuff was found in August! Here are the finds. Enjoy. June Edition July Edition 1. Web Lab It is made of up 5 Chrome Experiment installations that bring the extraordinary workings of the internet to life and aims to inspire the...

Le: 22 09 2013 à 13:58 Auteur: Sam Deering

I thought I would jot down a few tips from my experience of developing Kiosk Web Applications. Could be useful to have a quick look through make sure your next kiosk web application hasn’t overlooked anything. Here they are. 1. Disable text selection Some kiosks...

Le: 22 09 2013 à 10:25 Auteur: Sam Deering

jQuery Ajax Error Handling Function $(function() {     $.ajaxSetup({         error: function(jqXHR, exception) {             if (jqXHR.status === 0) {                 alert('Not connect.\n Verify Network.');        ...

Le: 22 09 2013 à 10:22 Auteur: Sam Deering

Back to basics: Quick Recap on What is JSON. JavaScript Object Notation (JSON) is a text format for the serialization of structured data. It is derived from the object literals of JavaScript JSON can represent four primitive types (strings, numbers, booleans, and null) and two...

Le: 12 09 2013 à 18:46 Auteur: Andrew Johnson

Gaining the attention of your audience is a key concept in marketing, and it is necessary for every business looking to compete. Thanks to the Internet, it has become even easier to capture and maintain the attention of your adoring public. Using such methods as...