<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Sebastien Aube</title>
	<link>http://www.sebaube.com</link>
	<description>Ramblings on Technology, .Net and development</description>
	<lastBuildDate>Mon, 21 Feb 2011 03:33:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Twitter and Social Networks for Software Developers</title>
		<description><![CDATA[It&#8217;s clear, online social networking is here to stay and will be for a long long time. If you haven&#8217;t created your online persona on Twitter, Facebook etc.. then you might be missing opportunities to meet and interact with some great people. Developers tend to be a perfect fit for social networking. Why should you [...]]]></description>
		<link>http://www.sebaube.com/2011/02/twitter-and-social-networks-for-software-developers/</link>
			</item>
	<item>
		<title>A small gotcha when calling a WCF service using $.ajax</title>
		<description><![CDATA[I just spent a couple of hours debugging a Jquery call to a WCF Service and luckily stumbled on a solution. I though I&#8217;d share it with the universe. Here is the basic setup that was causing issues. The WCF Service public class JsonResponse { public bool Success { get; set; } public string ErrorMessage [...]]]></description>
		<link>http://www.sebaube.com/2010/09/a-small-gotcha-when-calling-a-wcf-service-using-ajax/</link>
			</item>
	<item>
		<title>JQuery Robot Animation</title>
		<description><![CDATA[I ran into this recently and I though I would share it with you. This animation is made possible by the use of JQuery and CSS. I&#8217;m quite impressed at what they were able to do. It is relatively easy if you compare to earlier Javascript techniques. S.]]></description>
		<link>http://www.sebaube.com/2010/02/jquery-robot-animation/</link>
			</item>
	<item>
		<title>Creating a twitter like flash message</title>
		<description><![CDATA[Here&#8217;s a quick step by step tutorial to create a Twitter style Flash message using css and javascript. The CSS I&#8217;m using the blueprint css which can be found here .notification { text-align: center; display: none; width: 100%; position: fixed; padding-top: 8px; padding-bottom: 8px; margin: 0; font-weight: bold; font-size: 1.2em; overflow: visible; } Add the [...]]]></description>
		<link>http://www.sebaube.com/2010/02/creating-a-twitter-like-flash-message/</link>
			</item>
	<item>
		<title>The data access layer might disappear one day</title>
		<description><![CDATA[Some history, As developers we&#8217;ve all built data-driven applications. Using any flavor of MSSql, MySQL, Oracle, Postgress etc&#8230; we&#8217;ve written queries and stored procedures. Spent many hours trying to come up with the right database schema. We&#8217;ve written countless data access layers and mapping code. Does this line of code ring a bell. person.FirstName = [...]]]></description>
		<link>http://www.sebaube.com/2010/02/the-data-access-layer-might-disappear-one-day/</link>
			</item>
</channel>
</rss>

