View allAll Photos Tagged JavaScript,
Impressions from the first nz.js(con); conference.javascript.org.nz/ organized by the JavaScript Society of New Zealand. javascript.org.nz/
13th MAY, LONDON -Dmitry Buzdin talks on approaches and solutions from real projects on how to integrate GWT and JavaScript and get the best out of both technologies. See the SkillsCast (Video, code, slides) at: skillsmatter.com/podcast/ajax-ria/google-web-kit-talk/mh-...
Here I run the first test on this page www.jakearchibald.co.uk/jsperformance/closurememory/1.html
It's expected that the browser uses more memory, but it should release it back to the OS once the page is refreshed.
Chrome (on the left) behaves correctly. Safari does not.
Safari 4 will reuse the memory it has, but it doesn't give any back to the operating system, even if it has 700mb of memory reserved.
Safari still holds onto the memory if the tab that reserved the memory is closed.
13th MAY, LONDON -Dmitry Buzdin talks on approaches and solutions from real projects on how to integrate GWT and JavaScript and get the best out of both technologies. See the SkillsCast (Video, code, slides) at: skillsmatter.com/podcast/ajax-ria/google-web-kit-talk/mh-...
* Démonstration d'écriture de graphisme génératif à la volée
(* Live coding for creating generative graphics)
Made in collaboration with the students of Douglas @ l'atelier hypermedia in Aix-en-provence.
Each layer is driven by a javascript program, sent from student's computers. Each program is evaluated real-time so that direct modification of the code can be seen real-time on the server screen, using Vision Factory.
Capture: 27 juillet 2007 – Site: Tivi Pro – Description: les résultats de la recherche sont masqués malgré un résultat positif. Il faut appuyer sur le bouton pour voir apparaître les documents.
The representation of JavaScript programs that Mozilla used when they exposed their SpiderMonkey reflection API isn't perfect; in fact, it has a good number of flaws. But a rich ecosystem of tools has formed around this particular structured representation of JavaScript programs, most notably the popular esprima parser.
The reusability and composability of these tools has made this format the standard for all modern projects that transform, generate, or otherwise work with JavaScript programs.
13th MAY, LONDON -Dmitry Buzdin talks on approaches and solutions from real projects on how to integrate GWT and JavaScript and get the best out of both technologies. See the SkillsCast (Video, code, slides) at: skillsmatter.com/podcast/ajax-ria/google-web-kit-talk/mh-...