<?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>Adventures in Development &#187; rss</title>
	<atom:link href="http://bitsoftconsulting.com/wordpress/tag/rss/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitsoftconsulting.com/wordpress</link>
	<description>Babak&#039;s experiences in software development</description>
	<lastBuildDate>Tue, 31 Aug 2010 23:00:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>BootBootReboot.com</title>
		<link>http://bitsoftconsulting.com/wordpress/2009/11/bootbootreboot-com/</link>
		<comments>http://bitsoftconsulting.com/wordpress/2009/11/bootbootreboot-com/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:30:53 +0000</pubDate>
		<dc:creator>Babak Naffas</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://bitsoftconsulting.com/wordpress/?p=27</guid>
		<description><![CDATA[I have been working on a website to aggregate funny technology related content across the internet. So far, I have been able to integrate pictures, YouTube videos, and some RSS content from fmylife and clientcopia I have created the site using ASP.NET and SQL Server. I made this decision solely because I use Microsoft's platform [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a website to aggregate funny technology related content across the internet. So far, I have been able to integrate pictures, YouTube videos, and some RSS content from <a href="http://fmylife.com" target="_blank">fmylife</a> and <a href="http://clientcopia.com" target="_blank">clientcopia</a></p>
<p>I have created the site using ASP.NET and SQL Server. I made this decision solely because I use Microsoft's platform every day for my professional work.</p>
<p><a title="BootBootReboot.com" href="http://www.bootbootreboot.com" target="_blank">BootBootReboot.com</a></p>
<h3>Picture Uploads and Thumbnails</h3>
<p>The pictures page (<a title="http://www.bootbootreboot.com/pictures" href="http://www.bootbootreboot.com/pictures" target="_blank">http://www.bootbootreboot.com/pictures</a>) allows visitors to add their own pictures. Upon uploading a picture, a thumbnail is also generate for that picture. The code below shows how to create a thumbnail of an uploaded image.</p>
<div class="code">public System.Drawing.Image CreateThumbnail(System.Drawing.Image original, int width, int height)<br />
{</div>
<div class="code" style="padding-left: 30px;">return original.GetThumbnailImage(width, height, null, new IntPtr());</div>
<div class="code">}</div>
<h3>Ajax using jquery + .NET Web Services</h3>
<p>Recently, I have also been introducing some new ajax functionality using jquery and .NET web services. This combination has allowed me to easily introduce a "preview" feature for uploading images and YouTube videos.</p>
<h2>Content Management</h2>
<h3>Youtube Videos</h3>
<p>The site is being updated to use the Youtube play list as the content manager for the videos page. Comments and ratings will be retrieved for the detail page and visitors to <a href="http://www.bootbootreboot.com" target="_blank">bootbootreboot.com</a> can add their own comments and ratings.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fbitsoftconsulting.com%2Fwordpress%2F2009%2F11%2Fbootbootreboot-com%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:80px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://bitsoftconsulting.com/wordpress/2009/11/bootbootreboot-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
