<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>nickelcode</title>
	<link>http://nickelcode.com</link>
	<description>penny for your thoughts, nickel for your code</description>
	<lastBuildDate>Tue, 23 Dec 2008 16:42:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Happy Holidays.</title>
		<description><![CDATA[I&#8217;m not sure if anyone reads this regularly, but with that uptick in people stopping by I thought I would wish everyone a great holiday season just in case they do!
I switched the theme for the site because I was running out of tab space at the top and I will be putting up at [...]]]></description>
		<link>http://nickelcode.com/2008/12/23/happy-holidays/</link>
			</item>
	<item>
		<title>An Idea: Scripted C# for ASP.NET Development</title>
		<description><![CDATA[I work as a .NET consultant in New York, most often with ASP.NET and SharePoint so the frustration expressed here comes directly from experience. Outside of work I like to dabble with lots of other neat tools an one thing I've really gotten used to in web development is NOT having to compile when I make simple changes to my app. PHP, Python, and Ruby all make this very easy. And if your project is pretty small, using ASP.NET doesn't add too much over head. But that doesn't last for long]]></description>
		<link>http://nickelcode.com/2008/12/16/an-idea-scripted-c-for-aspnet-development/</link>
			</item>
	<item>
		<title>Erlang and Cloud Computing: A Fine Pair Indeed</title>
		<description><![CDATA[<strong>[update]:</strong> Some clarification (in it's favor!) on Mnesia's limitations thanks to commenter Gleb Peregud

"The Cloud". Infrastructure as a resource. Whether or not you've bought into the hype (or <a href="http://www.it.uu.se/research/group/hipe/">HiPE</a> as you prefer :D ) some of the largest software/IT companies in the world are throwing piles of cash at this idea of a hardware-service. But, for the purposes of new web applications that are looking to take advantage of hardware scaling to meet demand, there's a lot of work to be done. For a quick roundup on some of the issues facing web applications with the <a href="http://aws.amazon.com/ec2/">EC2 platform</a> you can check out <a href="http://www.clickcaster.com/items/erlang-and-ec2--a-match-made-in-heaven">Tony Arcieri's Post</a> on Rails with EC2. Just as Tony Points out in his article, Erlang has a lot of tools ready made for these demands, and, with the added side benefit of proven stability/scalability in intense environments, it's certainly worthy of some consideration for your next cloud ready app.]]></description>
		<link>http://nickelcode.com/2008/12/15/erlang-and-cloud-computing-a-fine-pair-indeed/</link>
			</item>
	<item>
		<title>Functional Programming is harder than Object Oriented Programming</title>
		<description><![CDATA[I was mouthing off in #erlang last night about OOP and I wanted to summarize some of the conclusions that I came too about why object orientation has become so huge while functional programming has remained relatively unused by comparison.]]></description>
		<link>http://nickelcode.com/2008/12/12/functional-programming-is-harder-than-object-oriented-programming/</link>
			</item>
	<item>
		<title>Developing for fun, some observations</title>
		<description><![CDATA[[UPDATE]: Some really nice additions to the list <a href="http://weblog.masukomi.org/2008/12/14/on-coding-for-fun">here</a>. 

Since I graduated from college, I've sort of stuttered and started when it came to coding in my free time. I knew that I loved to problem solve, and I got great satisfaction out if that aspect of programming (its why I do it for a living), but that didn't seem to be enough to keep me interested for more than a few weeks/months. I'd always get tired of it, and wonder how the people doing crazy things like hacking the Linux kernel kept at it. For years no less! What follows are a few observations on how to keep programming fun when you're doing it in your free time.]]></description>
		<link>http://nickelcode.com/2008/12/08/developing-for-fun-some-observations/</link>
			</item>
	<item>
		<title>delicious-user-top javascript</title>
		<description><![CDATA[Github: <a href="http://github.com/johnbender/delicious-user-top/tree/master">delicious-user-top</a>

So if you stopped by last week you saw that I hacked together the github-repos javascript plugin for my new forum, <a href="http://erlanguid.com">erlanguid</a>, to pull a users github repo information and display it in their posts. It was so easy that I got kind of plugin happy and decided to do a few more for my forum. The latest pulls the users top links for a given tag or tags from Delicious.com. Here's how to use it!]]></description>
		<link>http://nickelcode.com/2008/12/06/delicious-user-top-javascript/</link>
			</item>
	<item>
		<title>Adding Textile to happenings with RedCloth</title>
		<description><![CDATA[This is why I love Rails:

<img src='http://nickelcode.com/images/happenings-commit-Redcloth.jpg' alt='RedCloth Addition' class='aligncenter' />

In the commit you'll notice that there are two files that got changed. The output for the Textile, and adding the gem to the environment.rb. Other than that all I had to do was install the gem in both dev and production, and unpack it in production. 

This is certainly a short post, but I have to say that when you've used Rails enough to know exactly what to do in a given situation, that "todo" ends up being a very light undertaking. 

Make no mistake, Rails is the framework of the future.]]></description>
		<link>http://nickelcode.com/2008/12/05/adding-textile-to-happenings-with-redcloth/</link>
			</item>
	<item>
		<title>erlanguid.com coming along nicely</title>
		<description><![CDATA[So, the reason I haven't posted in a bit is that I've been finishing up <a href="https://github.com/johnbender/happenings/tree">happenings</a> for deployment (learning capistrano), I put together a really nice <a href="https://www.hensongroup.com/usersgroups/sharepointdevelopers/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2fusersgroups%2fsharepointdevelopers%2fShared%20Documents%2fNovember%2025th%202008&#038;FolderCTID=&#038;View={7E84DB17-7B83-4137-8EEC-10BEE788F0AB}">presentation</a> on SharePoint basics for my user group, and also because I've been putting together a new forum! [...]]]></description>
		<link>http://nickelcode.com/2008/12/05/erlanguidcom-coming-along-nicely/</link>
			</item>
	<item>
		<title>github-repos - GitHub repo information in your webpages!</title>
		<description><![CDATA[After attempting to add Dr. Nic's <a href="http://drnicjavascript.rubyforge.org/github_badge/">GitHubBadge</a> javascript pluggin into my new forum, <a href="http://erlanguid.com">erlanguid.com</a>, I decided to create my own version that will work with multiple possible elements in the page (as is necessary in a forum). It should be noted that I am by no means a javascript expert and I used Dr. Nic's pluggin as reference for some of my code. Credit where credit is due: Thanks Dr. Nic!

Via some jQuery 1.2.6 goodness and a little bit of elbow grease, I seem to have it working alright. I'll quickly walk you through the code and how to make use of it should you so desire! ]]></description>
		<link>http://nickelcode.com/2008/11/27/github-repo-information-in-your-webpages/</link>
			</item>
	<item>
		<title>PostSharp: filters for C#</title>
		<description><![CDATA[Aspect oriented programming is a relatively new paradigm but it's existence in the the .NET world was <strong>brand new</strong> to me when one of my clients/bosses Kris Kniaz stopped by my desk and told me about it. He pointed me at their <a href="http://www.postsharp.org/">site</a> and at first it was a little vague what the software was trying to accomplish but about 2 minutes into reading it over I realized I was looking at C# filtering!
]]></description>
		<link>http://nickelcode.com/2008/11/21/postsharp-filters-for-c/</link>
			</item>
</channel>
</rss>
