app-UI is a free & open source collection of reusable “application container” user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
Tinycon - Favicon Alert Bubbles -
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.
A simple HTTP remote monitoring utility using Node.js and MongoDB.
Beautiful docs is a documentation viewer based on markdown files. Documentation manuals can be described in a manifest file using JSON.
The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 documents. If you are already using PHP_CodeSniffer to identify coding standards problems in your code, you know that fixing them by hand is tedious, especially on large projects. This tool does the job for you.
Initializr - Start an HTML5 Boilerplate project in 15 seconds! -
Initializr is here to kick-start the development of your new projects. It generates templates based on HTML5 Boilerplate by allowing you to choose which parts you want or don’t want from it. A responsive template has also been added to start from a basic design instead of a blank page.
Harvey - CSS media query state management -
Media queries are great for visual tweaks and simple behavioral switches, but they become difficult to rely on when behaviors change for larger or smaller devices. Harvey helps you monitor and manage those changes by firing an event whenever your media query is activated. This method is preferable to relying on a screen resize event because you only receive an event when the query is matched — not for every screen resize. Less testing and more doing.
CommonJS: JavaScript Standard Library -
JavaScript is a powerful object oriented language with some of the fastest dynamic language interpreters around. The official JavaScript specification defines APIs for some objects that are useful for building browser-based applications. However, the spec does not define a standard library that is useful for building a broader range of applications.
Homebrew — MacPorts driving you to drink? Try Homebrew! -
Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn’t include with OS X.
EventMachine: fast, simple event-processing library for Ruby programs
Twisted -
Twisted is an event-driven networking engine written in Python and licensed under the open source
ECMAScript Language Specification - ECMA-262 Edition 5.1 -
This is the HTML rendering of Ecma-262 Edition 5.1, The ECMAScript Language Specification. The PDF rendering of this document is located at http://www.ecma-international.org/ecma-262/5.1/ECMA-262.pdf. The PDF version is the definitive specification. Any discrepancies between this HTML version and the PDF version are unintentional.
Why OpenWeb Icons? Because Font Awesome had no RSS-icon and a font with only one icon would be a bit boring… Besides, I’m an advocate of the Open Web!
Jasmine: BDD for your JavaScript -
Jasmine is a behavior-driven development framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
wysihtml5 - A better approach to rich text editing -
wysihtml5 is an open source rich text editor based on HTML5 technology and the progressive-enhancement approach. It uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.