Sheetsee.js retrieves, parses and interprets data found inside Google Docs spreadsheets.The acquired data can be displayed as a simple HTML table, or it interpret it and display it as a chart or map.If the  spreadsheet contains additional data not...

Caffeine

Caffeine 0.2.7

CoffeeScript is a programming language that compiles it's own syntax into running JavaScript code. It's aim is to simplify writing JS code.Caffeine does not modify the CoffeeScript syntax, but merely adds extra features on top of the default...

jQuery createHtml allows developers to insert HTML code in a page's DOM via simple jQuery syntax.While this feature is available in the jQuery core as well, jQuery createHtml simplifies syntax and reduces development time.Usage instructions are included...

The jBinder jQuery plugin allows developers to attach custom JavaScript functions to desired DOM elements.The function is attached to the element via an HTML5 data attribute.The function can then be triggerd on page load or on click or hover.Examples and...

PreViewTube.js is a jQuery plugin that can take a YouTube thumbnail image, and quickly replace it with the video's other generated thumbnails.Since the YouTube thumbnail image naming scheme is quite simple (https://i.ytimg.com/vi/VIDEO_ID/0.jpg ->...

Prototype

Prototype 1.7.3 updated

Since its launch, Prototype has become one of the most regarded and used JavaScript frameworks around. Prototype is not recommended for small projects (like a 3 page website), but is perfect for larger websites or JS-powered Web apps, mainly due to its...

Fabriq provides a system for PHP developers to separate their code's business logic from the content itself, providing a more fine-grained control on how the website or PHP application is loaded, displayed and how it behaves.On the other site, using an...