<?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>www.hans-eric.com &#187; web-design</title>
	<atom:link href="http://www.hans-eric.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hans-eric.com</link>
	<description>Hans-Eric Grönlund on software development</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:32:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New looks and stuff</title>
		<link>http://www.hans-eric.com/2008/01/23/new-looks-and-stuff/</link>
		<comments>http://www.hans-eric.com/2008/01/23/new-looks-and-stuff/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 09:49:12 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[web-design]]></category>

		<guid isPermaLink="false">http://www.hans-eric.com/2008/01/23/new-looks-and-stuff/</guid>
		<description><![CDATA[I haven&#8217;t been happy with the way code snippets look on my blog. Yesterday I decided to do something about it, but, which is typical me, the number of changes got a lot more than I set out for, including a Wordpress upgrade and a new theme.
After a couple of minor layout and style sheet [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been happy with the way code snippets look on my blog. Yesterday I decided to do something about it, but, which is typical me, the number of changes got a lot more than I set out for, including a Wordpress upgrade and <a href="http://www.doshdosh.com/prosense-adsense-ready-seo-theme/" title="ProSense Wordpress Theme from Dosh Dosh">a new theme</a>.</p>
<p>After a couple of minor layout and style sheet changes, I was satisfied with the new look &#8211; in Firefox that is; When I tested it in Internet Explorer 6.0, I noticed that the content of the sidebar got displaced when there were code snippets in a post.</p>
<p><a href="http://www.hans-eric.com/wp-content/uploads/2008/01/displacedsidebar.PNG" title="Display Bug in IE 6"><img src="http://www.hans-eric.com/wp-content/uploads/2008/01/displacedsidebar.thumbnail.PNG" alt="Display Bug in IE 6" /></a></p>
<p>With a little investigation, I discovered that the triggering factor of this annoying bug was the following css rule, or more precisely, the padding property.</p>
<pre><code>code{
  font:1.2em 'Courier New',Courier,Fixed;
  display:block;
  overflow:auto;
  text-align:left;
  margin: 10px 0 10px 0;
  background: #FBF5DF;
  border-top: solid 1px #EDE0B3;
  border-bottom: solid 1px #EDE0B3;
  <em>padding: 5px 10px 5px 10px;
</em>}</code></pre>
<p>When I changed it and removed the right hand side padding, the problem went away.</p>
<pre><code>code{
  font:1.2em 'Courier New',Courier,Fixed;
  display:block;
  overflow:auto;
  text-align:left;
  margin: 10px 0 10px 0;
  background: #FBF5DF;
  border-top: solid 1px #EDE0B3;
  border-bottom: solid 1px #EDE0B3;
  <strong>padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;</strong>
}</code></pre>
<p>One may wonder how an internal space property like padding could have this effect on the positioning of other objects, but then again, I&#8217;m not surprised. I can see why Internet Explorer is not the favorite browser among web designers, <a href="http://www.hans-eric.com/2007/09/12/the-firefox-domination/" title="The Firefox Domination">or among you</a> for that matter.</p>
<p>Anyway, I hope you like the new looks of my blog; If you don&#8217;t, please let me know.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hans-eric.com/2008/01/23/new-looks-and-stuff/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Search Engine Game</title>
		<link>http://www.hans-eric.com/2007/10/02/the-search-engine-game/</link>
		<comments>http://www.hans-eric.com/2007/10/02/the-search-engine-game/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 10:25:07 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[web-design]]></category>

		<guid isPermaLink="false">http://www.hans-eric.com/2007/10/02/the-search-engine-game/</guid>
		<description><![CDATA[SEO is obviously something that is occupying a lot of people&#8217;s minds nowadays.  Digg and other community websites are full of posts with the three-letter abbreviation. The challenge is to outsmart the search engine algorithm so that your content (well, ads) will show amongst the first search results. The number of SEO experts out [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Search_engine_optimisation" title="Search Engine Optimization">SEO</a> is obviously something that is occupying a lot of people&#8217;s minds nowadays.  Digg and other community websites are full of posts with the three-letter abbreviation. The challenge is to outsmart the search engine algorithm so that your content (well, ads) will show amongst the first search results. The number of SEO experts out there are legio, but so are the skeptics. <a href="http://blogs.rrs.co.uk/revella/default.aspx" title="Alastair Revell's weblog">Alastair Revell</a>, for instance, <a href="http://blogs.rrs.co.uk/revella/PermaLink,guid,eab862f5-d03c-4749-8e49-f1d821cde44e.aspx" title="Alastair Revell: Search Engine Optimisation (SEO)">thinks that all you need is a good grip</a> of basic web design.</p>
<blockquote><p>&#8220;What I believe is that writing search engine optimised pages is part and parcel of good web design and not a black art to be practised by specialists.&#8221;</p></blockquote>
<p>I agree with Alastair on this. To me, SEO with the sole purpose of climbing as high as possible on the Google ladder, is a lot like cheating. It&#8217;s like skipping a cue. The effect is that more legitimate content could be pushed downwards. The problem then, is that if some does it, everyone needs to follow or lose their legitimate rank.</p>
<p>A parallel can be drawn to driving in big cities: in order to prevent cars from behind to pass and take your place, you need to keep a short distance to the car in front. This way of driving use up more fuel than necessary. It requires you to accelerate faster, and break more often than what is optimal. The same is true for SEO. The time you spend on optimizing search engine results is waste in the sense of content quality.</p>
<p>Instead of worrying about duplication or other SEO related problems, your time is better spent on improving content and users&#8217; experience. In my opinion, that is the only way to be a long-term winner in the Search Engine Game.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hans-eric.com/2007/10/02/the-search-engine-game/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.349 seconds -->
