background preloader

QuoJS - Micro JavaScript Library

QuoJS - Micro JavaScript Library
that simplifies your mobile projects. Quo what? Is a micro, modular, Object-Oriented and concise JavaScript Library that simplifies HTML document traversing, event handling, and Ajax interactions for rapid mobile web development. It allows you to write powerful, flexible and cross-browser code with its elegant, well documented and micro coherent API. Mobile lover Designed to change the way that you write JavaScript with the goal: a 5-6k gzipped library that handles most basic drudge work with a nice API so you can concentrate on getting stuff done.

http://quojs.tapquo.com/

Aligning DOM Elements around a Circle « Ben Knows Code I've been working on a project that requires elements to be positioned relative to an imaginary circle. I need to be able to support two different alignment scenarios. Both of these are illustrated below: I've added the imaginary circles as a reference for the alignment: I decided to start by figuring out where I needed to align my elements. We can any point on the circle using the following formula: kylebarrow/chibi - UX Brackets alertifyjs - An unobtrusive customizable JavaScript notification system Unfortunately, I will no longer be maintaining alertify.js. I have many ongoing projects that aren't leaving me with enough time to do what needs to be done. If anyone wants to create a fork and maintain - by all means go for it! It's been great seeing people use it and enjoy it and this decision is simply because I don't believe it's fair that developers are looking for help and not getting it. I wish I had more time or contributions to keep it going and make it better, but the sad reality is that not usually the case on these kinds of projects.

JSX - a faster, safer, easier alternative to JavaScript - UX Masonry Best of JavaScript, HTML5 & CSS3 - Week of September 10, 2012 : Remote Synthesis Best of JavaScript, HTML5 & CSS3 - Week of September 10, 2012 Posted on Sep 17, 2012 Lots of tutorials this week and, even though there were fewer new library releases, the Yoeman release garnered a ton of attention and a number of follow up posts, including a beginner tutorial on the Adobe Developer Connection thanks to Andy Matthews. Yoeman seems deserving of the attention and I definitely recommend checking it out. While there are a lot of good posts this week, I also highly recommend the article on drawing pixels to the canvas by Dominic Szablewski - it is a fascinating read.

Yeoman, At Your Service. When kicking off a new application, we always seem to have libraries we need to manually find and add, boilerplate code that needs to be written and a thorough build and testing process we need to get setup. Today we’re excited to announce the launch of Yeoman – a project which hopes to simplify these steps in your developer workflow. Package management At the moment, adding and managing the libraries used in our applications is a very manual process for most developers. Underscore.js Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. It’s the answer to the question: “If I sit down in front of a blank HTML page, and want to start being productive immediately, what do I need?” … and the tie to go along with jQuery's tux and Backbone's suspenders. Underscore provides 80-odd functions that support both the usual functional suspects: map, filter, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. The project is hosted on GitHub.

Related: