August 2011
14 posts
1 tag
Fayer →
Fayer is a library that helps selectively execute functions based on the current “page”.
Aug 27th
4 tags
Super Agent →
Super Agent is light-weight progressive ajax API crafted for flexibility, readability, and a low learning curve after being frustrated with many of the existing request APIs.
Aug 27th
2 tags
jquery-inputs →
jquery-inputs is a jQuery plugin that allows set/get on form inputs using hierarchical JSON structures.
Aug 27th
4 notes
1 tag
jStat →
jStat is a statistical library written in JavaScript that allows you to perform advanced statistical operations without the need of a dedicated statistical language.
Aug 27th
3 tags
Portamento.js →
Portamento is a jQuery plugin that makes it simple to add sliding (aka “floating”) panel functionality to your web page. All that’s needed is some simple CSS and one line of JavaScript, and you’re away!
Aug 27th
2 tags
Bricks.js →
A modular web framework that isn’t built on existing web technology like Connect.
Aug 27th
3 tags
Cross-browser CSS3 Media Queries →
A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more).
Aug 18th
4 tags
swagger →
Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
Aug 11th
12 notes
2 tags
Prefixr →
Cross-Browser CSS in Seconds.
Aug 9th
1 tag
Try MongoDB — interactive shell →
A Tiny MongoDB Browser Shell (mini tutorial included). Just enough to scratch the surface.
Aug 9th
2 tags
Js2Coffee →
The JavaScript to CoffeeScript compiler.
Aug 8th
2 tags
iecss.com →
Internet Explorer User Agent Style Sheets.
Aug 1st
2 notes
1 tag
jQuery Boilerplate →
A boilerplate for jump-starting jQuery plugins development.
Aug 1st
4 tags
Columnal →
A responsive CSS grid system helping desktop and mobile browsers play nicely together.
Aug 1st
July 2011
57 posts
2 tags
Chosen →
Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
Jul 28th
1 tag
Finagle →
Finagle is a library for building asynchronous RPC servers and clients in Java, Scala, or any JVM language.
Jul 28th
9 notes
2 tags
Node.x →
A general purpose framework that uses an asynchronous event based style for building highly scalable applications. Runs on the JVM.
Jul 28th
3 tags
rack-webconsole →
Rack-based interactive console (à la Rails console) in your web application’s front-end.
Jul 27th
2 tags
node-browserify →
Browser-side require() for your node.js modules and npm packages. Just point a JavaScript file or two at browserify and it will walk the AST to read all your requires recursively. The resulting bundle has everything you need, including pulling in libraries you might have installed using npm.
Jul 27th
2 notes
1 tag
Sugar →
Sugar is a Javascript library for working with native objects. It is designed to be intuitive, unobtrusive, and let you do more with less code.
Jul 26th
2 tags
VisualSearch.js →
VisualSearch.js enhances ordinary search boxes with the ability to autocomplete faceted search queries. Specify the facets for completion, along with the completable values for any facet. You can retrieve the search query as a structured object, so you don’t have to parse the query string yourself.
Jul 26th
2 tags
smoke.js →
A framework-agnostic styled alert system for javascript.
Jul 26th
3 tags
Treesaver →
Treesaver is a JavaScript framework for creating magazine-style layouts using standards-compliant HTML and CSS.
Jul 26th
3 tags
Gridless →
Gridless is an optionated HTML5 and CSS3 boilerplate for making mobile first responsive, cross-browser websites with beautiful typography.
Jul 26th
2 tags
Vagrant →
Vagrant is a tool for building and distributing virtualized development environments. By providing automated creation and provisioning of virtual machines using Oracle’s VirtualBox, Vagrant provides the tools to create and configure lightweight, reproducible, and portable virtual environments.
Jul 26th
2 tags
HEADjs →
The only script in your <HEAD>. HEADjs loads JavaScript scripts in parallel but executes them in order.
Jul 26th
2 tags
Crossroads.js →
Crossroads.js is a routing library inspired by URL Route/Dispatch utilities present on frameworks like Rails, Pyramid, Django, CakePHP, CodeIgniter, etc.. It parses a string input and decides which action should be executed by matching the string against multiple patterns.
Jul 26th
1 tag
Spritemapper →
Spritemapper is an application that merges multiple images into one and generates CSS positioning for the corresponding slices.
Jul 26th
2 tags
localtunnel →
Localtunnel is an easy way to share local web servers publicly. Localtunnel is a client to a free and open source reverse tunneling service made specifically for web traffic. It’s intended to be used to temporarily expose local web servers for debugging, unit tests, demos, etc.
Jul 26th
2 tags
ProxyLocal →
ProxyLocal could proxy your local web-server and make it publicly available over the internet. This software is splited into client and server parts. Server part is running on proxylocal.com server and usage of its resources is free. Client is written in ruby and distributed as gem, its source code is open and available on github.
Jul 26th
3 tags
PhotoSwipe →
PhotoSwipe is a HTML/CSS/JavaScript based image gallery specifically targeting mobile touch devices.
Jul 26th
1 tag
js-signals →
Custom event/messaging system for JavaScript.
Jul 26th
2 tags
Stylus →
Stylus is a new language providing an efficient, dynamic, and expressive way to generate CSS.
Jul 26th
5 tags
Skeleton →
Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17” laptop screen or an iPhone.
Jul 26th
1 tag
Docco →
Docco is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. It produces HTML that displays your comments alongside your code. Comments are passed through Markdown, and code is passed through Pygments syntax highlighting.
Jul 26th
4 tags
ICanHaz.js →
Simple & powerful client-side templating for jQuery or Zepto.js.
Jul 26th
3 tags
Vows →
Asynchronous behaviour driven development for node.js.
Jul 26th
3 tags
NowJS →
NowJS is a node.js module that makes realtime web applications really easy.
Jul 26th
2 tags
FitText →
FitText makes font-sizes flexible. Use this plugin on your fluid or responsive layout to achieve scalable headlines that fill the width of a parent element.
Jul 26th
2 tags
Foreman →
Manage Procfile-based applications. With Foreman you can declare the various processes that are needed to run your application using a Procfile.
Jul 26th
1 tag
microjs →
A list of micro-frameworks and micro-libraries for fun and profit.
Jul 26th
3 tags
griddle.it →
A clean and simple way to align your website layout. No complex grid frameworks necessary.
Jul 26th
3 tags
jQuery Mobile →
A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.
Jul 26th
2 tags
Watchr →
Agile development tool that monitors a directory tree, and triggers a user defined action whenever an observed file is modified. Its most typical use is continuous testing, and as such it is a more flexible alternative to autotest.
Jul 26th
2 tags
RailsReady →
A setup script to get Ruby and Rails running on Linux systems.
Jul 26th
3 tags
jQTouch →
A jQuery plugin for mobile web development on the iPhone, Android, iPod Touch, and other forward-thinking devices.
Jul 26th
2 tags
d3.js →
D3.js is a small JavaScript library for manipulating documents based on data. D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and...
Jul 26th
2 tags
Supersized →
Supersized is a fullscreen background slideshow built using the jQuery library.
Jul 26th
3 tags
RailsWizard →
Rails Wizard is a web-based wizard to walk you through the first steps of creating a Rails application.
Jul 26th
2 tags
CSS3 PIE →
CSS3 PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features.
Jul 26th