<?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>BorkWeb &#187; html</title>
	<atom:link href="http://borkweb.com/story/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://borkweb.com</link>
	<description>Some People Are Squirrel Handed.</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:00:21 +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>Firebug 0.4 Released.  Can Web Development Be Any Sexier?</title>
		<link>http://borkweb.com/story/firbug-04-released-can-web-development-be-any-sexier</link>
		<comments>http://borkweb.com/story/firbug-04-released-can-web-development-be-any-sexier#comments</comments>
		<pubDate>Wed, 24 May 2006 11:53:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://borkweb.com/story/firbug-04-released-can-web-development-be-any-sexier</guid>
		<description><![CDATA[One of my must have extensions for firefox has a new version out! Firebug, if you don&#8217;t already know, is an Ajax/layout/javascript troubleshooter and is extremely well developed. In version 0.4, Firebug steps beyond the bounds of being a troubleshooter and can now be considered a full fledged debugger. Its new features include: JavaScript Debugger [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://joehewitt.com/software/firebug/firebug.png" align="left" class="post_image" style="border:0px;margin-right:10px;"/> One of my <a href="http://borkweb.com/story/must-have-extensions-for-firefox">must have extensions for firefox</a> has a new version out!  Firebug, if you don&#8217;t already know, is an Ajax/layout/javascript troubleshooter and is extremely well developed.  In version 0.4, Firebug steps beyond the bounds of being a troubleshooter and can now be considered a full fledged <strong>debugger</strong>.  Its new features include:<br />
<br clear="all"/></p>
<ul>
<li>JavaScript Debugger</li>
<li>Stack Traces with JavaScript Errors</li>
<li>Debug JavaScript Errors</li>
<li>Logging levels and assertions</li>
<li>printf-like String formatting</li>
</ul>
<p>For more info, check out <a href="http://joehewitt.com/software/firebug/releases/0.4notes.php">the release notes</a>!</p>
<p>(note: I found out about this on <a href="http://ajaxian.com/archives/firebug-04-now-with-debugger">Ajaxian</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://borkweb.com/story/firbug-04-released-can-web-development-be-any-sexier/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Node Manipulation in the DOM</title>
		<link>http://borkweb.com/story/node-manipulation-in-the-dom</link>
		<comments>http://borkweb.com/story/node-manipulation-in-the-dom#comments</comments>
		<pubDate>Wed, 04 Jan 2006 20:32:53 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.borkweb.com/story/node-manipulation-in-the-dom</guid>
		<description><![CDATA[DOM I&#8217;ve been screwing around with DOM Manipulation for a few years now, doing stuff sporadically here and there. With my development of MasterWish and my recent interest in Script.aculo.us, I often find myself forgetting the various objects, functions and attributes relating to nodes. Hence the reason for this post. I want a quick and [...]]]></description>
			<content:encoded><![CDATA[<div style="color:#fff;float:left;font-size:40px;font-weight:bold;margin:0px 5px 5px 0px;">DOM</div>
<p>  I&#8217;ve been screwing around with <a href="http://en.wikipedia.org/wiki/Document_Object_Model">DOM</a> Manipulation for a few years now, doing stuff sporadically here and there.  With my development of <a href="http://www.masterwish.com">MasterWish</a> and my recent interest in <a href="http://www.borkweb.com/story/scriptaculous-is-my-new-best-friend">Script.aculo.us</a>, I often find myself forgetting the various objects, functions and attributes relating to nodes.  Hence the reason for this post.  I want a quick and easy way to find the information&#8230;So, here&#8217;s a quick run-down of node structure:</p>
<p>Assuming we have the following simple structure:</p>
<blockquote><p>
&lt;div id=&#8221;outer&#8221;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id=&#8221;inner_1&#8243;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bork!<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id=&#8221;inner_2&#8243;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OMG Lazerz Pew pew!1!!!1!<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id=&#8221;inner_3&#8243;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id=&#8221;super_inner&#8221;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I like butter<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&lt;/div&gt;
</p></blockquote>
<p>We know the following (I completely understand the relationships between nodes&#8230;but I&#8217;m filling this out for completeness):</p>
<ul>
<li><strong>Node &#8220;outer&#8221;</strong>: is the parent of nodes inner_1, inner_2, and inner_3</li>
<li><strong>Nodes inner_1, inner_2, and inner_3</strong>: are the child nodes of outer</li>
<li><strong>Node inner_1</strong>: is the first child node of outer</li>
<li><strong>Node inner_3</strong>: is the last child node of outer</li>
<li><strong>Node inner_1</strong>: is the previous sibling node of inner_2</li>
<li><strong>Node inner_3</strong>: is the next sibling node of inner_2</li>
<li><strong>Node super_inner</strong>: is <strong>not</strong> a child node of outer, but is a child node of inner_3</li>
</ul>
<p>Here are the node related functions available:</p>
<table>
<tr>
<td><strong>property</strong></td>
<td><strong>description</strong></td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">nodeName</td>
<td style="color:#fff;background-color:#485675">name of the node</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">nodeValue</td>
<td style="color:#fff;background-color:#404e6d">value of node (only applicable to text nodes)</td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">nodeType</td>
<td style="color:#fff;background-color:#485675">type of node &#8211; see below</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">parentNode</td>
<td style="color:#fff;background-color:#404e6d">parent, if one exists</td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">childNodes</td>
<td style="color:#fff;background-color:#485675">list (array) of child nodes</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">firstChild</td>
<td style="color:#fff;background-color:#404e6d">first child</td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">lastChild</td>
<td style="color:#fff;background-color:#485675">last child</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">previousSibling</td>
<td style="color:#fff;background-color:#404e6d">previous sibling</td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">nextSibling</td>
<td style="color:#fff;background-color:#485675">next sibling</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">attributes</td>
<td style="color:#fff;background-color:#404e6d">list of attributes of an element</td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">ownerDocument</td>
<td style="color:#fff;background-color:#485675">document containing the element</td>
</tr>
</table>
<p>Here are the node types:</p>
<table>
<tr>
<td><strong>number</strong></td>
<td><strong>description</strong></td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">1</td>
<td style="color:#fff;background-color:#485675">an HTML element</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">2</td>
<td style="color:#fff;background-color:#404e6d">an element attribute</td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">3</td>
<td style="color:#fff;background-color:#485675">text</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">8</td>
<td style="color:#fff;background-color:#404e6d">an HTML comment</td>
</tr>
<tr>
<td style="color:#fff;background-color:#485675">9</td>
<td style="color:#fff;background-color:#485675">a document</td>
</tr>
<tr>
<td style="color:#fff;background-color:#404e6d">10</td>
<td style="color:#fff;background-color:#404e6d">a document type definition</td>
</tr>
</table>
<p><br clear="all"/></p>
]]></content:encoded>
			<wfw:commentRss>http://borkweb.com/story/node-manipulation-in-the-dom/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Slashdot Getting a Face Lift</title>
		<link>http://borkweb.com/story/slashdot-getting-a-face-lift</link>
		<comments>http://borkweb.com/story/slashdot-getting-a-face-lift#comments</comments>
		<pubDate>Wed, 07 Sep 2005 04:26:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Random News]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[news site]]></category>
		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false">http://www.borkweb.com/story/slashdot-getting-a-face-lift</guid>
		<description><![CDATA[Finally! I have been frequenting Slashdot for quite a few years now and the current layout&#8230;well&#8230;sucks. I have often remarked to my friends that the geek news site really needed a new look. You see, I wouldn&#8217;t consider myself a super graphic designer or artsy person but I know what I like. I&#8217;m somewhat critical [...]]]></description>
			<content:encoded><![CDATA[<p>Finally!  I have been frequenting <a href="http://www.slashdot.org">Slashdot</a> for quite a few years now and the current layout&#8230;well&#8230;sucks.  I have often remarked to my friends that the geek news site <strong>really</strong> needed a new look.  You see, I wouldn&#8217;t consider myself a super graphic designer or artsy person but I know what I like.  I&#8217;m somewhat critical with sites and their layouts, especially with ones that are extremely high profile like Slashdot.  There is a LOT of great news articles that come from them but I can never fully get past the icky layout.  Well, I have been praying to the binary gods of THE internet and they have seen fit to answer.  Slashdot &#8211; after 8 years &#8211; will be moving to a <a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a> layout with a more up-to-date look&#8217;n'feel.  <a href="http://slashdot.org/articles/05/09/06/1421210.shtml?tid=124">Read the article</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://borkweb.com/story/slashdot-getting-a-face-lift/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

