<?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>Eric Fickes &#187; code</title>
	<atom:link href="http://ericfickes.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericfickes.com</link>
	<description>Internets, Databases, Skateboards, Ice Hockeys, and Family</description>
	<lastBuildDate>Thu, 22 Jul 2010 22:45:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How do you archive or share your code?</title>
		<link>http://ericfickes.com/2009/08/how-do-you-archive-or-share-your-code/</link>
		<comments>http://ericfickes.com/2009/08/how-do-you-archive-or-share-your-code/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 07:51:14 +0000</pubDate>
		<dc:creator>Eric Fickes</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code archiving]]></category>
		<category><![CDATA[code sharing]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[DZone]]></category>
		<category><![CDATA[email publishing]]></category>
		<category><![CDATA[gist]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[naslu]]></category>
		<category><![CDATA[pastie]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[snipplr]]></category>
		<category><![CDATA[snipt]]></category>
		<category><![CDATA[tblurb]]></category>

		<guid isPermaLink="false">http://ericfickes.com/?p=888</guid>
		<description><![CDATA[Over the years I&#8217;ve wrestled with a good system for archiving code snippets.  From posting on blogs, to filling up my hard drive with example files, there hasn&#8217;t been a system that stuck with me.  If you google up code snippet sharing you&#8217;ll find all sorts of sharing services to suite your needs, and they [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years I&#8217;ve wrestled with a good system for archiving code snippets.  From <a title="my original stupid blog that has some code on it" href="http://bigusfickes.blogspot.com/" target="_blank">posting on blogs</a>, to filling up my hard drive with example files, there hasn&#8217;t been a system that stuck with me.  If you <a title="Ask Google about code snippet sharing" href="http://www.google.com/search?q=code+snippet+sharing&amp;btnG=Search&amp;hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=Lz7&amp;sa=2" target="_blank">google up code snippet sharing</a> you&#8217;ll find all sorts of sharing services to suite your needs, and they all pretty much do the same thing.</p>
<p>Being a junky for free internet services, I&#8217;m trying a new code archiving system that uses <a title="Create a GitHub Gist code snippet right now!" href="http://gist.github.com/" target="_blank">GitHub&#8217;s gist drops</a>, and <a title="If you're not already on posterous, get on it!" href="http://posterous.com/" target="_blank">Posterous.com&#8217;s email publishing</a>.  It&#8217;s a simple three step process that I&#8217;m really digging so far.</p>
<ol>
<li>Create code snippet at <a title="Get your Gist on" href="http://gist.github.com/" target="_blank">http://gist.github.com/ </a></li>
<li>Email the gist url to <a title="Blog from email" href="mailto://post@posterous.com?subject=I love blogging from email" target="_blank">post@posterous.com</a></li>
<li>Rejoice when your receive the post confirmation containing the url to your new Posterous blog post</li>
</ol>
<p>In step 3, be sure to make the subject of the email descriptive enough for the code you are sharing.  This will become the title of your posterous blog post.  <a title="C# Gist drop on ericfickes.posterous.com" href="http://ericfickes.posterous.com/howto-enumerate-all-properties-and-values-of" target="_blank">Here&#8217;s what the final gist drop looks like on Posterous</a>.</p>
<p>In case you haven&#8217;t looked into code sharing yet, here are a few to get you started.  I wanted to keep this brief, so be sure to check these out on your own to decide which you like best.  If you feel that I missed any noteworthy services, please leave a comment below.</p>
<table border="1" cellspacing="7" cellpadding="7" rules="rows">
<tbody>
<tr style="background-color:#262927" bgcolor="#262927">
<th><strong>Service</strong></th>
<td><strong>Languages</strong></td>
<td><strong>Sharing</strong></td>
<td><strong>Example</strong></td>
</tr>
<tr>
<th><a href="http://naslu.com" target="_blank">Naslu</a></th>
<td>Zero, just plain text</td>
<td>direct url, embed code</td>
<td><a href="http://www.naslu.com/resource.aspx?id=392" target="_blank">http://www.naslu.com/resource.aspx?id=392</a></td>
</tr>
<tr>
<th><a href="http://Pastie.org" target="_blank">Pastie</a></th>
<td>Good amount</td>
<td>direct url, embed code</td>
<td><a href="http://pastie.org/580931" target="_blank">http://pastie.org/580931</a></td>
</tr>
<tr>
<th><a href="http://Snipt.org" target="_blank">Snipt</a></th>
<td>Freaking ton</td>
<td>direct url, embed, twitter, delicious, google, stumbleupon, email</td>
<td><a href="http://snipt.org/llln" target="_blank">http://snipt.org/llln</a></td>
</tr>
<tr>
<th><a href="http://Snipplr.com" target="_blank">Snipplr</a></th>
<td>Freaking ton</td>
<td>direct url, embed code</td>
<td><a href="http://snipplr.com/view/18198/sourcecode-for-ifartaircom-air--flex-soundboard/" target="_blank">http://snipplr.com/view/18198/sourcecode-for-ifartaircom-air&#8211;flex-soundboard/</a></td>
</tr>
<tr>
<th><a href="http://tblurb.com" target="_blank">Tblurb</a></th>
<td>Good amount</td>
<td>direct url</td>
<td><a href="http://tblurb.com/2xHKxq" target="_blank">http://tblurb.com/2xHKxq</a></td>
</tr>
<tr>
<th><a href="http://gist.github.com" target="_blank">Gist.Github</a></th>
<td>Plenty for you</td>
<td>direct url, embed, <a href="http://blog.posterous.com/posterous-now-supports-traileraddict-embeds-a" target="_blank">posterous.com integration</a></td>
<td><a href="http://gist.github.com/152302" target="_blank">http://gist.github.com/152302</a></td>
</tr>
<tr>
<th><a href="http://snippets.dzone.com/" target="_blank">DZone Snippets</a></th>
<td>Zero, just plain text</td>
<td>direct url</td>
<td><a href="http://snippets.dzone.com/posts/show/7695" target="_blank">http://snippets.dzone.com/posts/show/7695</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://ericfickes.com/2009/08/how-do-you-archive-or-share-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Excel to help shortcut forms development</title>
		<link>http://ericfickes.com/2009/07/use-excel-to-help-shortcut-forms-development/</link>
		<comments>http://ericfickes.com/2009/07/use-excel-to-help-shortcut-forms-development/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 20:54:42 +0000</pubDate>
		<dc:creator>Eric Fickes</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[auto number]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[copy n paste]]></category>
		<category><![CDATA[drag n drop]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[form handler]]></category>
		<category><![CDATA[shortcut form development]]></category>
		<category><![CDATA[textpad]]></category>

		<guid isPermaLink="false">http://ericfickes.com/?p=856</guid>
		<description><![CDATA[If you have MS Excel installed, and you do any sort of form based programming, this trick is right up your alley.   Excel&#8217;s drag to auto-number is one of my all time favorite features.  Often times I end up working on large form based applications and love firing up TextPad and Excel to help shortcut [...]]]></description>
			<content:encoded><![CDATA[<p>If you have MS Excel installed, and you do any sort of form based programming, this trick is right up your alley.   Excel&#8217;s drag to auto-number is one of my all time favorite features.  Often times I end up working on large form based applications and love firing up TextPad and Excel to help shortcut the time it takes to write my form handling code.</p>
<p>This video shows this trick in action.  Unfortunately the code is barely legible due to the zoom level, but the concept should still come through.</p>
<p><object width="425" height="344" type="application/x-shockwave-flash" data="http://www.screentoaster.com/swf/STPlayer.swf"><param name="id" value="stU0hSREFIR11YRVxbU1hdX1FV" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="video=stU0hSREFIR11YRVxbU1hdX1FV" /><param name="src" value="http://www.screentoaster.com/swf/STPlayer.swf" /></object></p>
<div style="text-align: right; width: 425px;"><a href="http://www.screentoaster.com/">This was made using Screentoaster.com</a></div>
]]></content:encoded>
			<wfw:commentRss>http://ericfickes.com/2009/07/use-excel-to-help-shortcut-forms-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
