<?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"
	>
<channel>
	<title>Comments for agum</title>
	<atom:link href="http://www.agum.com/web/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agum.com/web</link>
	<description>The Web Dev Blog</description>
	<pubDate>Sat, 06 Sep 2008 00:35:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on CSS tips: Widths calculations, and links with icons by Bigi</title>
		<link>http://www.agum.com/web/2008/05/09/css-tips-widths-calculations-and-links-with-icons/#comment-7386</link>
		<dc:creator>Bigi</dc:creator>
		<pubDate>Sat, 10 May 2008 09:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/?p=31#comment-7386</guid>
		<description>Thaya: Good one :) On the same note, font-style, font-weight, font-size, font-family (and more) can also be shortened into one "font" property.</description>
		<content:encoded><![CDATA[<p>Thaya: Good one <img src='http://www.agum.com/web/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> On the same note, font-style, font-weight, font-size, font-family (and more) can also be shortened into one &#8220;font&#8221; property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS tips: Widths calculations, and links with icons by Bigi</title>
		<link>http://www.agum.com/web/2008/05/09/css-tips-widths-calculations-and-links-with-icons/#comment-7385</link>
		<dc:creator>Bigi</dc:creator>
		<pubDate>Sat, 10 May 2008 09:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/?p=31#comment-7385</guid>
		<description>aqhong: You are right. In IE6 and 7, if a DOCTYPE is defined, it should have no problems. I brought this up because I happen to be working with embeddable widgets code lately and I have to generate HTML that works the same way on any web page outside of my control. (i.e. potentially no DOCTYPE declaration)</description>
		<content:encoded><![CDATA[<p>aqhong: You are right. In IE6 and 7, if a DOCTYPE is defined, it should have no problems. I brought this up because I happen to be working with embeddable widgets code lately and I have to generate HTML that works the same way on any web page outside of my control. (i.e. potentially no DOCTYPE declaration)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS tips: Widths calculations, and links with icons by aqhong</title>
		<link>http://www.agum.com/web/2008/05/09/css-tips-widths-calculations-and-links-with-icons/#comment-7384</link>
		<dc:creator>aqhong</dc:creator>
		<pubDate>Sat, 10 May 2008 03:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/?p=31#comment-7384</guid>
		<description>You should probably mention the fact that the IE box model bug only applies to IE5 and earlier (assuming you're in standards mode), whose market share is currently at around 1%. Personally, I think that's low enough that I don't even bother with workarounds or hacks for it anymore.</description>
		<content:encoded><![CDATA[<p>You should probably mention the fact that the IE box model bug only applies to IE5 and earlier (assuming you&#8217;re in standards mode), whose market share is currently at around 1%. Personally, I think that&#8217;s low enough that I don&#8217;t even bother with workarounds or hacks for it anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS tips: Widths calculations, and links with icons by Thaya Kareeson</title>
		<link>http://www.agum.com/web/2008/05/09/css-tips-widths-calculations-and-links-with-icons/#comment-7383</link>
		<dc:creator>Thaya Kareeson</dc:creator>
		<pubDate>Sat, 10 May 2008 00:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/?p=31#comment-7383</guid>
		<description>If you really want to be efficient, why not just do:

a.linkicon {
  background: transparent no-repeat scroll center left;
  padding: 0 0 0 20px;
}

You get to save those unnecessary bytes.  /sarcasm :)</description>
		<content:encoded><![CDATA[<p>If you really want to be efficient, why not just do:</p>
<p>a.linkicon {<br />
  background: transparent no-repeat scroll center left;<br />
  padding: 0 0 0 20px;<br />
}</p>
<p>You get to save those unnecessary bytes.  /sarcasm <img src='http://www.agum.com/web/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer issue - maximum of 32 CSS @import by Bigi</title>
		<link>http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-2038</link>
		<dc:creator>Bigi</dc:creator>
		<pubDate>Sat, 22 Mar 2008 04:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-2038</guid>
		<description>I have been working more deeply in JavaScript and more frontend things lately, so there are actually a couple more topics I'd like to be covering in that area.

However, after that, I'll definitely revisit PHP with MVC again. I also noticed that in my traffic stats, that particular one was a popular article. Good to hear feedback directly from the audience.

In addition, I have also learned much myself ever since I've written that article, which is almost a year ago by now. I do have a lot more things to share about it!</description>
		<content:encoded><![CDATA[<p>I have been working more deeply in JavaScript and more frontend things lately, so there are actually a couple more topics I&#8217;d like to be covering in that area.</p>
<p>However, after that, I&#8217;ll definitely revisit PHP with MVC again. I also noticed that in my traffic stats, that particular one was a popular article. Good to hear feedback directly from the audience.</p>
<p>In addition, I have also learned much myself ever since I&#8217;ve written that article, which is almost a year ago by now. I do have a lot more things to share about it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer issue - maximum of 32 CSS @import by maclof</title>
		<link>http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-1641</link>
		<dc:creator>maclof</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-1641</guid>
		<description>I'd love to see some kind of extension to your previous PHP MVC posts. I've always found my code gets messy when deciding what method to use to lay out my files, should they access each .php file seperately? or use some kind of GET variable.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see some kind of extension to your previous PHP MVC posts. I&#8217;ve always found my code gets messy when deciding what method to use to lay out my files, should they access each .php file seperately? or use some kind of GET variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer issue - maximum of 32 CSS @import by Bigi</title>
		<link>http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-1465</link>
		<dc:creator>Bigi</dc:creator>
		<pubDate>Sun, 16 Mar 2008 08:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-1465</guid>
		<description>Thanks for the comment maclof! It's encouraging to read comments like yours. As always, I'll keep writing articles that I think could bring new information and be useful for other developers.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment maclof! It&#8217;s encouraging to read comments like yours. As always, I&#8217;ll keep writing articles that I think could bring new information and be useful for other developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer issue - maximum of 32 CSS @import by maclof</title>
		<link>http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-1433</link>
		<dc:creator>maclof</dc:creator>
		<pubDate>Sat, 15 Mar 2008 20:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/2008/03/11/internet-explorer-issue-maximum-of-32-css-import/#comment-1433</guid>
		<description>Very nice info your posting on this blog, I've bookmarked it and will be checking back regularly :)</description>
		<content:encoded><![CDATA[<p>Very nice info your posting on this blog, I&#8217;ve bookmarked it and will be checking back regularly <img src='http://www.agum.com/web/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS: Absolute position in a relative block; and IE&#8217;s hasLayout property by agum &#187; CSS: z-index - so what appears on top?</title>
		<link>http://www.agum.com/web/2008/01/17/css-absolute-position-in-a-relative-block-and-ies-haslayout-property/#comment-856</link>
		<dc:creator>agum &#187; CSS: z-index - so what appears on top?</dc:creator>
		<pubDate>Wed, 05 Mar 2008 07:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/2008/01/17/css-absolute-position-in-a-relative-block-and-ies-haslayout-property/#comment-856</guid>
		<description>[...] now we have a problem. I have written an entry about absolute positioning within a relative block a while ago about what you can do with positioning, so things like the above code is fairly common [...]</description>
		<content:encoded><![CDATA[<p>[...] now we have a problem. I have written an entry about absolute positioning within a relative block a while ago about what you can do with positioning, so things like the above code is fairly common [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inheritance to improve performance by Inheritance in Programming Languages</title>
		<link>http://www.agum.com/web/2007/05/17/inheritance-to-improve-performance/#comment-69</link>
		<dc:creator>Inheritance in Programming Languages</dc:creator>
		<pubDate>Sun, 04 Nov 2007 08:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.agum.com/web/2007/05/17/inheritance-to-improve-performance/#comment-69</guid>
		<description>[...] agum Â» Inheritance to improve performance - Start the conversation with the other end agum Â» Inheritance to improve performance [...]</description>
		<content:encoded><![CDATA[<p>[...] agum Â» Inheritance to improve performance - Start the conversation with the other end agum Â» Inheritance to improve performance [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.477 seconds -->
