“Did you encounter problems?” Oh, come on. Of course I encountered problems. The key for me seems to be persistence. I just keep trying everything I can possibly think of, until something works. Sometimes it doesn’t make any logical sense why it works, but it works, and that’s better than nothing. I also look at everybody else’s to see how they got theirs to work, but that’s only good if someone has actually gotten it to function correctly. And like Jason, I use Firebug and if all else fails, I Google it. (I haven’t actually had much luck with that though.)
Sunday, November 30, 2008
Events
Monday, November 17, 2008
The DOM
I read the W3Cs info on the DOM, but I have to say I didn’t find it particularly helpful. (They lost me pretty quickly.) Like most things the W3C does, it seems as if the main importance of the DOM is in standardization. If the rules are the same all the time, it’s easier for everyone to use—those developing the web, and those using the web. Browser vendors are forced to conform to a set of rules, and as a result, things like JavaScript run more efficiently across browsers. Everything works all the time, and everyone’s happy.