kevinandre
  • About Me
  • Photography
  • Contact Me

Dojo Bootstrap 2.0 Beta

On April 11, 2013

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.

Continue Reading →

Dojo String Substitute

On February 26, 2013

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…

Continue Reading →

Using the S Pen with Galaxy Note 2 While Original is Attached

On December 8, 2012

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 [...]

Continue Reading →

Collapsible Panel with Bootstrap

On September 11, 2012

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 [...]

Continue Reading →

Javascript Unit Testing with AMD Using DOH: Part 1

On August 31, 2012

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.

Continue Reading →

Simulated Requests with Dojo 1.8

On August 27, 2012

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.

Continue Reading →
Dojo-Bootstrap

Using Twitter Bootstrap with Dojo

On July 30, 2012

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 [...]

Continue Reading →

New Web Tools

On February 14, 2012

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.

Continue Reading →
MooTools + RequireJS

Using Require JS to Load Mootools

On October 26, 2011

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 [...]

Continue Reading →

Session with Facebook Graph API

On June 22, 2011

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 [...]

Continue Reading →
← Previous Entries
  • 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)
  • My Photos

"Error: Please make sure the Twitter account is public." — xsokev

kevinandre

  • Home
  • About Me
  • Portfolio
  • Photography
  • Contact Me
© 2010 kevinandre
Platform by PageLines