<?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>PushkarArora.com &#187; Programming</title>
	<atom:link href="http://pushkararora.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://pushkararora.com</link>
	<description>A Web 2.0 Journal's Entanglement Of Modern Era</description>
	<lastBuildDate>Sat, 29 Aug 2009 09:05:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How To Export Data From SQL Server To Excel Using XML</title>
		<link>http://pushkararora.com/net/how-to-export-data-from-sql-server-to-excel-using-xml/</link>
		<comments>http://pushkararora.com/net/how-to-export-data-from-sql-server-to-excel-using-xml/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 20:32:08 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Export Data]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=724</guid>
		<description><![CDATA[There are many ways to export data from SQL Server to Excel but I think the one way to do it by real simple coding is to export the data as an XML file and then opening it in Excel. First we fill the data in a DataSet and then export that data to an [...]]]></description>
		<wfw:commentRss>http://pushkararora.com/net/how-to-export-data-from-sql-server-to-excel-using-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Show A Null Value From Database In TextBox In VB.NET</title>
		<link>http://pushkararora.com/net/how-to-show-a-null-value-from-database-in-textbox-in-vbnet/</link>
		<comments>http://pushkararora.com/net/how-to-show-a-null-value-from-database-in-textbox-in-vbnet/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:38:42 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[DbNull]]></category>
		<category><![CDATA[null value]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=720</guid>
		<description><![CDATA[If in a table, some columns occasionally contain null values, then while trying to retrieve the values, the following error is shown: Conversion from type &#8216;DBNull&#8217; to type &#8216;String&#8217; is not valid. To solve this problem, we can check if the Datareader has a null value for the column, and if yes, then just getting the TextBox to show [...]]]></description>
		<wfw:commentRss>http://pushkararora.com/net/how-to-show-a-null-value-from-database-in-textbox-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Ajax and PHP to Build a Chat Application</title>
		<link>http://pushkararora.com/programming/use-ajax-and-php-to-build-a-chat-application/</link>
		<comments>http://pushkararora.com/programming/use-ajax-and-php-to-build-a-chat-application/#comments</comments>
		<pubDate>Thu, 28 May 2009 13:22:11 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[chat system]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=712</guid>
		<description><![CDATA[Jack D. Herrington (a senior software engineer with more than 20 years of experience) writes in detail on how to build a chat system on a web application using Ajax, XML and PHP. Share, Socialize:]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/use-ajax-and-php-to-build-a-chat-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Application Development – Stanford University + iTunes U</title>
		<link>http://pushkararora.com/programming/iphone-application-development-stanford-unversity-itunes-u/</link>
		<comments>http://pushkararora.com/programming/iphone-application-development-stanford-unversity-itunes-u/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 19:59:04 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes U]]></category>
		<category><![CDATA[Stanford University]]></category>

		<guid isPermaLink="false">http://pushkararora.com/programming/iphone-application-development-stanford-unversity-itunes-u/</guid>
		<description><![CDATA[Stanford University has made available its iPhone Application Programming course for this year on iTunes U as biweekly video podcasts and slides in pdf format. It&#8217;s not everyday that you get a chance to be taught by two Apple engineers from Stanford University. Share, Socialize:]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/iphone-application-development-stanford-unversity-itunes-u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Programming &#8211; iTunes U</title>
		<link>http://pushkararora.com/programming/object-oriented-programming-itunes-u/</link>
		<comments>http://pushkararora.com/programming/object-oriented-programming-itunes-u/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 16:09:03 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iTunes U]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=669</guid>
		<description><![CDATA[Here is another excellent course from iTunes U video podcasts, for students wishing to learn Object Oriented Programming. Provided by Andrew Cain of Swinburne University of Technology. Share, Socialize:]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/object-oriented-programming-itunes-u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby 1.9.1 Released</title>
		<link>http://pushkararora.com/programming/ruby-191-released/</link>
		<comments>http://pushkararora.com/programming/ruby-191-released/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 12:29:19 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby 1.9.1]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=589</guid>
		<description><![CDATA[Yuki Sonoda yesterday announced the release of Ruby 1.9.1. Here is a list of user visible feature changes made. Share, Socialize:]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/ruby-191-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 Most Dangerous Programming Errors</title>
		<link>http://pushkararora.com/programming/25-most-dangerous-programming-errors/</link>
		<comments>http://pushkararora.com/programming/25-most-dangerous-programming-errors/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 12:56:56 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[programming errors]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=567</guid>
		<description><![CDATA[Sans.org has published a list of top 25 most dangerous programming errors. These errors have been compiled by a team of US and other international anti-cybercrime organizations. Two of these erors lead to more than 1.5 million security breaches during 2008. Share, Socialize:]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/25-most-dangerous-programming-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Ruby for Mac OS X</title>
		<link>http://pushkararora.com/programming/introduction-to-ruby-for-mac-os-x/</link>
		<comments>http://pushkararora.com/programming/introduction-to-ruby-for-mac-os-x/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 13:18:50 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[OSX Leopard]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=556</guid>
		<description><![CDATA[Introduction to Ruby for Mac OS X : The Principle of Least Surprise by Jim Menard Share, Socialize:]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/introduction-to-ruby-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Excellent iTunes U Course For Computer Science/ Programming Beginners</title>
		<link>http://pushkararora.com/programming/an-excellent-itunes-u-course-for-computer-science-programming-beginners/</link>
		<comments>http://pushkararora.com/programming/an-excellent-itunes-u-course-for-computer-science-programming-beginners/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:09:04 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer Systems]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iTunes U]]></category>

		<guid isPermaLink="false">http://pushkararora.com/programming/an-excellent-itunes-u-course-for-computer-science-programming-beginners/</guid>
		<description><![CDATA[This course is from The University of New South Wales, Sydney Australia, and is the complete video recording of lectures in progress. It is free to download to everyone everywhere regardless of whether you have an iTunes store account or not. I have gone through 25 out of 46 available lectures till now and I [...]]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/an-excellent-itunes-u-course-for-computer-science-programming-beginners/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why Developers Prefer Macs</title>
		<link>http://pushkararora.com/programming/why-developers-prefer-macs/</link>
		<comments>http://pushkararora.com/programming/why-developers-prefer-macs/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:59:54 +0000</pubDate>
		<dc:creator>Pushkar Arora</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[OS X Leopard]]></category>

		<guid isPermaLink="false">http://pushkararora.com/?p=453</guid>
		<description><![CDATA[An article from InfoWorld, not just blatant fanboyism but an analysis supported by solid ground. Read &#8220;Why developers prefer Macs&#8220;. Share, Socialize:]]></description>
		<wfw:commentRss>http://pushkararora.com/programming/why-developers-prefer-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

