Posts Tagged ‘class creation

Dojo Tutorials

In: web resources

14 Jun 2011

Over the last few months, I’ve written several Dojo Toolkit tutorials to help explain basic and intermediate Dojo concepts.  Here’s a rundown of the tutorials that have been released thus far: Classy JavaScript with dojo.declare The dojo.declare method is the foundation of class creation within the Dojo Toolkit. dojo.declare allows for multiple inheritance to allow developers to [...]

Dojo Tutorials

In: web resources

13 May 2011

Over the last few months, I’ve written several Dojo Toolkit tutorials to help explain basic and intermediate Dojo concepts.  Here’s a rundown of the tutorials that have been released thus far: Classy JavaScript with dojo.declare The dojo.declare method is the foundation of class creation within the Dojo Toolkit. dojo.declare allows for multiple inheritance to allow developers to create [...]

My new blog post has debuted on Script Junkie: MooTools Class Creation and Organization!! As web applications aim to become more dynamic, responsive, and feature-filled, they will inevitably need to include more JavaScript. As the amount of code increases, there is also an increase in the need to keep that code organized, extendable, and maintainable. [...]

A while back I shared a few MooTools class creation tips that I live by. More experience in creating MooTools plugins has given me some new guidelines to share. Code “Inline” First, Then Class-ize; Don’t Force It The number one tip I give to MooTools Class rookies is this: create the desired class functionality before [...]

Many of you may not know of a feature that’s baked into MooTools’ Class internals: Class.toElement. Class.toElement allows you to pass the $ (or document.id) method an instance of your class and the instance will be treated as an element. The MooTools Class.toElement Usage /* baking into the class */ var myClass = new Class({ [...]


About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.