<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/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/">
  <channel>
    <title>has_many :thoughts: Tag xhtml</title>
    <link>http://blog.kineticweb.com/articles/tag/xhtml</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Musings from a Ruby on Rails development team</description>
    <item>
      <title>Short Introduction to RDFa, OWL and Microformats [LINK]</title>
      <description>&lt;p&gt;I just started following the &lt;a href="http://ontologyonline.org/"&gt;OntologyOnline&lt;/a&gt; project, and reading &lt;a href="http://ontologyonline.blogspot.com"&gt;David Decraene&amp;#8217;s blog&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;He has an excellent post on &lt;a href="http://ontologyonline.blogspot.com/2007/11/embedding-owl-rdfs-syntax-in-xhtml-with.html"&gt;Embedding &lt;span class="caps"&gt;OWL&lt;/span&gt;-RDFS syntax in &lt;span class="caps"&gt;XHTML&lt;/span&gt; with RDFa&lt;/a&gt;. It serves as a great introduction into RDFa, &lt;span class="caps"&gt;OWL&lt;/span&gt;, Microformats and &amp;#8220;Web 3.0&amp;#8221;. It also dives into the possibilities as to why these technologies haven&amp;#8217;t gained much popularity in the online community. As well as whats higher up along the Microformats food chain.&lt;/p&gt;


	&lt;p&gt;I don&amp;#8217;t like to &lt;span class="caps"&gt;LINK&lt;/span&gt; often, but when I do its for articles like this! I am on a constant battle trying to relate my web standards friends, with little Microformats knowledge, into why we need a more semantic web (and why we need to start considering these technologies).&lt;/p&gt;</description>
      <pubDate>Sun, 09 Dec 2007 13:29:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:f48cb65e-3dff-453a-818b-a5f1eceb9c17</guid>
      <author>Justin Reagor</author>
      <link>http://blog.kineticweb.com/articles/2007/12/09/short-introduction-to-rdfa-owl-and-microformats-x-post</link>
      <category>rdf</category>
      <category>owl</category>
      <category>xhtml</category>
      <category>semweb</category>
    </item>
    <item>
      <title>CSS/XHTML vs. tables and crap</title>
      <description>&lt;p&gt;While beginning a new project today, I quickly discovered that the &lt;span class="caps"&gt;HTML&lt;/span&gt; and &lt;span class="caps"&gt;CSS&lt;/span&gt; files supplied by the designer were clearly auto-generated from a program like Dreamweaver.&lt;/p&gt;


	&lt;p&gt;It soon became apparent that dealing with nearly half a dozen nested tables and a mess of a &lt;span class="caps"&gt;CSS&lt;/span&gt; (with some of the same font declarations repeated 10 times) was going to be a nightmare.&lt;/p&gt;


	&lt;p&gt;I undertook the task of rebuiding in &lt;em&gt;real&lt;/em&gt; CSS with semantic markup and &lt;span class="caps"&gt;XHTML&lt;/span&gt;. It&amp;#8217;s taken about 3 hours for the rough cut. I still have some tweaking for IE and such but basically, it&amp;#8217;s done. It&amp;#8217;s clearly, far easier to read now. But I&amp;#8217;ll let the numbers speak for themselves:&lt;/p&gt;


Before:
	&lt;ul&gt;
	&lt;li&gt;371 lines&lt;/li&gt;
		&lt;li&gt;13,213 chrs&lt;/li&gt;
	&lt;/ul&gt;


After: 
	&lt;ul&gt;
	&lt;li&gt;279 lines&lt;/li&gt;
		&lt;li&gt;7,173 chrs&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;That&amp;#8217;s nearly a 45% reduction in the number of characters. One place in particular went from looking like this in the Firebug Inspect window:&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt; div &amp;lt; td &amp;lt; tr &amp;lt; tbody &amp;lt; table &amp;lt; td &amp;lt; tr &amp;lt; tbody &amp;lt; table &amp;lt; div &amp;lt;
td &amp;lt; tr &amp;lt; tbody &amp;lt; td &amp;lt; tr &amp;lt; tbody &amp;lt; table &amp;lt; td &amp;lt; tr &amp;lt; table &amp;lt; body &amp;lt; html &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

To this:
&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt; div &amp;lt; div &amp;lt; body &amp;lt; html &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 23 Oct 2007 21:35:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:f8012f88-a242-4d6b-a958-d200b72e291d</guid>
      <author>Colin A. Bartlett</author>
      <link>http://blog.kineticweb.com/articles/2007/10/23/css-xhtml-vs-tables-and-crap</link>
      <category>CSS</category>
      <category>xhtml</category>
      <trackback:ping>http://blog.kineticweb.com/articles/trackback/68</trackback:ping>
    </item>
  </channel>
</rss>
