Ariel Keselman

Results 52 issues of Ariel Keselman

current status: refresh only when document file is modified problem: say you change the faviccon. should it refresh with all clients? or maybe just let user "modify" the document to...

this is the base to all the routing, hashing, whatever

A special function to move existing data to new class will be needed

i.e. so wwe could do stuff like... element.h1='This is Cool' or element.div() etc.

(look for e.g. in menu, table - not yet committed ;))

e.g. ``` python d= self.rdoc.element('div').style( background='#AAFFAA', ).appendto(self.container) ``` instead of... ``` python d= self.rdoc.element('div') d.style( background='#AAFFAA', ) d.appendto(self.container) ``` maybe its better with longer names... actually doesn't seem too valuable.

use them only when needed. Based on this: http://www.youtube.com/watch?v=n-S4dsipHeU

pure refactoring