<?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>Imaginatory Blog</title>
	<atom:link href="http://imaginatory.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://imaginatory.com/blog</link>
	<description>Tips &#38; News from The Imagination Factory</description>
	<lastBuildDate>Mon, 14 Feb 2011 00:07:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>HTML 5</title>
		<link>http://imaginatory.com/blog/?p=72</link>
		<comments>http://imaginatory.com/blog/?p=72#comments</comments>
		<pubDate>Sat, 12 Feb 2011 15:24:05 +0000</pubDate>
		<dc:creator>Milen</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://imaginatory.com/blog/?p=72</guid>
		<description><![CDATA[HTML 5 is the latest buzz around the internet. Browser manufacturers are supporting more and more features (even Microsoft is pushing new versions of Internet Explorer more often than ever). Mobile devices are all about HTML 5. It is so fashionable that we even got a HTML5 Logo. And just when it was supposed to [...]]]></description>
			<content:encoded><![CDATA[<p>HTML 5 is the latest buzz around the internet.</p>
<p>Browser manufacturers are supporting more and more features (even Microsoft is pushing new versions of Internet Explorer more often than ever). Mobile devices are all about HTML 5. It is so fashionable that we even got a <a title="HTML5 Logo" href="http://www.w3.org/html/logo/">HTML5 Logo</a>.</p>
<p>And just when it was supposed to take over the internet and kill all other rival technologies (such as Flash) it was murdered in cold blood!</p>
<p><a title="What is the WHATWG?" href="http://wiki.whatwg.org/wiki/FAQ#What_is_the_WHATWG.3F">The Web Hypertext Application Technology Working Group (WHATWG)</a> announced that <a title="HTML is the new HTML5" href="http://blog.whatwg.org/html-is-the-new-html5">they are moving html to a new development model</a>. From now on HTML is to be look upon as a constantly evolving technology, one that is covering all the needs of the internet users and is constantly supported by all major players. Thus we drop the &#8220;Five&#8221; and never speak of it again.</p>
<p>Personally I think that this is a good idea. Behaviours in the net are constantly changing. User experiences are getting more and more complex and we can not wait for 8 years to have a new version of a browser to reflect that. We have to evolve with our clients needs.</p>
<p>But &#8230; As we all know this change will take a long time, and hopefully some big corporation won&#8217;t kill it in the cradle.</p>
<p>Until that day comes I&#8217;ll still refer to the new frontiers in web development as &#8220;HTML 5&#8243; so I can somehow explain to my clients why &#8220;that new stuff&#8221; is not working well with their HTML 4.01 site viewed on an eleven years old browser.</p>
<p>So from now on I&#8217;ll go deeper in this and try to explain at least to myself why and how html(5) is so perfect and complete, and how it is going to make our lives easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatory.com/blog/?feed=rss2&#038;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://imaginatory.com/blog/?p=1</link>
		<comments>http://imaginatory.com/blog/?p=1#comments</comments>
		<pubDate>Thu, 10 Feb 2011 23:58:04 +0000</pubDate>
		<dc:creator>Milen</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://imaginatory.com/blog/?p=1</guid>
		<description><![CDATA[So &#8230; First thing&#8217;s first &#8230; I should get some code colouring if this thing is to be usefull. For now SyntaxHighlighter is my best choise but &#8230; well it&#8217;s not working quite as I expected it to &#8230; OK. It works! It has some issues that I think I managed to get around. I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>So &#8230; First thing&#8217;s first &#8230;</p>
<p>I should get some code colouring if this thing is to be usefull.<br />
For now <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" target="_blank">SyntaxHighlighter</a> is my best choise but &#8230; <del datetime="2010-02-12T22:20:54+00:00">well it&#8217;s not working quite as I expected it to &#8230;</del></p>
<p>OK. It works! <img src='http://imaginatory.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It has some issues that I think I managed to get around.</p>
<p>I&#8217;ll poke it just a little bit more and then I&#8217;ll try to put together a post with all known issues and work arounds.</p>
<pre class="brush:xml">#######YOUR CODE############

&lt;p&gt;

  &lt;span&gt;Lorem ipsum?&lt;/span&gt;
  &lt;br /&gt;
  &lt;strong&gt;qwerty&lt;/strong&gt;

&lt;/p&gt;

&lt;div&gt;

  &lt;strong&gt;Some bold text ...&lt;/strong&gt;
  &lt;br /&gt;
  &lt;em&gt;italic&lt;/em&gt;

&lt;/div&gt;
</pre>
<pre class="brush:css">.syntaxhighlighter .toolbar a:hover
{
	color: #9CCFF4 !important;
}

/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a
{
	color: #D3D3D3 !important;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a
{
	color: #FF7D27 !important;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://imaginatory.com/blog/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

