SlideShare a Scribd company logo
dojo is bizarro jQuery
                                    john hann
                                  @unscriptable
                                 lifeIMAGE, Inc.



Thursday, August 26, 2010
“bizarro” video tutorial




Thursday, August 26, 2010
video lessons learned


                              what does “bizarro” mean?

                   what can we learn about “bizarro” from
                                 the video?

                                    (discussion)



Thursday, August 26, 2010
video lessons learned




Thursday, August 26, 2010
video lessons learned
              what makes something bizarro:
              • it’s similar at first glance but...
              • nearly opposite once you learn more




Thursday, August 26, 2010
video lessons learned
              what makes something bizarro:
              • it’s similar at first glance but...
              • nearly opposite once you learn more
              lessons learned:
              • “opposite” is ambiguous
              • neither is undeniably better / perfect
              • can’t co-exist (really?)
              • not all behavior is appropriate to both


Thursday, August 26, 2010
similar at first glance...
                              height

                               hair

                               style

                              order




Thursday, August 26, 2010
but not quite the same...




                Kevin Gene Feldman    Jerry George Kramer

                     neat & pressed        relaxed

                            plaid           spots

Thursday, August 26, 2010
...and quite nearly
                                   opposite!




                             friendly         aloof

                             generous        stingy

                            unforgiving     accepting

Thursday, August 26, 2010
similar at first glance...
                             selector engine

                            dom abstractions

                            dom manipulation

                               animations




Thursday, August 26, 2010
Dojo:Zoomer
                            (jQuery-ish app done in dojo)
            http://demos.dojotoolkit.org/demos/cropper/




Thursday, August 26, 2010
dijit.form
                            (progressive enhancement demo)




                                 image: http://modernmechanics.com/

Thursday, August 26, 2010
but not quite the same...




                        $(‘*’)    dojo.query(‘*’)
                  $.fn.css()       dojo.style()
                  $(‘<div>’)     dojo.create(‘div’)
          $.fn.animate()          dojo.animate()
       3rd-party plugins           ±100 “dijits”

Thursday, August 26, 2010
plugd
              “loosely based on my favorite bits of jQuery”
                                   -- Peter Higgins (@phiggins)
              http://github.com/phiggins42/plugd




Thursday, August 26, 2010
plugd
                     .wrap()
                     .show(), .hide(), .toggle()
                     .append(), .appendTo()
                     .create()
                     .grab()
                     .size()
                     .animate()
                     .destroy()
                     .selectable()
                     .hover(), .hoverClass()
                     .end()


Thursday, August 26, 2010
plugd
              $("div.baz")
                .appendTo("body")
                .addClass("bar")
                .onclick(function(e){ /* … */ })
              ;

              $("<a href='foo.html'>bar</a>")
                .appendTo("body")
                .addClass("baz")
                .onclick(function(e){ /* … */ })
              ;


Thursday, August 26, 2010
but don’t be fooled...
                            the similarity ends here.




Thursday, August 26, 2010
but don’t be fooled...
                            the similarity ends here.
                            the bizarro dojo universe!
                                 prepare to enter



Thursday, August 26, 2010
up is down
              unlike the comfy world of jQuery, in the
              bizarro world of dojo…




Thursday, August 26, 2010
up is down
              unlike the comfy world of jQuery, in the
              bizarro world of dojo…

              dijits inject tiny bits of html into the dom
              servers spew javascript & json, not html
              “progressive enhancement” is a dirty word
              seo and html validation are shunned


Thursday, August 26, 2010
up is down
              unlike the comfy world of jQuery, in the
              bizarro world of dojo…


          wut? are we
              dijits inject tiny bits of html into the dom
              servers spew javascript & json, not html


          whack?!?!
              “progressive enhancement” is a dirty word
              seo and html validation are shunned


Thursday, August 26, 2010
up is down
              nah... ‘cuz now we’ve got super powers!




                            image: http://www.supermanhomepage.com/

Thursday, August 26, 2010
up is down
              nah... ‘cuz now we’ve got super powers!

              modular widgets

              centralized ui logic

              html5 offline-ready*

              ipad & google-pad “native” html5 apps**
              * sheesh! you gotta do some of the work yourself, slacker!
              ** requires PhoneGap or equivalent

                            image: http://www.supermanhomepage.com/

