<?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</title>
	<atom:link href="http://www.raihaniqbal.net/blog/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.0</generator>
		<item>
		<title>HTML5 Support In Visual Studio 2010</title>
		<link>http://www.raihaniqbal.net/blog/2010/08/html5-support-in-visual-studio-2010/</link>
		<comments>http://www.raihaniqbal.net/blog/2010/08/html5-support-in-visual-studio-2010/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 13:39:42 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[vs2010]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2010/08/html5-support-in-visual-studio-2010/</guid>
		<description><![CDATA[I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a bit of homework and came up with an easy workaround. If you try googling for html5 visual studio 2010, the first link that you [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2010/08/html5-support-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET SlidingMessage Control</title>
		<link>http://www.raihaniqbal.net/blog/2010/07/asp-net-slidingmessage-control/</link>
		<comments>http://www.raihaniqbal.net/blog/2010/07/asp-net-slidingmessage-control/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 14:32:36 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2010/07/asp-net-slidingmessage-control/</guid>
		<description><![CDATA[The SlidingMessage server control is the ASP.NET version of the excellent jQuery SlidingMessage plugin by Henrik Joreteg. The control is very easy to use with minimal setup – all you have to do is drag and drop the control into your page and voila! you’re ready to go. The binary includes all the necessary javascript [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2010/07/asp-net-slidingmessage-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discovering MSBuild &#8211; Part One</title>
		<link>http://www.raihaniqbal.net/blog/2010/03/discovering-msbuild-part-one/</link>
		<comments>http://www.raihaniqbal.net/blog/2010/03/discovering-msbuild-part-one/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 08:18:27 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[msbuild]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2010/03/discovering-msbuild-part-one/</guid>
		<description><![CDATA[Background This series is all about me trying to learn the dark art of MSBuild. Ever since I started developing .NET applications, I was aware of the existence of this strange tool but I could never harness its true potential. So lets begin our adventure! Introduction An MSBuild file typically known as an MSBuild Project [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2010/03/discovering-msbuild-part-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Twitter Counter Badge using CodeIgniter</title>
		<link>http://www.raihaniqbal.net/blog/2009/12/create-twitter-counter-badge-using-codeigniter/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/12/create-twitter-counter-badge-using-codeigniter/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 08:19:08 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[badge]]></category>
		<category><![CDATA[counter]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2009/12/create-twitter-counter-badge-using-codeigniter/</guid>
		<description><![CDATA[I know this is one of those “re-inventing the wheel&#8217;” kind of tutorials but I had nothing better to do during my Eid vacation Things you will need 1. Download and install the excellent CodeIgniter Curl Library 2. You will need an image which will contain your follower count. The Code In your Controller class [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/12/create-twitter-counter-badge-using-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Using Jquery Grid with ASP.NET MVC</title>
		<link>http://www.raihaniqbal.net/blog/2009/07/using-jquery-grid-with-asp-net-mvc/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/07/using-jquery-grid-with-asp-net-mvc/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:00:57 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/?p=63</guid>
		<description><![CDATA[This excellent article from Phil Haack shows you how you can use the excellent JGrid plugin with ASP.NET MVC. Thanks Phil! http://haacked.com/archive/2009/04/14/using-jquery-grid-with-asp.net-mvc.aspx]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/07/using-jquery-grid-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Maintenance Mode Module</title>
		<link>http://www.raihaniqbal.net/blog/2009/06/asp-net-maintenance-mode-module/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/06/asp-net-maintenance-mode-module/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 22:54:53 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2009/06/asp-net-maintenance-mode-module/</guid>
		<description><![CDATA[Web developers at times need to put their web applications in an offline mode so as to prevent visitors from accessing the site while they are updating it. The classic way to do this would be to upload an app_offline.html file to the root of the web application. The limitation of this technique is that [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/06/asp-net-maintenance-mode-module/feed/</wfw:commentRss>
		<slash:comments>2</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>How to add a tooltip to an ASP.NET DropdownList item</title>
		<link>http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 13:20:47 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/</guid>
		<description><![CDATA[If you want to set a common tooltip for all the items in a DropDownList then you can just set the Title attribute for each item like so: foreach(ListItem item in ddlScorecards.Items) item.Attributes.Add(&#34;Title&#34;, &#34;YOUR TOOLTIP TEXT&#34;); .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programmatically extract body of a web page</title>
		<link>http://www.raihaniqbal.net/blog/2009/06/programmatically-extract-body-of-a-web-page/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/06/programmatically-extract-body-of-a-web-page/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:33:51 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2009/06/programmatically-extract-body-of-a-web-page/</guid>
		<description><![CDATA[The technique used in this article can be used to display the contents of an HTML page inside your ASP.NET pages instead of using IFRAMES. System.Net.WebRequest req = System.Net.WebRequest.Create(Request.QueryString["url"]); System.Net.HttpWebResponse resp = (System.Net.HttpWebResponse)req.GetResponse(); System.IO.Stream respStream = resp.GetResponseStream(); System.IO.StreamReader sr = new System.IO.StreamReader(respStream); string responseFromServer = sr.ReadToEnd(); System.Text.RegularExpressions.Regex bodyRegex = new System.Text.RegularExpressions.Regex(@"(]*>[\u0000-\uFFFF]+?)"); System.Text.RegularExpressions.Match bodyMatch = bodyRegex.Match(responseFromServer); [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/06/programmatically-extract-body-of-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
