<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Suddenly structured articles</title>
	<atom:link href="http://www.phpied.com/suddenly-structured-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/suddenly-structured-articles/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:07:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Determining document structure &#124; keyongtech</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-70146</link>
		<dc:creator>Determining document structure &#124; keyongtech</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-70146</guid>
		<description>[...] a &gt;&#124; clever algorithm that I haven&#039;t thought of.  I found these couple of entries, using google  http://www.phpied.com/suddenly-structured-articles/ http://www.bazon.net/mishoo/toc.epl --------------------------------------------------------------- [...]</description>
		<content:encoded><![CDATA[<p>[...] a &gt;| clever algorithm that I haven&#8217;t thought of.  I found these couple of entries, using google  <a href="http://www.phpied.com/suddenly-structured-articles/" rel="nofollow">http://www.phpied.com/suddenly-structured-articles/</a> <a href="http://www.bazon.net/mishoo/toc.epl" rel="nofollow">http://www.bazon.net/mishoo/toc.epl</a> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-49103</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 30 Jan 2007 14:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-49103</guid>
		<description>Thanks John, unforunatelly you&#039;re right, the script won&#039;t find headers that are in a div. If you look at the traverse() method, I have:
&lt;code&gt;this.the_element.nextSibling&lt;/code&gt;
so only siblings of the first child of the body will be &quot;inspected&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks John, unforunatelly you&#8217;re right, the script won&#8217;t find headers that are in a div. If you look at the traverse() method, I have:<br />
<code>this.the_element.nextSibling</code><br />
so only siblings of the first child of the body will be &#8220;inspected&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Drummond</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-49100</link>
		<dc:creator>John Drummond</dc:creator>
		<pubDate>Tue, 30 Jan 2007 11:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-49100</guid>
		<description>Is this script supposed to fail when the header elements are not children of the body element? Header elements inside divs are not recognized.</description>
		<content:encoded><![CDATA[<p>Is this script supposed to fail when the header elements are not children of the body element? Header elements inside divs are not recognized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: otro blog más &#187; Unos cuantos de desarrollo web (XCII)</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-4983</link>
		<dc:creator>otro blog más &#187; Unos cuantos de desarrollo web (XCII)</dc:creator>
		<pubDate>Sat, 01 Jul 2006 14:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-4983</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] Cositas DHTML, comenzando por DOM Builder, una manera más de editar o añadir contenido a una página con Javascript. Seguimos con un generador de tablas de contenidos (a base de ir recorriendo las etiquetas de título de la página) y BoxOver, para hacer &#8216;tooltips&#8217;. Y cerramos la minisección con uno de &#8220;drag&#8217;n&#8217;drop&#8221; y un libro en línea: From DHTML to DOM scripting. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-1296</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 12 May 2006 03:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-1296</guid>
		<description>Hey, cheers for this bit of code!  I want to have a discography of a band, (Poor Old Lu), on my website, with links to lyrics.  This is just what I needed!</description>
		<content:encoded><![CDATA[<p>Hey, cheers for this bit of code!  I want to have a discography of a band, (Poor Old Lu), on my website, with links to lyrics.  This is just what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-993</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Mon, 10 Apr 2006 01:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-993</guid>
		<description>Cool. I actually meant the other way around, to give me the URL of your article, just for me to see my baby in action ;) But thanks anyway!</description>
		<content:encoded><![CDATA[<p>Cool. I actually meant the other way around, to give me the URL of your article, just for me to see my baby in action <img src='http://www.phpied.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  But thanks anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thame</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-992</link>
		<dc:creator>Thame</dc:creator>
		<pubDate>Mon, 10 Apr 2006 00:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-992</guid>
		<description>I&#039;ll try to get the article done tonight...I&#039;ll definitely send you a little link love :D</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try to get the article done tonight&#8230;I&#8217;ll definitely send you a little link love <img src='http://www.phpied.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-985</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Sun, 09 Apr 2006 18:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-985</guid>
		<description>Cheers, Thame! Don&#039;t forget to drop a liink when you publish the article.</description>
		<content:encoded><![CDATA[<p>Cheers, Thame! Don&#8217;t forget to drop a liink when you publish the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thame</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-983</link>
		<dc:creator>Thame</dc:creator>
		<pubDate>Sun, 09 Apr 2006 18:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-983</guid>
		<description>This is simply amazing. I&#039;m going to be doing an article soon that will use this. I tried making something myself but hit a brick wall about 1/100th of where I wanted to get...this is perfect!</description>
		<content:encoded><![CDATA[<p>This is simply amazing. I&#8217;m going to be doing an article soon that will use this. I tried making something myself but hit a brick wall about 1/100th of where I wanted to get&#8230;this is perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/suddenly-structured-articles/#comment-963</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Sat, 08 Apr 2006 23:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/suddenly-structured-articles/#comment-963</guid>
		<description>Thanks, this is very flattering!

If you need any tweaks or feature requests, do not hesitate to ask ;)</description>
		<content:encoded><![CDATA[<p>Thanks, this is very flattering!</p>
<p>If you need any tweaks or feature requests, do not hesitate to ask <img src='http://www.phpied.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

