<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for YetToBeBranded</title>
	<atom:link href="http://miksago.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://miksago.wordpress.com</link>
	<description>Design and Programming dabblings of Micheil</description>
	<lastBuildDate>Sun, 09 Aug 2009 23:17:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mozilla Labs: Personas for Firefox by Richard Cook</title>
		<link>http://miksago.wordpress.com/2007/12/23/mozilla-labs-personas-for-firefox/#comment-658</link>
		<dc:creator>Richard Cook</dc:creator>
		<pubDate>Sun, 09 Aug 2009 23:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/2007/12/23/mozilla-labs-personas-for-firefox/#comment-658</guid>
		<description>Personas for Firefox has crashed.  Can you possibly fix it.  The problem seems to be the server.</description>
		<content:encoded><![CDATA[<p>Personas for Firefox has crashed.  Can you possibly fix it.  The problem seems to be the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AIR vs XULRunner by nolochemical</title>
		<link>http://miksago.wordpress.com/2007/08/11/air-vs-xulrunner/#comment-657</link>
		<dc:creator>nolochemical</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/2007/08/11/air-vs-xulrunner/#comment-657</guid>
		<description>Nothing yet huh? @Miksago. It&#039;s a shame Dmendels didn&#039;t mention any.. 

I have been search for such a mysterious app for quite sometime; most have been probably poking at swfmill and mtasc.

Just found opendialect [ http://dialect.openmodeling.net/ ]
-win32 and *nix support
- need mono 1.9.1 and/or c# 

Trying it out..</description>
		<content:encoded><![CDATA[<p>Nothing yet huh? @Miksago. It&#8217;s a shame Dmendels didn&#8217;t mention any.. </p>
<p>I have been search for such a mysterious app for quite sometime; most have been probably poking at swfmill and mtasc.</p>
<p>Just found opendialect [ <a href="http://dialect.openmodeling.net/" rel="nofollow">http://dialect.openmodeling.net/</a> ]<br />
-win32 and *nix support<br />
- need mono 1.9.1 and/or c# </p>
<p>Trying it out..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Frameworks, and why I use them by Micheil</title>
		<link>http://miksago.wordpress.com/2008/10/19/css-frameworks-and-why/#comment-655</link>
		<dc:creator>Micheil</dc:creator>
		<pubDate>Sun, 19 Oct 2008 12:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=90#comment-655</guid>
		<description>@Kroc Camen
Well, currently I use multiple imports to develop, but when It&#039;s released, I&#039;m using a compile script to merge into one and cache, then I server up the cached stylesheet.</description>
		<content:encoded><![CDATA[<p>@Kroc Camen<br />
Well, currently I use multiple imports to develop, but when It&#8217;s released, I&#8217;m using a compile script to merge into one and cache, then I server up the cached stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Frameworks, and why I use them by Kroc Camen</title>
		<link>http://miksago.wordpress.com/2008/10/19/css-frameworks-and-why/#comment-654</link>
		<dc:creator>Kroc Camen</dc:creator>
		<pubDate>Sun, 19 Oct 2008 12:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=90#comment-654</guid>
		<description>Ultimately, it&#039;s this: Who are you making things easy for?
If you want to make things easy for the user, then you&#039;d ship one css file (either as written, or compiled) for maximum speed, or you want to make things easy for the developer, so you ship lots of css files you can easily modify, allowing for quick progress.

Wasting a HTTP request for a reset is bordering on the reckless though. Every single HTTP request counts. My reset is just one declaration at the top of my CSS page, no need for a separate file. In my next design, I&#039;ll do away with the reset entirely as I&#039;m not targetting IE, so I don&#039;t need to please it&#039;s behaviours.</description>
		<content:encoded><![CDATA[<p>Ultimately, it&#8217;s this: Who are you making things easy for?<br />
If you want to make things easy for the user, then you&#8217;d ship one css file (either as written, or compiled) for maximum speed, or you want to make things easy for the developer, so you ship lots of css files you can easily modify, allowing for quick progress.</p>
<p>Wasting a HTTP request for a reset is bordering on the reckless though. Every single HTTP request counts. My reset is just one declaration at the top of my CSS page, no need for a separate file. In my next design, I&#8217;ll do away with the reset entirely as I&#8217;m not targetting IE, so I don&#8217;t need to please it&#8217;s behaviours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Frameworks, and why I use them by Micheil</title>
		<link>http://miksago.wordpress.com/2008/10/19/css-frameworks-and-why/#comment-653</link>
		<dc:creator>Micheil</dc:creator>
		<pubDate>Sun, 19 Oct 2008 10:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=90#comment-653</guid>
		<description>@Kroc Camen:
The use of Frameworks I&#039;d heavily recommend for a large site, where things vary lots. For example, sites that could use frameworks are DeviantART, The Times News, The Sydney Morning Herald. For Smaller sites, or less complexly designed sites, it&#039;s usually not necessary to use a framework structure.

As for using the @import method, that&#039;s just a chosen way, there&#039;s any number of ways, including combining your css are production level.</description>
		<content:encoded><![CDATA[<p>@Kroc Camen:<br />
The use of Frameworks I&#8217;d heavily recommend for a large site, where things vary lots. For example, sites that could use frameworks are DeviantART, The Times News, The Sydney Morning Herald. For Smaller sites, or less complexly designed sites, it&#8217;s usually not necessary to use a framework structure.</p>
<p>As for using the @import method, that&#8217;s just a chosen way, there&#8217;s any number of ways, including combining your css are production level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Frameworks, and why I use them by Kroc Camen</title>
		<link>http://miksago.wordpress.com/2008/10/19/css-frameworks-and-why/#comment-652</link>
		<dc:creator>Kroc Camen</dc:creator>
		<pubDate>Sun, 19 Oct 2008 10:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=90#comment-652</guid>
		<description>The amount of CSS you have is going to boil down to the inherit complexity of your design.

If you want less CSS, design it as such when mocking up the design. When I&#039;m in my image editor, I think about what parts will be CSS, and what parts will have to be background images (keeping those to a minimum).

That said, certain kinds of sites will use have a number of levels of clear separation between CSS uses, such as generic UI elements, and then specific implementations. In such a case where I have an @import sheet and several individual CSS files, I run a script to combine the sheets together before uploading. If you don&#039;t combine sheets then the page will take much longer to load - not because of data size - but because of inherit lag in HTTP requests.</description>
		<content:encoded><![CDATA[<p>The amount of CSS you have is going to boil down to the inherit complexity of your design.</p>
<p>If you want less CSS, design it as such when mocking up the design. When I&#8217;m in my image editor, I think about what parts will be CSS, and what parts will have to be background images (keeping those to a minimum).</p>
<p>That said, certain kinds of sites will use have a number of levels of clear separation between CSS uses, such as generic UI elements, and then specific implementations. In such a case where I have an @import sheet and several individual CSS files, I run a script to combine the sheets together before uploading. If you don&#8217;t combine sheets then the page will take much longer to load &#8211; not because of data size &#8211; but because of inherit lag in HTTP requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Cloudy Gimp by Panda</title>
		<link>http://miksago.wordpress.com/2008/08/24/tutorial-cloudy-gimp/#comment-649</link>
		<dc:creator>Panda</dc:creator>
		<pubDate>Mon, 25 Aug 2008 00:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=76#comment-649</guid>
		<description>Hey, this is antichange from dA! I love the changes you made to this tutorial :3 

Nice job! &lt;3</description>
		<content:encoded><![CDATA[<p>Hey, this is antichange from dA! I love the changes you made to this tutorial :3 </p>
<p>Nice job! &lt;3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Development Process by Micheil</title>
		<link>http://miksago.wordpress.com/2008/06/08/my-development-process/#comment-647</link>
		<dc:creator>Micheil</dc:creator>
		<pubDate>Wed, 13 Aug 2008 06:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=64#comment-647</guid>
		<description>@crazy675 I found that used to use a method where I&#039;d jump straight to code, but the problem I always had was I&#039;d change things; so by doing paper first, i can get all my ideas out; and the research just helps them flow out.</description>
		<content:encoded><![CDATA[<p>@crazy675 I found that used to use a method where I&#8217;d jump straight to code, but the problem I always had was I&#8217;d change things; so by doing paper first, i can get all my ideas out; and the research just helps them flow out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Development Process by CraZy675</title>
		<link>http://miksago.wordpress.com/2008/06/08/my-development-process/#comment-646</link>
		<dc:creator>CraZy675</dc:creator>
		<pubDate>Tue, 12 Aug 2008 22:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=64#comment-646</guid>
		<description>I used to use the old photoshop method as well, but once I forced myself to use the 37signals method it really cut down on development time.</description>
		<content:encoded><![CDATA[<p>I used to use the old photoshop method as well, but once I forced myself to use the 37signals method it really cut down on development time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YetToBeBranded.net by Micheil</title>
		<link>http://miksago.wordpress.com/2008/06/09/yettobebrandednet/#comment-644</link>
		<dc:creator>Micheil</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://miksago.wordpress.com/?p=67#comment-644</guid>
		<description>@chalkley3 Will do :)</description>
		<content:encoded><![CDATA[<p>@chalkley3 Will do <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
