<?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>Overroot Blog</title>
	<atom:link href="http://www.overroot.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.overroot.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 08 May 2013 05:19:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<atom:link rel="hub" href="http://overroot.superfeedr.com"/><atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/>		<item>
		<title>SharePoint LogViewer now supports SharePoint 2013</title>
		<link>http://www.overroot.com/blog/2013/05/08/sharepoint-logviewer-now-supports-sharepoint-2013/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-logviewer-now-supports-sharepoint-2013</link>
		<comments>http://www.overroot.com/blog/2013/05/08/sharepoint-logviewer-now-supports-sharepoint-2013/#comments</comments>
		<pubDate>Wed, 08 May 2013 02:11:26 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[SPLV]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1571</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2013/05/08/sharepoint-logviewer-now-supports-sharepoint-2013/&amp;text=SharePoint LogViewer now supports SharePoint 2013&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Thanks to patch by Xerox, SharePoint LogViewer now supports SharePoint 2013. You can get the version 2.6.2 from the downloads page.]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2013/05/08/sharepoint-logviewer-now-supports-sharepoint-2013/&amp;text=SharePoint LogViewer now supports SharePoint 2013&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Thanks to patch by <a href="https://sharepointlogviewer.codeplex.com/discussions/438977">Xerox</a>, SharePoint LogViewer now supports SharePoint 2013.</p>

<p>You can get the version 2.6.2 from the <a href="https://sharepointlogviewer.codeplex.com/releases/view/45124">downloads page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2013/05/08/sharepoint-logviewer-now-supports-sharepoint-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pyMVC A Python Flask MVC Web Application Framework</title>
		<link>http://www.overroot.com/blog/2013/01/23/pymvc-a-python-flask-mvc-web-application-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pymvc-a-python-flask-mvc-web-application-framework</link>
		<comments>http://www.overroot.com/blog/2013/01/23/pymvc-a-python-flask-mvc-web-application-framework/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 17:14:06 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[pyMVC]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1551</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2013/01/23/pymvc-a-python-flask-mvc-web-application-framework/&amp;text=pyMVC A Python Flask MVC Web Application Framework&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
