Archive

Posts Tagged ‘Dojo’

Dojo Resources (updated) – How to solve issues & build w/ dojo.

January 27th, 2010

Though dojo is an amazing javascript framework, it’s complexity is mirrored by its various documentation sources. Erick Fleming and I have been working with dojo and some of the more recent additions. This is what we’re using:

 

1. docs.dojocampus.org : Main documentation

This is where the main documentation for dojo can be found, search is good but must be dead on – use google :site docs.dojocampus.org if you don’t know exactly what you are looking for.

  1. There is also a doc-staging.dojocampus.org that has some more recent information – use cautiously.

2. redesign.dojotoolkit.org/ : redesign of the api.dojotoolkit.org

We don’t use the existing api.dojotoolkit.org site very much. The redesign site is better.

> But you may need to switch to OLDER versions (drop down)

image

 

3. Check for bugs at http://trac.dojotoolkit.org/

You can find up to date & tracked bugs, status, etc.. on this site. Very helpful when you are having *strange* issues.

> Also be careful if you are using a CDN, sometimes the patches have not made their way to the CDN’s and you need to use the latest build (e.g. a local copy)

 

4. Check out tests at http://archive.dojotoolkit.org/

Here are were you can find tests of the various widgets in action – helpful for seeing what works, how it works etc…

This is an amazing site / amazing test suite… check it out just for fun (if nothing else).

Directory:

Eye popping, cool D.O.H. = Dojo Objective Harness (WOW these guys are bad asses)

image

alan.huffman Dojo, HTML, JavaScript, Web Development ,

Cool JavaScript Resources

January 5th, 2010

Most people use JQuery extensively… I’ve been using Dojo.

 

> Very Cool JSFiddle – in browser test bed for Java / HTML / CSS (Nice Find Erick)

The best news about this site is that you can share it, save it, version it.  http://jsfiddle.net

 

> Redesigned Dojo API documentation

http://redesign.dojotoolkit.org/

 

> Building iPhone Apps with HTML, CSS, and JavaScript  (BOOK OnLine)

http://building-iphone-apps.labs.oreilly.com/

 

> This is a THEME tester but a great showcase of DIJIT widgets

http://sitepen.com/~canderson/aristojo/140/dijit/themes/themeTester.html

 

>For the love of god do this! { turn off caching in your browser } [ trust me ]

All browsers are different, but if you are a MAN you’re using firefox :-)

Type about:config in the address bar. This will take you to a page with a datagrid and a bunch of configuration settings for Firefox. Set browser.cache.disk.enable and browser.cache.memory.enable both to false.

alan.huffman Tools, Utilities, Infrastructure , , ,