<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Chimera Studios&#039; blog</title>
	<atom:link href="http://chimerastudios.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chimerastudios.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 02 Feb 2011 15:39:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chimerastudios.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/24dff971f9e442939026a6e23ea33b0b?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Chimera Studios&#039; blog</title>
		<link>http://chimerastudios.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chimerastudios.wordpress.com/osd.xml" title="Chimera Studios&#039; blog" />
	<atom:link rel='hub' href='http://chimerastudios.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Rounded corners in IE using CSS (no images)</title>
		<link>http://chimerastudios.wordpress.com/2010/11/02/rounded-corners-in-ie-using-css-no-images/</link>
		<comments>http://chimerastudios.wordpress.com/2010/11/02/rounded-corners-in-ie-using-css-no-images/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 19:07:07 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Coding tips]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=61</guid>
		<description><![CDATA[For anyone using Firefox you can use the following for brilliant CSS rounded corners: -moz-border-radius: 20px; For anyone using Safari or Chrome you can use the slightly altered version below for just-as-brilliant CSS rounded corners: -webkit-border-radius: 20px; When IE9 is released in 2011 it will allow CSS rounded corners using the following: border-radius: 20px 20px [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=61&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For anyone using Firefox you can use the following for brilliant CSS rounded corners:</p>
<blockquote><p>-moz-border-radius: 20px;</p></blockquote>
<p>For anyone using Safari or Chrome you can use the slightly altered version below for just-as-brilliant CSS rounded corners:</p>
<blockquote><p>-webkit-border-radius: 20px;</p></blockquote>
<p>When IE9 is released in 2011 it will allow CSS rounded corners using the following:</p>
<blockquote>
<pre><code>border-radius: 20px 20px 20px 20px;</code></pre>
</blockquote>
<p>(No one seems to know why just yet, but you have to specify the border radius each time.)<br />
However, none of these options work in Internet Explorer versions before IE9, so how can we solve that? Simple:</p>
<p>1. Download the border-radius.htc file from <a target="_blank" href="http://code.google.com/p/curved-corner/downloads/list">http://code.google.com/p/curved-corner/downloads/list</a> and put it into your website</p>
<p>2. Add the following line to your other rounded corners code in your CSS file (replace &#8220;js&#8221; with whatever folder you put the .htc file into):</p>
<blockquote><p>behavior: url(js/border-radius.htc);</p></blockquote>
<p>That&#8217;s it, the border radius value is taken from your -moz-border-radius value.</p>
<p>Ofcourse, you could upload the .htc file to your web server and replace the relative url with a complete one, that will save you having to make sure you include the file in every site that uses rounded corners&#8230; atleast until IE9 comes out!</p>
<p>Happy coding</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=61&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2010/11/02/rounded-corners-in-ie-using-css-no-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>
	</item>
		<item>
		<title>IE8 CSS Hack</title>
		<link>http://chimerastudios.wordpress.com/2010/06/16/ie8-css-hack/</link>
		<comments>http://chimerastudios.wordpress.com/2010/06/16/ie8-css-hack/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:29:33 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Coding tips]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=57</guid>
		<description><![CDATA[Need to run a line of CSS in IE8 but not Chrome, Firefox, Opera or Safari? Just use this great little hack for Internet Explorer 8<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=57&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://miskin-webdesign.com/wordpress/wp-content/uploads/2010/02/internet_explorer8.jpg" alt="IE8 CSS hack" width="210" height="210" />If like us you&#8217;re still having problems with IE8 behaving differently to all the GOOD browsers out there, fear not. Even with all the CSS reset code you can still run into those niggly problems that hold you up, but don&#8217;t worry, because there is a simple and effective IE8 CSS hack that works with Internet Explorer 8 without causing problems for Chrome, Firefox, Opera or Safari.</p>
<p>All you need to do, is put a &#8220;\9&#8243; at the end of the CSS you want to only run in IE8. To give you an example, the following will display a blue border in Chrome, Firefox and Safari, but red in Internet Explorer 8.</p>
<p>border:solid 10px blue;<br />
border:solid 10px red\9;</p>
<p>This is because the first 3 browsers only see the first line, but IE8 sees the next line, over-riding the previous statement.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=57&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2010/06/16/ie8-css-hack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>

		<media:content url="http://miskin-webdesign.com/wordpress/wp-content/uploads/2010/02/internet_explorer8.jpg" medium="image">
			<media:title type="html">IE8 CSS hack</media:title>
		</media:content>
	</item>
		<item>
		<title>Budget web design from Chimera Studios</title>
		<link>http://chimerastudios.wordpress.com/2010/03/16/budget-web-design/</link>
		<comments>http://chimerastudios.wordpress.com/2010/03/16/budget-web-design/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:40:31 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Latest news]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=51</guid>
		<description><![CDATA[We&#8217;ve just updated the web design gallery with 20 budget web designs. Each design is available for only £49 which includes 1 page, all your text, links and any image changes you like. Head over to the web design gallery now to take a look at these great designs from only £49!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=51&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://chimerastudios.files.wordpress.com/2010/03/budget-web-design.jpg"><img class="alignleft size-thumbnail wp-image-52" style="margin-right:20px;" title="budget-web-design" src="http://chimerastudios.files.wordpress.com/2010/03/budget-web-design.jpg?w=150&#038;h=91" alt="" width="150" height="91" /></a>We&#8217;ve just updated the web design gallery with 20 budget web designs. Each design is available for only £49 which includes 1 page, all your text, links and any image changes you like. Head over to the <a title="Budget web design" href="http://www.chimera-studios.co.uk/web-design-gallery.aspx" target="_blank">web design gallery</a> now to take a look at these great designs from only £49!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=51&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2010/03/16/budget-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>

		<media:content url="http://chimerastudios.files.wordpress.com/2010/03/budget-web-design.jpg?w=150" medium="image">
			<media:title type="html">budget-web-design</media:title>
		</media:content>
	</item>
		<item>
		<title>New web design demos online</title>
		<link>http://chimerastudios.wordpress.com/2010/02/16/web-design-demos/</link>
		<comments>http://chimerastudios.wordpress.com/2010/02/16/web-design-demos/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 18:38:08 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Latest news]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design demo]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=44</guid>
		<description><![CDATA[We&#8217;ve just updated our online demos section with some new web design demos, take a look and try them for yourself. The demos range from a variety of themes from product showcases, online profiles and green thinking business solutions to photography and design sites with stunning animations. Check out the web design demos section here or view [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=44&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://chimerastudios.files.wordpress.com/2010/02/ax0517ma1.jpg"><img class="alignleft size-thumbnail wp-image-46" style="margin-right:25px;" title="New web design" src="http://chimerastudios.files.wordpress.com/2010/02/ax0517ma1.jpg?w=138&#038;h=150" alt="web design demo" width="138" height="150" /></a>We&#8217;ve just updated our online demos section with some new <a href="http://www.chimera-studios.co.uk/website-demos.html">web design demos</a>, take a look and try them for yourself. The demos range from a variety of themes from product showcases, online profiles and green thinking business solutions to photography and design sites with stunning animations.</p>
<p>Check out the <a href="http://www.chimera-studios.co.uk/website-demos.html">web design demos</a> section here or view more of our site and find out about our <a href="http://www.chimera-studios.co.uk/">web design</a> services.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=44&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2010/02/16/web-design-demos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>

		<media:content url="http://chimerastudios.files.wordpress.com/2010/02/ax0517ma1.jpg?w=138" medium="image">
			<media:title type="html">New web design</media:title>
		</media:content>
	</item>
		<item>
		<title>ShadowBox IE8 fix</title>
		<link>http://chimerastudios.wordpress.com/2010/01/30/shadowbox-ie8-fix/</link>
		<comments>http://chimerastudios.wordpress.com/2010/01/30/shadowbox-ie8-fix/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 17:35:54 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Latest news]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=41</guid>
		<description><![CDATA[Shadowbox works fine in IE7, and therefore fine if you run IE8 in compatibility mode for IE7... and that's the fix! You don't have to click the button to run IE8 in compatibility mode, you can also do it with a meta tag.
Just add the the following Meta Tag to the page that contains your ShadowBox code:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=41&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We still hear of the Shadowbox IE8 problem quite a lot.</p>
<p>Shadowbox works fine in IE7, and therefore fine if you run IE8 in compatibility mode for IE7&#8230; and that&#8217;s the fix! You don&#8217;t have to click the button to run IE8 in compatibility mode, you can also do it with a meta tag.<br />
Just add the the following Meta Tag to the page that contains your ShadowBox code:</p>
<p>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=7&#8243; /&gt;</p>
<p>Now when someone visits your site in IE8 and opens your page with ShadowBox it will switch the page to run like IE7, thus fixing the problem!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=41&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2010/01/30/shadowbox-ie8-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>
	</item>
		<item>
		<title>A proposal for making AJAX crawlable</title>
		<link>http://chimerastudios.wordpress.com/2009/10/07/a-proposal-for-making-ajax-crawlable/</link>
		<comments>http://chimerastudios.wordpress.com/2009/10/07/a-proposal-for-making-ajax-crawlable/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:13:23 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Latest news]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=38</guid>
		<description><![CDATA[Today Google have proposed a new standard for making AJAX-based websites crawlable. This will benefit webmasters and users by making content from rich and interactive AJAX-based websites universally accessible through search results on any search engine that chooses to take part. It&#8217;s believed that making this content available for crawling and indexing could significantly improve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=38&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today Google have proposed a new standard for making AJAX-based websites crawlable. This will benefit webmasters and users by making content from rich and interactive AJAX-based websites universally accessible through search results on any search engine that chooses to take part. It&#8217;s believed that making this content available for crawling and indexing could significantly improve the web.</p>
<p>While AJAX-based websites are popular with users, search engines traditionally are not able to access any of the content on them. The last time Google checked, almost 70% of the websites they know about use JavaScript in some form or another. Of course, most of that JavaScript is not AJAX, but the better that search engines could crawl and index AJAX, the more that developers could add richer features to their websites and still show up in search engines.</p>
<p>You can read the full article <a href="http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html">here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=38&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2009/10/07/a-proposal-for-making-ajax-crawlable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>
	</item>
		<item>
		<title>button-download.com</title>
		<link>http://chimerastudios.wordpress.com/2009/10/07/button-download-com/</link>
		<comments>http://chimerastudios.wordpress.com/2009/10/07/button-download-com/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 10:58:39 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Great websites]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=36</guid>
		<description><![CDATA[button-download.com is a superb little site for any web designers looking for that perfect button for their web design. All images can be downloaded in PNG format or even PSD, allowing you to edit the text, create alternate styles or just mouse-over effects.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=36&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.button-download.com/">button-download.com</a> is a superb little site for any web designers looking for that perfect button for their web design. All images can be downloaded in PNG format or even PSD, allowing you to edit the text, create alternate styles or just mouse-over effects.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=36&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2009/10/07/button-download-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Zen Garden</title>
		<link>http://chimerastudios.wordpress.com/2009/09/30/zen-garden/</link>
		<comments>http://chimerastudios.wordpress.com/2009/09/30/zen-garden/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:45:40 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Great websites]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=32</guid>
		<description><![CDATA[A web design favourite that feels as old as time itself. This site is great for those learning CSS to see just what can be accomplished by changing just one file in your website. Take a look at Zen Garden and then take at Zen Garden with the Kois Village design applied &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=32&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A web design favourite that feels as old as time itself. This site is great for those learning CSS to see just what can be accomplished by changing just one file in your website.<br />
Take a look at <a href="http://www.csszengarden.com/">Zen Garden</a> and then take at Zen Garden <a href="http://www.csszengarden.com/?cssfile=http://ignacioricci.com/zen%20garden/kois-village.css">with the Kois Village design applied</a> &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=32&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2009/09/30/zen-garden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Kulturbanause</title>
		<link>http://chimerastudios.wordpress.com/2009/09/27/kulturbanause/</link>
		<comments>http://chimerastudios.wordpress.com/2009/09/27/kulturbanause/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:44:02 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Great websites]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=16</guid>
		<description><![CDATA[Our first pick of some of the great websites out there. The notable features of this site are how the waterfalls to the sides grow with the page and how the content seamlessly integrates with the graphics&#8230; web design at its best! Chimera Studios for SEO<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=16&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Our first pick of some of the great websites out there. <a href="http://www.kulturbanause.de/" target="_blank"><img class="alignleft size-full wp-image-15" style="padding-right:5px;" src="http://chimerastudios.files.wordpress.com/2009/09/kb.jpg?w=212&#038;h=118" alt="" width="212" height="118" /></a><br />
The notable features of this site are how the waterfalls to the sides grow with the page and how the content seamlessly integrates with the graphics&#8230; web design at its best!</p>
<p>Chimera Studios for <a href="http://www.chimera-studios.co.uk/">SEO</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=16&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2009/09/27/kulturbanause/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>

		<media:content url="http://chimerastudios.files.wordpress.com/2009/09/kb.jpg" medium="image" />
	</item>
		<item>
		<title>Chimera Studios joins WordPress</title>
		<link>http://chimerastudios.wordpress.com/2009/09/27/chimera-studios-joins-wordpress/</link>
		<comments>http://chimerastudios.wordpress.com/2009/09/27/chimera-studios-joins-wordpress/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:18:39 +0000</pubDate>
		<dc:creator>chimerastudios</dc:creator>
				<category><![CDATA[Latest news]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://chimerastudios.wordpress.com/?p=5</guid>
		<description><![CDATA[Hello the internet! We hereby officially start our WordPress blog. Our blog will be our hand-picked selection of great websites that we think deserve a view&#8230; Stay tuned kids! Chimera Studios web design<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=5&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello the internet! We hereby officially start our WordPress blog.<br />
Our blog will be our hand-picked selection of great websites that we think deserve a view&#8230; Stay tuned kids!</p>
<p>Chimera Studios <a href="http://www.chimera-studios.co.uk/">web design</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chimerastudios.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chimerastudios.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chimerastudios.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chimerastudios.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chimerastudios.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chimerastudios.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chimerastudios.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chimerastudios.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chimerastudios.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chimerastudios.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chimerastudios.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chimerastudios.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chimerastudios.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chimerastudios.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chimerastudios.wordpress.com&amp;blog=9672743&amp;post=5&amp;subd=chimerastudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chimerastudios.wordpress.com/2009/09/27/chimera-studios-joins-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a42a6554ceced87d69f0ae7fcd31e9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chimerastudios</media:title>
		</media:content>
	</item>
	</channel>
</rss>