At Hyves, we wanted to re-write a legacy web application in python Flask. I was in charge of setting up the boiler plate code that would be necessary to get a skeleton app, up and running. For writing large application it is helpful to separate the concerns in different components and MVC pattern serves that [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2013/01/23/pymvc-a-python-flask-mvc-web-application-framework/&amp;text=pyMVC A Python Flask MVC Web Application Framework&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>At <a href="http://www.hyves.nl">Hyves</a>, we wanted to re-write a legacy web application in python <a href="http://flask.pocoo.org/">Flask</a>. I was in charge of setting up the boiler plate code that would be necessary to get a skeleton app, up and running.</p>

<p>For writing large application it is helpful to separate the concerns in different components and MVC pattern serves that purpose quite well. However Flask is a micro framework and doesn&#8217;t give you patterns or APIs to do MVC like application. You have to write all the code to make routing with controllers and actions work.</p>

<p>So I chose to write a small MVC application on top of flask that can be used as a starting point for writing controllers, views, etc while leveraging the power of flask and its plugins. A design decision I made was to make the framework object oriented and avoid any top level (free flowing) functions and global state. The code is now available on github as <a href="https://github.com/hasankhan/pyMVC">pyMVC</a>.</p>

<p>If you know python and object oriented programming and you&#8217;ve worked in any MVC framework before then you&#8217;ll be able to find similar patterns in this skeleton. Feel free to fork it, make pull requests and leave comments and suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2013/01/23/pymvc-a-python-flask-mvc-web-application-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squiggle 3.2 Beta Released</title>
		<link>http://www.overroot.com/blog/2012/11/09/squiggle-3-2-beta-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=squiggle-3-2-beta-released</link>
		<comments>http://www.overroot.com/blog/2012/11/09/squiggle-3-2-beta-released/#comments</comments>
		<pubDate>Fri, 09 Nov 2012 19:22:42 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Squiggle]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1545</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/11/09/squiggle-3-2-beta-released/&amp;text=Squiggle 3.2 Beta Released&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Squiggle 3.2 has finally reached the point where I can release it as beta version. I will not be adding any more features to 3.2 until the final release. From this point onward only bugs will be fixed. I encourage you to download the beta and try out its different features. Squiggle 3.2 has multiple [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/11/09/squiggle-3-2-beta-released/&amp;text=Squiggle 3.2 Beta Released&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Squiggle 3.2 has finally reached the point where I can release it as beta version.</p>

<p>I will not be adding any more features to 3.2 until the final release. From this point onward only bugs will be fixed. I encourage you to download the beta and try out its different features.</p>

<p>Squiggle 3.2 has multiple extensibility points. You can write communication plugin, extension, authentication provider, message filter and message parser. I will blog about each of these in coming days.</p>

<p>You can find a complete list of features on the <a href="http://squiggle.codeplex.com/releases/view/96232">release page</a>. Give it a try and if you find any bugs please report them on codeplex <a href="http://squiggle.codeplex.com/workitem/list/basic">issue tracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/11/09/squiggle-3-2-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squiggle 3.2 Development Release</title>
		<link>http://www.overroot.com/blog/2012/10/14/squiggle-3-2-development-release/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=squiggle-3-2-development-release</link>
		<comments>http://www.overroot.com/blog/2012/10/14/squiggle-3-2-development-release/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 08:32:10 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Squiggle]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1513</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/10/14/squiggle-3-2-development-release/&amp;text=Squiggle 3.2 Development Release&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Squiggle 3.2 has major changes in underlying communication layer. It is important that this release is tested longer before declared final therefore I&#8217;m announcing today the development release of Squiggle 3.2 to get the early feedback on bugs and issues. Squiggle communication layer has been re-written to be platform agnostic. You can now write Squiggle [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/10/14/squiggle-3-2-development-release/&amp;text=Squiggle 3.2 Development Release&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Squiggle 3.2 has major changes in underlying communication layer. It is important that this release is tested longer before declared final therefore I&#8217;m announcing today the development release of Squiggle 3.2 to get the early feedback on bugs and issues.</p>

<p>Squiggle communication layer has been re-written to be platform agnostic. You can now write Squiggle client on Android, IOS, Mac and Linux by implementing the protocol using ZeroMQ and Protocol Buffers. You can also write extensions and plugins to add functionality to the client. Following are some of the features added in 3.2:</p>

<ul>
<li>Support for plugins (Almost complete)</li>
<li>Support for extensions</li>
<li>Communication layer and protocol is platform independent (ZeroMQ, ProtocolBuffers)</li>
<li>Bug fixes</li>
<li>New /invite command</li>
<li>Edit the sent message</li>
<li>Disable update check</li>
<li>MSI installer for the client</li>
</ul>

<p><strong>NOTE:</strong> This is development release and not recommended for production use.</p>

<p>I highly recommend you to download this release and test it out in a staging environment to spot the issues and problems that may occur when you roll out next update in your home or office. Your help in making Squiggle a stable product is highly appreciated.</p>

<p>You can download Squiggle 3.2 (Development) from <a href="http://squiggle.codeplex.com/releases/view/96232"> http://squiggle.codeplex.com/releases/view/96232</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/10/14/squiggle-3-2-development-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LetsDonateStuff.com Now Supports Posting Items That You Need</title>
		<link>http://www.overroot.com/blog/2012/10/06/letsdonatestuff-com-now-supports-posting-items-that-you-need/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=letsdonatestuff-com-now-supports-posting-items-that-you-need</link>
		<comments>http://www.overroot.com/blog/2012/10/06/letsdonatestuff-com-now-supports-posting-items-that-you-need/#comments</comments>
		<pubDate>Sat, 06 Oct 2012 12:32:00 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[LetsDonateStuff]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1490</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/10/06/letsdonatestuff-com-now-supports-posting-items-that-you-need/&amp;text=LetsDonateStuff.com Now Supports Posting Items That You Need&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
As promised the new feature of posting items that you need is now available on LetsDonateStuff.com. Often people are reluctant in posting the items that they don&#8217;t need because they&#8217;re not sure if anyone will need them. Also it takes extra motivation to post something before someone actually asks for it. Therefore if there is [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/10/06/letsdonatestuff-com-now-supports-posting-items-that-you-need/&amp;text=LetsDonateStuff.com Now Supports Posting Items That You Need&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>As promised the new feature of posting items that you need is now available on <a href="http://www.letsdonatestuff.com">LetsDonateStuff.com</a>.</p>

<p>Often people are reluctant in posting the items that they don&#8217;t need because they&#8217;re not sure if anyone will need them. Also it takes extra motivation to post something before someone actually asks for it. Therefore if there is something missing in your home that you could use second hand from someone who has spare lying around the house, then you can post it here.</p>

<p>Also requesting an item here doesn&#8217;t necessarily mean that you yourself need the item. If you know someone who is in need of something but doesn&#8217;t have access to this site, you can post on their behalf and explain it in the post description that you know someone who needs it. Its up to you and the people responding to your post, to collaborate and decide how and when the item is transferred to the deserving person.</p>

<p>This is a platform to allow people to exchange things for free, to get rid of clutter from home, to help one another, to save the environment by re-using stuff rather than buying new ones and to prevent land-fill. If you have something to offer or there is something you (or someone you know) need then go ahead and post it on <a href="http://www.letsdonatestuff.com">LetsDonateStuff.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/10/06/letsdonatestuff-com-now-supports-posting-items-that-you-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squiggle Update</title>
		<link>http://www.overroot.com/blog/2012/07/25/squiggle-update-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=squiggle-update-3</link>
		<comments>http://www.overroot.com/blog/2012/07/25/squiggle-update-3/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 20:51:31 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Squiggle]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1232</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/07/25/squiggle-update-3/&amp;text=Squiggle Update&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
This is just to update you guys about what is going on with Squiggle. Currently I&#8217;m working on version 3.2 as I write this. So far I&#8217;ve been working on re-writing the core communication components to enable writing of Squiggle client for other platforms easier i.e. Android, Linux, iOS, Mac, etc. I don&#8217;t know if [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/07/25/squiggle-update-3/&amp;text=Squiggle Update&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>This is just to update you guys about what is going on with Squiggle. Currently I&#8217;m working on version 3.2 as I write this. So far I&#8217;ve been working on re-writing the core communication components to enable writing of Squiggle client for other platforms easier i.e. Android, Linux, iOS, Mac, etc.</p>

<p>I don&#8217;t know if I&#8217;ll be adding more features to the actual client so there is no commitment there. However the communication core is going to be scalable and portable. In 3.2 release I also plan on adding extensibility points details of which I&#8217;ve not finalized yet. Maybe you&#8217;ll be able to download the client and then add voice chat feature or write your plugin to add support for custom applications e.g. games, screen sharing, e.t.c.</p>

<p>I&#8217;m also improving naming of configuration settings and adding a few more settings on my way. Keep an eye on <a href="http://squiggle.codeplex.com/SourceControl/list/changesets">commit log</a> to stay updated with the development.</p>

<p>Finally if you find Squiggle useful and would like to support its development, you can <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=YCRMDETF9ZY8W">donate</a> a small amount as a token of encouragement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/07/25/squiggle-update-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Squiggle is Now in Git Repository</title>
		<link>http://www.overroot.com/blog/2012/07/13/squiggle-is-now-i-git-repository/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=squiggle-is-now-i-git-repository</link>
		<comments>http://www.overroot.com/blog/2012/07/13/squiggle-is-now-i-git-repository/#comments</comments>
		<pubDate>Fri, 13 Jul 2012 20:12:48 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Squiggle]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1229</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/07/13/squiggle-is-now-i-git-repository/&amp;text=Squiggle is Now in Git Repository&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Squiggle used to be in SVN before and anyone who wanted to contribute a fix would have to upload a diff file as a patch. Yesterday I requested CodePlex to change my repository to Git and they were very quick in their response. Today Squiggle has been migrated to Git repository. This means you can [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/07/13/squiggle-is-now-i-git-repository/&amp;text=Squiggle is Now in Git Repository&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Squiggle used to be in SVN before and anyone who wanted to contribute a fix would have to upload a diff file as a patch. Yesterday I requested CodePlex to change my repository to Git and they were very quick in their response. Today Squiggle has been migrated to Git repository. This means you can now make pull requests and fork squiggle if you want.</p>

<p>The clone url for Squiggle is: <a href="https://git01.codeplex.com/squiggle">https://git01.codeplex.com/squiggle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/07/13/squiggle-is-now-i-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LetsDonateStuff Now Supports OpenID</title>
		<link>http://www.overroot.com/blog/2012/07/08/letsdonatestuff-now-supports-openid/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=letsdonatestuff-now-supports-openid</link>
		<comments>http://www.overroot.com/blog/2012/07/08/letsdonatestuff-now-supports-openid/#comments</comments>
		<pubDate>Sun, 08 Jul 2012 17:09:36 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[LetsDonateStuff]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1219</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/07/08/letsdonatestuff-now-supports-openid/&amp;text=LetsDonateStuff Now Supports OpenID&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
For the last two days I&#8217;ve been working on adding OpenID support on LetsDonateStuff.com. There has been substantial amount of code change under the hood. For the end user it means they&#8217;re going to have a simpler experience for offering items. Now when you go to offer item page, you have to login with your [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/07/08/letsdonatestuff-now-supports-openid/&amp;text=LetsDonateStuff Now Supports OpenID&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>For the last two days I&#8217;ve been working on adding OpenID support on <a href="http://LetsDonateStuff.com">LetsDonateStuff.com</a>. There has been substantial amount of code change under the hood. For the end user it means they&#8217;re going to have a simpler experience for offering items.</p>

<p>Now when you go to offer item page, you have to login with your google, yahoo, etc account. The benefit of this is that you don&#8217;t have to specify your email and name multiple times if you offer multiple items. Also you now don&#8217;t have to click on the verification link in confirmation email. There is still a confirmation email sent to you on offering an item but it is only for letting you know that your item has been queued and also to give you that special link with which you can remove the offer.</p>

<p>Since underlying code of the site had changed quite a bit and migrating data was difficult therefore all existing donations have been removed. They already had out lived their validity period so there was nothing to lose. If you still have the item you offered before then you can post it again on the site.</p>

<p>If you have trouble using the new site, please report it on the feed back page on the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/07/08/letsdonatestuff-now-supports-openid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squiggle 3.1 Revision 5 Released</title>
		<link>http://www.overroot.com/blog/2012/06/18/squiggle-3-1-revision-5-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=squiggle-3-1-revision-5-released</link>
		<comments>http://www.overroot.com/blog/2012/06/18/squiggle-3-1-revision-5-released/#comments</comments>
		<pubDate>Mon, 18 Jun 2012 18:13:58 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Squiggle]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1162</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/06/18/squiggle-3-1-revision-5-released/&amp;text=Squiggle 3.1 Revision 5 Released&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Today I&#8217;ve released revision 5 of Squiggle 3.1. This is primarily a maintenance release since the only difference between this and the previous release is that It is now built against .NET 4.0. It doesn&#8217;t have dependency on WpfToolkit It uses .NET Tasks instead of ThreadPool It uses SqlServer CE 4 for saving history The [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/06/18/squiggle-3-1-revision-5-released/&amp;text=Squiggle 3.1 Revision 5 Released&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Today I&#8217;ve released revision 5 of Squiggle 3.1. This is primarily a maintenance release since the only difference between this and the previous release is that</p>

