SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
Christian heilmann wie javascript die welt eroberte
15.
Erstellung von Inhalten die
nur Sinn machen wenn JS
vorhanden ist.
document.write();
16.
Von Anfang an war JS dazu
da, Probleme mit dem
Interface zu beheben.
17.
Um das zu erledigen,
hatten wir das BOM
(Browser Object Model)
window.frames;
document.forms;
document.links;
document.images;
document.location;
document.history;
18.
Wir fingen auch schon an,
unsere Interfaces per JS zu
“verbessern”.
41.
meineLinks([
{
"u":"http://www.meetup.com/javascript-2/events/16773134/",
"d":"Advanced HTML5 Video with Popcorn.js - The Boston JavaScript Meetup
Group (Cambridge, MA) - Meetup",
"t":["JavaScript","Popcorn.js","via:packrati.us","Boston","HTML5"],
"dt":"2011-03-15T15:04:53Z",
"n":"RT @F1LT3R: RT @bocoup: Don't miss @rwaldron's talk on #HTML5 video
and #Popcorn.js tonight at #Boston #JavaScript Meetup:
http://gul.ly/wd",
"a":"codepo8"
},{
"u":"http://addyosmani.com/blog/essentialjsdesignpatternsupdate1/",
"d":"Essential JavaScript Design Patterns 1.1 u2013 A Free Updated Book
For Beginners",
"t":["javascript","via:packrati.us","jquery","free"],
"dt":"2011-02-27T21:32:16Z",
"n":"RT @addyosmani: Essential JavaScript Design Patterns 1.1 u2013 A
Free Updated Book For Beginners http://bit.ly/hpbnMz #javascript
#jquery #free",
"a":"codepo8"
}
// ...
])