Senin, 07 November 2016
Minggu, 02 Maret 2014
Sabtu, 01 Februari 2014
Rabu, 01 Januari 2014
Jumat, 08 November 2013
Sabtu, 24 Agustus 2013
JavaScript + Other Languages Alon Zakai (Mozilla)
Sabtu, 03 Agustus 2013
Minggu, 21 Juli 2013
Sabtu, 02 Februari 2013
Sabtu, 12 Januari 2013
Selasa, 01 Januari 2013
MessagePack : It's like JSON. but fast and small.
MessagePack is an efficient binary serialization format. It lets you
exchange data among multiple languages like JSON but it's faster and
smaller. For example, small integers (like flags or error code) are
encoded into a single byte, and typical short strings only require an
extra byte in addition to the strings themselves.
If you ever wished to use JSON for convenience (storing an
image with metadata) but could not for technical reasons (encoding,
size, speed...), MessagePack is a perfect replacement.
http://msgpack.org/
Sabtu, 18 Agustus 2012
Custom Sublime Text Build Systems For Popular Tools And Languages
Minggu, 05 Agustus 2012
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, 22 Juli 2012
Jumat, 22 Juni 2012
Backbone Aura A decoupled, event-driven architecture on top of Backbone.js for developing widget-based applications
Rabu, 20 Juni 2012
Minggu, 29 April 2012
jQuery File Upload Demo
(Read More..)File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery.
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.