<ul>
<li>It is now built against .NET 4.0. </li>
<li>It doesn&#8217;t have dependency on WpfToolkit</li>
<li>It uses .NET Tasks instead of ThreadPool</li>
<li>It uses SqlServer CE 4 for saving history</li>
</ul>

<p>The change in Sql Server CE version means that if you upgrade to revision 5, your old history will be lost so its better to backup your old history before upgrading. And of course you also have to install .NET Framework 4.0 if it wasn&#8217;t installed already.</p>

<p>With this release I no longer support Windows XP operating system since I do not have sufficient time and resources to support 11 year old operating system. Also from this release onward I will not be uploading translations. Users can still generate translation themselves using the tool provided in source or by translating strings manually.</p>

<p>From end user perspective you have no reason to upgrade if the revision 4 or earlier is working fine for you unless the next major release comes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/06/18/squiggle-3-1-revision-5-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Website of LetsDonateStuff.com Launched</title>
		<link>http://www.overroot.com/blog/2012/05/20/new-website-of-letsdonatestuff-com-launched/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-website-of-letsdonatestuff-com-launched</link>
		<comments>http://www.overroot.com/blog/2012/05/20/new-website-of-letsdonatestuff-com-launched/#comments</comments>
		<pubDate>Sun, 20 May 2012 15:38:47 +0000</pubDate>
		<dc:creator>hasan</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[LetsDonateStuff]]></category>

		<guid isPermaLink="false">http://www.overroot.com/blog/?p=1141</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/05/20/new-website-of-letsdonatestuff-com-launched/&amp;text=New Website of LetsDonateStuff.com Launched&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
I&#8217;ve just finished applying the new layout on LetsDonateStuff.com. The core website features are still the same. Its still a website where you can post your spare stuff that your friends, neighbors, family or anyone else can make good use of. Checkout the new look and see if you have something to share with the [...]]]></description>
				<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.overroot.com/blog/2012/05/20/new-website-of-letsdonatestuff-com-launched/&amp;text=New Website of LetsDonateStuff.com Launched&amp;via=&amp;related=DolcePixel"><img align="right" src="http://www.overroot.com/blog/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>I&#8217;ve just finished applying the new layout on <a href="http://letsdonatestuff.com">LetsDonateStuff.com</a>. The core website features are still the same. Its still a website where you can post your spare stuff that your friends, neighbors, family or anyone else can make good use of.</p>

<p>Checkout the new look and see if you have something to share with the world :)</p>

<p>Help me <a href="http://www.letsdonatestuff.com/SpreadTheLove">spread the love</a>.</p>

<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overroot.com/blog/2012/05/20/new-website-of-letsdonatestuff-com-launched/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.406 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-19 00:24:00 -->
