<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dreamluverz collection &#187; dom</title>
	<atom:link href="http://dreamluverz.com/category/developers-tools/dom/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamluverz.com</link>
	<description>Never stop dreaming, until you&#039;re ready to wake up and make it happen</description>
	<lastBuildDate>Mon, 05 Mar 2012 13:56:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>css: display vs visibility</title>
		<link>http://dreamluverz.com/developers-tools/css/css-display-vs-visibility</link>
		<comments>http://dreamluverz.com/developers-tools/css/css-display-vs-visibility#comments</comments>
		<pubDate>Fri, 22 May 2009 06:51:52 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[css display]]></category>
		<category><![CDATA[css visibility]]></category>
		<category><![CDATA[display in css]]></category>
		<category><![CDATA[display vs visibility]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=610</guid>
		<description><![CDATA[Tip: Even invisible elements takes up space on the page. Use the &#8220;display&#8221; property to create invisible elements that do not take up space. Definition The visibility property sets if an element should be visible or invisible. Inherited: No Tip: &#8230; <a href="http://dreamluverz.com/developers-tools/css/css-display-vs-visibility">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/css-display-vs-visibility/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multi level menu js less</title>
		<link>http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less</link>
		<comments>http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less#comments</comments>
		<pubDate>Fri, 22 May 2009 06:44:52 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js menu]]></category>
		<category><![CDATA[menu js less]]></category>
		<category><![CDATA[multi level menu]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=606</guid>
		<description><![CDATA[Meet the markup To start, we should use the best method for defining a navigation menu â€” a list. For this example, we will work on a simple HTML unordered list. {Line wraps are marked Â». â€“Ed.} &#60;ul&#62; &#60;li&#62;Sunfishes &#60;ul&#62; &#8230; <a href="http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dom event</title>
		<link>http://dreamluverz.com/developers-tools/dom/dom-event</link>
		<comments>http://dreamluverz.com/developers-tools/dom/dom-event#comments</comments>
		<pubDate>Wed, 06 May 2009 03:23:03 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[dom]]></category>
		<category><![CDATA[dom event]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[event samples]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=534</guid>
		<description><![CDATA[DOM Event interface Event handlers may be attached to various elements in the DOM. When an event occurs, an event object is dynamically created, and passed sequentially to the event listeners that are allowed to handle the event. The DOM &#8230; <a href="http://dreamluverz.com/developers-tools/dom/dom-event">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/dom/dom-event/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iframes: Different ways to access it</title>
		<link>http://dreamluverz.com/developers-tools/dom/iframes-different-ways-to-access-it</link>
		<comments>http://dreamluverz.com/developers-tools/dom/iframes-different-ways-to-access-it#comments</comments>
		<pubDate>Sat, 10 Jan 2009 04:59:49 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iframes]]></category>
		<category><![CDATA[traversing an iframe]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=390</guid>
		<description><![CDATA[Different ways how to access iframes: document.getElementById(&#8216;testiframe2&#8242;).src document.getElementById(&#8216;testiframe2&#8242;).location.href frames['testiframe2'].src frames['testiframe2'].location.href frames[1].location.href frames[1].window.location.href frames['testiframe2'].window.location.href target=&#8221;testiframe2&#8243; (loads only page2, not page1) Check out http://www.quirksmode.org/js/iframe.html for detailed explanation.]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/dom/iframes-different-ways-to-access-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ie bug: form within a form not posting values</title>
		<link>http://dreamluverz.com/developers-tools/javascript/ie-bug-form-within-a-form-not-posting-values</link>
		<comments>http://dreamluverz.com/developers-tools/javascript/ie-bug-form-within-a-form-not-posting-values#comments</comments>
		<pubDate>Mon, 18 Aug 2008 16:40:05 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html form]]></category>
		<category><![CDATA[ie bug]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=314</guid>
		<description><![CDATA[You might be wondering why you cannot post the values of some fields even it&#8217;s inside the form. Having a form within a form in your html code/dom is a BIG issue when it comes to ie. Some of the &#8230; <a href="http://dreamluverz.com/developers-tools/javascript/ie-bug-form-within-a-form-not-posting-values">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/javascript/ie-bug-form-within-a-form-not-posting-values/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>w3c dom compatibility core</title>
		<link>http://dreamluverz.com/developers-tools/dom/w3c-dom-compatibility-core</link>
		<comments>http://dreamluverz.com/developers-tools/dom/w3c-dom-compatibility-core#comments</comments>
		<pubDate>Tue, 13 Nov 2007 05:08:52 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[dom]]></category>
		<category><![CDATA[w3c dom compatibility core]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=18</guid>
		<description><![CDATA[source: http://www.quirksmode.org/dom/w3c_core.html BY Peter-Paul Koch The Four Methods First of all the Four Methods. The average W3C DOM script uses them all. The first two methods allow you to create element nodes and text nodes. Later you insert these newly &#8230; <a href="http://dreamluverz.com/developers-tools/dom/w3c-dom-compatibility-core">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/dom/w3c-dom-compatibility-core/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

