February 2012
15 posts
Pears →
Collect, test, and experiment with interface pattern pairings of CSS & HTML. Pears is an open source WordPress theme, enabling people like you to get your own pattern library up and running quickly.
Feb 8th
yepnope.js | A Conditional Loader For Your... →
yepnope is an asynchronous conditional resource loader that’s super-fast, and allows you to load only the scripts that your users need.
Feb 8th
Template for Jenkins Jobs for PHP Projects →
Most web applications are changed and adapted quite frequently and quickly. Their environment, for example the size and the behaviour of the user base, are constantly changing. What was sufficient yesterday can be insufficient today. Especially in a web environment it is important to monitor and continuously improve the internal quality not only when developing, but also when maintaining the...
Feb 8th
Hogan.js →
Hogan.js is a 2.5k JS templating engine developed at Twitter. Use it as a part of your asset packager to compile templates ahead of time or include it in your browser to handle dynamic templates.
Feb 8th
LimeJS HTML5 Game Framework →
LimeJS is a HTML5 game framework for building fast, native-experience games for all modern touchscreens and desktop browsers.
Feb 7th
EaselJS: A Javascript Library for Working with the... →
a javascript library for working with the html5 canvas element
Feb 7th
hafriedlander/phockito - GitHub →
Mocking framework inspired by Mockito for Java Checkout the original’s website for the philosophy behind the API and more examples (although be aware that this is only a partial implementation for now) Thanks to the developers of Mockito for the inspiration, and hamcrest-php for making this easy.
Feb 7th
mlively/Phake - GitHub →
Phake is a framework for PHP that aims to provide mock objects, test doubles and method stubs. Phake was inspired by a lack of flexibility and ease of use in the current mocking frameworks combined with a recent experience with Mockito for Java. A key conceptual difference in mocking between Phake and most of php mocking frameworks (ie: mock functionality in PHPUnit, PHPMock, and mock...
Feb 7th
padraic/mockery - GitHub →
Mockery is a simple yet PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit’s...
Feb 7th
Tinycon - Favicon Alerts →
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.
Feb 7th
Ruby on Rails Tutorial: Learn Rails by Example... →
The Ruby on Rails 3 Tutorial book and screencast series teach you how to develop and deploy real, industrial-strength web applications with Ruby on Rails, the open-source web framework that powers top websites such as Hulu, GitHub, and the Yellow Pages. The Ruby on Rails 3 Tutorial book is available for free online and is available for purchase as a PDF download (which also includes a free copy of...
Feb 5th
psd.js - A Photoshop PSD file parser in Javascript →
psd.js is a general purpose file parser for PSD files created in Photoshop. Given a PSD file, it can parse out information such as image size and color modes, image resources, layer info, image contents, etc. The psd.js source files are written in Coffeescript and hosted on Github.
Feb 5th
UIKit - Modern UI components for a modern web →
UIKit is a small collection of flexible, decoupled jQuery JavaScript components for the modern web. With an emphasis on structure-only styling it’s easy to style UIKit to match your application, no preprocessor variables, just raw CSS structure! As a result most of the styling you see in this document is for demonstration only.
Feb 5th
Enyo JavaScript Application Framework →
Enyo is an open source object-oriented JavaScript framework emphasizing encapsulation and modularity. Enyo contains everything you need to create a fast, scalable mobile or web application: Built from the ground-up for mobile first - Enyo powers webOS, and was designed from the beginning to be fast and work great on mobile devices Now available for desktop and cross-browser development - Enyo 2.0...
Feb 5th
97 Things Every Programmer Should Know →
Welcome to the home page for the 97 Things Every Programmer Should Know project, pearls of wisdom for programmers collected from leading practitioners. You can read through the Contributions Appearing in the Book plus the Other Edited Contributions, browse Contributions in Progress, view the list of Contributors, and also learn How to Become a Contributor. If you would simply like to comment on a...
Feb 3rd
January 2012
44 posts
Cube →
Cube is an open-source system for visualizing time series data, built on MongoDB, Node and D3. If you send Cube timestamped events (with optional structured data), you can easily build realtime visualizations of aggregate metrics for internal dashboards.
Jan 31st
Microjs: Fantastic Micro-Frameworks and... →
Microjs.com helps you discover the most compact-but-powerful microframeworks, and makes it easy for you to pick one that’ll work for you.
Jan 31st
Adaptive Images in HTML →
Adaptive Images detects your visitor’s screen size and automatically creates, caches, and delivers device appropriate re-scaled versions of your web page’s embeded HTML images. No mark-up changes needed. It is intended for use with Responsive Designs and to be combined with Fluid Image techniques.
Jan 31st
Adapt.js - Adaptive CSS →
Adapt.js is a lightweight (831 bytes minified) JavaScript file that determines which CSS file to load before the browser renders a page. If the browser tilts or resizes, Adapt.js simply checks its width, and serves only the CSS that is needed, when it is needed. A potential drawback of Adapt.js is the possibility of a brief flash of unstyled content as a new stylesheet is being fetched (think of...
Jan 31st
cykod/CoderDeck - GitHub →
Create interactive live-coding presentations for the web. CoderDeck combines Deck.js with the CodeMirror2 highlighting code editor to make it easy to demo and teach live HTML, CSS and Javascript directly in the browser. CoderDeck is Copyright (c)2011 Cykod LLC Deck.js, CodeMirror2, jQuery et al are (c) their respective owners.
Jan 31st
23/resumable.js - GitHub →
It’s a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API. The library is designed to introduce fault-tolerance into the upload of large files through HTTP. This is done by splitting each files into small chunks; whenever the upload of a chunk fails, uploading is retried until the procedure completes. This allows uploads to automatically...
Jan 30th
CamanJS - Image Manipulation in Javascript →
The main focus of CamanJS is manipulating images using the HTML5 canvas and Javascript. It’s a combination of a simple-to-use interface with advanced and efficient image/canvas editing techniques. It is also completely library independent and can be safely used next to jQuery, YUI, Scriptaculous, MooTools, etc. CamanJS is very easy to extend with new filters and plugins, and it comes with a...
Jan 29th
CSSrefresh - automatically refresh CSS files →
CSSrefresh is a small, unobstructive javascript file that monitors the CSS-files included in your webpage. As soon as you save a CSS-file, the changes are directly implemented, without having to refresh your browser.
Jan 29th
PHP Bug Lost - A debug console and monitor tool... →
PHP Bug Lost is a one-file script PHP debug and monitoring console. Include it in your script and: send log messages, view SQL queries (sends an email to the admin if there’s an error), measure times and memory usage (sends emails for long loading times or excessive memory usage), see all the vars in your scripts and view all your AJAX queries (send params and responses). PHP Bug Lost can...
Jan 29th
23/resumable.js - GitHub →
It’s a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API. The library is designed to introduce fault-tolerance into the upload of large files through HTTP. This is done by splitting each files into small chunks; whenever the upload of a chunk fails, uploading is retried until the procedure completes. This allows uploads to automatically...
Jan 29th
JavaScript Templates Engine PURE | BeeBole →
Simple and ultra-fast templating tool to generate HTML from JSON data The representation (HTML) and the logic (JS) remain totally separated Works standalone or with dojo, DomAssistant, jQuery, Mootools, Prototype, Sizzle and Sly
Jan 29th
dust →
Dust is a JavaScript templating engine designed to provide a clean separation between presentation and logic without sacrificing ease of use. It is particularly well-suited for asynchronous and streaming applications.
Jan 29th
List.js - Add search, sort and flexibility to... →
Do you want a 9 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable? Yeah! Do you also want the possibility to add, edit and remove items by dead simple templating?
Jan 29th
Enyo JavaScript Application Framework →
Enyo is an open source object-oriented JavaScript framework emphasizing encapsulation and modularity. Enyo contains everything you need to create a fast, scalable mobile or web application: Built from the ground-up for mobile first - Enyo powers webOS, and was designed from the beginning to be fast and work great on mobile devices Now available for desktop and cross-browser development - Enyo 2.0...
Jan 29th
HTML5 Reset :: A simple set of templates for any... →
Like a lot of developers, we start every HTML project with the same set of HTML and CSS files. We’ve been using these files for a long time and have progressively added bits and pieces to them as our own personal best practices have evolved. Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it’s time for our best practices to catch up,...
Jan 24th
ChiliScripts.com : ChiliStats →
Chilistats is a simple, fast and convenient PHP and mySQL statistic counter. Simple installation, easy to use and the main information at one view
Jan 24th
Mozilla Developer Network →
Somos una comunidad abierta de desarrolladores que crea recursos para mejorar la Web, sin importar la marca, el navegador o la plataforma. Cualquiera puede contribuir y cada persona nos hace más fuertes. Juntos podemos llevar la innovación a la Web para servir al bien común. Todo empieza aquí, contigo.
Jan 24th
http://shutterstock.github.com/rickshaw/ →
Rickshaw is a JavaScript toolkit for creating interactive time series graphs, developed at Shutterstock.
Jan 24th
Pomax/Font.js - GitHub →
Font.js adds new Font() functionality to the JavaScript toolbox, akin to how you use new Image() for images. It adds an onload event hook so that you don’t deploy a font resource on your webpage before it’s actually ready for use, as browsers can tell you when a font has downloaded, but not when it has been parsed and made ready for on-page rendering. This object can.
Jan 24th
Amazon DynamoDB →
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. With a few clicks in the AWS Management Console, customers can launch a new Amazon DynamoDB database table, scale up or down their request capacity for the table without downtime or performance degradation, and gain visibility into resource utilization and performance...
Jan 24th
MilkZoft/ZanPHP - GitHub →
ZanPHP is an agile Web application development framework written in PHP5 that uses different design patterns and best practices to create applications more quickly with good quality code.
Jan 24th
kriswallsmith/assetic - GitHub →
Assetic is an asset management framework for PHP.
Jan 24th
The Goldilocks Approach to Responsive Web Design →
The Goldilocks Approach uses a combination of Ems, Max-Width, Media Queries and Pattern Translations to consider just three states that allow your designs to be resolution independent.
Jan 17th
Tails - Privacidad para todos, en todas partes →
Tails es un live CD o live USB que intenta mantener tu privacidad y tu anonimato. Te ayuda a: Usar Internet anónimamente casi a donde quiera que vayas y en cualquier computadora: Todas las conexiones a Internet son forzadas a usar la red TOR; No deja ningún rastro en el ordenador a menos que tú se lo indiques explícitamente; Usa modernas herramientas de criptografía para encriptar tus archivos,...
Jan 15th
PxLoader | A Simple JavasScript Preloader →
PxLoader is a Javascript library that helps you download images, sound files or anything else you need before you take a specific action on your site (like showing a user interface or starting a game). You can use it to create a preloader for HTML5 games and websites.
Jan 12th
ApiGen | API documentation generator for PHP 5.3 →
ApiGen is the tool for creating professional API documentation from PHP source code, similar to discontinued phpDocumentor/phpDoc. ApiGen has support for PHP 5.3 namespaces, packages, linking between documentation, cross referencing to PHP standard classes and general documentation, creation of highlighted source code and experimental support for PHP 5.4 traits.
Jan 12th
JavaScript Graphics Library (JSGL) [jsgl.org] →
JSGL is very easy to use, Open-Source JavaScript graphics library. Drawing in JavaScript has never been easier! You can see the power in demo applications, try the tutorial, or check the introduction below.
Jan 11th
bartaz/impress.js - GitHub →
It’s a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
Jan 11th
Sugar: A Javascript library for working with... →
Sugar is a Javascript library that extends native objects with helpful methods. It is designed to be intuitive, unobtrusive, and let you do more with less code.
Jan 11th
Fbootstrapp by Clemens Krack, based on Bootstrap,... →
Fbootstrapp is a toolkit designed to kickstart development of facebook iframe apps in both relevant sizes. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more, styled in the typical facebook look and feel.
Jan 11th
tmpltr →
Data is stored as JSON, bound to an HTML template, and styled with CSS. Changes are automatically saved locally to your browser but can also be exported for sharing. Browser allowing, you can drag in .JSON, .HMTL, and .CSS files to be loaded respectively. Yep, this is another jsFiddle clone. But my take’s less about JavaScript and more about realtime template binding. It’s also...
Jan 11th
MASHA is a JavaScript utility allowing you to mark... →
MASHA (short for Mark & Share) is a JavaScript utility allowing you to mark interesting parts of web page content and share it. Just select text (paragraphs, sentences, words) on MASHA powered page and copy generated URL from location bar. Try it on this page! This utility was first developed for the official site of the President of Russia, where it was successfully launched. Since then we...
Jan 11th
Revolver.js — A new content slider that makes no... →
Revolver is a new content slider that makes no assumptions about your markup. Think of Revolver as a boilerplate or framework for making your own slider, exactly the way you want it. But don’t let that scare you, it’s really easy, I promise!
Jan 11th
1 note
Prefix free: Break free from CSS vendor prefix... →
-prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.
Jan 11th
URI.js - URLs in Javascript →
URI.js is a javascript library for working with URLs. It offers a “jQuery-style” API (Fluent Interface, Method Chaining) to read and write all regular components and a number of convenience methods like .directory() and .authority(). URI.js offers simple, yet powerful ways of working with query string, has a number of URI-normalization functions and converts relative/absolute paths.
Jan 11th