Dojo Bootstrap 2.0 Beta
The latest version of Dojo Bootstrap has been released in beta. There are a number of new features and changes. The biggest and most obvious change is Dojo Bootstrap is now completely Dojo widget-based. This means you can now use Dojo Bootstrap the same way you would use any Dojo widget.
Dojo String Substitute
I recently developed some code that required the use of dojo.string.substitute. I have used this module before but I never really researched it’s full potential. I understand it is the basis for Dojo’s Dijit templating. I needed to know more…
Using the S Pen with Galaxy Note 2 While Original is Attached
I got a new S Pen with Eraser for my Galaxy Note 2 today. I spent an hour or so trying to figure out how to make it work. I knew that detaching the original pen put it in the correct mode for using it but while the pen was attached, it new S Pen [...]
Collapsible Panel with Bootstrap
I had plans to build a panel that provided to ability to collapse it’s contents. Since I was using Twitter Bootstrap, I figured I would create another Module for the Dojo Bootstrap that was similar in functionality to the Collapse module. Before I started coding, I figured I should try the Collapse module itself to [...]
Javascript Unit Testing with AMD Using DOH: Part 1
I read somewhere that DOH was a stand-alone javascript tester. The DOH that ships with the Dojo Toolkit SDK definitely relies on the existence of dojo and dojox. Despite this, as of the date of this post, it is the only javascript unit testing framework that completely supports AMD without any additional plugins or code hacks.
Simulated Requests with Dojo 1.8
The new Dojo 1.8 has some really nice features. One in particular is the dojo/request/registry. It allows you to register providers against a URL pattern or other criteria. The provider can be one of the existing dojo providers or your own custom provider. With this in mind, you can register a custom provider that will serve simulated data to your code.
Using Twitter Bootstrap with Dojo
I have been using Twitter Bootstrap lately due to its appearance and simplicity in creating basic pages and complex layouts. I wanted the use Dojo to develop a recent project but I felt that Dijit would be too much for my needs so I decided to use Bootstrap again. The problem here is that Bootstrap [...]
New Web Tools
Just discovered a few new tools to aid in my web development. Slim PHP Framework and Twitter Bootstrap. I will be posting information about my experiences with them in a few days.
Using Require JS to Load Mootools
There are many scripts for loading JavaScript. One of my favorites is RequireJS. David Walsh wrote an article about loading Mootools using RequireJS but his technique requires loading mootools core as a whole. What about loading the Mootools modules separately?
Mootools, downloaded from github, comes with packaged with a utility called [...]
Session with Facebook Graph API
I ran into an issue while using the Facebook Graph API. I could never get the session to change from null though I was successfully being authenticated. Turns out a call to getSession() should be performed in the callback page. Calling getSession immediately stores the session information from the Request object. From that point, your [...]
Words from the Bird
- No public Twitter messages.
Post Categories
- Ajax (2)
- Development (10)
- Dojo (6)
- General (3)
- Mootools (3)
- Photography (2)
- Poetry (3)
- Technology (3)
- Testing (1)
- Twitter Bootstrap (3)



