<?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>Paul Gueller &#187; Personal</title>
	<atom:link href="http://paulgueller.com/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulgueller.com</link>
	<description>Interactive. Web. Solutions.</description>
	<lastBuildDate>Sat, 23 Jul 2011 15:33:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Export Illustrator Vector Artwork to a Canvas Element</title>
		<link>http://paulgueller.com/2011/04/25/export-illustrator-vector-artwork-to-a-canvas-element/</link>
		<comments>http://paulgueller.com/2011/04/25/export-illustrator-vector-artwork-to-a-canvas-element/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 21:03:47 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://paulgueller.com/?p=441</guid>
		<description><![CDATA[Transforming my ugly old bitmap logo graphic into a slick <code>canvas</code> element with polished gradients and smooth curves, using the <a href="http://visitmix.com/work/ai2canvas/" title="MIX Online:Ai to Canvas Plug-In">Ai&#8594;Canvas plug-in</a>could not have been any easier.<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2011/04/25/export-illustrator-vector-artwork-to-a-canvas-element/' addthis:title='Export Illustrator Vector Artwork to a Canvas Element ' ><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><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Transforming my ugly old bitmap logo graphic into a slick <code>canvas</code> element with polished gradients and smooth curves, using the <a href="http://visitmix.com/work/ai2canvas/" title="MIX Online:Ai to Canvas Plug-In">Ai&rarr;Canvas plug-in</a> could not have been any easier.</p>
<p>After downloading and installing the OSX version of the plug-in, I starting with the old graphic as a reference and placed (not linked) the <abbr title="Joint Photographic Experts Group">.JPG</abbr> into an Illustrator artboard. I next overlaid my original vector paths and resized them to the correct proportions. I pulled out all the colors that I needed and inserted a layer underneath to simulate the drop-shadow used previously. <strong>Note:</strong> I did not consider using CSS3 <code>box-shadow</code> property because my graphic is a circle, not a box. I did not test this presumption however.</p>
<p>Once the weight and color of the stroke were set up, I configured the gradients to match the look of the bitmap and saved a working copy as an EPS. After a quick <em>File &gt; Export</em> a nicely constructed <abbr title="HyperText Markup Language">.HTML</abbr> file was created in my directory, and opened in my default browser.</p>
<p>Some of the alterations that I made to the exported code include:</p>
<ol>
<li>wrapping the <code>canvas</code> in an <code>a</code> element</li>
<li>initializing the rendering via jQuery <code>$(document).ready(&hellip;)</code> instead of <code>&lt;body onload="init()"&gt;</code> and cleaning up the then-unnecessary function declarations</li>
<li>adding alpha channel to the &#8220;background&#8221; gradient


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">gradient.<span style="color: #660066;">addColorStop</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0.92</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;rgba(66, 101, 47, 1)&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
gradient.<span style="color: #660066;">addColorStop</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0.97</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;rgba(160, 178, 151, 0.5)&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
gradient.<span style="color: #660066;">addColorStop</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">1.00</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;rgba(255, 255, 255, 0)&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>


</li>
</ol>
<p>Feel free to check out the source code of this site in lieu of specific code examples.</p>
<p>I didn&#8217;t include any screenshots of the process, simply because the whole thing took less than an hour to put in place. Would step-by-step screenshots be helpful?</p><div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2011/04/25/export-illustrator-vector-artwork-to-a-canvas-element/' addthis:title='Export Illustrator Vector Artwork to a Canvas Element ' ><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><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://paulgueller.com/2011/04/25/export-illustrator-vector-artwork-to-a-canvas-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration Complete!</title>
		<link>http://paulgueller.com/2011/03/31/migration-complete/</link>
		<comments>http://paulgueller.com/2011/03/31/migration-complete/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 14:23:52 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://paulgueller.com/?p=431</guid>
		<description><![CDATA[No, we&#8217;re not talking about the birds returning from the south for spring. I recently made the very difficult decision to get rid of my home-brewed site in favor of one using WordPress. While I am still very proud of the work I did previously, which included programming my own PHP5/MySQL application, the benefits of [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2011/03/31/migration-complete/' addthis:title='Migration Complete! ' ><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><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>No, we&#8217;re not talking about the birds returning from the south for spring. I recently made the very difficult decision to get rid of my home-brewed site in favor of one using WordPress. While I am still very proud of the work I did previously, which included programming my own PHP5/MySQL application, the benefits of an open-source CMS certainly cannot be ignored.</p>
<p>Some of the features that compelled me to convert include:</p>
<ul>
<li>Clean separation of content from structure and presentation</li>
<li>Secure administrative area for updating posts and my portfolio projects</li>
<li>Hook to the LinkedIn API to pull in my resume data, instead of managing two separate profiles</li>
<li>Robust system to present code examples and manage downloadable files</li>
<li>Central hub for social media presence and web development interests</li>
</ul>
<p>When it came down to it, I really couldn&#8217;t justify having two sites when all the functionality I needed could be provided by only one.</p>
<p>The experience was both challenging and fulfilling, and I not only have a deeper understanding and appreciation for WordPress but I also gained some insight into customizing a theme. While the process seemed daunting initially, I was surprised at how smoothly it went once it was broken down into digestible pieces.</p>
<p>I built on the minimalist <a href="http://wordpress.org/extend/themes/toolbox" title="Toolbox by automattic">Toolbox</a> theme, which in addition to using many of the new semantic <a href="http://en.wikipedia.org/wiki/HTML5">HTML5</a> elements appropriately, offers a decent number of page types and an excellent sample.css for reference. I included many of the aspects of my old layout, adjusting a number of background images for use in the page header and footer. Aspects of the <a href="http://www.wordpressthemesblog.com/almost-spring.html" title="Almost Spring is a clean 2 column, right sidebar, very light theme with white, light green and orange colors.">Almost Spring</a> theme that was previously applied to my standalone blog were blended in. Lastly <a href="http://960.gs/" title="960 Grid System">960.gs</a> was included for a base grid-system to organize and standardize the layout.</p>
<p>Of course I still have a laundry list of features I&#8217;d still like to implement:</p>
<ol>
<li>improve the styling and functionality of the sidebar</li>
<li>create a page to showcase my interest in photography, hooking up to <a href="http://www.flickr.com/photos/paulgueller/" title="paulgueller's photostream">flickr</a> as well</li>
<li>move away from background imagery in favor of slick <a href="http://www.css3.info/" title="Everything you need to know about CSS3">CSS3</a> effects</li>
<li><del>convert my personal logo to a canvas or SVG element</del> <strong>Completed!</strong> Thanks to the <a href="http://visitmix.com/work/ai2canvas/" title="MIX Online:Ai to Canvas Plug-In">Ai&rarr;Canvas plug-in</a>.</li>
</ol>
<p>I also would like to go back through old posts and establish a more meaningful set of category and tag taxonomy. That, however, will require a whole different kind of thinking.</p>
<p>Feel free to poke around and check things out, and if you have feedback or a suggestion, you&#8217;re welcome to provide it in the comments.</p><div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2011/03/31/migration-complete/' addthis:title='Migration Complete! ' ><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><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://paulgueller.com/2011/03/31/migration-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Your Social Networks</title>
		<link>http://paulgueller.com/2008/12/11/integrating-your-social-networks/</link>
		<comments>http://paulgueller.com/2008/12/11/integrating-your-social-networks/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 22:45:30 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[digsby]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[social netork]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.paulgueller.com/?p=20</guid>
		<description><![CDATA[Facebook, Flickr, LinkedIn, MySpace, Twitter, Virb, and countless others that supposedly keep us in closer contact with those close to us. A quick Google search returns over 34 MILLION results for the phrase, and it's the holy grail, golden hammer, or panacea depending on who you talk to. But once you've decided which to participate in, how do you update them without wasting oodles of time?<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2008/12/11/integrating-your-social-networks/' addthis:title='Integrating Your Social Networks ' ><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><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this, you probably have them: <a title="Social Network defined in Wikipedia" href="http://en.wikipedia.org/wiki/Social_network">social networks</a>. Del.icio.us, Facebook, Flickr, LinkedIn, MySpace, Twitter, Virb, and countless others that supposedly keep us in closer contact with those close to us. A quick Google search returns over 34 MILLION results for the phrase, and it&#8217;s the holy grail, golden hammer, or panacea depending on who you talk to. But once you&#8217;ve decided which to participate in, how do you update them without wasting oodles of time?</p>
<p>Reviewing my <em>Recent Posts</em>, I have tried many times to begin a posting regimen to share information about my personal life as well as topics and links for fellow web developers with limited success. I attribute it to a combination of a lack of blogging discipline (as well as time and content) and the intimidation of having to post and update to the various services that I belong to. After performing a little research, I think I may have  painless solutions to connect and cross-link them. <a title=" Download WordPress blogging software" href="http://wordpress.org/download/">WordPress</a> is the blogging software this site uses. The features that drew me to it are that it is open-source (free!), has regular updates, and is fully customizable. There is a vast library of themes and plug-ins to extend the functionality of application, and here are some of the ones I am utilizing to work toward my goals:</p>
<ul>
	<li><a title="update your Facebook Wall and friends' News Feeds about your blog and page postings" href="http://wordpress.org/extend/plugins/wordbook/">WordBook</a> notifies Facebook whenever a new blog article is published. With an easy-to-integrate API, it creates a wall post with a distinctive icon to inform all my friends.</li>
	<li><a title="creates a complete integration between your WordPress blog and your Twitter account" href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> not only lists recent tweets in a sidebar widget, but also provides the option to send post headlines to Twitter.</li>
	<li><a title="Display Flickr photos on your weblog" href="http://eightface.com/wordpress/flickrrss/">FlickrRss</a> displays photos from your profile or recent items from your photostream RSS feed.</li>
	<li><a title="Manage all your existing IM, email, and social network accounts from one easy to use application." href="http://www.digsby.com/">Digsby</a> is not just the best new multi-client chat application that monitors e-mail and social network accounts, it also lets you create customized live chat widgets that can be placed on the page with <a title="Chat with visitors right from the sidebar" href="http://wordpress.org/extend/plugins/wp-digsby/">WP-Digsby</a></li>
	<li><strong>BONUS:</strong> If you are looking for a social network aggregator check out <a title="Full-featured customizable aggregator" href="http://www.netvibes.com/">netvibes</a>, which features innumerable widgets and views to keep on top of all the feeds, posts and entries on your social network. It doesn&#8217;t have a WordPress plug-in that I am aware of, but it does a kick-awesome job of being the one-stop-shop for  information updates.</li>
</ul>
<p><em>Addendum:</em> WordPress 2.7 was <a title="New WordPress 2.7 Paves the Way for Social Networks" href="http://blog.wired.com/business/2008/12/new-wordpress-2.html">released today</a>, and in conjunction with the <a title="Visit the developer site" href="http://buddypress.org/">BuddyPress plugin</a>, appears to give developers a framework to create their OWN social network tools. Facebook beware!</p><div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2008/12/11/integrating-your-social-networks/' addthis:title='Integrating Your Social Networks ' ><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><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://paulgueller.com/2008/12/11/integrating-your-social-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Philosophy for More Than Just Software Development</title>
		<link>http://paulgueller.com/2008/12/10/agile-philosophy-for-more-than-just-software-development/</link>
		<comments>http://paulgueller.com/2008/12/10/agile-philosophy-for-more-than-just-software-development/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 22:46:10 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[a list apart]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://blog.paulgueller.com/?p=17</guid>
		<description><![CDATA[Agile development was made for tough economic times, but does not fit comfortably into the research-heavy, iteration-focused process designers trust to deliver user- and brand-based sites. How can we update our thinking and methods to take advantage of what agile offers?<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2008/12/10/agile-philosophy-for-more-than-just-software-development/' addthis:title='Agile Philosophy for More Than Just Software Development ' ><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><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I posted a link to <a title="Article published by A List Apart" href="http://alistapart.com/articles/gettingrealaboutagiledesign">Getting Real About Agile Design</a> to the studio message board recently, and it set off quite a discussion internally. A number of people were hung up on the phrase &#8220;software development&#8221; and weren&#8217;t able to see the applications of planned flexibility for the greater business model. Admittedly, it is quite challenging in contrast to the <a title="greater detail provided by wikipedia" href="http://en.wikipedia.org/wiki/Waterfall_model">waterfall model</a> of project workflow, but <a title="Agile Software Development" href="http://en.wikipedia.org/wiki/Agile_software_development">Agile</a> practices seem more fitting to the attitude and goals of this business.</p>
<p>From the article:</p>
<blockquote>
<a href="http://en.wikipedia.org/wiki/Agile_software_development">Agile</a> is here to stay. The economic difficulties of the past months have finally put <a href="http://en.wikipedia.org/wiki/Waterfall_model">waterfall</a> out of its misery; now more than ever, long requirements phases and vaporous up-front documentation aren’t acceptable. Software must be visible and valuable from the start.
</blockquote><div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2008/12/10/agile-philosophy-for-more-than-just-software-development/' addthis:title='Agile Philosophy for More Than Just Software Development ' ><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><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://paulgueller.com/2008/12/10/agile-philosophy-for-more-than-just-software-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Blogging This</title>
		<link>http://paulgueller.com/2008/03/02/im-blogging-this/</link>
		<comments>http://paulgueller.com/2008/03/02/im-blogging-this/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 08:54:09 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.paulgueller.com/2008/03/02/im-blogging-this/</guid>
		<description><![CDATA[No, I&#8217;m not talking about this ThinkGeek item, I just installed the ScribeFire extension (or add-on, if you&#8217;ve never worked with the older versions of the browser) for Firefox. Hopefully this will help me to actually create some of the blog postings that I set out to when I was envisioning these pages. I don&#8217;t [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2008/03/02/im-blogging-this/' addthis:title='I&#8217;m Blogging This ' ><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><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>No, I&#8217;m not talking about this <a href="http://www.thinkgeek.com/tshirts/generic/5eb7/">ThinkGeek item</a>, I just installed the <a href="http://www.scribefire.com/">ScribeFire</a> extension (or add-on, if you&#8217;ve never worked with the older versions of the browser) for Firefox. Hopefully this will help me to actually create some of the blog postings that I set out to when I was envisioning these pages.</p>
<p>I don&#8217;t think of myself as on who frequently uses trendy catchphrases or jargon excessively (and I <b>can&#8217;t stand</b> those people who use the word &#8220;blog&#8221; like the Smurfs use &#8220;smurf&#8221;) but I hope that through this channel I can accomplish the following things:</p>
<ol>
<li>Improve my own style, grammar and vocabulary through writing on a more regular basis, though I will try to avoid too many <a href="http://en.wikipedia.org/wiki/Dennis_Miller">obscure esoteric references</a></li>
<li>Provide interesting links and <a href="http://www.lifehack.org/articles/technology/15-coolest-firefox-tricks-ever.html">useful resources</a> to others in the web development field</li>
<li><del>Rant</del>Vent about things in life <a href="http://www.bushorchimp.com/">unrelated</a> to my workplace or personal relationships (I can&#8217;t exactly be anonymous about these things people)</li></ol>
<p>So, with this in mind, stay tuned and feel free to comment or contact me if you have suggestions. (or complaints!)</p><div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2008/03/02/im-blogging-this/' addthis:title='I&#8217;m Blogging This ' ><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><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://paulgueller.com/2008/03/02/im-blogging-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world.</title>
		<link>http://paulgueller.com/2007/10/09/hello-world/</link>
		<comments>http://paulgueller.com/2007/10/09/hello-world/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 04:37:50 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[introduction]]></category>

		<guid isPermaLink="false">http://blog.paulgueller.com/2007/10/09/hello-world/</guid>
		<description><![CDATA[I think that title is pretty appropriate; considering when a person learns a new programming language, the first attempts usually involve outputting the text &#8216;hello world.&#8217; So this is me learning the language of blogging. &#60;blog on&#62; I hope to use this forum to share resources and links about web design, programming, and general geekery, [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2007/10/09/hello-world/' addthis:title='Hello world. ' ><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><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I think that title is pretty appropriate; considering when a person learns a new programming language, the first attempts usually involve outputting the text &#8216;hello world.&#8217; So this is me learning the language of blogging. &lt;blog on&gt;</p>
<p>I hope to use this forum to share resources and links about web design, programming, and general geekery, as well as to  talk about things going on in my life (sorry no sex or violence here). I will try to keep this regularly updated, and we&#8217;ll see where this all leads!</p><div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://paulgueller.com/2007/10/09/hello-world/' addthis:title='Hello world. ' ><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><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://paulgueller.com/2007/10/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

