<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>samurai joe</title>
	<link>http://www.samurai-joe.com</link>
	<description>{coding warrior}</description>
	<lastBuildDate>Thu, 15 Oct 2009 21:33:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Mosso Url Rewriting ASP.NET</title>
		<description><![CDATA[Just yesterday, I uploaded an application that I had created to Mosso. Some effort had gone into cleaning up the URL&#8217;s so that they would be search engine friendly. Cleaning the URL&#8217;s up also allowed the site to work effectively with or without AJAX enabled.
The module that I decided to use was urlrewriter.net (this was [...]]]></description>
		<link>http://www.samurai-joe.com/./mosso-url-rewriting-aspnet/</link>
			</item>
	<item>
		<title>Observer Pattern</title>
		<description><![CDATA[A simple overview of the Observer Design Pattern using C#.]]></description>
		<link>http://www.samurai-joe.com/./observer-pattern/</link>
			</item>
	<item>
		<title>Adding an &quot;ALL&quot; to a LinqDataSource Dropdownlist</title>
		<description><![CDATA[Databainding a linqdatasource and dropdownlist, but adding an "ALL" to the list to increase search power.]]></description>
		<link>http://www.samurai-joe.com/./adding-an-all-to-a-linqdatasource-dropdownlist/</link>
			</item>
	<item>
		<title>Warren Buffet on Gold</title>
		<description><![CDATA[I read an interesting quote over the weekend where the sage of Omaha, Warren Buffet, gives a thought provoking view on Gold. He says
It gets dug out of the ground in Africa, or someplace. Then we melt it down, dig another hole, bury it again and pay people to stand around guarding it. It has [...]]]></description>
		<link>http://www.samurai-joe.com/./warren-buffet-on-gold/</link>
			</item>
	<item>
		<title>LinqDataSource, FormView DateTime Insert Errors</title>
		<description><![CDATA[I have recently been using the LinqDataSource and the GridView control together to speed up my development time. On one project that I have I used the LinqDataSource in conjunction with the FormView control. It has been extremely useful, especially for updating data in a somewhat error free way. 
However, I have a lot of [...]]]></description>
		<link>http://www.samurai-joe.com/./linqdatasource-formview-datetime-insert-errors/</link>
			</item>
	<item>
		<title>Blog Switch Over</title>
		<description><![CDATA[Recently I have been neglecting my posting duties. I am not entirely sure why that is (probably because I feel I have nothing interesting to say), but alas that is probably for another post.
I helped a friend out with a transfer of their Wordpress blog across from one hosting environment to another and during the [...]]]></description>
		<link>http://www.samurai-joe.com/./blog-switch-over/</link>
			</item>
	<item>
		<title>New Theme Up</title>
		<description><![CDATA[Well it took a while to find something that I was happy with, but I finally  did. But even though the theme is almost finished, I am still not entirely sure  that it is the theme that I want to go with. Oh well, at the end of the day, it  is [...]]]></description>
		<link>http://www.samurai-joe.com/./new-theme-up/</link>
			</item>
	<item>
		<title>OpenSocial &amp; ASP.NET Part 3</title>
		<description><![CDATA[I was making a simple mistake when it came to

gadgets.util.registerOnLoadHandler()

I was ommitting placing the () at the end of the function to be called.
Anyway, now that that has been resolved, I have simply placed all the  config.init code from the previous post in the method that is called on gadget.util.registerOnLoadHandler.
This makes things a little [...]]]></description>
		<link>http://www.samurai-joe.com/./opensocial-and-aspnet-part-3/</link>
			</item>
	<item>
		<title>OpenSocial &amp; ASP.NET Part 2</title>
		<description><![CDATA[The saga continues&#8230;.
Unfortunately it appears that Opensocial and ASP.NET do go together somewhat, however there are a few hiccups along the way. One deals primary with the Opensocial API code that is generated by hi5. After my last post, I went through and tried to debug the errors that I had and that others had [...]]]></description>
		<link>http://www.samurai-joe.com/./opensocial-and-aspnet-part-2/</link>
			</item>
	<item>
		<title>OpenSocial &amp; ASP.NET Part 1</title>
		<description><![CDATA[Being a c# ASP.NET developer, I wanted to develop an opensocial application that could be developed with server side code so that I could easily interact with my services that I have on my server and also so that I can more importantly interact with my database directly, without using the gadgets.io.makeRequest function made available.
It [...]]]></description>
		<link>http://www.samurai-joe.com/./opensocial-and-aspnet/</link>
			</item>
</channel>
</rss>
