<?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>Sidera Design &#187; web design</title>
	<atom:link href="http://sideradesign.com/tag/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://sideradesign.com</link>
	<description>Engaging and easy to manage websites</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:58:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Typography poster Design instruct tutorial</title>
		<link>http://sideradesign.com/2010/03/03/typography-poster-design-instruct-tutorial/</link>
		<comments>http://sideradesign.com/2010/03/03/typography-poster-design-instruct-tutorial/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:12:02 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=288</guid>
		<description><![CDATA[<p>I followed <a href="http://designinstruct.com/text-effects/create-a-funky-retro-wavy-text-effect-in-photoshop/">this tutorial at Design Instruct</a><br />
<a href="http://sideradesign.com/files/2010/03/retro-typo.jpg"></a></p>
]]></description>
			<content:encoded><![CDATA[<p>I followed <a href="http://designinstruct.com/text-effects/create-a-funky-retro-wavy-text-effect-in-photoshop/">this tutorial at Design Instruct</a><br />
<a href="http://sideradesign.com/files/2010/03/retro-typo.jpg"><img src="http://sideradesign.com/wp-content/uploads/retro-typo-300x300.jpg" alt="" width="300" height="300" class="alignnone size-medium wp-image-289" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/03/03/typography-poster-design-instruct-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSD to WordPress for a catering business</title>
		<link>http://sideradesign.com/2010/02/08/psd-to-wordpress-for-a-catering-business/</link>
		<comments>http://sideradesign.com/2010/02/08/psd-to-wordpress-for-a-catering-business/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:29:28 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=255</guid>
		<description><![CDATA[<p><a href="http://redtablecatering.com"></a>A client came to me with a website design in Photoshop and I converted it to a WordPress theme.<br />
I enjoyed creating the theme as it was quite challenging, and I learned a lot about creating child themes for&#8230; <a href="http://sideradesign.com/2010/02/08/psd-to-wordpress-for-a-catering-business/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://redtablecatering.com"><img class="alignleft size-medium wp-image-257" src="http://sideradesign.com/wp-content/uploads/ScreenHunter_04-Feb.-08-11.48-300x188.gif" alt="wordpress theme for a catering business" width="300" height="188" /></a>A client came to me with a website design in Photoshop and I converted it to a WordPress theme.<br />
I enjoyed creating the theme as it was quite challenging, and I learned a lot about creating child themes for the Hybrid framework.<br />
This is my fifth Hybrid child theme.<br />
The homepage has a featured post area, a latest posts area, all widgetized and easily editable from the admin panel.<br />
There are different page layouts, 1,2 &amp; 3 columns.<br />
I used the widgets logic and query_posts combo extensively which allows a lot of control from the admin panel, which is one of my goals when creating a theme. I try to make everything dynamic and editable.</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/02/08/psd-to-wordpress-for-a-catering-business/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE transparency and font rendering</title>
		<link>http://sideradesign.com/2010/02/06/ie-transparency-and-font-rendering/</link>
		<comments>http://sideradesign.com/2010/02/06/ie-transparency-and-font-rendering/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:16:09 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=247</guid>
		<description><![CDATA[<p>While designing a website, I wanted to add some semi-transparent backgrounds using <a href="http://24ways.org/2009/working-with-rgba-colour">CSS rgba.</a><br />
In this article, the author suggests using a PNG as a fallback for browsers that don&#8217;t support the rgba declaration.<br />
Having read about Internet&#8230; <a href="http://sideradesign.com/2010/02/06/ie-transparency-and-font-rendering/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>While designing a website, I wanted to add some semi-transparent backgrounds using <a href="http://24ways.org/2009/working-with-rgba-colour">CSS rgba.</a><br />
In this article, the author suggests using a PNG as a fallback for browsers that don&#8217;t support the rgba declaration.<br />
Having read about Internet Explorer&#8217;s proprietary filters, I decided to use that instead, to avoid having to download another image.<br />
I added the following declarations to the IE stylesheet with conditional comments:</p>
<pre>
.content, #primary {
       background:transparent;

     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ebe7e7,endColorstr=#80ebe7e7);

	}

.page-title, .singular-page-title {
	       background:transparent;

                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80146ea4,endColorstr=#80146ea4);
}
</pre>
<p>This is the result:<br />
<a href="http://sideradesign.com/files/2010/02/with-transparency.gif"><img src="http://sideradesign.com/files/2010/02/with-transparency.gif" alt="" width="402" height="175" class="alignnone size-full wp-image-246" /></a></p>
<p>You can see that the result is not very pretty! The font doesn&#8217;t seem to render very well.</p>
<p>I suspected that the IE filters were the culprit, so I removed the declarations, and here is the result:<br />
<a href="http://sideradesign.com/files/2010/02/with-transparency.gif"><img src="http://sideradesign.com/files/2010/02/no-transparency.gif" alt="" width="402" height="175" class="alignnone size-full wp-image-246" /></a></p>
<p>Much better!</p>
<p>Conclusion: I&#8217;ll use the PNG fallback method.</p>
<p>Have you experienced this issue? Is there a fix?<br />
Leave your comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/02/06/ie-transparency-and-font-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the new design!</title>
		<link>http://sideradesign.com/2010/01/04/announcing-the-new-design/</link>
		<comments>http://sideradesign.com/2010/01/04/announcing-the-new-design/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:19:01 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://sideradesign.com/?p=25</guid>
		<description><![CDATA[<p>A new year, a new website!<br />
As you can see, I&#8217;ve completely redesigned SideraDesign.com.<br />
Changed from a 1 page portfolio to a fully fledged blog powered by WordPress and a custom theme<br />
The main features are:</p>
<ul<p>&#8230; <a href="http://sideradesign.com/2010/01/04/announcing-the-new-design/" class="read_more">Continue reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>A new year, a new website!<br />
As you can see, I&#8217;ve completely redesigned SideraDesign.com.<br />
Changed from a 1 page portfolio to a fully fledged blog powered by WordPress and a custom theme<br />
The main features are:</p>
<ul class="normal">
<li>Widget areas in the content and footer</li>
<li>Jquery post content slider</li>
<li>Coming soon: Typographic grid</li>
<li>New logo!</li>
<li>Sleek and modern look</li>
<li>Smart use of shortcodes with the MySnippets plugin</li>
</ul>
<p>And many more.</p>
]]></content:encoded>
			<wfw:commentRss>http://sideradesign.com/2010/01/04/announcing-the-new-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
