1.
Dojo & Javascript findings: What does $ mean to you?
What does $ mean to you? This article in the section "More on Naming" says ... As a random note, sure Javascript doesn't have Typing but I really like the ...
2.
Dojo & Javascript findings: Dojo.query, dojo.Nodelist and Chaining ...
We can see at the end, a dojo.addOnLoad is used to link up the formHelper.init function. We wrap that with dojo.hitch to make sure that when the function is ...
3.
Dojo & Javascript findings: Why Not - Code highlighting with Dojox
You'll find info on the AOL CDN dojo releases here: http://dev.aol.com/dojo. From there we need to include the dojo core in our template using bloggers ...
4.
Dojo & Javascript findings: Dojo Presentation Shorthand
var slides = dijit.registry.byClass("dojox.presentation.Slide"); var partCounter = 0; slides.forEach(function(slide){ var parts = dojo.query(".part",slide. ...
5.
Dojo & Javascript findings: Kicking the dijit toolbar up a notch
I love that dijit has a menu system built in using dijit dropDownButtons and the dijit toolbar. I don't love that interacting with a mouse requires more ...
6.
Dojo & Javascript findings: What does $ mean to you?
What does $ mean to you? This article in the section "More on Naming" says ... As a random note, sure Javascript doesn't have Typing but I really like the ...
7.
Dojo & Javascript findings: Why Not - Code highlighting with Dojox
So making use of AOL's very generous cross domain dojo hosting, I gave it a go. You'll find info on the AOL CDN dojo releases here: http://dev.aol.com/dojo ...
8.
Dojo & Javascript findings: JavaScript + Rhino + SQLite + Dojo + ...
JavaScript + Rhino + SQLite + Dojo + Jetty +..what's left? As a small side project I decided to see what things would look server side if JavaScript was the ...
9.
Dojo & Javascript findings: dojo.query - not just another dojo.byId
It feels so unfamiliar at first using javascript and knowing that I'm grabbing and working with node objects rather than using string ID's all the time but ...
10.
Dojo & Javascript findings: Dojo Presentation Shorthand
Dojo Presentation Shorthand. I like the idea of a browser based simple Powerpoint. ... JavaScript + Rhino + SQLite + Dojo + Jetty +..what. ...