April 29th, 2011 – by Carrie Sackett

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!
Posted in News | No Comments
April 29th, 2011 – by Torrey Rice

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. In this tutorial, you will learn about using some these advanced capabilities within dojox.charting.
Check it out!
Want to learn more? Check out the tutorial.
Want to see a specific Tutorial? Want to Learn More?
Is there something you’d like to learn how to do with Dojo? Always wanted to know how something in Dojo works? Leave us a message in the blog comments and we’ll see about getting a tutorial created for you. Or sign-up for an upcoming SitePen Dojo Workshop to get a fully immersive hands-on experience with Dojo.
Posted in Dojo, JavaScript, Tutorials | No Comments
April 28th, 2011 – by Carrie Sackett
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.
Posted in Jobs, News | No Comments
April 26th, 2011 – by Torrey Rice

Our ongoing series of Dojo tutorials continues with Dojo Object Store.
Dojo Stores: A new API to help manage data
Separation of concerns is a fundamental aspect of good programming, and essential categorization in web applications is separation of data modeling from the user interface. The Dojo object store architecture establishes a consistent interface for data interaction inspired by the HTML5 object store API.
Check it out!
Want to learn more? Check out the tutorial.
Want to see a specific Tutorial? Want to Learn More?
Is there something you’d like to learn how to do with Dojo? Always wanted to know how something in Dojo works? Leave us a message in the blog comments and we’ll see about getting a tutorial created for you. Or sign-up for an upcoming SitePen Dojo Workshop to get a fully immersive hands-on experience with Dojo.
Posted in JavaScript, News, Tutorials | No Comments
April 20th, 2011 – by Torrey Rice

Continuing our series of Dojo mobile tutorials, we wrap up our work on the TweetView app.
TweetView: Android, Packaging, and Review
In the previous two posts, Getting Started with TweetView: Tweets and Mentions and TweetView: Creating the Settings View, we created the HTML, CSS, and JavaScript code required to power the TweetView mobile application. This tutorial will focus on implementing an Android theme, leveraging the Dojo build system to keep the application compact for production, and a basic review of the entire dojox.mobile-powered application. Want to read more? Check out the tutorial.
Want to see a specific Tutorial? Want to Learn More?
Is there something you’d like to learn how to do with Dojo? Always wanted to know how something in Dojo works? Leave us a message in the blog comments and we’ll see about getting a tutorial created for you. Or sign-up for an upcoming SitePen Dojo Workshop to get a fully immersive hands-on experience with Dojo.
Posted in Dojo, JavaScript, Tutorials, mobile | No Comments
April 19th, 2011 – by kjames

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.charting system was created to alleviate those pains by allowing developers to create dynamic, unique, and functional charts from varying sets of data. In addition, dojox.charting provides numerous themes and chart types to allow developers to display their data any way they’d like. This tutorial will show you how to create basic charts with varying data, plots, axes, and themes.
Check it out!
Want to learn more? Check out the tutorial.
Want to see a specific Tutorial? Want to Learn More?
Is there something you’d like to learn how to do with Dojo? Always wanted to know how something in Dojo works? Leave us a message in the blog comments and we’ll see about getting a tutorial created for you. Or sign-up for an upcoming SitePen Dojo Workshop to get a fully immersive hands-on experience with Dojo.
Posted in Dojo, JavaScript, Tutorials | 1 Comment
April 15th, 2011 – by blog
LAS VEGAS – At the IBM Impact 2011 conference here, IBM announced both Maqetta as well as the open-source contribution of its Maqetta HTML5 visual authoring tool to the Dojo Foundation.
Maqetta is an open-source project that provides WYSIWYG visual authoring of HTML5 user interfaces using drag-and-drop assembly, and supports both desktop and mobile user interfaces. The Maqetta application itself is authored in HTML, and therefore runs in the browser without requiring additional plug-ins or downloads. Maqetta is available under an open-source license. Ands users can download the source code and install it on their own server, customize the code to fit their needs and contribute improvements to the open-source project.
Continue reading
Tags: ajax, Dojo, flash, Maqetta, silverlight
Posted in press | No Comments
April 14th, 2011 – by Torrey Rice

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. Dojo’s build system helps you create highly optimized resources by concatenating and minimizing JavaScript and CSS files. The build system is able to leverage the dependency declarations within JavaScript and HTML source files and the @import declarations in CSS files to create these builds with minimal effort and maintenance.
Check it out!
Want to continue building your knowledge? Check out the tutorial.
Want to see a specific Tutorial? Want to Learn More?
Is there something you’d like to learn how to do with Dojo? Always wanted to know how something in Dojo works? Leave us a message in the blog comments and we’ll see about getting a tutorial created for you. Or sign-up for an upcoming SitePen Dojo Workshop to get a fully immersive hands-on experience with Dojo.
Posted in Dojo, JavaScript, Tutorials | No Comments
April 13th, 2011 – by Torrey Rice

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. This tutorial will focus specifically on the “Settings” view of our application: dependencies for the class, how the Settings view ties into the Tweet and Mention views, and coding the Settings view itself. Want to read more? Check out the tutorial.
Want to see a specific Tutorial? Want to Learn More?
Is there something you’d like to learn how to do with Dojo? Always wanted to know how something in Dojo works? Leave us a message in the blog comments and we’ll see about getting a tutorial created for you. Or sign-up for an upcoming SitePen Dojo Workshop to get a fully immersive hands-on experience with Dojo.
Posted in Dojo, JavaScript, News, Tutorials | No Comments
April 12th, 2011 – by Torrey Rice

Next in our ongoing series of Dojo Tutorials, we’ll tell you about Layout with Dijit.
Bring your layouts to life
Creating dynamic and interactive layouts is a challenge common to any graphical user interface. We have a lot of ability to create layout with HTML and CSS. Where CSS leaves off, Dojo picks up with a set of extensible widgets as a part of Dijit – Dojo’s UI framework. In this tutorial, we’ll explain how Dijit addresses common layout needs and see how easy it can be to create even complex layouts with just a few flexible widgets.
Check it out!
Sound interesting? Check out the tutorial.
Want to see a specific Tutorial? Want to Learn More?
Is there something you’d like to learn how to do with Dojo? Always wanted to know how something in Dojo works? Leave us a message in the blog comments and we’ll see about getting a tutorial created for you. Or sign-up for an upcoming SitePen Dojo Workshop to get a fully immersive hands-on experience with Dojo.
Posted in HTML5, JavaScript, News, Tutorials, ajax | No Comments