<?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>Raihan Iqbal &#187; Development</title>
	<atom:link href="http://www.raihaniqbal.net/blog/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raihaniqbal.net/blog</link>
	<description>Life is codetastic!</description>
	<lastBuildDate>Sat, 07 Aug 2010 14:15:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Using MsSqlSpatial with Google Maps</title>
		<link>http://www.raihaniqbal.net/blog/2009/08/using-mssqlspatial-with-google-maps/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/08/using-mssqlspatial-with-google-maps/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:53:26 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[google maps spatial sql]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2009/08/using-mssqlspatial-with-google-maps/</guid>
		<description><![CDATA[One of the many .NET open-source projects that don’t get the attention they deserve is MsSqlSpatial. This project provides spatial extensions to SQL Server 2005 – meaning you can perform various spatial calculations right in your T-SQL queries! Cool eh? But, this project lacks documentation which is a problem for us developers. I’m sure they [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/08/using-mssqlspatial-with-google-maps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FireFox+Firebug vs IE8 Developer Toolbar</title>
		<link>http://www.raihaniqbal.net/blog/2009/06/firefoxfirebug-vs-ie8-developer-toolbar/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/06/firefoxfirebug-vs-ie8-developer-toolbar/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 09:01:10 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/?p=56</guid>
		<description><![CDATA[The first time I used Firebug (back then there was no IE8 Dev toolbar) I fell in love with it and as a Web Developer, life without it is unimaginable. This excellent article by Chris Brandsma tells you why its so. Check it out here.]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/06/firefoxfirebug-vs-ie8-developer-toolbar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perform Batch Inserts/Updates in SQL Server 2005 using XML</title>
		<link>http://www.raihaniqbal.net/blog/2009/04/perform-batch-insertsupdates-in-sql-server-2005-using-xml/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/04/perform-batch-insertsupdates-in-sql-server-2005-using-xml/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 14:50:11 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/perform-batch-insertsupdates-in-sql-server-2005-using-xml/</guid>
		<description><![CDATA[My current project requires me to download huge amounts of data from a remote server in the form of XML and save them to our local database. Lets see if we can do this using just one simple T-SQL stored procedure. Lets first create our table. For the purpose of this demonstration I will use [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/04/perform-batch-insertsupdates-in-sql-server-2005-using-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generating Tree-like UI structures</title>
		<link>http://www.raihaniqbal.net/blog/2009/02/generating-tree-like-ui-structures/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/02/generating-tree-like-ui-structures/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 07:45:50 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/generating-tree-like-ui-structures/</guid>
		<description><![CDATA[In many of my projects I have had to generate non-binary trees using information from the database and then display them in a “tree-like” structure as shown below. My algorithm is very simple and it makes use of Dan Vanderboom’s excellent Generic Tree Collection but frankly I’m not satisfied with certain aspects of my algorithm. [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/02/generating-tree-like-ui-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Controls collection cannot be modified because the control contains code blocks</title>
		<link>http://www.raihaniqbal.net/blog/2009/02/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/02/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 11:28:42 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks/</guid>
		<description><![CDATA[I’m pretty much sure many of you have encountered this error if you have been using Code blocks inside your ASP.NET master pages for example, 1: &#60;img src='&#60;%= Page.ResolveUrl(&#34;~/image/top-mnu-agents.jpg&#34;) %&#62;' alt=&#34;Agents&#34; name=&#34;agents&#34; 2: width=&#34;109&#34; height=&#34;42&#34; border=&#34;0&#34; id=&#34;agents&#34; /&#62;&#60;/a&#62; .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/02/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing Images In ASP.NET</title>
		<link>http://www.raihaniqbal.net/blog/2009/01/resizing-images-in-aspnet/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/01/resizing-images-in-aspnet/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 04:21:57 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/resizing-images-in-aspnet/</guid>
		<description><![CDATA[I&#8217;m sure there are plenty of similar topics out there but this is my two cents. Lets say you have the following code in your ASP.NET page: &#160;&#160;&#160; 1 Upload a File: &#38;nbsp;&#60;asp:FileUpload ID=&#34;pictureUpload&#34; runat=&#34;server&#34; /&#62;&#60;br /&#62; &#160;&#160;&#160; 2&#160;&#60;asp:Button ID=&#34;btnUpload&#34; runat=&#34;server&#34; Text=&#34;Upload&#34; OnCommand=&#34;handle_ButtonClick&#34; CommandName=&#34;Upload&#34; /&#62; Let&#8217;s look at the event handler code that uploads the [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/01/resizing-images-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simulate network delay</title>
		<link>http://www.raihaniqbal.net/blog/2008/12/simulate-network-delay/</link>
		<comments>http://www.raihaniqbal.net/blog/2008/12/simulate-network-delay/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 08:00:38 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/simulate-network-delay/</guid>
		<description><![CDATA[Sometimes developers need to simulate network delay during development and testing for various reasons. Sloppy is a tool that does just that. You will need the latest java runtime installed for it to work. Just go the link above and follow the instructions.]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2008/12/simulate-network-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

