<?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"
	>

<channel>
	<title>salt and lemon, with a pinch of css</title>
	<atom:link href="http://www.saltandlemon.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saltandlemon.com</link>
	<description>Front end web development and Consultancy</description>
	<pubDate>Mon, 07 Jul 2008 19:27:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>The Future of the web</title>
		<link>http://www.saltandlemon.com/2008/07/07/the-future-of-the-web/</link>
		<comments>http://www.saltandlemon.com/2008/07/07/the-future-of-the-web/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 19:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://www.saltandlemon.com/?p=29</guid>
		<description><![CDATA[I&#8217;m looking forward to seeing Sir Tim Berners-Lee tomorrow at NESTA speak about &#8216;The future of the web&#8217;. The event will be webcast live from the NESTA website.  For sure there will also be much tweeting via @innovationedge, too.
I look forward to meeting some of Steve Bridger&#8217;s friends - please come a say hello.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking forward to seeing <a title="Tim Berners-Lee" href="http://en.wikipedia.org/wiki/Tim_Berners-Lee">Sir Tim Berners-Lee</a> tomorrow at NESTA speak about &#8216;The future of the web&#8217;. The event will be webcast live from the <a href="http://www.nesta.org.uk/">NESTA </a>website.  For sure there will also be much tweeting via <a title="Twitter @ innovationedge" href="http://twitter.com/innovationedge">@innovationedge</a>, too.</p>
<p>I look forward to meeting some of <a title="Steve Bridger" href="http://www.stevebridger.com">Steve Bridger&#8217;s</a> friends - please come a say hello.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltandlemon.com/2008/07/07/the-future-of-the-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.5.1 upgrade</title>
		<link>http://www.saltandlemon.com/2008/04/30/wordpress-251-upgrade/</link>
		<comments>http://www.saltandlemon.com/2008/04/30/wordpress-251-upgrade/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 10:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://www.saltandlemon.com/?p=27</guid>
		<description><![CDATA[It was time to sit down and concentrate on the inevitable WordPress upgrade. I always have to dedicate a couple of hours to this task, to allow time for any fixes.
I was looking forward to the upgrade as I knew that there&#8217;s been a facelift to the 2.5 interface but my first problem was encountered [...]]]></description>
			<content:encoded><![CDATA[<p>It was time to sit down and concentrate on the inevitable WordPress upgrade. I always have to dedicate a couple of hours to this task, to allow time for any fixes.</p>
<p>I was looking forward to the upgrade as I knew that there&#8217;s been a facelift to <a title="WordPress 2.5 features" href="http://technosailor.com/2008/03/18/10-things-you-need-to-know-about-wordpress-25/">the 2.5 interface</a> but my first problem was encountered when I was just about to hit the &#8216;upgrade wordpress&#8217; link and read the message:</p>
<blockquote><p><strong>&#8216;Database Upgrade Required<br />
Your WordPress database is out-of-date, and must be upgraded before you can continue.&#8217;</strong></p></blockquote>
<blockquote><p>Followed by the link <strong>&#8216;Update Wordpress&#8217;</strong></p></blockquote>
<p>My database is out of date? Does this mean I&#8217;m not running the required version of mySQL? This confusion meant that I couldn&#8217;t carry on with the upgrade straightaway. A message to my hosting provider and to the <a title="Help with wordpress" href="http://http://wordpress.org/support/">Wordpress forum </a>and a couple of hours later I was up and running.</p>
<p>The problem was to do with the wording of the message. &#8216;Your database will be upgraded now&#8230;&#8217; or &#8216;Your database is out of date but you nearly there, just follow the link &#8216;upgrade wordpress&#8221; would have been much clearer. Usability confusion.</p>
<p>Next time I upgrade I will know what it means!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltandlemon.com/2008/04/30/wordpress-251-upgrade/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE8 to ship in standards mode</title>
		<link>http://www.saltandlemon.com/2008/03/04/ie8-to-ship-in-standards-mode/</link>
		<comments>http://www.saltandlemon.com/2008/03/04/ie8-to-ship-in-standards-mode/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 21:21:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.saltandlemon.com/2008/03/04/ie8-to-ship-in-standards-mode/</guid>
		<description><![CDATA[Microsoft has announced its decision to ship IE8 in standards mode.
Aaron Gustafson created great controversy on his A List Apart article &#8216;Beyond the Doctype: web standards, forward compatibility, and IE8&#8242;, which led to hundreds of comments against the idea that a meta tag should be used to render IE8 in the new standards mode:
&#60;meta http-equiv="X-UA-Compatible" [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has announced its decision to ship <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">IE8 in standards mode</a>.</p>
<p>Aaron Gustafson created great controversy on his A List Apart article &#8216;<a href="http://alistapart.com/articles/beyonddoctype" title="Alistapart">Beyond the Doctype: web standards, forward compatibility, and IE8&#8242;</a>, which led to hundreds of comments against the idea that a meta tag should be used to render IE8 in the new standards mode:</p>
<pre>&lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt;</pre>
<p>I think MS realised the huge implications for business the new change was going to make. For now we can relax and wait for the inevitable problems ahead that IE8 will bring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltandlemon.com/2008/03/04/ie8-to-ship-in-standards-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lost properties: Sitepoint to the rescue</title>
		<link>http://www.saltandlemon.com/2008/02/27/lost-properties-sitepoint-to-the-rescue/</link>
		<comments>http://www.saltandlemon.com/2008/02/27/lost-properties-sitepoint-to-the-rescue/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 10:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.saltandlemon.com/2008/02/27/lost-properties-sitepoint-to-the-rescue/</guid>
		<description><![CDATA[It&#8217;s good to see the guys (Tommy Olsson and Paul O’Brien) at SitePoint  launching a new CSS quick guide reference. This comes with a browser compatibility table and comments by users.  Already becoming a popular resource. Well done guys!
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s good to see the guys (Tommy Olsson and Paul O’Brien) at SitePoint  launching a new <a href="http://reference.sitepoint.com/css" title="SitePoint CSS reference">CSS quick guide reference</a>. This comes with a browser compatibility table and comments by users.  Already becoming a popular resource. Well done guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltandlemon.com/2008/02/27/lost-properties-sitepoint-to-the-rescue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Coffee break</title>
		<link>http://www.saltandlemon.com/2008/02/25/coffee-break/</link>
		<comments>http://www.saltandlemon.com/2008/02/25/coffee-break/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 22:49:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://www.saltandlemon.com/?p=22</guid>
		<description><![CDATA[  
I can&#8217;t do without coffee; I get my best ideas when I&#8217;m sipping a cup of good coffee. Fair trade coffee.
If you are still not convinced of either the quality or the ethics of fair trade products, you might want to think about it during Fair Trade Fortnight.
It was an real eye-opener to [...]]]></description>
			<content:encoded><![CDATA[<p>  <a href="http://www.flickr.com/photos/your_teacher/409913070/"><img src="http://www.saltandlemon.com/wp-content/uploads/2008/02/coffee.jpg" style="float: right" alt="Hot coffee" /></a></p>
<p>I can&#8217;t do without coffee; I get my best ideas when I&#8217;m sipping a cup of good coffee. Fair trade coffee.</p>
<p>If you are still not convinced of either the quality or the ethics of fair trade products, you might want to think about it during <a href="http://www.fairtrade.org.uk/" title="Fair trade website">Fair Trade Fortnight</a>.</p>
<p>It was an real eye-opener to watch <a href="http://www.youtube.com/watch?v=1DePOBjunXU" title="YouTube trailer">Black Gold</a>, a film I highly recommend, which creates awareness where the coffee we consume in the west originates from, and the small but significant difference to coffee growers we can all make as individuals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltandlemon.com/2008/02/25/coffee-break/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
