<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Javascript Function - DOM and javascript</title><link>http://www.javascriptfunction.com/</link><description>Javascript Tutorials, Ajax , Validation, Calculator, DOM - </description><generator>RainbowSoft Studio Z-Blog 1.7 Laputa Build 70216</generator><language>EN-US</language><copyright>Copyright http://www.javascriptfunction.com/. All Rights Reserved.</copyright><pubDate>Thu, 09 Sep 2010 20:27:55 +0800</pubDate><item><title> createElement and createTextNode</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/127D2.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/127D2.html</guid><description><![CDATA[                      What makes adding and replacing objects on your web            page more difficult than removing objects that are            already in the page is that you must first create the            new object to be added to the page brf...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/127D2.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3035</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3035&amp;key=c3c8fd59</trackback:ping></item><item><title> attachEvent</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/2C1AG.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/2C1AG.html</guid><description><![CDATA[                      Attaching an Internet Explorer event processor to a web            page is not a great deal different from the way that a            standard DOM event listener is attached. Let&#39;s look            at the IE equivalent of the ...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/2C1AG.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3025</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3025&amp;key=84129597</trackback:ping></item><item><title> Event Listeners</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/IF7GK.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/IF7GK.html</guid><description><![CDATA[                      Adding a standard DOM event listener to a web page is            fairly straightforward Javascript. The first thing we            need to consider is that not all browsers support this            yet so we will want to include a...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/IF7GK.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3026</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3026&amp;key=5d4edc3f</trackback:ping></item><item><title> DOM Event Processing</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/K42B1.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/K42B1.html</guid><description><![CDATA[                      The standard DOM way of attaching events to objects            within a web page gets around both the need to place            any Javaascript into the objects in the page itself and            it also allows for the same event ...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/K42B1.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3027</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3027&amp;key=60297a41</trackback:ping></item><item><title> Attaching Event Handlers</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/29FBG.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/29FBG.html</guid><description><![CDATA[                      There are a number of disadvantages to hard coding            calls to event handlers from within the HTML itself.            These disadvantages include the fact that it jumbles            the Javascript and HTML together makin...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/29FBG.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3028</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3028&amp;key=74803284</trackback:ping></item><item><title> Event Handlers</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/HC044.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/HC044.html</guid><description><![CDATA[                      So far in looking at how to access the DOM we have            looked at how to reference parts of the web page and            how we can read, add, alter, and delete parts of the            page content. What we haven&#39;t look...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/HC044.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3029</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3029&amp;key=9719a0c4</trackback:ping></item><item><title> Table Methods</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/1H9IG.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/1H9IG.html</guid><description><![CDATA[                      If you are coding your HTML using modern techniques            then you aren&#39;t using tables for layout and are            using CSS instead. Tables therefore will be an            infrequent addition to your web pages as the...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/1H9IG.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3030</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3030&amp;key=e2110a4b</trackback:ping></item><item><title> createDocumentFragment</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/36KD5.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/36KD5.html</guid><description><![CDATA[                      By now you will have realised that the standard DOM            methods process one container at a time. This means            that in order to add several adjacent containers we            would need to add thm one at a time and...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/36KD5.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3031</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3031&amp;key=e2c5cadb</trackback:ping></item><item><title> replaceChild</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/1GKKK.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/1GKKK.html</guid><description><![CDATA[                      With what we have already covered in these tutorials            you already know how to effectively replace a container            in our web page with a different newly created one. We            could do it using the code from...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/1GKKK.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3032</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3032&amp;key=c21c4363</trackback:ping></item><item><title> Cross Browser Event Processing</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/AGE26.html</link><pubDate>Sat, 22 Dec 2007 10:51:14 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/AGE26.html</guid><description><![CDATA[Since Internet Explorer uses its own proprietary method of processing events rather than the standard event listener processing, we need a way of being able to test for which of these two methods that a particular browser supports. We can do this by ...]]></description><category>DOM and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/AGE26.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3024</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3024&amp;key=0fc88b3d</trackback:ping></item></channel></rss>
