Dev Breakthroughs
68.9K views | +0 today
Follow
Dev Breakthroughs
Monitoring innovations in database, PHP, JS, RIA, HTML5, mobile and agile dev strategies & tools
Curated by Nicolas Weil
Your new post is loading...
Your new post is loading...
Scooped by Nicolas Weil
Scoop.it!

Mibbu - javascript html5 game framework

Mibbu - javascript html5 game framework | Dev Breakthroughs | Scoop.it
Michal Budzynski has just published initial release of Mibbu - his javascript microframework for fast game prototyping.

Get it here : http://mibbu.eu/
No comment yet.
Scooped by Nicolas Weil
Scoop.it!

Wink toolkit - A mobile JavaScript framework to build great cross platform webapps with 3D CSS and more

Wink toolkit - A mobile JavaScript framework to build great cross platform webapps with 3D CSS and more | Dev Breakthroughs | Scoop.it
Wink Toolkit is a lightweight JavaScript toolkit which will help you build great mobile web apps. It is designed and developed to meet the specific constraints of the mobile environment. The toolkit's core offers all the basic functionalities a mobile developer would need from touch event handling to DOM manipulation objects or CSS transforms utilities. Additionally, it offers a wide range of UI components are offered to help you improve the look and feel of a web app, or simply to experiment with new user interactions.

Wink Toolkit currently supports iOS (iPod, iPhone, iPad), Android, BlackBerry and Bada.
Extra efforts have been made to adapt Wink on Firefox mobile and Opera mobile.
No comment yet.
Scooped by Nicolas Weil
Scoop.it!

Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!

How much library code do you really need — 50K? 100K? 150K? More? How much of that do you really use?

Sure, we all love our favorite monolithic frameworks, and sometimes we even use them fully. But how often do we reach for the ride-on John Deere tractor with air conditioning and six-speaker sound system, when a judiciously applied pocketknife would do the trick better, faster, slicker?

Micro-frameworks are definitely the pocketknives of the JavaScript library world: short, sweet, to the point. And at 5k and under, micro-frameworks are very very portable. A micro-framework does one thing and one thing only — and does it well. No cruft, no featuritis, no feature creep, no excess anywhere.

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.
No comment yet.
Scooped by Nicolas Weil
Scoop.it!

Getting Started with Backbone.js

Getting Started with Backbone.js | Dev Breakthroughs | Scoop.it
Created by Jeremy Ashkenas, the JS ninja who built CoffeeScript, Backbone is a super light-weight library that lets you create easy to maintain front ends. It’s backend agnostic and works well with any of the modern JavaScript libraries you’re already using.

Backbone is a collection of cohesive objects, weighing in at a shade under 4kb, that lend structure to your code and basically helps you build a proper MVC app in the browser. The official site describes its purpose as so:

"Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface."
No comment yet.