Changeset 715

Show
Ignore:
Timestamp:
04/24/06 12:25:02 (2 years ago)
Author:
bob@redivi.com
Message:

add ui

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • presentations/2006/ajax_experience/Makefile

    r695 r715  
    77 
    88slides.html: slides.txt 
    9         rst2s5.py slides.txt $@ 
     9        rst2s5.py --theme-url ui/mochikit slides.txt $@ 
    1010 
    1111.PHONY: all clean 
  • presentations/2006/ajax_experience/slides.txt

    r708 r715  
    796796=============== 
    797797 
    798 * Crown jewels of MochiKit 1.3 
     798* Crown jewel of MochiKit 1.3 
    799799* Sorry it took so long 
    800 * Events in browsers totally suck 
     800* Browsers totally suck at events 
    801801 
    802802 
     
    811811 
    812812 
    813 connect and DOM 
    814 =============== 
     813connect to the DOM 
     814================== 
    815815 
    816816This works everywhere:: 
     
    836836 
    837837 
    838 Not Just For Browser Events 
    839 =========================== 
    840  
    841 * Can register your own signals for your own objects 
    842 * Arbitrary event broadcasting 
    843 * This feature is not currently used internally or in any examples, 
    844   though it is documented and tested 
    845  
    846  
    847838MochiKit on the Web 
    848839===================