• Code Design and Approach for the Next Grid

    Code Design and Approach for the Next Grid

    Kris Zyp | August 5, 2011

    Viewing a collection of data in tabular or list form is one of the central components of many applications. We are working on a new design to fulfill the need for a grid to quickly navigate sets of data with familiar controls for productive user interaction in the new world of mobile, lightweight applications.

    Read More
  • dojo/on: New Event Handling System for Dojo

    dojo/on: New Event Handling System for Dojo

    Kris Zyp | August 3, 2011

    Dojo 1.7 includes a rewrite of the event handling system and introduces a new module, dojo/on, to provide lighter-weight, faster, more succinct, and more direct event handling. The new event system is highly optimized for mobile applications, with a lightweight footprint and cross-platform touch event normalization. While Dojo continues to provide backwards compatibility with dojo.

    Read More
  • Heads Up, Chicago!  Here comes another Dojo.beer!

    Heads Up, Chicago! Here comes another Dojo.beer!

    Carrie Rice | July 18, 2011

    We just happen to have another reason to be in Chicago next week! We had a blast with the folks at Vodori last time so, we’ll buy the next round! Join us for a beer on July 27, 2011! REGISTER TODAY!

    Read More
  • Mad Dojo Skillz (Need we say more?)

    Mad Dojo Skillz (Need we say more?)

    Carrie Rice | July 15, 2011

    Mad Dojo Skillz Denver, CO – Aug 1-2, 2011 $1599 Mad Dojo Skillz is our black diamond workshop taking the expert scripter through the expert techniques needed when tackling the unique problems web applications can throw and how to utilize Dojo to make applications usable, reliable and scalable.

    Read More
  • Hey Iowa! jUMP into Dojo!

    Hey Iowa! jUMP into Dojo!

    Carrie Rice | July 12, 2011

    jUMP into Dojo Des Moines, IA – Aug 5, 2011 $599 jUMP into Dojo gives you a rapid introduction to the capabilities of Dojo as well as the experience in applying them to solve real-world problems.

    Read More
  • Dojo Tutorial: Introduction to the DataGrid

    Dojo Tutorial: Introduction to the DataGrid

    kjames | July 6, 2011

    Next in our series of Dojo Tutorials, we have the first of three tutorials on the DataGrid! You asked. We listened. Let’s talk about the DataGrid. The DataGrid is the central component of many applications due to its effective and usable presentation of tabular data.

    Read More
  • Pencil Us In!

    Pencil Us In!

    Carrie Rice | May 2, 2011

    More dates!! Cheaper options!! More locations! Beer! WE HEAR YOU! Join us for any number of workshops across the US and rest assured, you’ll get a brain-load of code and we’ll even throw in a pizza and a (dojo.

    Read More
  • dojo.beer.sanjose – May 25, 2011

    dojo.beer.sanjose – May 25, 2011

    Carrie Rice | April 29, 2011

    Join us for foo, folks and fun! We just wanted to throw out a quick invite, to all the Silicon Valley-based JavaScripters out there, to join a couple of our boys for a couple of drinks! Meet us, meet Dojo, meet the bartender — whatever your angle — Let us know you’re coming!

    Read More
  • Dojo Tutorial: Advanced Charting with Dojo

    Dojo Tutorial: Advanced Charting with Dojo

    Torrey Rice | April 29, 2011

    Building on a previous topic, we continue our ongoing series of Dojo tutorials with Advanced Charting. Make your charts as flexible as your data While most developers only need basic charts, dojox.charting is capable of highly advanced charts: charts with animations, charts that respond to changes in data, and charts that respond to events.

    Read More
  • Does this Haiku Mean Something to You?

    Does this Haiku Mean Something to You?

    Carrie Rice | April 28, 2011

    Communication. Lead. Serve. Clarity. Doc. Launch. Self-direct. Excel. If it does, come make poetry with us! We’re hiring Senior Technical Project Managers who want to get their project on.

    Read More
  • Dojo Tutorial: Dojo Charting

    Dojo Tutorial: Dojo Charting

    kjames | April 19, 2011

    Today we continue our ongoing series of Dojo tutorials with Dojo Charting. Dress up your data with dojox.charting! Presenting statistical data in a readable, eye-catching manner is important, but it can also be difficult. The dojox.

    Read More
  • Dojo Tutorial: Creating Builds

    Dojo Tutorial: Creating Builds

    Torrey Rice | April 14, 2011

    Building on our continuing series of Dojo Tutorials, learn about Creating Builds. Building your applications, literally The build system is critical for any real web application. Build applications often load around 10x faster than development applications. Load time is a key factor in user experience.

    Read More
  • Dojo Mobile Tutorial: TweetView Settings View

    Dojo Mobile Tutorial: TweetView Settings View

    Torrey Rice | April 13, 2011

    Next in our ongoing series of Dojo mobile tutorials, we create the Settings View of our TweetView app. TweetView: Creating the Settings View In the previous post, Getting Started with TweetView: Tweets and Mentions, we solidified our mobile application’s file structure, reviewed TweetView’s goals, and created the Tweets and Mentions views by coding tweetview._ViewMixin andtweetview.TweetView.

    Read More
  • Interview on Web vs. Desktop Apps

    Interview on Web vs. Desktop Apps

    blog | April 6, 2011

    HTML5 and EcmaScript 5 provide very powerful APIs that blur the line between the Web and the Desktop user experience. This has resulted in more organizations choosing to build their applications using Web technologies, rather than using the traditional Desktop approach.

    Read More
  • Dojo Tutorial: Beyond Dojo’s Core

    Dojo Tutorial: Beyond Dojo’s Core

    kjames | March 31, 2011

    Next in our ongoing series of Dojo tutorials, learn what’s available Beyond Dojo’s Core. More than just DOM and Ajax One of the things that differentiates Dojo from many other JavaScript libraries is its scope. While you can simply use dojo.

    Read More
  • Dojo Tutorial: Deferreds and Promises

    Dojo Tutorial: Deferreds and Promises

    Torrey Rice | March 24, 2011

    Our series of Dojo tutorials continues with Deferreds and Promises. This is great, we Promise! Deferreds are a wonderful and powerful thing, but they’re really an implementation of something greater – a promise. A promise is an object that represents the eventual value returned from the completion of an operation.

    Read More
  • Dojo Public Workshops

    Dojo Public Workshops

    Carrie Rice | March 11, 2011

    You called and sent postcards, you emailed, you blogged, you petitioned outside of Trader Joe’s, ran ads on public access and someone even sent a fax — MESSAGE RECEIVED! We’ll hold a public workshop (or two).

    Read More
  • Dojo Object Stores

    Dojo Object Stores

    Kris Zyp | February 15, 2011

    Dojo 1.6 introduces a new data store API called Dojo Object Store. This new store API is based on the HTML5 IndexedDB object store API and is designed to greatly simplify and ease the interaction and construction of Dojo stores.

    Read More
  • RequireJS/AMD Module Forms

    RequireJS/AMD Module Forms

    Kris Zyp | November 4, 2010

    The CommonJS AMD proposal defines an elegant, simple API for declaring modules that can be used with synchronous or asynchronous script-tag based loading in the browser. RequireJS already implements this API, and Dojo will soon have full support as well.

    Read More
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Privacy Policy