<?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>Vaibhav Bora &#187; Technical Articles</title>
	<atom:link href="http://www.vaibhavbora.com/blog/category/technical-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vaibhavbora.com/blog</link>
	<description>Your Mind Is Your Own Limitation</description>
	<lastBuildDate>Wed, 11 Nov 2009 05:50:33 +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>Web 2.0 Cross Site Scripting (XSS) Server &amp; Client Side Attacks and Mitigation</title>
		<link>http://www.vaibhavbora.com/blog/2009/10/web-2-0-cross-site-scripting-xss-server-client-side-attacks-and-mitigation/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/10/web-2-0-cross-site-scripting-xss-server-client-side-attacks-and-mitigation/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 21:58:00 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[Technical Articles]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/blog/2009/09/web-2-0-cross-site-scripting-xss-server-client-side-attacks-and-mitigation/</guid>
		<description><![CDATA[ABSTRACT Internet &#38; Internet based web applications are becoming popular to perform various on-line tasks and so are web-based vulnerabilities. Web 2.0 is today’ new mantra and much of the new stuff coming up is based on recent advances in Web Technologies viz. XHTML, JavaScript, AJAX, SOAP, Web Services. All these technologies are fast becoming [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/10/web-2-0-cross-site-scripting-xss-server-client-side-attacks-and-mitigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Email using Gmail SMTP</title>
		<link>http://www.vaibhavbora.com/blog/2009/09/send-email-using-gmail-smtp/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/09/send-email-using-gmail-smtp/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:26:12 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/blog/2009/09/send-email-using-gmail-smtp/</guid>
		<description><![CDATA[In one of my Application called Exxecutive (secret !) I wanted to send email to my clients using my Gmail Account. I wanted to make sure Gmail keeps a copy of my sent emails. If I use SMTP provided by Microsoft IIS, Gmail doesn’t come in the picture. After doing some research I wrote a [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/09/send-email-using-gmail-smtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Move blog to subfolder or redirect old url to new url and still keep old url working to preserve search engine listing</title>
		<link>http://www.vaibhavbora.com/blog/2009/09/move-blog-to-subfolder-or-redirect-old-url-to-new-url-and-still-keep-old-url-working-to-preserve-search-engine-listing/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/09/move-blog-to-subfolder-or-redirect-old-url-to-new-url-and-still-keep-old-url-working-to-preserve-search-engine-listing/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 04:21:47 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[Technical Articles]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/blog/2009/09/move-blog-to-subfolder-or-redirect-old-url-to-new-url-and-still-keep-old-url-working-to-preserve-search-engine-listing/</guid>
		<description><![CDATA[I was planning to move my wordpress blog to a new subfolder instead of the current root folder. I had to go through a long process. I did some research and found a few wordpress plugins that will do the job for me but my situation was a little different. I wanted to move all [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/09/move-blog-to-subfolder-or-redirect-old-url-to-new-url-and-still-keep-old-url-working-to-preserve-search-engine-listing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert HTML to well-formed XML document (Clean HTML) with SgmlReader or php_tidy</title>
		<link>http://www.vaibhavbora.com/blog/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 02:44:12 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/</guid>
		<description><![CDATA[A few years ago while working on a web-scraping tool in .NET I found an amazing library SgmlReader which made my life so easy to convert HTML documents to XHTML. With this I was able to run XPATH queries to extract whatever information I want from any dam website written in worst possible malformed HTML. [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/09/convert-html-to-well-formed-xml-document-clean-html-with-sgmlreader-or-php_tidy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CURL Class with cookie support</title>
		<link>http://www.vaibhavbora.com/blog/2009/09/curl-class-with-cookie-support/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/09/curl-class-with-cookie-support/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 05:43:23 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/09/curl-class-with-cookie-support/</guid>
		<description><![CDATA[If found a really nice PHP class for CURL usage Source: http://us2.php.net/manual/en/book.curl.php#90821 I have modified the code for my needs. Example Usage: $curl = new mycurl(&#34;http://www.example.com&#34;); $curl-&#62;setPost($example_post_data); $curl-&#62;createCurl('nul'); $content = $curl-&#62;content(); echo $content; &#160; Here the code code for the curl class: class mycurl { protected $_useragent = &#34;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/09/curl-class-with-cookie-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using CURL for ASPX with VIEWSTATE</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/</link>
		<comments>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 05:21:00 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/</guid>
		<description><![CDATA[Last night I was trying to use curl for data mining in PHP. The website was built in ASPX and used Session. As we all know ASP.net has server side controls whose state is stored in the hidden __VIEWSTATE variable in the form, I had to send this VIEWSTATE variable as my post variable to [...]]]></description>
		<wfw:commentRss>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
