The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Framework

Framework Category

Tiny Framework for Prototyping Google App Engine Applications – ape.js

ape.js is a tiny framework for prototyping applications for the Google app engine.

apejs Tiny Framework for Prototyping Google App Engine Applications   ape.jsThe framework also comes with a library for using Google’s Data Store, and a somewhat basic templating solution.

Ape.js allows you to build application prototypes like really fast, and the framework doesn’t mess with most libraries (except CommonJS, which actually messes with the Google app engine).

Interactive Fiction Games With Ease – Undum

Undum is a cool framework for building your own interactive fiction game.

undum Interactive Fiction Games With Ease   Undum

Although the internet is full with casual games that don’t require much thought — or any thought at all –, there are many players who still enjoy the ‘thinking’ aspect of games (from D&D players to those involved in games of wit such as Scrabble).

Undum is an awesome framework for creating a text-based fiction game.

The framework is easy to use, but does have its limitations (can’t save multiple games, for example).

A neat templating library – Handlebars.js

Handlebars is a minimal templating library, built upon mustache.js.

handlebars A neat templating library   Handlebars.jsThe library offers several important features: built-in helpers; partials; and the ability to customize both.

handlebars.js allows nesting deep hashes and makes it easy.

Overall, handlebars is a nice solution for anyone who has worked with mustache.js, and wants to integrate it with larger libraries.

A Small JavaScript Testing Framework – JSPec

JSpec is a lightweight unit testing framework for JavaScript.

jspec A Small JavaScript Testing Framework   JSPecJSpec is easy to use, and simply requires you to add the library and optional components; it integrates well with Ruby and Rhino.

The framework’s output is sleek and readable, and the framework provides over 45 matchers for basically any library you’re using.

Fast and Slick iPhone/iPad Development – Tapku

Tapku (tap+haiku) is an open source iOS framework built on Cocoa and UIKit.

tapku Fast and Slick iPhone/iPad Development   TapkuOverall, Tapku is a very comprehensive framework that pretty much works wonders when used correctly.

However, although Tapku offers native solutions to common problems (calendar, graphs, etc.), it isn’t a panacea for iOS developers as a lot more ground isn’t covered (data storage?).

Cross-platform Game Development Engine – Enchant.js

Enchant.js is an HTML5 game engine that runs on JavaScript.

enchanting Cross platform Game Development Engine   Enchant.jsThe library, which weighs a mere 30 kilobytes, has already been used for more than 200 HTML5 games.

Enchant.js features an event-based game engine, which effectively allows you to think forward without much hassle.

The core is based around objects, which is great for those familiar with OOP.