<?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>Saqib Ansari's World &#187; ASP</title>
	<atom:link href="http://www.saqib-ansari.com/tags/asp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saqib-ansari.com</link>
	<description>Dream came true</description>
	<lastBuildDate>Tue, 29 Jun 2010 05:34:27 +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>Count Number of Words in a Sentence using ASP</title>
		<link>http://www.saqib-ansari.com/2009/10/count-number-of-words-in-a-sentence-using-asp.html</link>
		<comments>http://www.saqib-ansari.com/2009/10/count-number-of-words-in-a-sentence-using-asp.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:05:08 +0000</pubDate>
		<dc:creator>Saqib Ansari</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.saqib-ansari.com/?p=117</guid>
		<description><![CDATA[There is no function in ASP to count number of words in sentence or long string. Bellow is very simple function that count number of words and return that count. < % Function CountWords (StrValue) Dim iWords, mLengthWithSpaces, mLengthWithoutSpaces ' following line calculate the actual length of string mLengthWithSpaces = Len(StrValue) ' following line remove [...]]]></description>
		<wfw:commentRss>http://www.saqib-ansari.com/2009/10/count-number-of-words-in-a-sentence-using-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to my dream World</title>
		<link>http://www.saqib-ansari.com/2007/05/welcome-to-my-dream-world.html</link>
		<comments>http://www.saqib-ansari.com/2007/05/welcome-to-my-dream-world.html#comments</comments>
		<pubDate>Sat, 26 May 2007 03:54:58 +0000</pubDate>
		<dc:creator>Saqib Ansari</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[FirstPost]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.saqib-ansari.com/?p=1</guid>
		<description><![CDATA[Hello and welcome to my world (The dream that came true) – a world crammed with computer issues, programming, and other generally creepy things. So be ready to go ahead. Please tie up your seatbelt and uptight your seat position, as this may be a jerky ride. I started this blog as a place I [...]]]></description>
		<wfw:commentRss>http://www.saqib-ansari.com/2007/05/welcome-to-my-dream-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
