<?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/"
		>
<channel>
	<title>Comments for WebAtomics</title>
	<atom:link href="http://www.webatomics.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webatomics.net</link>
	<description>WebAtomics CMS</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:51:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Hello world! by Mr WordPress</title>
		<link>http://www.webatomics.net/2010/07/26/hello-world/#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Mon, 26 Jul 2010 12:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webatomics.net/?p=1#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Flex3 ScrollBar maxScrollPosition at runtime by Brian</title>
		<link>http://www.webatomics.net/2008/05/07/changing-flex3-scrollbar-maxscrollposition-at-runtime/#comment-191</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 14 May 2010 06:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=91#comment-191</guid>
		<description>THANKS!!!!

Two days of beating my head against the wall before I found this.</description>
		<content:encoded><![CDATA[<p>THANKS!!!!</p>
<p>Two days of beating my head against the wall before I found this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scale-9 in Objective-C Cocoa on the Mac by Kevin Cannon</title>
		<link>http://www.webatomics.net/2009/06/18/scale-9-in-objective-c-cocoa-on-the-mac/#comment-320</link>
		<dc:creator>Kevin Cannon</dc:creator>
		<pubDate>Thu, 15 Apr 2010 10:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=297#comment-320</guid>
		<description>Android handles this in a nice way. It allows you to &#039;mark up&#039; and image to indicate where it&#039;s scaling happens and then save it as a .9.png file.
http://developer.android.com/guide/developing/tools/draw9patch.html

Perhaps it might be a nice addition to this.</description>
		<content:encoded><![CDATA[<p>Android handles this in a nice way. It allows you to &#8216;mark up&#8217; and image to indicate where it&#8217;s scaling happens and then save it as a .9.png file.<br />
<a href="http://developer.android.com/guide/developing/tools/draw9patch.html" rel="nofollow">http://developer.android.com/guide/developing/tools/draw9patch.html</a></p>
<p>Perhaps it might be a nice addition to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Mephisto Theme using Liquid by Dan</title>
		<link>http://www.webatomics.net/2007/10/10/creating-a-mephisto-theme-using-liquid/#comment-69</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/10/15/creating-a-mephisto-theme-using-liquid/#comment-69</guid>
		<description>urgh it stripped all the html:

just do &lt;meta name=&quot;keywords&quot; content=&quot;{{ article.tags }}&quot;/&gt; and it will use the tags in the keywords and happy days. Although many search engines don&#226;��t put much weight on tags. However:

&lt;meta name=&quot;description&quot; content=&quot;{{ article.excerpt }}&quot;/&gt;

Is great for page specific descriptions for SEO. On my site I wrap it in this:

{% if article.excerpt.size &gt; 5  %}
                &lt;meta name=&quot;description&quot; content=&quot;{{ article.excerpt }}&quot;/&gt;
{% else %}
                &lt;meta name=&quot;description&quot; content=&quot;{{ article.title}} - Official Ip Man Wing Chun Kung Fu Website from Sam Kwok&quot;/&gt;
{% endif %}</description>
		<content:encoded><![CDATA[<p>urgh it stripped all the html:</p>
<p>just do &lt;meta name=&quot;keywords&quot; content=&quot;{{ article.tags }}&quot;/&gt; and it will use the tags in the keywords and happy days. Although many search engines don&acirc;��t put much weight on tags. However:</p>
<p>&lt;meta name=&quot;description&quot; content=&quot;{{ article.excerpt }}&quot;/&gt;</p>
<p>Is great for page specific descriptions for SEO. On my site I wrap it in this:</p>
<p>{% if article.excerpt.size &gt; 5  %}<br />
                &lt;meta name=&quot;description&quot; content=&quot;{{ article.excerpt }}&quot;/&gt;<br />
{% else %}<br />
                &lt;meta name=&quot;description&quot; content=&quot;{{ article.title}} &#8211; Official Ip Man Wing Chun Kung Fu Website from Sam Kwok&quot;/&gt;<br />
{% endif %}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Mephisto Theme using Liquid by Dan</title>
		<link>http://www.webatomics.net/2007/10/10/creating-a-mephisto-theme-using-liquid/#comment-68</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/10/15/creating-a-mephisto-theme-using-liquid/#comment-68</guid>
		<description>@Dmitry (or anyone wondering the same thing) just do  and it will use the tags in the keywords and happy days. Although many search engines don&#039;t put much weight on tags. However:



Is great for page specific descriptions for SEO. On my site I wrap it in this:

{% if article.excerpt.size &gt; 5  %}

{% else %}

{% endif %}

Where obviously my website is about Wing Chun Kung Fu</description>
		<content:encoded><![CDATA[<p>@Dmitry (or anyone wondering the same thing) just do  and it will use the tags in the keywords and happy days. Although many search engines don&#8217;t put much weight on tags. However:</p>
<p>Is great for page specific descriptions for SEO. On my site I wrap it in this:</p>
<p>{% if article.excerpt.size &gt; 5  %}</p>
<p>{% else %}</p>
<p>{% endif %}</p>
<p>Where obviously my website is about Wing Chun Kung Fu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Mephisto Theme using Liquid by Dan</title>
		<link>http://www.webatomics.net/2007/10/10/creating-a-mephisto-theme-using-liquid/#comment-67</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/10/15/creating-a-mephisto-theme-using-liquid/#comment-67</guid>
		<description>@Ratnamraju you can add images using html markup if that&#039;s what your looking for - also the shopify site has some examples of how you may want to specify images in liquid so they are page (and product) specific.

Anyway nice article! Couldn&#039;t get some of the code snippets to work, like related articles. I did add in the missing percent signs (%) but still no joy any help or clarification would be appreciated. Although not many people seem to use this any more which is a shame as mephisto and liquid are an awesome combo.

Cheers
Dan</description>
		<content:encoded><![CDATA[<p>@Ratnamraju you can add images using html markup if that&#8217;s what your looking for &#8211; also the shopify site has some examples of how you may want to specify images in liquid so they are page (and product) specific.</p>
<p>Anyway nice article! Couldn&#8217;t get some of the code snippets to work, like related articles. I did add in the missing percent signs (%) but still no joy any help or clarification would be appreciated. Although not many people seem to use this any more which is a shame as mephisto and liquid are an awesome combo.</p>
<p>Cheers<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Lightweight Audio Player for OSX by g</title>
		<link>http://www.webatomics.net/2010/03/01/the-most-lightweight-audio-player-for-osx/#comment-328</link>
		<dc:creator>g</dc:creator>
		<pubDate>Wed, 17 Mar 2010 05:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotripod.com/?p=1181#comment-328</guid>
		<description>;) cool, found the new download :)
thx!

when I visited the source site I only saw the .1 version, just realized it was a 1kb file, lol
thx again (:</description>
		<content:encoded><![CDATA[<p> <img src='http://www.webatomics.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  cool, found the new download <img src='http://www.webatomics.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thx!</p>
<p>when I visited the source site I only saw the .1 version, just realized it was a 1kb file, lol<br />
thx again (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Lightweight Audio Player for OSX by Colin</title>
		<link>http://www.webatomics.net/2010/03/01/the-most-lightweight-audio-player-for-osx/#comment-327</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Tue, 16 Mar 2010 09:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotripod.com/?p=1181#comment-327</guid>
		<description>The .app on github is just an early code preview - keep watching the blog and we&#039;ll announce a &quot;proper&quot; version soon. In the meantime, you could add your problem as an issue in the github project and that&#039;ll help us track it.

Thanks,
Colin.</description>
		<content:encoded><![CDATA[<p>The .app on github is just an early code preview &#8211; keep watching the blog and we&#8217;ll announce a &#8220;proper&#8221; version soon. In the meantime, you could add your problem as an issue in the github project and that&#8217;ll help us track it.</p>
<p>Thanks,<br />
Colin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Lightweight Audio Player for OSX by g</title>
		<link>http://www.webatomics.net/2010/03/01/the-most-lightweight-audio-player-for-osx/#comment-326</link>
		<dc:creator>g</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotripod.com/?p=1181#comment-326</guid>
		<description>Hi, how can I use it? Downloaded the .app app but says &quot;classic mode, can&#039;t run&quot;.
Using Snow Leopard.
thx</description>
		<content:encoded><![CDATA[<p>Hi, how can I use it? Downloaded the .app app but says &#8220;classic mode, can&#8217;t run&#8221;.<br />
Using Snow Leopard.<br />
thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Mephisto Theme using Liquid by Ratnamraju</title>
		<link>http://www.webatomics.net/2007/10/10/creating-a-mephisto-theme-using-liquid/#comment-66</link>
		<dc:creator>Ratnamraju</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/10/15/creating-a-mephisto-theme-using-liquid/#comment-66</guid>
		<description>how to add image to articles</description>
		<content:encoded><![CDATA[<p>how to add image to articles</p>
]]></content:encoded>
	</item>
</channel>
</rss>

