Search Content

Displaying 1 - 20 of 97

… Managing development projects with Dojo and Git Submitted by John Locke on Mon, 08/10/2009 - … files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set …

… Dojo/Javascript Development We're big fans of the Dojo Toolkit , a Javascript framework that allows you to …

… Dojo Toolkit with Drupal Submitted by John Locke on Wed, … of my team may not agree with me, but I greatly prefer the Dojo Toolkit to jQuery, when it comes to Javascript …

… Dojo Toolkit UI experiments Submitted by John Locke on Mon, … task management tool called Project Auriga, and as the Dojo Toolkit hit a version 0.9 and then 1.0, I used Auriga as …

… Quickstart using Dojo Toolkit on Drupal Submitted by John Locke on Tue, … own Dojo scripts to your module: Function Purpose Notes  dojo_toolkit_load_dojo() Call this anytime you want to be …

… How to structure a Dojo-based dashboard in Drupal Submitted by John Locke on … in a place you can reach from your browser, we find the Dojo Toolkit's Charts module very useful for providing that …

… automation using the Drupal #AI module -- automatically tag your articles. With the AI module, its AI Automators … integrations, the great thing is you can easily edit the tags later if you want to highlight something specific, or if …

… Dojo hints Submitted by freelock on Mon, 01/11/2010 - 10:18 Dojo is a Javascript library/widget toolkit that brings a lot …

… the current crop of Javascript toolkits, and picked Dojo as the best one to learn. Jquery quickly became the … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… or roll back to earlier versions if there's a problem. The Dojo Toolkit , and builds. We're doing a lot of development with Dojo right now, to add desktop-like functionality such as …

… project hit a stumbling block. The latest release of Dojo, 1.3.1, has some bug fixes I'd like to use, and in … I like to keep my main project working with the newest dojo releases. But 1.3.1 introduced a new security constraint …

… Review Open Source Consulting Ongoing Support & Hosting Dojo & Javascript Drupal Rescue Shop Upgrade to Drupal 7 … Review Open Source Consulting Ongoing Support & Hosting Dojo & Javascript Drupal Rescue Shop Upgrade to Drupal 7 …

… by building rich interactive browser experiences using the Dojo Toolkit. Wanna know more? 3 reasons to use Drupal and … by building rich interactive browser experiences using the Dojo Toolkit. Wanna know more? 3 reasons to use Drupal and …

… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …

… to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …

… Once the dev site is updated, we create a new release tag and push it into our central git repository, where … regular backups of the files. We do a final snapshot/tag of the production code base, then pull down the new … Once the dev site is updated, we create a new release tag and push it into our central git repository, where …

… were able to leverage standard widgets and charts from the Dojo Toolkit for this project. We had all of our data ready … customize them for our specific needs. We built a custom Dojo widget that would load the data for a particular …

… write about. There's plenty going on, and I have several blog posts/rants/articles pretty much ready to post. Just … of open source business software. Finally, I do plan to blog on a more regular basis going forward. And I'd like to … write about. There's plenty going on, and I have several blog posts/rants/articles pretty much ready to post. Just …

… drop the QuickForm stuff--easier to do in Smarty) Smarty Dojo Toolkit 1.0+   … Project Auriga is a "stuff tracking" … drop the QuickForm stuff--easier to do in Smarty) Smarty Dojo Toolkit 1.0+   … Project Auriga …

… Now for the client. Client-side logins We're using the Dojo Toolkit extensively in Project Auriga, so the login functions are using dojo.xhr* requests to wrap the XmlHttpRequest objects and …