<?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>Crafting Code</title>
	<atom:link href="http://craftingcode.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://craftingcode.net</link>
	<description>by David Negron</description>
	<lastBuildDate>Mon, 14 Nov 2011 20:47:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to create a GitHub shortened URL using Git.io for Windows developers in 2 steps?</title>
		<link>http://craftingcode.net/2011/11/13/create-github-shortened-url-windows-developers-2-steps/</link>
		<comments>http://craftingcode.net/2011/11/13/create-github-shortened-url-windows-developers-2-steps/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 14:38:19 +0000</pubDate>
		<dc:creator>negrond</dc:creator>
				<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.craftingcode.net/?p=116</guid>
		<description><![CDATA[Step 1: Download a cURL for Windows from http://curl.haxx.se/download.html Step 2: Execute cURL command as described in GitHub&#8217;s blog post Git.io: GitHub URL Shortener curl -i http://git.io -F &#34;url=@TARGET_URL&#34; -F &#34;code=@SHORT_CODE&#34; The command is pretty straight forward. Remember to replace &#8230; <a href="http://craftingcode.net/2011/11/13/create-github-shortened-url-windows-developers-2-steps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Step 1:</strong> Download a cURL for Windows from <a title="Download cURL" href="http://curl.haxx.se/download.html" target="_blank">http://curl.haxx.se/download.html</a></p>
<p><img class="alignnone size-full wp-image-118" title="Download cURL for Windows" src="http://www.craftingcode.net/wp-content/uploads/2011/11/download-curl-command-line-tool-for-windows.jpg" alt="Download cURL for Windows" width="580" height="379" /></p>
<p><strong>Step 2:</strong> Execute cURL command as described in GitHub&#8217;s blog post <a title="Git.io: GitHub URL Shortener" href="https://github.com/blog/985-git-io-github-url-shortener" target="_blank">Git.io: GitHub URL Shortener</a></p>
<div class="codecolorer-container dos twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="dos codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">curl -i http://git.io -F &quot;url=<span style="color: #33cc33;">@</span>TARGET_URL&quot; -F &quot;code=<span style="color: #33cc33;">@</span>SHORT_CODE&quot;</div></div>
<p>The command is pretty straight forward. Remember to replace <strong><em>@TARGET_URL</em></strong> with the desired destination and <strong><em>@SHORT_CODE</em></strong> with the preferred short code.</p>
<p><img class="alignnone size-full wp-image-120" title="Create Git.io Shortened URL" src="http://www.craftingcode.net/wp-content/uploads/2011/11/create-git-io-short-url.jpg" alt="Create Git.io Shortened URL" width="580" height="308" /></p>
<p>Check out mine at <a href="http://git.io/dn" title="David Negron Shortened URL for GitHub" target="_blank">http://git.io/dn</a></p>
]]></content:encoded>
			<wfw:commentRss>http://craftingcode.net/2011/11/13/create-github-shortened-url-windows-developers-2-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML/CSS Resources</title>
		<link>http://craftingcode.net/2011/11/12/htmlcss-resources/</link>
		<comments>http://craftingcode.net/2011/11/12/htmlcss-resources/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 15:22:15 +0000</pubDate>
		<dc:creator>negrond</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.craftingcode.net/?p=110</guid>
		<description><![CDATA[HTML Tags CSS Properties HTML 4.01 / XHTML 1.0 Reference Provides a list of HTML Tags along with details about browser support.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.htmldog.com/reference/htmltags/" title="HTML Tags" target="_blank">HTML Tags</a></p>
<p><a href="http://www.htmldog.com/reference/cssproperties/" title="CSS Properties" target="_blank">CSS Properties</a></p>
<p><a href="http://www.w3schools.com/tags/default.asp" title="http://www.w3schools.com/tags/default.asp" target="_blank">HTML 4.01 / XHTML 1.0 Reference</a> Provides a list of HTML Tags along with details about browser support.</p>
]]></content:encoded>
			<wfw:commentRss>http://craftingcode.net/2011/11/12/htmlcss-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented CSS</title>
		<link>http://craftingcode.net/2011/11/11/object-oriented-css/</link>
		<comments>http://craftingcode.net/2011/11/11/object-oriented-css/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 14:43:41 +0000</pubDate>
		<dc:creator>negrond</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.craftingcode.net/?p=104</guid>
		<description><![CDATA[Object Oriented CSS video on YDN Blog Post by Nicole Sullivan]]></description>
			<content:encoded><![CDATA[<p><embed src=http://d.yimg.com/cosmos.bcst.yahoo.com/up/fop/embedflv/swf/fop.swf?shareEnable=1&#038;id=12627860&#038;autoStart=0&#038;infoEnable=0&#038;shareEnable=0&#038;prepanelEnable=1&#038;carouselEnable=0&#038;postpanelEnable=1  width="580" height="363" type=application/x-shockwave-flash></embed></p>
<p><iframe src="http://www.slideshare.net/slideshow/embed_code/990405?rel=0" width="580" height="484" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p><a href="http://www.stubbornella.org/content/2009/03/23/object-oriented-css-video-on-ydn/" target="_blank">Object Oriented CSS video on YDN</a> Blog Post by Nicole Sullivan</p>
]]></content:encoded>
			<wfw:commentRss>http://craftingcode.net/2011/11/11/object-oriented-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our (CSS) Best Practices Are Killing US</title>
		<link>http://craftingcode.net/2011/11/10/css-practices-killing/</link>
		<comments>http://craftingcode.net/2011/11/10/css-practices-killing/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 20:37:13 +0000</pubDate>
		<dc:creator>negrond</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.craftingcode.net/?p=89</guid>
		<description><![CDATA[Our (CSS) Best Practices Are Killing US Blog Post by Nicole Sullivan]]></description>
			<content:encoded><![CDATA[<p><embed src='http://2009.r2.co.nz/clientbin/jw5/player.swf' width="580" height="363" allowscriptaccess='always' allowfullscreen='true' flashvars="&#038;bandwidth=11752&#038;controlbar=over&#038;fullscreen=true&#038;image=http%3A%2F%2F2009.r2.co.nz%2F20110217%2Fplayer%2Fpreview.jpg&#038;plugins=viral-2d"/></p>
<p><iframe src="http://www.slideshare.net/slideshow/embed_code/7451831" width="580" height="484" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p><a href="http://www.stubbornella.org/content/2011/04/28/our-best-practices-are-killing-us/" title="Our (CSS) Best Practices Are Killing US" target="_blank">Our (CSS) Best Practices Are Killing US</a> Blog Post by Nicole Sullivan</p>
]]></content:encoded>
			<wfw:commentRss>http://craftingcode.net/2011/11/10/css-practices-killing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VIDEO: Using and Abusing The CQRS EventStore, Jonathan Oliver</title>
		<link>http://craftingcode.net/2011/11/03/using-and-abusing-the-cqrs-eventstore/</link>
		<comments>http://craftingcode.net/2011/11/03/using-and-abusing-the-cqrs-eventstore/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 10:42:24 +0000</pubDate>
		<dc:creator>negrond</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[CQRS]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.craftingcode.net/?p=75</guid>
		<description><![CDATA[Resources: Jonathan Oliver&#8217;s Blog EventStore Source Code]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/31153808?byline=0" width="580" height="363" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
<h2><strong>Resources:</strong></h2>
<ul>
<li><a title="Jonathan Oliver's Blog" href="http://blog.jonathanoliver.com/" target="_blank">Jonathan Oliver&#8217;s Blog</a></li>
<li><a title="EventStore Source Code" href="https://github.com/joliver/EventStore" target="_blank">EventStore Source Code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://craftingcode.net/2011/11/03/using-and-abusing-the-cqrs-eventstore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VIDEO: Everything You Know About REST Is Wrong, Steve Klabnik</title>
		<link>http://craftingcode.net/2011/11/03/everything-you-know-about-rest-is-wrong/</link>
		<comments>http://craftingcode.net/2011/11/03/everything-you-know-about-rest-is-wrong/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 10:29:55 +0000</pubDate>
		<dc:creator>negrond</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.craftingcode.net/?p=64</guid>
		<description><![CDATA[Resources: Slide Deck Get Some REST]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/30764565?byline=0" frameborder="0" width="580" height="428"></iframe></p>
<h2><strong>Resources:</strong></h2>
<ul>
<li><a title="Slide Deck for Everything You Know About REST Is Wrong" href="http://steveklabnik.com/slides/everything_you_know_about_rest_is_wrong_twilio.pdf" target="_blank">Slide Deck</a></li>
<li><a title="Get Some REST" href="http://getsomere.st" target="_blank">Get Some REST</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://craftingcode.net/2011/11/03/everything-you-know-about-rest-is-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radio Shack TRS-80 Color Computer 2</title>
		<link>http://craftingcode.net/2011/10/30/radio-shack-trs-80-color-computer-2/</link>
		<comments>http://craftingcode.net/2011/10/30/radio-shack-trs-80-color-computer-2/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 21:46:12 +0000</pubDate>
		<dc:creator>negrond</dc:creator>
				<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://www.craftingcode.net/?p=28</guid>
		<description><![CDATA[The Radio Shack TRS-80 Color Computer 2 was my first computer it was and will always be my favorite. My father bought it from me from a local Flea Market one summer for the amazing price of $15.00. My dad was always willing to &#8230; <a href="http://craftingcode.net/2011/10/30/radio-shack-trs-80-color-computer-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a title="Radio Shack TRS-80 Color Computer 2" href="http://en.wikipedia.org/wiki/TRS-80_Color_Computer" target="_blank">Radio Shack TRS-80 Color Computer 2</a> was my first computer it was and will always be my favorite. My father bought it from me from a local Flea Market one summer for the amazing price of $15.00. My dad was always willing to indulge my curiosity and this thing was at the perfectly priced for a family on a fixed income. The computer was incredibly simple to setup for a 12 year old all I had to do was unplug my <a title="Atari 2600" href="http://en.wikipedia.org/wiki/Atari_2600" target="_blank">Atari 2600</a> from the back of the TV and plug in the computer.</p>
<p>I powered it up and and all that came up on the screen was a prompt (<a title="TRS-80 Powering Up" href="http://youtu.be/Rcylmqqx4Ho?t=5m54s" target="_blank">video</a>) I had no idea what to do or what it&#8217;s capabilities were. So off to the local library I went hunting for a book or anything that would give me a clue. I managed to get my hands on a book named <a title="Getting Started With Color BASIC" href="http://en.wikipedia.org/wiki/Color_BASIC" target="_blank"><em>Getting Started With Color BASIC</em></a> published by Radio Shack and a few minutes later I typed my first <a title="Hello World Program" href="http://en.wikipedia.org/wiki/Hello_world" target="_blank">Hello World</a> program.</p>
<div class="codecolorer-container basic4gl twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="basic4gl codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000080; font-weight: bold;">10</span> <span style="color: #FF0000;">PRINT</span> <span style="color: #008000;">&quot;HELLO WORLD&quot;</span></div></div>
<p>That was one of the best summers of my life. Like a kid with a set of LEGO&#8217;s full of curiosity and imagination there was no limit to what I could accomplish. By the end of summer I knew what I wanted to do when I grew up. My father has passed away since but I can&#8217;t begin to express how grateful and fortunate I was to have him in my life. Of all the things that he taught me the greatest was that there is no limit to what I can accomplish if I put my heart into it. It is because of him that I continue to prosper both in life and career.</p>
<p>Thanks for believing in me Dad.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-23" style="border-style: initial; border-color: initial; border-width: 0px;" title="Radio Shack TRS-80" src="http://www.craftingcode.net/wp-content/uploads/2011/10/trs-80-color-computer.jpg" alt="Radio Shack TRS-80" width="600" height="391" /></p>
]]></content:encoded>
			<wfw:commentRss>http://craftingcode.net/2011/10/30/radio-shack-trs-80-color-computer-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic

Served from: craftingcode.net @ 2012-02-07 09:57:44 -->
