<?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>Algorithm.co.il &#187; CSS</title>
	<atom:link href="http://www.algorithm.co.il/blogs/category/programming/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.algorithm.co.il/blogs</link>
	<description>Algorithms, for the heck of it</description>
	<lastBuildDate>Tue, 21 Jun 2011 20:37:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Website development and not supporting Internet Explorer 6</title>
		<link>http://www.algorithm.co.il/blogs/startup/website-development-and-not-supporting-internet-explorer-6/</link>
		<comments>http://www.algorithm.co.il/blogs/startup/website-development-and-not-supporting-internet-explorer-6/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 15:38:51 +0000</pubDate>
		<dc:creator>lorg</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[Internet explorer 6]]></category>
		<category><![CDATA[Mochikit]]></category>

		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/?p=167</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.algorithm.co.il/blogs/startup/website-development-and-not-supporting-internet-explorer-6/' addthis:title='Website development and not supporting Internet Explorer 6'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>My partner and I started to work on a website a few months ago. We have a working prototype, and we are always improving it. My work is mostly concentrated on a smart Python backend, and on a Javascript front-end, &#8230; <a href="http://www.algorithm.co.il/blogs/startup/website-development-and-not-supporting-internet-explorer-6/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://www.algorithm.co.il/blogs/startup/website-development-and-not-supporting-internet-explorer-6/' addthis:title='Website development and not supporting Internet Explorer 6' ><a href="http://addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>My partner and I started to work on a website a few months ago. We have a working prototype, and we are always improving it. My work is mostly concentrated on a smart Python backend, and on a Javascript front-end, while a thin controller acts as a messenger between the two.<br />
Lately, I&#8217;ve worked on improving the UI. As expected, I rely heavily on CSS. I generate a lot of html elements using <a href="http://mochikit.com/">Mochikit</a> and format them with CSS classes. While obviously better than the old alternatives, I still don&#8217;t like CSS. Maybe it&#8217;s because I don&#8217;t understand it deeply enough, but for me, there is still a lot of voodoo involved. An example I found, which luckily I didn&#8217;t run into yet, is <a href="http://reference.sitepoint.com/css/collapsingmargins">collapsing margins</a>.</p>
<p>Still, even with all its voodoo, CSS is bearable. At least until you get to IE. My latest run in with it was a <a href="http://snook.ca/archives/html_and_css/position_relative_overflow_ie/">scrolling bug</a>, and I ran into many other issues. However, as much as I complain, I&#8217;m probably getting it easy, as when we started work, we decided not to support IE 6, at least until required.<br />
Our reasoning was:</p>
<ul>
<li>Developing for IE6 both independently and consistently with other browsers has a high cost attached to it.</li>
<li>IE6&#8242;s use rates are declining, and will decline even more by the time we launch (See <a href="http://marketshare.hitslink.com/browser-market-share.aspx?qprid=2">these statistics</a> for example). </li>
<li>Our first versions were mostly required as a prototype to prove our technology to potential investors.</li>
<li>As a two-men team, and a one man programming team, we are very low on development resources.</li>
</ul>
<p>Given my latest bout of UI programming, this choice made me just a little bit happier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.algorithm.co.il/blogs/startup/website-development-and-not-supporting-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

