<?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>Coding For Hire</title>
	<atom:link href="http://www.codingforhire.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingforhire.com</link>
	<description>I speak code, and plain english!</description>
	<lastBuildDate>Sun, 10 Jul 2011 22:51:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A few things i have learned in my first 90 days working as a full time programmer</title>
		<link>http://www.codingforhire.com/2011/07/a-few-things-i-have-learned-in-my-first-90-days-working-as-a-full-time-programmer/</link>
		<comments>http://www.codingforhire.com/2011/07/a-few-things-i-have-learned-in-my-first-90-days-working-as-a-full-time-programmer/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 22:43:55 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=195</guid>
		<description><![CDATA[As some of you may know, I started work on a development team about 90 days ago. This is the first time i have worked full time (on the clock, inside a building owned by the company, for 40 hours a week) in a long while. Things have changed somewhat since the last time I [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you may know, I started work on a development team about 90 days ago. This is the first time i have worked full time (on the clock, inside a building owned by the company, for 40 hours a week) in a long while. Things have changed somewhat since the last time I have done this: answers are now a google search away, and there is an incredible amount of useful and valuable free and open source development material out there. Yes, those are all different, but this time, I am working on a team. I am inside the same room with everyone, and have probably learned more about the art of development than I ever have. I thought i would take a few minutes just to solidify some of these ideas:</p>


<ol>
<li><strong>Write tests first</strong> &#8211; This is not just a good idea, it&#8217;s the law. For the past few years, I have been very interested in test driven development, but have not put the time aside to learn it. Starting to work on my current project was trial by fire. I need to quickly learn to use the tools, and learn to think about tests correctly. Without getting too extensive, I can now say that I am finally a <span class="caps">TDD </span>convert. While my first few weeks (months?) at it seemed very much unnatural, it is finally starting to sink in. I will probably write more about this later, but suffice it to say that; in software development, as in life, satisfaction is much easier achieved when your expectations are clear.</li>
<li><strong>Coding standards are a good idea</strong> &#8211; I have worked on several teams where, after just a few weeks, you could tell who wrote a block of code just by looking at their style. I always thought this was just how the world worked. I thought this was just another way that we humans expressed our individuality. This actually makes code harder to read and messier for everyone involved. Memory and hard drive space are cheap. You don&#8217;t need to name a variable: tds, when total_dollars_spent is much easier to understand. Most modern <span class="caps">IDE&#8217;</span>s will do all the typing for you, which leads to another point:</li>
<li><strong><span class="caps">IDE&#8217;</span>s are not evil</strong> &#8211; I have used emacs for a million years. I have never really used any <span class="caps">IDE </span>extensively in the past decade. In talking to old school developers, most will cringe and whine if they were told that they were required to use an <span class="caps">IDE.</span> I decided to approach the adventure of learning a new <span class="caps">IDE </span>as, well, an adventure. I could write a whole article on this, too, but suffice it to say that using an <span class="caps">IDE </span>(<a href="http://www.jetbrains.com/ruby/">RubyMine</a> in this case) made my productivity surge. Sure, you have to learn a few other keyboard shortcuts, but it took less than a few hours. Sure, there are things that textmate, emacs, et al do better, but no system is perfect. <span class="caps">IDE&#8217;</span>s have come a long way in the past decade. I won&#8217;t bust your chops for using one.</li>
<li><strong>Just because it works, doesn&#8217;t mean it&#8217;s submittable</strong> &#8211; If your code works, but it&#8217;s ugly and fragile, it&#8217;s sub par. You know that blob of code you wrote. it works. Even though it works, you pray that the day never comes where you have to edit it. When that day comes, it will drop like a house of cards. When you have this in your codebase, it is not acceptable. Fix it before you submit it.</li>
<li><strong>Refactoring is not a luxury, it&#8217;s your duty</strong> &#8211; There is always a balance. A project has to be done. It has to work, and it has to be delivered on time. That is still no excuse to submit code that has repeated itself or that is downright ugly. Again, you know what this code looks like. It&#8217;s that messy, twisted pile of shart that you are hoping nobody will stumble onto. Chances are, they won&#8217;t. If they do, they are gonna be pissed (if they have learned any of the above lessons anyway). So, refactor your code. It will make you a better developer.</li>
<li><strong>Developing really has nothing to do with language semantics</strong> &#8211; Anyone (within reason) can write code that works. Working is not that big of a deal. There is much more to learn than bending a language to your needs. Learning to model what is going on in the real world effectively and concisely is a much more important skill than anything else. Learning how to understand when someone explains the above, then explain your ideas to someone else is even more important. Noodling out complex ideas, then learning to model them and explain those models is the crux of the entire problem.</li>
</ol>



<p>Okay, I have prattled long enough. I think in the next few weeks, I might expound more on each one of these points with some real world examples. Not snippets of code, but sight sights, smells, and flavors. A whole different world than I am used to. Rather than banging out code that works, learning to bang out code that is sexy.</p>

<p>My goal for the next few years? Learn to write code like a world class chef, rather than the grill jockey at the local burger joint.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/07/a-few-things-i-have-learned-in-my-first-90-days-working-as-a-full-time-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverting back to SIngle Purpose Devices</title>
		<link>http://www.codingforhire.com/2011/04/reverting-back-to-single-purpose-devices/</link>
		<comments>http://www.codingforhire.com/2011/04/reverting-back-to-single-purpose-devices/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 19:48:10 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=191</guid>
		<description><![CDATA[I grew up watching The Jetsons. Elroy Jetson was my hero. I hoped against hope that one day, I would grow up to live in his world. One of the things that I was entranced by was the abundance of video screens that could do anything. They could be a telephone, a gaming system, a [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; margin-right:10px"><a href="http://www.flickr.com/photos/stevesobczuk/5196377443/" title="Elroy Jetson flying with a jetpack by stevesobczuk, on Flickr"><img src="http://farm5.static.flickr.com/4087/5196377443_a35e957fe8_m.jpg" width="193" height="240" alt="Elroy Jetson flying with a jetpack" /></a></div>I grew up watching The Jetsons. Elroy Jetson was my hero. I hoped against hope that one day, I would grow up to live in his world. One of the things that I was entranced by was the abundance of video screens that could do anything. They could be a telephone, a gaming system, a television. Any task that needed to be performed could simply be performed on one interface. Even cereal boxes had a <span class="caps">GUI</span>!

<p>We are getting very close to this world today, and unfortunately, I am seeing the weaknesses. In my pocket, I now carry a smart phone that can do all of the things mentioned above. Yes, my cell phone is straight from the bedroom of Elroy Jetson. So, why am I not satisfied? I think that there is still a good place for single purpose devices. I think I am falling back into love with these devices.</p>

<h2>A few Examples? </h2>

<h3>The kitchen timer</h3>

<p> I like to cook. I find that I am always needing to time something in the oven. The oven has a timer in it. You have to fiddle around to get it to work. The microwave has one, too, but when you set it, someone always resets it by putting something in there mid cooking. Wait! My smartphone has a timer app! Unfortunately, there is much fiddling around to get that to work.</p>

<p>Enter the humble kitchen timer. I need it to ring in an hour and a half. I set it, and forget it. I need to work in the garage for a bit? No problem, I can drag my timer out there. It never fails. It just rings when it&#8217;s done, and it&#8217;s totally portable.</p>

<h3>The Wristwatch</h3>

<p>Now, more than ever, the current time is a big deal. I seem to need to be somewhere (on time) several times a day. Yes, my smart phone can do this! All I have to do is: dig it out of my pocket (try that while driving), unlock it (i keep financial data on there), wait for it to fully wake up, and then, read the time. </p>

<p>With a wristwatch, I just need to turn my wrist and look at the face. In milliseconds and no fiddling, I know what time it is.</p>

<h3>The <span class="caps">GPS</span></h3>

<p>My phone can even be a <span class="caps">GPS</span>! It can route me where I need to go, and give me turn by turn directions. The only problem is, it <span class="caps">KILLS </span>the batteries, so i need to make sure I keep my charger with me. Every time I turn it on, it takes a few minutes to figure out where I am. When someone texts or the phone rings, my directions stop working. This is not very good when this happens as I am negotiating an upcoming offramp.</p>

<p>Enter my TomTom <span class="caps">GPS.</span> I just turn it on, select a destination, an go! It sits there, doing its thing without any other interaction from me.</p>

<h3>The Camera</h3>

<p>My smart phone even has a camera! It has a video and a still camera! If i want to make a video or take a photo, all I have to do is: unlock my phone, wait for it to wake up, turn on the camera, wait for that to wake up, select the proper mode, and wait for the camera to be ready to shoot. Oh, and I have to make sure that everyone stays still long enough for the camera to actually take the photo.</p>

<p>I also carry a nikon point and shoot camera. When I want to take a photo, I just turn it on, and shoot! I don&#8217;t have to wait for anything to wake up and start up. It is a camera. It was made to take pictures, and that&#8217;s all. It does so brilliantly.</p>

<h3>The Kindle</h3>

<p>My phone can also pull all of my kindle books into it. I can even do this on my computer. They all sync, so I can keep my place wherever I go. Unfortunately, the same rules apply. I have to fire up the app, wait for it to start up, and then be subject to all the other distractions of a smart phone. Texts, emails, phone calls, etc. All of these take an incredible toll on my concentration and patience.</p>

<p>A Kindle device, on the other hand, just reads books. You can turn it on, and it&#8217;s exactly where you left off. It doesn&#8217;t try to remind you that life is out there, ready to assault your leisure time. It doesn&#8217;t try to send you messages from your peeps. It just reads books.</p>

<h2>Am I Old Fashioned?</h2>

<p>I think the jury is still out on that one. I think I am just growing weary of the endless fiddling that goes along with doing something as simple as timing a loaf of bread in the oven or taking a quick photo of something that is interesting.</p>

<p>What about you guys? have you grown weary of the fiddling yet?</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/04/reverting-back-to-single-purpose-devices/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Project Added &#8211; Thrive-OH.org</title>
		<link>http://www.codingforhire.com/2011/04/new-project-added-thrive-oh-org/</link>
		<comments>http://www.codingforhire.com/2011/04/new-project-added-thrive-oh-org/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:41:50 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=177</guid>
		<description><![CDATA[This was actually an older project that I worked on when I was at Red Red Design. It was a HUGELY ambitious project, and as we worked on it, we found that it gave us a keen insight into some of the requirements of a content management system that you can&#8217;t learn from around the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thrive-oh.org"><img src="http://www.codingforhire.com/wp-content/uploads/2011/04/thrive.png" alt="Thrive" border="0" width="320" height="240" style="float:left; margin-right:10px" /><a> This was actually an older project that I worked on when I was at <a href="http://www.RedRedDesign.com">Red Red Design</a>. It was a <span class="caps">HUGELY </span>ambitious project, and as we worked on it, we found that it gave us a keen insight into some of the requirements of a content management system that you can&#8217;t learn from around the web. The idea behind the site was to provide a clearinghouse of not only information for upcoming graduates to find jobs, but potential employees to get a list of upcoming graduates in their department of interest.</p>

<p>It also served as a place for prospective students to learn more information about their educational pursuits, including the closest locations to take required courses.</p>

<p>The site provides an innovative system that allows users to quickly drill through courses of study and examine the requirements of each. This is followed by the generation of a map that pinpoints the location of each class requirement.</p>

<p>Technologies Used:</p>


<ul>
<li><a href="http://rubyonrails.org/">Ruby on Rails</a> &#8211; Of course this was a great candidate for rails. The backend required some (but not a ton) of ajax magic. The <span class="caps">URL</span>s were well defined, and most of the actions of the site consisted of manipulating scads of interrelated data. We used rails on this one so that we could quickly take advantage of the <a href="http://activescaffold.com/">advanced scaffolding</a> abilities of rails.</li>
<li><a href="http://redcloth.org/">RedCloth</a> &#8211; Since there was a great deal of text to lay out, and on one <span class="caps">REALLY </span>uses html (do they?) to layout static text, we used textile to make text layout more sane.</li>
<li><a href="http://git-scm.com/">Git</a> &#8211; Once again, a ton of people were going to be editing the code and assets. One day, I might write an article on why I have chosen git over the other <span class="caps">SCM&#8217;</span>s out there. I have used them all (except <a href="http://mercurial.selenic.com/">mercurial</a>) and found that git makes source code management much more clean.</li>
<li><a href="http://en.wikipedia.org/wiki/Ajax_">Ajax</a>(programming) &#8211; There is a great deal of data moving through the pipe, but not much need for UI updates on this site. This made it a great candidate for ajaxifying many of the UI elements. You really have to fiddle with the site to get a feel for what is going on.</li>
<li><a href="http://code.google.com/apis/maps/index.html">Google Maps <span class="caps">API</span></a> &#8211; There are lots of nifty tricks going on in this one. We found a list of lat/long points that defined the counties, so there is a county overlay on the map. There are custom markers. Once again, if you poke around on the file, there are surprises everywhere.</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/04/new-project-added-thrive-oh-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Project Added &#8211; Paranormal Tourguide</title>
		<link>http://www.codingforhire.com/2011/03/new-project-added-paranormal-tourguide/</link>
		<comments>http://www.codingforhire.com/2011/03/new-project-added-paranormal-tourguide/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 20:08:35 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[paranormal]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=163</guid>
		<description><![CDATA[This idea began one morning when I was in the shower. I just wanted to find a bunch of places (possibly nearby) that could be good candidates for ghost hunts. Not that I am one of THOSE kind of folks. I just enjoy history and stories. Most all hauntings I have ever heard of are [...]]]></description>
			<content:encoded><![CDATA[<p>	<img src="http://www.codingforhire.com/wp-content/uploads/2011/03/ParanormalTourguid.jpg" alt="ParanormalTourguid" border="0" width="320" height="232" style="float:left; margin-right:20px;" /> This idea began one morning when I was in the shower. I just wanted to find a bunch of places (possibly nearby) that could be good candidates for ghost hunts. Not that I am one of <span class="caps">THOSE </span>kind of folks. I just enjoy history and stories. Most all hauntings I have ever heard of are rich in both.</p>

<p>I worked with <a href="http://carlnestor.com/">Carl and Maryanne Nestor</a> on the design.</p>

<p>The site currently:</p>


<ul>
<li>Lets users sign up for an account and add their own sightings.</li>
<li>Comment on the listings of others.</li>
<li>Search by free form string.</li>
<li>Built in Ad system. Allows a repository of Amazon ads to be served on the front page.</li>
</ul>



<p>Some plans for the future:</p>


<ul>
<li>Allow users to sign in via facebook.</li>
</ul>



<h2>Technologies Used</h2>


<ul>
<li><a href="http://code.google.com/apis/maps/index.html">Google Maps <span class="caps">API</span>s</a> &#8211; All of the mapping and geocoding of addresses uses the Google Maps <span class="caps">API.</span> The fact that this <span class="caps">API </span>is free for anyone to use is incredible.</li>
<li><a href="http://rubyonrails.org/">Ruby on Rails</a> &#8211; I initially wanted to use <a href="http://seaside.st/">Seaside</a> to build the project, but the deadline was too close to mess too much with a technology I hadn&#8217;t done a full scale project in yet.</li>
<li><a href="http://git-scm.com/">Git</a> &#8211; We used git to keep the <span class="caps">CSS </span>and <span class="caps">HTML </span>templates updated.</li>
<li><a href="http://www.blueprintcss.org/">Blueprint</a> &#8211; There are too many bonuses to using blueprint to list. Most importantly, no fiddling with finicky <span class="caps">CSS </span>rules to get it to work across the different browsers.</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/03/new-project-added-paranormal-tourguide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site Added &#8211; CatholicAthletics.org</title>
		<link>http://www.codingforhire.com/2011/03/new-site-added-catholicathletics-org/</link>
		<comments>http://www.codingforhire.com/2011/03/new-site-added-catholicathletics-org/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 21:05:18 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=149</guid>
		<description><![CDATA[We have recently launched the Catholic Athletics website for the guys over at The Saint Sebastian Fund.. The site serves as a clearinghouse for Catholic schools to list their current needs for athletic gear. Once a need has been listed and approved (via several manual and automated checks), the project goes live, and users can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codingforhire.com/wp-content/uploads/2011/03/CatholicAthleticsOrg.png" alt="CatholicAthletics.org Website" border="0" width="320" height="240" style="float:left;margin-right:10px;" /></p>

<p>We have recently launched the <a href="http://www.Catholic-Athletics.org">Catholic Athletics</a> website for the guys over at <a href="http://www.StSebastianFund.org">The Saint Sebastian Fund.</a>. The site serves as a clearinghouse for Catholic schools to list their current needs for athletic gear. </p>

<p>Once a need has been listed and approved (via several manual and automated checks), the project goes live, and users can make donations to the listing of their choice. Donations are made via paypal. When a project is fully funded, the school receives the funds and is able to purchase the equipment.</p>

<p>This project was a little different than most any of the projects I have recently worked on in that as it was a project for a non profit, a great deal of care went into developing the flow of the project status and associated legal issues.</p>

<p>It is currently alive and well and generating funds.</p>

<h2>Technologies</h2>

<p>This site was developed using:</p>


<ul>
<li><a href="http://rubyonrails.org/">Ruby on Rails</a> &#8211; As there was an incredible amount of object data being held for donors, schools, and projects, we decided that an object based solution would need to be implements from inception.</li>
<li><a href="http://git-scm.com/">Git</a> &#8211; All designs were implemented by Jeff Davidson. This meant that the <span class="caps">CSS </span>files and templates were scattered a bit. In pretty much all cases (even cases with a sole developer), we use Git to track revision changes for the site.</li>
<li><a href="http://www.blueprintcss.org/">Blueprint</a> &#8211; when developing informational sites, it&#8217;s a very bad idea to rely on css rules to build the site. We always use a template system of some sort. We try to use blueprint when possible, as it&#8217;s quick and easy.</li>
<li><a href="http://www.prototypejs.org/">Prototype</a> &#8211; Yes, we are well aware of <a href="http://jquery.com/">jQuery</a> but the functions we needed were native to rails and prototype, so we decided against loading up another library. Should our needs expand in the future, we might decide to work with jQuery.</li>
</ul>



<p>If you have any other questions or comments on the development of this site, we&#8217;d love to hear from you.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/03/new-site-added-catholicathletics-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Rid of Session Data in PierCMS URLs</title>
		<link>http://www.codingforhire.com/2011/02/getting-rid-of-session-data-in-piercms-urls/</link>
		<comments>http://www.codingforhire.com/2011/02/getting-rid-of-session-data-in-piercms-urls/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 21:50:33 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[pharo]]></category>
		<category><![CDATA[pier]]></category>
		<category><![CDATA[piercms]]></category>
		<category><![CDATA[seaside]]></category>
		<category><![CDATA[smalltalk]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=142</guid>
		<description><![CDATA[Some Background One of the by products of using PierCMS is that it includes the data (GET vars) in the url that connect the browser instance (or tab instance) to the session on the server. For awhile, I thought it was just a cosmetic thing. Seeing that URL bugged me. It just seemed ugly. I [...]]]></description>
			<content:encoded><![CDATA[<h2>Some Background</h2>

<p>One of the by products of using <a href="http://www.piercms.com/">PierCMS</a> is that it includes the data (GET vars) in the url that connect the browser instance (or tab instance) to the session on the server. For awhile, I thought it was just a cosmetic thing. Seeing that <span class="caps">URL </span>bugged me. It just seemed ugly. I thought that I was just being <span class="caps">OCD </span>about the whole thing, until I started seeing other repercussions of these <span class="caps">URL</span>s.</p>

<p>What I found was that since adding the session data to the <span class="caps">URL, </span>by its very nature, makes the <span class="caps">URL </span>unique. I didn&#8217;t think too much about it until I started adding features to the site. The two that I found were:</p>

<h3>Using Bit.ly</h3>

<p>In using Bit.ly, one of the things that is ultimately important is being able to accurately account for how many people are forwarding your link. I started to make a habit of clipping out the session data from my url before I shortened them. Then, I started to see that not only was I sending my <span class="caps">URL</span>s around twitter, but so were others.</p>

<p>I then saw that while my stats should show links to the same story linked to the same <span class="caps">URL, </span>it wasn&#8217;t the case due to the extra unique variables at the end of the url.</p>

<h3>Facebook Like</h3>

<p>While I have not done any testing on this, I have noticed odd behaviors with the facebook &#8220;like&#8221; button. Since the Facebook &#8220;Like&#8221; button operates on the <span class="caps">URL,</span> I have a sneaking suspicion that this is at play with the facebook like button. In the past, I wrote a component for PierCMS that would insert the Like button into a story, I clipped the variables from the <span class="caps">URL, </span>but unless you think about it, you might not do that.</p>

<h2>One <span class="caps">BIG </span>gotcha</h2>

<p>There is one gotcha in all this. Pretend you just published a story on your blog/podcast. You are excited about it, so the first thing you might do is: send it to twitter, facebook, and <a href="http://news.ycombinator.com/">hacker news</a>. You most likely do this within minutes of writing your post.</p>

<p>Unless you think about it, your first instinct would be to swipe out the url, and send it along on its way. You do this, and continue working away on your site. </p>

<p>Here&#8217;s where it gets scary.</p>

<p>Since you sent the full url, anyone who clicks on that link will have full access to your session. This means that they will be logged in as you (probably with admin privs). This will be true of that link as long as that session stays alive on the server.</p>

<h3>How to fix all of the Above</h3>

<p>While I haven&#8217;t fully tested it (working on that now) it seems like an easy enough fix. Here&#8217;s what you do:</p>


<ol>
<li>Update your Pier Image to use cookies &#8211; Go into your /config/pier (or wherever your pier instance is mapped) and scroll down to the &#8220;Use Cookies&#8221; option. Click &#8220;Override&#8221; and set it to true.</li>
<li>Go to your /status page, and clear all sessions.</li>
<li>Clear all the cookies in your browser.</li>
</ol>



<p>This will store the session data in your cookies. The one thing to keep in mind is, any other views of this url in this browsing instance will use the same credentials. Keep that in mind if you are used to using different windows for testing.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/02/getting-rid-of-session-data-in-piercms-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Weaknesses as a Developer</title>
		<link>http://www.codingforhire.com/2011/01/my-weaknesses-as-a-developer/</link>
		<comments>http://www.codingforhire.com/2011/01/my-weaknesses-as-a-developer/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 21:49:02 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[commentary]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[developers]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=135</guid>
		<description><![CDATA[Some Background Last year, I discovered the podcast Techzing. If you have any interest in entrepreneurship or startups, and have a more than average technical background, you really must listen to this show. It discusses all of the above in an incredible amount of detail. I have found that I go back and listen to [...]]]></description>
			<content:encoded><![CDATA[<h2>Some Background</h2>

<p>Last year, I discovered the podcast <a href="http://techzinglive.com/">Techzing</a>. If you have any interest in entrepreneurship or startups, and have a more than average technical background, you really must listen to this show. It discusses all of the above in an incredible amount of detail. I have found that I go back and listen to shows again, just so I can take notes.</p>

<p>One of the questions they ask guests is to list off technologies that they are embarrassed that they don&#8217;t know. At first, I thought it was interesting to hear what people were unfamiliar with. Then, I realized that it was pretty scary to make this list for myself. But I did. It&#8217;s even scarier to share it with the world. But I am. I am doing so in the hopes that it will force me to fill these gaps in my knowledge.</p>

<p>So, here goes, the list. The list of things that I am embarrassed that I don&#8217;t know, or don&#8217;t know well enough:</p>

<h2>The List</h2>

<h3>Scaling</h3>

<p>In a good deal of cases, the first thing everyone wants to discuss in an initial meeting about a project is scaling. What do we do when this project becomes the size of facebook or google? My first instinct is squelch this conversation. Why? Not only because I don&#8217;t know the answer, but because I am certain that no one in the room knows the answer. There are no scaling gurus in the room, so it&#8217;s pointless to use up our time on this conversation without a guru around.</p>

<p>I must also confess that I have never worked on a project that blew up to be as big as facebook or google. I would guess not many of us have. </p>

<p>While I do have a vague idea of scaling and how it works, I have never put my nose in the books and made it happen. I have never load balanced 35 web servers and 45 database servers because so many people loved my project. It has just never happened.</p>

<p>My guess is that until this happens, I will never go further than read the odd article on scaling and tuck it somewhere in my brain. Hopefully, soon, I will need to address this weakness.</p>

<h3>Test Driven Development</h3>

<p>Sure, I have gone through all of the tutorials in every possible language about test driven web development. I have watched the videos, and compiled a bunch of tests. The problem is, as of yet, I have not incorporated it into my daily life. Why? I really can&#8217;t say. Every time I try to start a project out using test driven development, I seem to feel like I am contriving tests that I know will pass or fail, just for the sake of writing a test.</p>

<p>I am sure that the ingredient I am lacking is the ability to mentally compose what would be a good test. When that happens, I am sure I will be right on it. Alas, this day has never come. I am sure it will happen one day while talking to another developer, and I will feel like a giant heel.</p>

<h3><span class="caps">HTML5</span>/CSS3 </h3>

<p>Yes, I have read all the websites, done all the tutorials, and sorta kinda keep up with it. In the back of my mind, I know I should get on this. In the front of my mind, I just keep thinking that I will spend the time to learn it when more browsers adopt it. I have a suspicion that when everything does catch up, it won&#8217;t take me long to figure it all out, but I am just not obsessed with the technology.</p>

<p>Sure, I love it, and I understand its importance. I think that since I am not a designer, I don&#8217;t really spend too much time trying to figure out the potential. But yes, I do understand that I am lacking by not being super hot on this technology.</p>

<h3>NoSql Databases</h3>

<p>I love the idea of NoSql databases. When they first started arriving, I installed them, did some testing, wrote <span class="caps">API</span>s in a couple languages, but I never did anything fun with them. The sad part is, I actually like the technology. I just don&#8217;t have the time to devote to getting mighty with them.</p>

<p>Worse yet, I haven&#8217;t used them enough to even have a feel for when then would be a better tool in a situation than a sql database. Maybe this summer, I will launch a project just for fun to become more immersed in the technology.</p>

<h3>Javascript</h3>

<p>I&#8217;ll admit it. I haven&#8217;t used javascript in years. With the plethora of awesome javascript libraries, when I needed to do something javascripty, it was always pretty easy to implement using one of the libraries. Especially with Ajax, it saved me from a bunch of fiddling around trying to get every browser out there to bend to my will.</p>

<p>Pre Ajax, I wrote a good deal of javascript. I can still do it, if I have to, but my javascript coding usually involves referencing the book a million times. I can&#8217;t fly through it. Post Ajax, the tools out there were just too great. Lately, I haven&#8217;t had any javascript heavy projects, so I am hoping I will be okay until it&#8217;s time to hook <span class="caps">JS, HTML5, </span>and <span class="caps">CSS3 </span>up.</p>

<h3>Nodejs</h3>

<p>Every time I look at this project, it makes me want to start a project with it. Unfortunately,  I still haven&#8217;t heeded that call. I really need to, as this technology really fixes a great deal of things that were a pain to do without it.</p>

<p>After hearing how <a href="http://techzinglive.com/">Jason Roberts</a> uses nodejs, in his limo tracking program, I am so intrigued, yet so embarrassed that I don&#8217;t know it.</p>

<h3>Java</h3>

<p>I used to be a good java developer. That was many years ago, before the advent of mobile devices. To develop for the Android device, I need to get my java game back on. I have let my java skills slip into a terrible state of disrepair. I know that it would just take a weekend of piddling around, but I just haven&#8217;t done it yet. I think the biggest reason is that I am unsure of how profitable it would be to launch an Android app. </p>

<p>If I could convince myself that this would make me a killing, I would definitely hit the books.</p>

<h2>In Closing</h2>

<p>So, there you have it. The list of things that I am embarrassed that I don&#8217;t know more about. Maybe this year is the year I get my game on.</p>

<p>Now that my weaknesses are out of the bag, you can <a href="http://www.codingforhire.com/about-2/">go here</a> for a list of things that I <strong>do</strong> know how to do.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/01/my-weaknesses-as-a-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Weaknesses I Have Found on Younger Development Teams</title>
		<link>http://www.codingforhire.com/2011/01/some-weaknesses-i-have-found-on-younger-development-teams/</link>
		<comments>http://www.codingforhire.com/2011/01/some-weaknesses-i-have-found-on-younger-development-teams/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 17:10:48 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[commentary]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=129</guid>
		<description><![CDATA[Some Background I have worked on several development teams over the years, and while I understand the reluctance to try new and exciting things on the part of management, I have still never gotten over this reluctance in young developers. I should preface this by saying that I am not bashing younger developers, I am [...]]]></description>
			<content:encoded><![CDATA[<h2>Some Background</h2>

<p>I have worked on several development teams over the years, and while I understand the reluctance to try new and exciting things on the part of management, I have still never gotten over this reluctance in young developers.</p>

<p>I should preface this by saying that I am not bashing younger developers, I am just sometimes disheartened to see that sometimes they aren&#8217;t as obsessed with it as I am. Maybe I am just too obsessed, and I take this all too seriously. Then again, it&#8217;s what I do for a living. </p>

<p>If there is a new technology or idea that will save me even five minutes a day, I am totally willing to learn it and adopt it until it deprecates.</p>

<p>So, here are some things that I have found lacking in the arsenal of a good deal of younger developers I have worked with:</p>

<h2>The List</h2>

<h3>They don&#8217;t know more than one language</h3>

<p>When I suggest that a problem might be tackled much more effectively using another approach (another language), it becomes quickly apparent that the developer doesn&#8217;t know any other languages, and while they might be a little interested in looking at another language, they are in no way serious about learning anything new.</p>

<p>Many times, they will make fun of other languages, and poopoo the stereotypical programmer of that language (or poopoo very important language concepts!). This is very unfortunate.</p>

<p>As a developer, you really should expand your horizons into other languages. Seeing how other languages tackle problems encountered in programming and understanding why those problems exist is monumentally important in developing the mind of a programmer.</p>

<h3>They Don&#8217;t Know a Web Framework</h3>

<p>Web frameworks are incredibly productive tools. There are lots of problems in trying to impose state on a stateless protocol. There are lots of novel approaches to mapping data models to databases.</p>

<p>The biggest reason I hear for not working with a framework is that they already have a pack of scripts they wrote, or worse yet, their own framework that they use.</p>

<p>There are some <span class="caps">VERY </span>smart people out there working on the problem. The ability to look at their code and their methods for solving the problem is very much worth the price of admission (free!). I you are in this boat, I would really suggest you take a look at a web framework. Try a small project in it, and see what you think.</p>

<p>One of the things that worries me about this is that these people usually have an employers who (even though indirectly) is paying them to reinvent the wheel every project.</p>

<h3>They Don&#8217;t Use Version Management Tools</h3>

<p>I have worked on teams where everyone worked on live code. I will get into why this is a <span class="caps">HORRIBLE </span>idea in a minute, but when there are three or four people working on the source code, you really need to have a version control system in place.</p>

<p>The biggest reasons cited for bypassing source code management are drive space and conflict management. In all reality, a source code project is tiny. It doesn&#8217;t take much space on each developer&#8217;s system at all. It&#8217;s most likely a negligible amount of space. If you are really worried about managing conflicts in your code, you are absolutely in danger of having problems  with a team of developers working on live code.</p>

<h3>Editing Live Code</h3>

<p>This is probably the scariest thing I have ever seen, and I have seen it a few times. Here&#8217;s what it looks like: A production codebase sits on a server. Multiple instances of that application run on that same server. As changes are required to the code, the production codebase is edited directly. </p>

<p>Well, if there is one thing I have learned is that a great deal of the time, code I write doesn&#8217;t work on the first iteration. I write it, test it, and see if anything breaks. A lot of times, it breaks. Working on live code, if you break anything, all your clients&#8217; code gets broken too. All their visitors are subject to your errors.</p>

<p>If anything happens to the system it&#8217;s running on, or any other hiccup happens, the whole system is in jeopardy. Words can&#8217;t express what a terrible idea this is.</p>

<h3>They are Slaves to the Mouse</h3>

<p>Maybe it&#8217;s because I learned all this stuff in the beginning with emacs. Maybe it&#8217;s because I have always learned the keyboard shortcuts for every app as soon as I started to learn it. I can just work <span class="caps">MUCH </span>faster with the keyboard. It seems to take up a bunch of extra time every time I have to fumble with the keyboard.</p>

<p>Maybe it&#8217;s because I am getting old that I can&#8217;t stand to watch someone pressing mouse buttons for every task that happens when developing and application. Whether it&#8217;s uploading code, compiling, or anything else. You really can move around much quicker by learning the keyboard shortcuts.</p>

<p>This also applies to the command line. There are lots of tasks in development that are just much faster when using the command line. Sure, there are lots of gui tools for pretty much everything, but there is an inherent cost in time for using those tools.</p>

<h3>Unfamiliarity with Linux and Server Tools</h3>

<p>When you develop  a web application, chances are very strong that you will be using a slew of tools that you can run on your own development machine. These include programming languages, web servers, database servers, and the like. Believe it or not, it is much simpler to go bananas on your own machine, forking the codebase and testing out your ideas in a sandbox than it is to edit live code on the server.</p>

<p>If you want to be really efficient, you should take a look at starting up a development environment on your development machine.</p>

<h2>In Closing</h2>

<p>I really hope I haven&#8217;t offended anyone. That was not my intention. I think my intention was really to point out some very dangerous or inefficient practices that I see almost daily. To document them in the hopes that if your company or project is using some of these practices, you might think about changing them. </p>

<p>If you need any help or guidance, let me know.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/01/some-weaknesses-i-have-found-on-younger-development-teams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Application Development &#8211; Web? Mobile?</title>
		<link>http://www.codingforhire.com/2011/01/new-application-development-web-mobile/</link>
		<comments>http://www.codingforhire.com/2011/01/new-application-development-web-mobile/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 23:22:00 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[driod]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[andriod]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=124</guid>
		<description><![CDATA[Some Background I have been kicking this idea around for a year. One of the current business ventures that keeps my family fed is the care and feeding of a hair salon. Rather than hire people to run the chairs, we have decided to rent the chairs out. The stylists each rent a chair, and [...]]]></description>
			<content:encoded><![CDATA[<h2>Some Background</h2>

<div style="float: right; margin-left:10px"><a href="http://www.flickr.com/photos/kristiand/3223044657/" title="Confused by Kristian D., on Flickr"><img src="http://farm4.static.flickr.com/3533/3223044657_5b74ba8b28_m.jpg" width="140" height="240" alt="Confused" /></a></div>I have been kicking this idea around for a year. One of the current business ventures that keeps my family fed is the care and feeding of a hair salon. Rather than hire people to run the chairs, we have decided to rent the chairs out. The stylists each rent a chair, and run their businesses as independent contractors.

<p>This has many benefits in the realm of taxes and paperwork, but it causes other problems. Each user needs to run their own cash drawer, each user has to run their own books, and do their own sales tax reporting. This means that there is alot of overhead in the management of each stylist.</p>

<p>I have tried to think of as many different ways to attack this problem programmatically, but I have found that there are many different facets to the problem. Part of the reason I am writing this entry is so that I can think this through and come to a conclusion. The other part of me hopes that someone will give me a good answer and ease my pain.</p>

<p>So, the problem is, I would like to write a software solution to the above problem. A solution that allows stylists to take care of their scheduling, their appointment histories, take photos of client&#8217;s styles, and in the background, generate reports for taxes and income.</p>

<p>The trick is, how to proceed.</p>

<h2>It Must Make Money</h2>

<p>In the end, I provide for my family by writing computer software. While I love to write software, I still need to make money at the end of the day. I also think that my skills are valuable, and that providing a tool that provides value to a user should provide financial value for me.</p>

<p>At this point, I need to decide a few things. First off, the pricing model. I would much rather charge a monthly fee. This would allow me to keep the initial expense low (somewhere around $10 a month). If I were to charge enough to make my money up front, the initial expense to the user would be much higher.</p>

<p>I need to think this through, but I think this might be the way to go.</p>

<h2>Which Platform to Develop for?</h2>

<p>Like everyone else, I have heard that the iPhone is coming to Verizon next month. This is what got me to initially start kicking this idea around again. That, and the advent of the Apple App store. </p>

<p>While I do think it would be best to develop for all the platforms at once, there is no way I can do this all at once. As a test for the viability of the product, I would like to write one solution, then, if there is sufficient demand, write for the rest of the platforms.</p>

<p>So, I am compiling a quick pros and cons list to help me decide.</p>

<h2>Develop a Web Application</h2>

<p>Pros:</p>


<ul>
<li>I already know how to develop web apps. I wouldn&#8217;t have to learn anything new.</li>
<li>Easy to implement. It would be be really easy to deploy a first crack at the problem, and update the the site in real time. As feedback was received from beta testers, it would be easy to change the codebase and have everyone access the new changes immdediately.</li>
<li>There is a lot of screen real estate. You have lots of room to play around with.</li>
</ul>



<p>Cons:</p>


<ul>
<li>The salon would have to have an internet connection. While I am guessing that most do, it still means an extra expense of $25 a month for those salons who don&#8217;t have wifi already.</li>
<li>It would be less messy if the salon only had one machine running a web browser on site. This would mean that the users would have to log in and out of their accounts every hour or so. If someone else was running their clients through the system, that would mean they would have to wait. In a salon of more than five people, this could be a real pain.</li>
</ul>




<h2>Develop and iPhone / iPod Application</h2>

<p>Pros: </p>


<ul>
<li>I already know how to develop iPhone apps. I wouldn&#8217;t have to learn anything new.</li>
<li>Users who didn&#8217;t want to run with a data plan could run the program on an iPod touch. This would allow for most all of the same functionality, and keep the cost of entry (and the monthly data plan costs) to a minimum. Should any functionality require access to the net, it could be done via wifi when available.</li>
<li>With Verizon picking up the iPhone, there is a huge user base coming to the iPhone.</li>
<li>The hardware platforms are extremely limited. This means that the user experience is easy to predict.</li>
</ul>



<p>Cons:</p>


<ul>
<li>Most of the stylists I know do not have apple products. Most of the smart phone owners are using Android. At least in this area.</li>
<li>There is a good chance that an application could be denied for inclusion in the google marketplace.</li>
</ul>



<h2>Develop for Android</h2>

<p>Pros:</p>


<ul>
<li>Lots of people I know who could be potential beta testers have Android phones with data plans.</li>
<li>There is no waiting period for submitting apps in the Android market place. They can even be downloaded directly from the developer.</li>
</ul>



<p>Cons:</p>


<ul>
<li>I don&#8217;t know how to program for the Android. While I do like the android <span class="caps">OS, </span>and I do know java, I don&#8217;t know much about what goes on under the hood.</li>
<li>There are lots of variations of Android running around. It&#8217;s really hard to predict what the app is going to look like for an end user.</li>
<li>While there are some products on the horizon, there is no Android device in circulation that can live on its own, without the need of data plan.</li>
</ul>



<h2>In Conclusion</h2>

<p>So, there you have it. These are the things I have been mulling over for the last few months. While I am still not sure exactly how to proceed, I think I might start with the iPhone/iPad, and go from there.</p>

<p>But! I would still like to get more input from the outside world.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2011/01/new-application-development-web-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook &#8220;Like&#8221; button for PierCMS sites</title>
		<link>http://www.codingforhire.com/2010/12/facebook-like-button-for-piercms-sites/</link>
		<comments>http://www.codingforhire.com/2010/12/facebook-like-button-for-piercms-sites/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 23:13:24 +0000</pubDate>
		<dc:creator>sergio_101</dc:creator>
				<category><![CDATA[Pharo]]></category>
		<category><![CDATA[PierCMS]]></category>
		<category><![CDATA[smalltalk]]></category>
		<category><![CDATA[pharo]]></category>
		<category><![CDATA[pier]]></category>
		<category><![CDATA[piercms]]></category>

		<guid isPermaLink="false">http://www.codingforhire.com/?p=102</guid>
		<description><![CDATA[Every site should have a like button Without going into too much detail and stirring the pot, I will just say that it&#8217;s a very good idea for your site to have a facebook &#8220;Like&#8221; button if you are looking to gain traffic by reference. So, if you agree, and you are running a PierCMS [...]]]></description>
			<content:encoded><![CDATA[<h2>Every site should have a like button</h2>

<p>Without going into too much detail and stirring the pot, I will just say that it&#8217;s a very good idea for your site to have a facebook &#8220;Like&#8221; button if you are looking to gain traffic by reference. So, if you agree, and you are running a <a href="http://www.piercms.com">PierCMS</a> site, try this trick to include like button.</p>

<h2>How to set it up</h2>


<ol>
<li>Add a system component for html to your site. I called mine &#8220;facebookLike.&#8221;</li>
<li>Into that component, add the following between script tags:</li>
</ol>




<pre>
var url= (document.URL);
var base_url = url.split('?',1);
base_url = escape(base_url);

fblike=&quot;&lt;iframe src=\&quot;http://www.facebook.com/plugins/like.php?href=&quot;+base_url+&quot;&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=80\&quot; scrolling=\&quot;no\&quot; frameborder=\&quot;0\&quot; style=\&quot;border:none; overflow:hidden; width:450px; height:80px;\&quot; allowTransparency=\&quot;true\&quot;&gt;&lt;/iframe&gt;&quot;;

document.write(fblike);
</pre>



<h2>How to use it</h2>

<p>Wherever you would like it to show up, just include:</p>

<p><ins>/system/components/facebookLike</ins></p>

<p>I put it in my environments right before the <ins>/system/components/contents</ins> tag on each page, so it automagically shows up everywhere.</p>

<h2>What it&#8217;s doing</h2>

<p>There is really nothing to this, and it can really be used on any site that doesn&#8217;t send over a pile of <span class="caps">GET </span>vars to render a page. But for those who are using PierCMS, it just:</p>


<ol>
<li>Grabs the current <span class="caps">URL.</span></li>
<li>Strips the extraneous session vars (anything after &#8216;?&#8217;). This is more important in PierCMS as it&#8217;s <a href="http://www.seaside.st">Seaside</a> based, and retains a bunch of stuff in the url that can be left off for a cleaner url.</li>
<li>Inserts a correctly formatted like button according to the <a href="http://developers.facebook.com/docs/reference/plugins/like">FaceBook Like Button <span class="caps">API</span></a> .</li>
</ol>



<p>So far, it works great. Let me know if you run into any troubles. Note that you can make several adjustments to the button, but it might be easier to just go to the like button page and get your iframe script, and substitute it for the fblike var above. Just make sure you note that there is a cleaned up (escaped) url hidden in there. base_url is the one you want to replace.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codingforhire.com/2010/12/facebook-like-button-for-piercms-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

