http://dev.tutsplus.com/tutorials/working-with-indexeddb-part-3--net-36220
(Read More..)Sabtu, 28 Desember 2013
Sabtu, 21 September 2013
Sabtu, 07 September 2013
Minggu, 30 Juni 2013
Jumat, 07 Juni 2013
Jumat, 03 Mei 2013
Jumat, 08 Maret 2013
Faster, smaller and more beautiful web with WebP
Sabtu, 16 Februari 2013
Jumat, 14 Desember 2012
TraceKit
Tracekit is a JavaScript library that automatically normalizes and exposes stack traces for unhandled exceptions across the 5 major browsers: IE, Firefox, Chrome, Safari, and Opera.
https://github.com/occ/TraceKit
(Read More..)Minggu, 09 Desember 2012
timer.js
Timer.js is a periodic timer for Node.js and the browser.
https://github.com/fschaefer/Timer.js
Sabtu, 08 Desember 2012
CSS EXPLAIN
Think of it like SQL EXPLAIN, but for CSS selectors.
https://github.com/josh/css-explain
Minggu, 25 November 2012
Minggu, 18 November 2012
Jumat, 16 November 2012
Minggu, 21 Oktober 2012
Scripted : Javascript Editor from vmware
What is Scripted?
Scripted is a fast and lightweight code editor with an initial focus on JavaScript editing. Scripted is a browser based editor and the editor itself is served from a locally running Node.js server instance.What are the key features?
- Fast startup, lightweight.
- Syntax highlighting for JavaScript, HTML and CSS.
- Errors and warnings:
- JSLint is integrated to provide error/warning markers on JavaScript code.
- AMD and CommonJS module resolution: there is basic resolution where unresolved references will be marked as errors.
- Content assist:
- Basic content assist for HTML, CSS
- For JavaScript, content assist is driven by a type inferencing engine which is aware of AMD/CommonJS module dependencies and also uses JSDoc comments to help it understand the code.
- Hovers: hovering over a JavaScript identifier will bring up the inferred type signature.
- Navigation:
- press F8 on an identifier (that the inferencer has recognized) and the editor will navigate to the declaration.
- this also works on module identifiers (e.g. in
define()clauses)
- Formatting: JSbeautify is integrated
- Sidepanel: alongside the main editor a sidepanel can be opened - currently this can be used to host a second editor.
- Key binding to external command: Key bindings in the editor can invoke external commands (less, mvn, etc)
Many of these are covered in this introductory screencast:
https://github.com/scripted-editor/scripted
(Read More..)
Minggu, 03 Juni 2012
Detector
Detector is a
simple, PHP- and JavaScript-based browser- and feature-detection library
that can adapt to new devices & browsers on its own without the
need to pull from a central database of browser information.
Detector dynamically creates profiles using a browser's (mainly) unique user-agent string as a key. Using Modernizr it records the HTML5 & CSS3 features a requesting browser may or may not support. ua-parser-php is used to collect and record any useful information (like OS or device name) the user-agent string may contain.
With
Detector a developer can serve the appropriate markup, stylesheets, and
JavaScript to a requesting browser without being completely dependent
on a front-end-only resource loader nor a browser-detection library
being up-to-date.
Check out the README for more information as well as the full list of features.
http://detector.dmolsen.com/
Sabtu, 12 Mei 2012
Sabtu, 25 Februari 2012
tty.js
