<?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>webiga.com &#187; Web Design</title>
	<atom:link href="http://webiga.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://webiga.com</link>
	<description>ILJA Tirins blog</description>
	<lastBuildDate>Mon, 26 Mar 2012 10:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>IE6, 7 and 8 do not display JPGs saved in CMYK</title>
		<link>http://webiga.com/2011/05/19/ie6-7-and-8-do-not-display-jpgs-saved-in-cmyk/</link>
		<comments>http://webiga.com/2011/05/19/ie6-7-and-8-do-not-display-jpgs-saved-in-cmyk/#comments</comments>
		<pubDate>Thu, 19 May 2011 15:47:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CMYK]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=206</guid>
		<description><![CDATA[Just learned a new thing about CMYK JPGs and IE. Aparently the two do not mix. In these three browser versions (6,7 and 8, could not check older versions) JPGs saved in CMYK colourspace would not load and simply display a &#8220;red cross&#8221; (a.k.a. missing image) placeholder. IE9 however behaved well, and displayed image without [...]]]></description>
			<content:encoded><![CDATA[<p>Just learned a new thing about CMYK JPGs and IE. Aparently the two do not mix. In these three browser versions (6,7 and 8, could not check older versions) JPGs saved in CMYK colourspace would not load and simply display a &#8220;red cross&#8221; (a.k.a. missing image) placeholder.</p>
<p>IE9 however behaved well, and displayed image without any hickups. </p>
<p>The solution was rather easy, load JPG in photoshop and just resave it. I guess any other image converter tool would do the trick too.</p>
<p>A few more words re this issue could be read form <a href="http://www.ag.ndsu.edu/roller/winnowingoar/entry/ie_8_will_not_display">this page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/05/19/ie6-7-and-8-do-not-display-jpgs-saved-in-cmyk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 and &lt;button&gt; styling</title>
		<link>http://webiga.com/2011/04/20/ie6-and-styling/</link>
		<comments>http://webiga.com/2011/04/20/ie6-and-styling/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:06:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=190</guid>
		<description><![CDATA[IE6 has its own mind when it goes to styling button elements. It applies (seemingly) some padding even if you set it to padding: 0. Found a great article at viget.com that made my day yesterday. The solution to get rid of extra padding in IE6 is rather easy. Just apply these rules to the [...]]]></description>
			<content:encoded><![CDATA[<p>IE6 has its own mind when it goes to styling button elements. It applies (seemingly) some padding even if you set it to padding: 0. Found a great article at <a href="http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/">viget.com</a> that made my day yesterday. The solution to get rid of extra padding in IE6 is rather easy. Just apply these rules to the button:</p>
<p><code>button {<br />
  width: auto;<br />
  overflow: visible;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/04/20/ie6-and-styling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash appearing above absolutely positioned elements</title>
		<link>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/</link>
		<comments>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 22:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[zindex]]></category>

		<guid isPermaLink="false">http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/</guid>
		<description><![CDATA[I recently had an issue with some flash movies appearing above all content pneumonia the page. I tried giving absolutely positioned elements a very high zindex, bit it did not help art all. Search in Google for similar problem revealed that flash can be played in several modes. By default all movies are played in [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had an issue with some flash movies appearing above all content pneumonia the page. I tried giving absolutely positioned elements a very high zindex, bit it did not help art all. Search in Google for similar problem revealed that flash can be played in several modes. </p>
<p>By default all movies are played in window mode which allowes them to perform the best but such oddities as flash always on top will be happening. </p>
<p>Fixing my issue was rather easy. I just needed to add a wmode=opaque to the flash object. Job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free webhosting for facebook development</title>
		<link>http://webiga.com/2010/08/23/free-webhosting-for-facebook-development/</link>
		<comments>http://webiga.com/2010/08/23/free-webhosting-for-facebook-development/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Resources]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=106</guid>
		<description><![CDATA[I was searching for a free webhosting for Facebook (FB) sandbox. After trying out a few only one happened to have all necessary features for FB development. The main issue with all others was that CURL PHP was not enabled. It is required by FB library to make api calls. Some that had CURL enabled [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching for a free webhosting for Facebook (FB) sandbox. After trying out a few only one happened to have all necessary features for FB development. The main issue with all others was that CURL PHP was not enabled. It is required by FB library to make api calls. Some that had CURL enabled did not allow connections over HTTPS, which also is a must for FB api calls. </p>
<p>So, the winner is <a href="http://freewebhostingarea.com/">Free Web Hosting Area</a></p>
<p>Other hosting services I tried:</p>
<ul>
<li><a href="http://zymic.com/">Zymic</a></li>
<li><a href="http://eu.pn/">EU.pn</a></li>
<li><a href="http://000webhost.com/">000webhost.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2010/08/23/free-webhosting-for-facebook-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bebiko.com</title>
		<link>http://webiga.com/2008/10/29/bebikocom/</link>
		<comments>http://webiga.com/2008/10/29/bebikocom/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 16:12:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=90</guid>
		<description><![CDATA[Bebikois a well designed flash site. Clean and well illustrated design. Check it out]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bebiko.com.pl">Bebiko</a>is a well designed flash site. Clean and well illustrated design.</p>
<p>Check it out<br />
<a href="http://www.bebiko.com.pl"><img src='http://webiga.com/wp-content/uploads/2008/10/bebiko.thumbnail.jpg' alt='Bebiko' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2008/10/29/bebikocom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily web finds from daily.creattica.com</title>
		<link>http://webiga.com/2008/09/25/daily-web-finds-from-dailycreatticacom/</link>
		<comments>http://webiga.com/2008/09/25/daily-web-finds-from-dailycreatticacom/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 15:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Resources]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=76</guid>
		<description><![CDATA[http://daily.creattica.com/]]></description>
			<content:encoded><![CDATA[<p><a href="http://daily.creattica.com/">http://daily.creattica.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2008/09/25/daily-web-finds-from-dailycreatticacom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designcharts.com &#8211; best flash sites out there</title>
		<link>http://webiga.com/2008/09/25/designchartscom-best-flash-sites-out-there/</link>
		<comments>http://webiga.com/2008/09/25/designchartscom-best-flash-sites-out-there/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 15:00:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=75</guid>
		<description><![CDATA[Design charts provides a chart of the best flash sites of the week. The site itself has a unique, flash based design. http://designcharts.com/]]></description>
			<content:encoded><![CDATA[<p>Design charts provides a chart of the best flash sites of the week. The site itself has a unique, flash based design.</p>
<p><a href="http://designcharts.com/">http://designcharts.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2008/09/25/designchartscom-best-flash-sites-out-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice online portfolio of a web studio CODA.CO.ZA</title>
		<link>http://webiga.com/2008/09/23/nice-online-portfolio-of-a-web-studio-codacoza/</link>
		<comments>http://webiga.com/2008/09/23/nice-online-portfolio-of-a-web-studio-codacoza/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 13:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=71</guid>
		<description><![CDATA[http://coda.co.za]]></description>
			<content:encoded><![CDATA[<p><a href="http://coda.co.za">http://coda.co.za</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2008/09/23/nice-online-portfolio-of-a-web-studio-codacoza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collection of free fonts</title>
		<link>http://webiga.com/2007/10/02/collection-of-free-fonts/</link>
		<comments>http://webiga.com/2007/10/02/collection-of-free-fonts/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 05:16:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Resources]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=68</guid>
		<description><![CDATA[Dafont is a very well organised collection of free fonts. Check it out http://www.dafont.com/]]></description>
			<content:encoded><![CDATA[<p>Dafont is a very well organised collection of free fonts. Check it out <a href="http://www.dafont.com/">http://www.dafont.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/10/02/collection-of-free-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>floatutorial</title>
		<link>http://webiga.com/2007/09/03/floatutorial/</link>
		<comments>http://webiga.com/2007/09/03/floatutorial/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 07:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=67</guid>
		<description><![CDATA[Everything about float CSS property. http://css.maxdesign.com.au/floatutorial/tutorial0103.htm http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/]]></description>
			<content:encoded><![CDATA[<p>Everything about float CSS property.</p>
<p>http://css.maxdesign.com.au/floatutorial/tutorial0103.htm</p>
<p>http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/09/03/floatutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

