<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: A new look for 2009</title>
	<atom:link href="http://aralbalkan.com/1534/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1534</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Tue, 22 May 2012 18:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: emokartinki2</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-239685</link>
		<dc:creator>emokartinki2</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-239685</guid>
		<description>Thanks for taking a few of us.</description>
		<content:encoded><![CDATA[<p>Thanks for taking a few of us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Peurala</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193241</link>
		<dc:creator>Ville Peurala</dc:creator>
		<pubDate>Sat, 15 Nov 2008 01:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193241</guid>
		<description>Hi Aral,

thanks for your answer. I didn&#039;t mean that you are a Mac zealot. I was basically just trying to say that there are other alternatives than Windows/Mac, like Linux for example.</description>
		<content:encoded><![CDATA[<p>Hi Aral,</p>
<p>thanks for your answer. I didn&#8217;t mean that you are a Mac zealot. I was basically just trying to say that there are other alternatives than Windows/Mac, like Linux for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193225</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193225</guid>
		<description>That&#039;s good to hear, Tom, thank you for the update!</description>
		<content:encoded><![CDATA[<p>That&#8217;s good to hear, Tom, thank you for the update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193223</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193223</guid>
		<description>Hi Julio, thanks for the heads up. I believe the issue was with the prototype library conflicting with mootools (or something else on the site). It was being loaded in by the Twitter Tools plugin to enable tweeting from the sidebar -- a totally unnecessary feature that I&#039;ve now disabled.) Hopefully, this should fix the error. I&#039;d appreciate it if you could confirm that it is fixed for you.

Unfortunately, using Wordpress plugins means that you can get incompatibilities if plugins use different JS libraries. It would be good to standardize on one or at least on the ones that are known to work together well.</description>
		<content:encoded><![CDATA[<p>Hi Julio, thanks for the heads up. I believe the issue was with the prototype library conflicting with mootools (or something else on the site). It was being loaded in by the Twitter Tools plugin to enable tweeting from the sidebar &#8212; a totally unnecessary feature that I&#8217;ve now disabled.) Hopefully, this should fix the error. I&#8217;d appreciate it if you could confirm that it is fixed for you.</p>
<p>Unfortunately, using WordPress plugins means that you can get incompatibilities if plugins use different JS libraries. It would be good to standardize on one or at least on the ones that are known to work together well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio Garcia</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193222</link>
		<dc:creator>Julio Garcia</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193222</guid>
		<description>Hi Aral,

Congrats on your new look. One comment though, just in case you haven&#039;t seen this already. Every access to you homepage using IE 7 triggers the following JScript Error:
Microsoft JScript runtime error: Object doesn&#039;t support this property or method

VisualStudio then points me to the file prototype.js  Line 2 and  the following code:
var Enumerable = {
  each: function(iterator, context) {
    var index = 0;
    iterator = iterator.bind(context);
    try {
      this._each(function(value) {
        iterator(value, index++);
      });
    } catch (e) {
      if (e != $break) throw e;
    }
    return this;
  },

and a second one pointed to some dynamically evaluated code with the following code highlighted
this.fireEvent(&#039;domready&#039;)

with no information regarding the context I am afraid I can not pinpoint the error. In any case I hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Aral,</p>
<p>Congrats on your new look. One comment though, just in case you haven&#8217;t seen this already. Every access to you homepage using IE 7 triggers the following JScript Error:<br />
Microsoft JScript runtime error: Object doesn&#8217;t support this property or method</p>
<p>VisualStudio then points me to the file prototype.js  Line 2 and  the following code:<br />
var Enumerable = {<br />
  each: function(iterator, context) {<br />
    var index = 0;<br />
    iterator = iterator.bind(context);<br />
    try {<br />
      this._each(function(value) {<br />
        iterator(value, index++);<br />
      });<br />
    } catch (e) {<br />
      if (e != $break) throw e;<br />
    }<br />
    return this;<br />
  },</p>
<p>and a second one pointed to some dynamically evaluated code with the following code highlighted<br />
this.fireEvent(&#8216;domready&#8217;)</p>
<p>with no information regarding the context I am afraid I can not pinpoint the error. In any case I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prevajalci</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193210</link>
		<dc:creator>Prevajalci</dc:creator>
		<pubDate>Fri, 14 Nov 2008 13:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193210</guid>
		<description>Congratulations!

Only when you said 80.000 (like in Wembley) per month I imagined how many people that really is. I wouldn&#039;t mind getting that many every month. 
Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Congratulations!</p>
<p>Only when you said 80.000 (like in Wembley) per month I imagined how many people that really is. I wouldn&#8217;t mind getting that many every month.<br />
Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Morris</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193093</link>
		<dc:creator>Tom Morris</dc:creator>
		<pubDate>Thu, 13 Nov 2008 01:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193093</guid>
		<description>Aral: the spacing looks better on my teensy little screen. Very nice.</description>
		<content:encoded><![CDATA[<p>Aral: the spacing looks better on my teensy little screen. Very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193033</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193033</guid>
		<description>Quick update: Adi, I just fixed the font color issue on alternating comments. Thanks for the heads up! 

Also, the site should scale a little better now :)</description>
		<content:encoded><![CDATA[<p>Quick update: Adi, I just fixed the font color issue on alternating comments. Thanks for the heads up! </p>
<p>Also, the site should scale a little better now :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193015</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 11 Nov 2008 23:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193015</guid>
		<description>I can&#039;t yet say that I prefer this layout over the previous look, but I&#039;m always glad to see people moving forward with their sites. Personally, I&#039;ve only been aware of your blog for a few months, so the history lesson was pretty interesting. I like to dig through the wayback machine to look at some of my old projects once every year or so myself.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t yet say that I prefer this layout over the previous look, but I&#8217;m always glad to see people moving forward with their sites. Personally, I&#8217;ve only been aware of your blog for a few months, so the history lesson was pretty interesting. I like to dig through the wayback machine to look at some of my old projects once every year or so myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Savvas Malamas</title>
		<link>http://aralbalkan.com/1534/comment-page-1#comment-193013</link>
		<dc:creator>Savvas Malamas</dc:creator>
		<pubDate>Tue, 11 Nov 2008 22:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1534#comment-193013</guid>
		<description>&quot;I was thinking of putting her up on eBay but I just can&#039;t bring myself to.&quot; I get you, I SO get you on this :) ..
Anyway that was a nice read for me that I heard about you in the last few years and I didn&#039;t had the whole image.
Thanks for the post and mostly thanks for this blog. BTW your new facelift looks fabulous although I have to say that it looks better on an Apple Cinema 23&quot; or iMac 24&quot; instead of 15.4 MBP. 
So everyone, if you don&#039;t like Aral&#039;s latest facelift you might just have to buy an &gt;=23&quot; monitor (and if you find one with an fruit logo that&#039;s even better)
;)</description>
		<content:encoded><![CDATA[<p>&#8220;I was thinking of putting her up on eBay but I just can&#8217;t bring myself to.&#8221; I get you, I SO get you on this :) ..<br />
Anyway that was a nice read for me that I heard about you in the last few years and I didn&#8217;t had the whole image.<br />
Thanks for the post and mostly thanks for this blog. BTW your new facelift looks fabulous although I have to say that it looks better on an Apple Cinema 23&#8243; or iMac 24&#8243; instead of 15.4 MBP.<br />
So everyone, if you don&#8217;t like Aral&#8217;s latest facelift you might just have to buy an &gt;=23&#8243; monitor (and if you find one with an fruit logo that&#8217;s even better)<br />
;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

