Javascript DOM basics Video Tutorial

September 21, 2009
Posted in Javascript

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

Comments

Comments are closed.

To Top