Thursday, August 26, 2010
up is down
              progressive enhancement? pffffftt!
              that’s for lame-o blogs
              and marketing sites!
              no javascript?
              no admittance!
              ie mobile and wap phones can
              find another bizarro world
              where web 1.0 is still king!



                                             image: http://hildygottlieb.com/

Thursday, August 26, 2010
up is down
              screw validation!
              it adds no value* since
              dijit’s html snippets are
              already easy to grok
              and debug:
              •tiny & modular,
              •unit-testable
              * ok ok already! “resistance is futile”. we get it. we also get that validation
              helps future-proof your html. dojo 1.6 will be valid html5.

                               image: http://www.themindrobber.co.uk/

Thursday, August 26, 2010
down is up
              on the bizarro dojo seas...
              one script tag will
              conjure a salvo of .js
              downloads




                                       image: http://davelandweb.com/

Thursday, August 26, 2010
down is up
              on the bizarro dojo seas...
              one script tag will
              conjure a salvo of .js
              downloads
              or not.




                                       image: http://davelandweb.com/

Thursday, August 26, 2010
down is up
              on the bizarro dojo seas...
              one script tag will
              conjure a salvo of .js
              downloads
              or not.
              ‘cuz a dojo pirate shoots
              whatever size .js
              slugs he wishes!
                                          image: http://davelandweb.com/

Thursday, August 26, 2010
down is up
              dojo.require() imports dependencies

              dojo’s build system packages javascript
              and html

                             my.HawtCalndr                     dojo.date
                            dojo.require(‘dojo.date’);   dojo.provide(‘dojo.date’);




Thursday, August 26, 2010
down is up
                                  (show me the codez!)
                            (dojo.require() and dojo.provide())




                                    image: http://makezine.com/

Thursday, August 26, 2010
“hello” when he leaves

              dojo pirates can say
              anything they want –
              and in any language –
              and not get confused




                            image: http://www.savagechickens.com/

Thursday, August 26, 2010
“hello” when he leaves
              dijit’s html snippets are tokenized and
              are locale-aware
              <div class=“my-hawt-widget”>
              ! <button>${buttonLabel}</button>
              </div>

              dojo.requireLocalization();
              this.buttonLabel = dojo.i18n.getLocalization(
              ! ‘my.HawtWidget’, ‘strings’)[‘buttonLabel’];



Thursday, August 26, 2010
“hello” when he leaves
                                  (more coadz!)
                      (templates, tokens, and i18n. oh my!)




                             image: http://modernmechanix.com/
Thursday, August 26, 2010
“good bye” when he arrives
              dojo’s bizarro components are loose and
              ignorant of their own parents!


              but this is a good
              thing! you want
              your “babies” to be
              independent!



Thursday, August 26, 2010
“good bye” when he arrives
              dojo.connect() allows loose coupling
              dojo.publish() and dojo.subscribe()
              provide global app events

                     my.HawtWidget                my.HawtCalndr
              dojo.subscribe(‘timezone_chg’,   onChangeTz: function (e) {
                 function (tz, bool) {         dojo.publish(‘timezone_chg’,
                   /* do something! */         !   [‘PDT’, true]);
                 }                             }
              );




Thursday, August 26, 2010
“good bye” when he arrives
                                 (back to the javascript!)
                            (dojo.connect(), dojo.publish(), and
                                     dojo.subscribe())




                                    image: http://thedawgpound.com/
Thursday, August 26, 2010
and now for
              something completely
                               bizarro
                                 cujo.js
                            web app platform




Thursday, August 26, 2010
what is cujo.js?
              web app platform:

              •MVC-based framework
              •CSS-centric, object-oriented
              •based on dojo & dijit
              •templates, guidance, examples, training



Thursday, August 26, 2010
why is cujo.js bizarro?
              data flows magically between nodes & server
              template languages disappear
              (and so does the id attribute!)


              views invoke the holey web trinity, instilling
              powers to lesser browsers
              ancient browsers grok css2.1 and css3*
              *dude! not all of css3! I’ve got a life ya know.




Thursday, August 26, 2010
data flows magically
              dojo data stores are hawt!
                                            json-rest
              data stores are data models   couchdb
                                              flickr
              most handle client-server       google
              communication so you don’t        csv
              data binding provides the        xml
              “last mile”                      atom
                                               etc...
              the end result: “live” data

