http://projects.jga.me/jquery-builder/
(Read More..)Minggu, 02 Maret 2014
Sabtu, 01 Februari 2014
Sabtu, 18 Januari 2014
Minggu, 18 Agustus 2013
Sabtu, 06 Juli 2013
Sabtu, 27 April 2013
I know jQuery. Now what?
Jumat, 08 Maret 2013
Selasa, 26 Februari 2013
Toolbar.Js
A jQuery plugin that creates tooltip style toolbars
http://paulkinzett.github.com/toolbar/
Minggu, 17 Februari 2013
Jumat, 28 Desember 2012
Sabtu, 22 Desember 2012
Sabtu, 03 November 2012
JQ
jq is a lightweight and flexible command-line JSON process
http://stedolan.github.com/jq/
Senin, 30 Juli 2012
Hi, I’m jQuery++.
am a MIT licensed collection of extremely useful DOM helpers and
special events for jQuery 1.7 and later. I’m not a UI project like jQuery UI or jQuery Tools. Instead, I’m all about providing low-level utilities for things that jQuery doesn’t support. If Underscore is jQuery’s functional-programming tie, I am jQuery’s bald-spot covering toupee.
Select the plugins you want and click “Download” for a customized, unminified JavaScript file:
http://jquerypp.com/
Step by step from jQuery to Backbone
Minggu, 08 Juli 2012
Handsontable
Sabtu, 23 Juni 2012
Complexify - a jQuery Plugin
Websites have a responsibility to users to accurately tell them how good a password is, and this is not an easy job.
- If your password is 8 characters long and only formed of lower case characters, you need to make it better, perhaps by adding a number or more characters.
- If your password is 25 characters long but happens to not contain a number, you shouldn't be forced by a password security policy to add one, you clearly have a very secure password.
Note: I use the term 'casually' because this is only client-side validation and anyone could turn it off. I recommend implementing a minimum length check server-side as well. In the future I may code up this algorithm for use server-side.
Complexity Rating
Complexify's default settings will enforce a minimum level of complexity that would mean brute-forcing should take ~600 years on a commodity desktop machine. The 'perfect' password used to scale the complexity percentage would take 3x10^33 years. These are equivalent to a 12 character password with uppercase, lowercase and numbers included, and a 25 character password with uppercase, lowercase, numbers and a wide range of punctuation.Unicode
Complexify supports Unicode and will add appropriate complexity for the size of character set included in a password.For example, as there are 96 Hiragana characters defined in the Unicode specification, including one of these will increase the brute-force complexity by 96.
The rationale behind this is that in an attacker were wanting to include Japanese passwords in his attack, he/she may choose to include the Hiragana set in his/her attack, but not the Katakana set. Complexify divides Unicode into 94 appropriately grouped sets.
http://danpalmer.me/jquery-complexify (Read More..)
Jumat, 22 Juni 2012
jQuery Vector Maps
JQVMap is a jQuery plugin that renders Vector Maps. It uses resizable
Scalable Vector Graphics (SVG) for modern browsers like Firefox, Safari,
Chrome, Opera and Internet Explorer 9. Legacy support for older
versions of Internet Explorer 6-8 is provided via VML
http://jqvmap.com/
Rabu, 20 Juni 2012
gmaps.js
gmaps.js allows you to use the potential of Google Maps in a simple way.
No more extensive documentation or large amount of code
http://hpneo.github.com/gmaps/