Javascript DOM basics Video Tutorial
Hi,
Not directly related to PHP, but nonetheless many a PHP programmers will probably (at some point) have to have their PHP scripts ‘talk’ with some client side code; whether it be to a Flash application or straight to the browser using Javascript.
The DOM is a virtual map of a web page. The DOM along with Javascript allows you to navigate and dynamically change things about the page:
- tags
- text
- attributes of tags
I just released a new video on the DOM from my upcoming beginners course on Javascript and basic DOM scripting:
You can find the entire Javascript beginners course at killerjavascript.com.
Thanks for reading and I hope you find the video useful.
Stefan Mischook
www.killerphp.com
This entry was posted on Monday, September 21st, 2009 at 12:05 am and is filed under Javascript. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

