<?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>Designbit Blog &#187; Semantic Web</title>
	<atom:link href="http://designbit.co.uk/category/semantic-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://designbit.co.uk</link>
	<description>Web Design Blog and Studio</description>
	<lastBuildDate>Wed, 28 Jul 2010 08:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>H1 Tag as your Logo?</title>
		<link>http://designbit.co.uk/2008/10/18/h1-tag-as-your-logo/</link>
		<comments>http://designbit.co.uk/2008/10/18/h1-tag-as-your-logo/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 19:46:05 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/?p=146</guid>
		<description><![CDATA[<a rel="lightbox" href="http://designbit.co.uk/wp-content/uploads/2008/10/h1-tag-logo.jpg"><img class="alignleft size-thumbnail wp-image-392" title="h1-tag-logo" src="http://designbit.co.uk/wp-content/uploads/2008/10/h1-tag-logo-120x120.jpg" alt="h1-tag-logo" width="120" height="120" /></a>I had an interesting chat whilst working on a design project alongside Mike Jolley the other day, as we was working on <a title="Theme slice psd to wordpress" href="http://themeslice.com/">Theme Slice a PSD to Wordpress Theme</a> conversion service - sorry had to get that in, our different styles of coding ignited an interesting topic]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://designbit.co.uk/wp-content/uploads/2008/10/h1-tag-logo.jpg"><img class="alignleft size-thumbnail wp-image-392" title="h1-tag-logo" src="http://designbit.co.uk/wp-content/uploads/2008/10/h1-tag-logo-120x120.jpg" alt="h1-tag-logo" width="120" height="120" /></a>I had an interesting chat whilst working on a design project alongside Mike Jolley the other day, as we was working on <a title="Theme slice psd to wordpress" href="http://themeslice.com/">Theme Slice a PSD to WordPress Theme</a> conversion service &#8211; sorry had to get that in, our different styles of coding ignited an interesting topic; Should the H1 tag be used for a logo?</p>
<p><span id="more-146"></span></p>
<p>We both class ourselves as semantic web coding types, but should the H1 tag be used as your logo? &#8211; on this conundrum we disagree.</p>
<p>Mike along with most web designers work I view use the H1 tag as the logo, I do not, I often use an anchor  with an image within it, and heres why:</p>
<h2>Anthony&#8217;s Argument</h2>
<p>Usually the first heading tag that your web browser and users encounters is the H1 tag and theres one on every page, the H1 tag semantically has the most grunt and is the premier tag you should use for the main heading for that web page.</p>
<p>Notice I said &#8220;Web Page&#8221;, as this is where the problem with using a H1 tag and putting your logo within it lies. Every page on your website has different content and I believe the H1 tag should support this.</p>
<p>For instance lets say you run a design agency called Dave&#8217;s Design and you have a web design services page. To identify to users and to the web browsers a fair reflection of what the content is on that page it makes sense that the main heading (H1) should say &#8220;web design services&#8221;.</p>
<p>But if the H1 tag was used as a logo, as is often the case, then the web design services pages H1 tag would be Daves Design, actually in this scenario the H1 tag on every page of the Dave&#8217;s Design website would be H1, which does not reflect all the different content on each individual web page across the website.</p>
<p>Therefore it is my belief that we should simply use a anchor tag with the logo within that anchor and leave the H1 tag to do its semantic duty as the foremost representative of the web pages content.</p>
<p>Logo&#8217;s are always a vector or bitmap image and so I believe semantically should be represented that way, to say that an image is a heading to me just seems plain stupid.</p>
<h3>Who won?</h3>
<p>In case you was interested to know Mike won the argument in this instance, as Theme Slice is aimed at web designers we have coded in the most popular coding methods, everyone seems to use the H1 tag as a logo, so we followed like sheep, please share your view?</p>
<h2>Who won?  (updated)</h2>
<p>It seems my rant on this post has won after all and now <a title="theme slice" href="http://themeslice.com/">Theme Slice</a> uses an anchor, I may have even convinced Mike this is the way forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2008/10/18/h1-tag-as-your-logo/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>Shopping Carts should be Lists?</title>
		<link>http://designbit.co.uk/2008/07/08/shopping-carts-should-be-lists/</link>
		<comments>http://designbit.co.uk/2008/07/08/shopping-carts-should-be-lists/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:22:24 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[wp-]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/?p=122</guid>
		<description><![CDATA[I have always made the assumption that shopping carts are tabular data and that its ok to use a table tag for that reason, but thinking semantically they are a list of the items your buying and their parameters. So why not use a list.]]></description>
			<content:encoded><![CDATA[<p>I have always made the assumption that shopping carts are tabular data and that its ok to use a table tag for that reason, but thinking semantically they are a list of the items your buying and their parameters. So why not use a list. It validates with W3C&#8217;s XHTML validator and the coding is alot cleaner than most ecommerce websites.</p>
<p><span id="more-122"></span></p>
<p>I wondered for quite a while how to achieve this and firstly had divs and spans everywhere, then I looked at the data and realized that basically theres 3 lists of information; the product name, the quantity and the price.</p>
<p>So heres the HTML:</p>
<p><code><br />
&lt;div id="wrapper"&gt;<br />
&lt;ul id="products"&gt;<br />
&lt;li&gt;&lt;h2&gt;Product&lt;/h2&gt;&lt;/li&gt;<br />
&lt;li&gt;black t-shirt - large&lt;/li&gt;<br />
&lt;li&gt;blue t-shirt - large&lt;/li&gt;<br />
&lt;li&gt;red t-shirt - small&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;ul id="quantity"&gt;<br />
&lt;li&gt;&lt;h2&gt;QTY&lt;/h2&gt;&lt;/li&gt;<br />
&lt;li&gt;1&lt;/li&gt;<br />
&lt;li&gt;2&lt;/li&gt;<br />
&lt;li&gt;4&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;ul id="price"&gt;<br />
&lt;li&gt;&lt;h2&gt;Price&lt;/h2&gt;&lt;/li&gt;<br />
&lt;li&gt;£40.20&lt;/li&gt;<br />
&lt;li&gt;£40.20&lt;/li&gt;<br />
&lt;li&gt;£40.40&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
</code></p>
<p>The wrapper div can be set to any width and the shopping cart will stretch to fill the void. Heres the CSS:</p>
<p><code><br />
#wrapper{width: 300px;}<br />
ul{ float: left; margin: 0; padding: 0;}<br />
#products{width: 50%;}<br />
#quantity{width: 25%;}<br />
#price{width: 25%;}<br />
li{list-style:none; }<br />
h2{display: block;  margin: 0; padding: 0;}<br />
</code></p>
<p><a title="view the semantic shopping cart" href="http://designbit.co.uk/semantic-shopping-cart.html">View the semantic shopping cart to see how it looks</a>, I think I could accomplish a lot more advanced shopping cart designs and also that this would be easier to maintain than its tabular equivalent. Your Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2008/07/08/shopping-carts-should-be-lists/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>
