Learn how to write acceptance tests and test "user stories" with your applications using the new doh.robot module, dijit.robotx, for Dojo 1.2, without modifying your application code or even upgrading your version of Dojo.
Useful Tools
doh.robot, Part 2: Automating Acceptance Tests and User Stories
New feature!
Hola dojoers,
Recently, GFX 2.0 got new important feature! It is called LoaderSystem. As name describes, it will load external data format (especially graphic markup language such as OBJ file)... Anyone familiar with Suzanne from Blender? It is auto loaded in the GFX 2.0 in the start up page... You can rotate it, you can move it as well... Not forget to mention other mesh such as Cylinder is added as well...
- robertusj's blog
- Login or register to post comments
- Read more
- Unsubscribe blog
- Unsubscribe post
Dojo, floating on AIR
Today SitePen, Inc. announced the release of a co-sponsored "demo" utilizing Adobe's AIR runtime and The Dojo Toolkit affectionately named "The Dojo Toolbox". Don't let the term "demo" fool you though, this thing is a fully functioning application providing a pluggable API built around the question "what can be done offline to better Dojo?" ...
Dojo OpenSearch Plugins
I had the chance to talk about Dojo at JavaOne last week, and one of the attendees, Kenn Thisted, was nice enough to create OpenSearch plugins for dojotoolkit.org and api.dojotoolkit.org:
http://mycroft.mozdev.org/download.html?name=dojo
If you are using Firefox 2 or 3, or Internet Explorer 7, you can easily add Dojo search to your browser's search bar.
- dylan's blog
- Login or register to post comments
- Subscribe blog
- Unsubscribe post
Dojo Offline Beta Released: Toolkit for Offline Web Apps
We are proud to announce the beta release of the Dojo Offline Toolkit. Dojo Offline is a free, open source toolkit that makes it easy for web applications to work offline. It consists of two pieces: a JavaScript library bundled with your web page and a small (~300K) cross-platform, cross-browser download that helps to cache your web application's user-interface for use offline. This is an early-access program, so there are a few bugs, but we have made tremendous progress - it's time to get the beta out the door.
- BradNeuberg's blog
- Login or register to post comments
- Read more
- Subscribe blog
- Unsubscribe post
JS Linker in Dojo
better IE debugging tools
JSEclipse adds Dojo support
ReCSS: Reload CSS
links by adding a query string argument to the end of the URL. Quite handy for applying CSS tweaks to dynamic apps.
Update Now with Safari support.Degradable AJAX forms with Dojo
dojo.io.FormBind.
FormBind allows you to quickly setup your "Web 1.0" form for asynchronous submission. How do you do it? Easy:
function magicForm() {
var x = dojo.io.FormBind({
// reference your form
formNode: document.forms[1],
