You are here: Home > JavaScript
by Italian Geek
on June 18, 2012
in JavaScript, Web Design
Rekapi is a library which brings keyframe animations to JavaScript. It allows us to define the objects, keyframes, animations and control the state of the scene (play, pause, stop). Here are some examples of what can be easily made with Rekapi: An animated graph. Confetti! Tweening Octocat. You can even make pie charts. Requirements: Underscore & Shifty [...]
by Giovanni Bonanno
on May 7, 2012
in HTML, JavaScript, Web Design
Fixie.js is an open source tool that automatically adds filler content to HTML documents. Adding lorem ipsum text to HTML documents involves copy-pasting, manual editing, and increasingly unwieldy code. By interpreting your semantic HTML5 tags, Fixie will automagically add the right type of content in the right places. Headings, paragraphs, links, images, sections… That way [...]
by Giovanni Bonanno
on May 4, 2012
in HTML, JavaScript, Web Design
CreateJS is a suite of Javascript libraries & tools for building rich, interactive experiences with HTML5. Currently, it consists of 4 libraries: EaselJS – for working with HTML5 canvas TweenJS – a tweening and animation library AudioJS – a cross-browser and consistent audio API PreloadJS – to manage the loading of assets Requirements: No Requirments Compatibility: All Major Browsers Website: http://createjs.com/ Download: http://createjs.com/#!/CreateJS/download
by Giovanni Bonanno
on May 3, 2012
in JavaScript, Web Design
dgrid is an open source, advanced and highly flexible datagrid component for Dojo. A next-generation grid component that takes full advantage of modern browsers and object stores. Lightweight, modular, and easily extensible, dgrid is released under the same open-source license and CLA as the Dojo Toolkit. Requirements: Dojo Compatibility: All Major Browsers Website: http://dojofoundation.org/packages/dgrid/ Demo: http://dojofoundation.org/packages/dgrid/demos/dTuned/ Download: https://github.com/sitepen/dgrid
by Giovanni Bonanno
on April 11, 2012
in iPad, iPhone, JavaScript, Web Applications
Ole Michelsen has created a View Source bookmarklet for the iPad and iPhone with syntax highlighting, formatted/selectable text, and clickable links. Website: http://ole.michelsen.dk/blog/view-source-on-the-ipad-and-iphone/
by Giovanni Bonanno
on April 6, 2012
in Downloads, JavaScript, MySQL, PHP, Utilities, Web Applications
Tiny Issue is a simple web-based issue/bug tracker. Requirements: Apache, IIS, PHP 5.3+, MySQL 5+, PDO Extension for PHP (MySQL), MCrypt Extension for PHP, Javascript Enabled. Download: https://github.com/mikelbring/tinyissue
by Giovanni Bonanno
on March 12, 2012
in HTML, JavaScript, Web Design
Tinycon allows the addition of alert bubbles and changing the favicon image. Tinycon gracefully falls back to a number in title approach for browsers that don’t support canvas or dynamic favicons. Alerts in the favicon allow users to pin a tab and easily see if their attention is needed. Compatibility: All Modern Browsers Website: http://tommoor.github.com/tinycon/ Download: https://github.com/tommoor/tinycon
by Giovanni Bonanno
on March 6, 2012
in HTML, JavaScript, Web Design
shareNice is an open source social sharing widget -similar to AddThis or ShareThis- for adding sharing features to any website easily. Website: http://sharenice.org/ Demo: http://sharenice.org/demo Download: https://github.com/mischat/shareNice
by Giovanni Bonanno
on March 2, 2012
in JavaScript, Web Design
Morris.js is a lightweight library that uses jQuery and Raphaël to make drawing time-series graphs easy. Requirements: jQuery 1.7+, Raphaël 2+ Compatibility: All Major Browsers Website: http://oesmith.github.com/morris.js/ Download: https://github.com/oesmith/morris.js