The NEW Responsive 960 Grid CSS Framework That You’re Already Familiar With.
May 2012
VisualPHPUnit is a visual front-end for PHPUnit. Written in PHP, it aims to make unit testing more appealing.
Webmotion is a Java web framework helping to fast develop web applications. It is voluntarily light and simple. Webmotion exclusively focuses on the interactions between the client and the server and thus simplifies developer’s life by proposing a set of functionalities and extensions. The project is open by proposing to the developer a full access to the Java EE specifications. WebMotion is based on the Servlet 3.0 API and enables its using on the current main Java EE servers: Tomcat 7, Jetty, GlassFish, …
PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. PhantomJS is created by Ariya Hidayat.
Welcome to the chronoline.js demo page. chronoline.js is a library for making a chronology timeline out of events on a horizontal timescale. From a list of dates and events, it can generate a graphical representation of schedules, historical events, deadlines, and more. Below are 3 examples with events from the 2012 MLB Regular Season.
For too long have Internet forums been stuck in the past—bloated, slow, unimaginitive, ugly. esoTalk has been built from the ground up to take advantage of modern web technologies and provide the perfect balance between simplicity, power, speed, and scalability.
A neat way to trigger JS when media queries change. Jeremy Keith recently posted a fantastic way of getting CSS and Javascript to talk media queries with the CSS :after pseudo-property. This has a number of advantages over using window.matchMedia(), namely that you only have to maintain your breakpoints in one place, and it fails more gracefully.
Octopress is a framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages. To start blogging with Jekyll, you have to write your own HTML templates, CSS, Javascripts and set up your configuration. But with Octopress All of that is already taken care of. Simply clone or fork Octopress, install dependencies and the theme, and you’re set.
PhantomJS (www.phantomjs.org) is a headless WebKit scriptable with JavaScript or CoffeeScript. It is used by hundreds of developers and dozens of organizations for web-related development workflow. The latest stable release is version 1.5 (codenamed “Ghost Flower”). Follow the official Twitter stream @HeadlessPhantom to get the frequent development updates. PhantomJS is created and maintained by Ariya Hidayat (Twitter: @ariyahidayat), with the help of many contributors.
Inspired by OmniAuth for Ruby, Opauth provides a standardized method for PHP applications to interface with authentication providers. Opauth works well with other PHP applications & frameworks. It is currently supported on vanilla (plain) PHP applications (of course), CakePHP, Yii Framework and more to come. Opauth as a framework provides a set of API that allows developers to create strategies that work in a predictable manner across PHP frameworks and applications.
Easily mix asynchronous and synchronous programming styles in node.js.
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 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 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.
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.
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.