Thursday, August 26, 2010
template languages
                                disappear
              why do we even need a {{template language}}?
              html5 data-* attrs ftw!

              inheritance: data-cujo-override

              loops: data-cujo-iter

              conditionals: data-cujo-if
              “oohtml”, anyone?


                                           image: http://thedawgpound.com/

Thursday, August 26, 2010
views invoke the
                            holey web trinity
              oojs + oohtml + oocss => cujo.mvc.View
              complete module, yet still overridable
              my/HawtWidget.js:
              dojo.provide(‘my.HawtWidget’);
              cujo.requireCss(‘my.HawtWidget’);
              cujo.requireHtml(‘my.HawtWidget’);
              ...


Thursday, August 26, 2010
ancient browsers grok
                         css2.1 and css3
              once you take control of the stylesheets,
              the sky is the limit!
              ever wish this worked in IE6?
              ! .myWidget.selected {}
              or this?
              ! .myMenu > .myMenuItem[href=”#”] {}
              or this?
              ! transition: left 0.5s bounce 0.25s;

Thursday, August 26, 2010
ancient browsers grok
                         css2.1 and css3
              once you take control of the stylesheets,
              the sky is the limit!
              ever wish this worked in IE6?
              ! .myWidget.selected {}
              or this?
              ! .myMenu > .myMenuItem[href=”#”] {}
              or this?
              ! transition: left 0.5s bounce 0.25s;

Thursday, August 26, 2010
cujo.js in action
                              (demo and codez!)




Thursday, August 26, 2010
even more bizarro
              all things dojo:
              http://dojotoolkit.org/
              http://twitter.com/dojo
              #dojo channel on freenode
              keep up to date with cujo.js:
              http://cujojs.com/
              http://twitter.com/cujojs
              http://twitter.com/unscriptable (me)
                             image: http://modernmechanics.com/

Thursday, August 26, 2010

More Related Content

PDF
The Tech Side of Project Argo
PDF
Mobile, Media & Touch
PDF
For every site a make file
PDF
Campus Party 2010
PDF
Idiots guide to jquery
PDF
Presentation to wdim_students
PDF
iPhone Memory Management
PDF
Tdd patterns1
The Tech Side of Project Argo
Mobile, Media & Touch
For every site a make file
Campus Party 2010
Idiots guide to jquery
Presentation to wdim_students
iPhone Memory Management
Tdd patterns1

What's hot (6)

PDF
Groovy Introduction at Javaforum 2010
PDF
issue1
PDF
Getting Started with Dojo Toolkit
PDF
Clojure Reducers / clj-syd Aug 2012
PDF
HTML5 Apps - Cross platform
PDF
So, you think you know widgets.
Groovy Introduction at Javaforum 2010
issue1
Getting Started with Dojo Toolkit
Clojure Reducers / clj-syd Aug 2012
HTML5 Apps - Cross platform
So, you think you know widgets.
Ad

Viewers also liked (19)

PDF
Corporate Real Estate at the Crossroads - Cost vs. Value: Australian CRE tren...
 
PDF
U.S. Lodging Sector 2014 Wellness Check
 
PDF
JLL’s Mid-Year Skyline Update: A Closer Look at OH, MI & PA
 
PDF
Risks Ahead: Global Corporate Real Estate Trends 2013
 
PPT
The Future of Work - 2001 Presentation
PPTX
Seven key commercial real estate investment themes for 2016
 
PDF
January 2016 U.S. employment update and outlook
 
PPTX
Sistema operativo
PDF
[Spanish translation] Global CRE Trends Infographic 2013
 
PDF
Re-engineering the workplace for the next generation
PDF
Japan CRE Index 2013
 
PDF
Changing Winds Ahead: Japan Corporate Real Estate Survey Overview
 
PDF
4 data center trends to watch
 
PDF
Grocery stores compete for attention | JLL Retail
 
PDF
RECon Latin America 2016 – Retailers on the move
 
PDF
U.S. employment rate data and trends June 2014
 
PDF
EMEA Corporate Occupier Conditions – Autumn 2015 [Infographic]
 
PDF
Reducing greenhouse gas emissions one building at a time
 
PPT
Implications For The Next Generation Office
Corporate Real Estate at the Crossroads - Cost vs. Value: Australian CRE tren...
 
U.S. Lodging Sector 2014 Wellness Check
 
JLL’s Mid-Year Skyline Update: A Closer Look at OH, MI & PA
 
Risks Ahead: Global Corporate Real Estate Trends 2013
 
The Future of Work - 2001 Presentation
Seven key commercial real estate investment themes for 2016
 
January 2016 U.S. employment update and outlook
 
Sistema operativo
[Spanish translation] Global CRE Trends Infographic 2013
 
Re-engineering the workplace for the next generation
Japan CRE Index 2013
 
Changing Winds Ahead: Japan Corporate Real Estate Survey Overview
 
4 data center trends to watch
 
Grocery stores compete for attention | JLL Retail
 
RECon Latin America 2016 – Retailers on the move
 
U.S. employment rate data and trends June 2014
 
EMEA Corporate Occupier Conditions – Autumn 2015 [Infographic]
 
Reducing greenhouse gas emissions one building at a time
 
Implications For The Next Generation Office
Ad

Similar to dojo is bizarro jQuery (20)

PDF
Introduction to jQuery :: CharlotteJS
PDF
jQuery Introduction
PDF
Making Rich Internet Applications Accessible Through jQuery
PPTX
jQuery - the world's most popular java script library comes to XPages
PDF
Progressive Advancement, by way of progressive enhancement
PDF
HTML5 and CSS3: does now really mean now?
KEY
jQuery('#knowledge').appendTo('#you');
PDF
Dom API In Java Script
PDF
Jquery Introduction
PDF
The jQuery Divide
PDF
Mobile Development with uPortal and Infusion
PDF
Splash
PDF
HTML XHTML HTML5
PDF
Tim stone.html5.rjug.20110316
PDF
jQuery Way
PPTX
jQuery Conference Austin Sept 2013
ODP
jQuery
PDF
HTML5: About Damn Time
PDF
Organizing Code with JavascriptMVC
PDF
Building a JavaScript Library
Introduction to jQuery :: CharlotteJS
jQuery Introduction
Making Rich Internet Applications Accessible Through jQuery
jQuery - the world's most popular java script library comes to XPages
Progressive Advancement, by way of progressive enhancement
HTML5 and CSS3: does now really mean now?
jQuery('#knowledge').appendTo('#you');
Dom API In Java Script
Jquery Introduction
The jQuery Divide
Mobile Development with uPortal and Infusion
Splash
HTML XHTML HTML5
Tim stone.html5.rjug.20110316
jQuery Way
jQuery Conference Austin Sept 2013
jQuery
HTML5: About Damn Time
Organizing Code with JavascriptMVC
Building a JavaScript Library

Recently uploaded (20)

PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Spectroscopy.pptx food analysis technology
PDF
Approach and Philosophy of On baking technology
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Empathic Computing: Creating Shared Understanding
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Machine learning based COVID-19 study performance prediction
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
KodekX | Application Modernization Development
PDF
Electronic commerce courselecture one. Pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
Understanding_Digital_Forensics_Presentation.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Spectroscopy.pptx food analysis technology
Approach and Philosophy of On baking technology
“AI and Expert System Decision Support & Business Intelligence Systems”
Empathic Computing: Creating Shared Understanding
Dropbox Q2 2025 Financial Results & Investor Presentation
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Machine learning based COVID-19 study performance prediction
Spectral efficient network and resource selection model in 5G networks
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Advanced methodologies resolving dimensionality complications for autism neur...
KodekX | Application Modernization Development
Electronic commerce courselecture one. Pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
20250228 LYD VKU AI Blended-Learning.pptx

dojo is bizarro jQuery

  • 1. dojo is bizarro jQuery john hann @unscriptable lifeIMAGE, Inc. Thursday, August 26, 2010
  • 3. video lessons learned what does “bizarro” mean? what can we learn about “bizarro” from the video? (discussion) Thursday, August 26, 2010
  • 5. video lessons learned what makes something bizarro: • it’s similar at first glance but... • nearly opposite once you learn more Thursday, August 26, 2010
  • 6. video lessons learned what makes something bizarro: • it’s similar at first glance but... • nearly opposite once you learn more lessons learned: • “opposite” is ambiguous • neither is undeniably better / perfect • can’t co-exist (really?) • not all behavior is appropriate to both Thursday, August 26, 2010
  • 7. similar at first glance... height hair style order Thursday, August 26, 2010
  • 8. but not quite the same... Kevin Gene Feldman Jerry George Kramer neat & pressed relaxed plaid spots Thursday, August 26, 2010
  • 9. ...and quite nearly opposite! friendly aloof generous stingy unforgiving accepting Thursday, August 26, 2010
  • 10. similar at first glance... selector engine dom abstractions dom manipulation animations Thursday, August 26, 2010
  • 11. Dojo:Zoomer (jQuery-ish app done in dojo) http://demos.dojotoolkit.org/demos/cropper/ Thursday, August 26, 2010
  • 12. dijit.form (progressive enhancement demo) image: http://modernmechanics.com/ Thursday, August 26, 2010
  • 13. but not quite the same... $(‘*’) dojo.query(‘*’) $.fn.css() dojo.style() $(‘<div>’) dojo.create(‘div’) $.fn.animate() dojo.animate() 3rd-party plugins ±100 “dijits” Thursday, August 26, 2010
  • 14. plugd “loosely based on my favorite bits of jQuery” -- Peter Higgins (@phiggins) http://github.com/phiggins42/plugd Thursday, August 26, 2010
  • 15. plugd .wrap() .show(), .hide(), .toggle() .append(), .appendTo() .create() .grab() .size() .animate() .destroy() .selectable() .hover(), .hoverClass() .end() Thursday, August 26, 2010
  • 16. plugd $("div.baz") .appendTo("body") .addClass("bar") .onclick(function(e){ /* … */ }) ; $("<a href='foo.html'>bar</a>") .appendTo("body") .addClass("baz") .onclick(function(e){ /* … */ }) ; Thursday, August 26, 2010
  • 17. but don’t be fooled... the similarity ends here. Thursday, August 26, 2010
  • 18. but don’t be fooled... the similarity ends here. the bizarro dojo universe! prepare to enter Thursday, August 26, 2010
  • 19. up is down unlike the comfy world of jQuery, in the bizarro world of dojo… Thursday, August 26, 2010
  • 20. up is down unlike the comfy world of jQuery, in the bizarro world of dojo… dijits inject tiny bits of html into the dom servers spew javascript & json, not html “progressive enhancement” is a dirty word seo and html validation are shunned Thursday, August 26, 2010
  • 21. up is down unlike the comfy world of jQuery, in the bizarro world of dojo… wut? are we dijits inject tiny bits of html into the dom servers spew javascript & json, not html whack?!?! “progressive enhancement” is a dirty word seo and html validation are shunned Thursday, August 26, 2010
  • 22. up is down nah... ‘cuz now we’ve got super powers! image: http://www.supermanhomepage.com/ Thursday, August 26, 2010
  • 23. up is down nah... ‘cuz now we’ve got super powers! modular widgets centralized ui logic html5 offline-ready* ipad & google-pad “native” html5 apps** * sheesh! you gotta do some of the work yourself, slacker! ** requires PhoneGap or equivalent image: http://www.supermanhomepage.com/ Thursday, August 26, 2010
  • 24. up is down progressive enhancement? pffffftt! that’s for lame-o blogs and marketing sites! no javascript? no admittance! ie mobile and wap phones can find another bizarro world where web 1.0 is still king! image: http://hildygottlieb.com/ Thursday, August 26, 2010
  • 25. up is down screw validation! it adds no value* since dijit’s html snippets are already easy to grok and debug: •tiny & modular, •unit-testable * ok ok already! “resistance is futile”. we get it. we also get that validation helps future-proof your html. dojo 1.6 will be valid html5. image: http://www.themindrobber.co.uk/ Thursday, August 26, 2010
  • 26. down is up on the bizarro dojo seas... one script tag will conjure a salvo of .js downloads image: http://davelandweb.com/ Thursday, August 26, 2010
  • 27. down is up on the bizarro dojo seas... one script tag will conjure a salvo of .js downloads or not. image: http://davelandweb.com/ Thursday, August 26, 2010
  • 28. down is up on the bizarro dojo seas... one script tag will conjure a salvo of .js downloads or not. ‘cuz a dojo pirate shoots whatever size .js slugs he wishes! image: http://davelandweb.com/ Thursday, August 26, 2010
  • 29. down is up dojo.require() imports dependencies dojo’s build system packages javascript and html my.HawtCalndr dojo.date dojo.require(‘dojo.date’); dojo.provide(‘dojo.date’); Thursday, August 26, 2010
  • 30. down is up (show me the codez!) (dojo.require() and dojo.provide()) image: http://makezine.com/ Thursday, August 26, 2010
  • 31. “hello” when he leaves dojo pirates can say anything they want – and in any language – and not get confused image: http://www.savagechickens.com/ Thursday, August 26, 2010
  • 32. “hello” when he leaves dijit’s html snippets are tokenized and are locale-aware <div class=“my-hawt-widget”> ! <button>${buttonLabel}</button> </div> dojo.requireLocalization(); this.buttonLabel = dojo.i18n.getLocalization( ! ‘my.HawtWidget’, ‘strings’)[‘buttonLabel’]; Thursday, August 26, 2010
  • 33. “hello” when he leaves (more coadz!) (templates, tokens, and i18n. oh my!) image: http://modernmechanix.com/ Thursday, August 26, 2010
  • 34. “good bye” when he arrives dojo’s bizarro components are loose and ignorant of their own parents! but this is a good thing! you want your “babies” to be independent! Thursday, August 26, 2010
  • 35. “good bye” when he arrives dojo.connect() allows loose coupling dojo.publish() and dojo.subscribe() provide global app events my.HawtWidget my.HawtCalndr dojo.subscribe(‘timezone_chg’, onChangeTz: function (e) { function (tz, bool) { dojo.publish(‘timezone_chg’, /* do something! */ ! [‘PDT’, true]); } } ); Thursday, August 26, 2010
  • 36. “good bye” when he arrives (back to the javascript!) (dojo.connect(), dojo.publish(), and dojo.subscribe()) image: http://thedawgpound.com/ Thursday, August 26, 2010
  • 37. and now for something completely bizarro cujo.js web app platform Thursday, August 26, 2010
  • 38. what is cujo.js? web app platform: •MVC-based framework •CSS-centric, object-oriented •based on dojo & dijit •templates, guidance, examples, training Thursday, August 26, 2010
  • 39. why is cujo.js bizarro? data flows magically between nodes & server template languages disappear (and so does the id attribute!) views invoke the holey web trinity, instilling powers to lesser browsers ancient browsers grok css2.1 and css3* *dude! not all of css3! I’ve got a life ya know. Thursday, August 26, 2010
  • 40. data flows magically dojo data stores are hawt! json-rest data stores are data models couchdb flickr most handle client-server google communication so you don’t csv data binding provides the xml “last mile” atom etc... the end result: “live” data Thursday, August 26, 2010
  • 41. template languages disappear why do we even need a {{template language}}? html5 data-* attrs ftw! inheritance: data-cujo-override loops: data-cujo-iter conditionals: data-cujo-if “oohtml”, anyone? image: http://thedawgpound.com/ Thursday, August 26, 2010
  • 42. views invoke the holey web trinity oojs + oohtml + oocss => cujo.mvc.View complete module, yet still overridable my/HawtWidget.js: dojo.provide(‘my.HawtWidget’); cujo.requireCss(‘my.HawtWidget’); cujo.requireHtml(‘my.HawtWidget’); ... Thursday, August 26, 2010
  • 43. ancient browsers grok css2.1 and css3 once you take control of the stylesheets, the sky is the limit! ever wish this worked in IE6? ! .myWidget.selected {} or this? ! .myMenu > .myMenuItem[href=”#”] {} or this? ! transition: left 0.5s bounce 0.25s; Thursday, August 26, 2010
  • 44. ancient browsers grok css2.1 and css3 once you take control of the stylesheets, the sky is the limit! ever wish this worked in IE6? ! .myWidget.selected {} or this? ! .myMenu > .myMenuItem[href=”#”] {} or this? ! transition: left 0.5s bounce 0.25s; Thursday, August 26, 2010
  • 45. cujo.js in action (demo and codez!) Thursday, August 26, 2010
  • 46. even more bizarro all things dojo: http://dojotoolkit.org/ http://twitter.com/dojo #dojo channel on freenode keep up to date with cujo.js: http://cujojs.com/ http://twitter.com/cujojs http://twitter.com/unscriptable (me) image: http://modernmechanics.com/ Thursday, August 26, 2010