<?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>Online Hungama &#187; Programming</title>
	<atom:link href="http://www.onlinehungama.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlinehungama.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 07:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Speed up your blog with Asynchronous Tracking of Google Analytics</title>
		<link>http://www.onlinehungama.com/2009/12/08/speed-up-your-blog-with-asynchronous-tracking-of-google-analytics/</link>
		<comments>http://www.onlinehungama.com/2009/12/08/speed-up-your-blog-with-asynchronous-tracking-of-google-analytics/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:05:24 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Asynchronous tracking script]]></category>
		<category><![CDATA[Decrease load time]]></category>
		<category><![CDATA[Google analytics]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=864</guid>
		<description><![CDATA[Almost all <strong>bloggers </strong>would like to <strong>track </strong>, maintain and <strong>analyze the traffic</strong> of their blog. Most popular services to track traffic of website is <strong>Google Analytics </strong>as it is most trusted services. Now, <strong>Google analytics</strong> announced the much needed <strong>Asynchronous tracking script </strong>that optimizes the old script. <strong>Main benefit</strong> of Asynchronous tracking script is that it significantly <strong>decreases load time of the page.</strong>


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/12/08/speed-up-your-blog-with-asynchronous-tracking-of-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to create better CSS for your website</title>
		<link>http://www.onlinehungama.com/2009/02/19/tips-to-create-better-css-for-your-website/</link>
		<comments>http://www.onlinehungama.com/2009/02/19/tips-to-create-better-css-for-your-website/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 07:37:06 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=519</guid>
		<description><![CDATA[If you are working as a web designer or web developer than you must interacting with  CSS for creating website. Here are some tips to create better Cascading Style Sheets ( CSS ) which might help you.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/02/19/tips-to-create-better-css-for-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mysql Tutorial &#8211; create table in database</title>
		<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-create-table-in-database/</link>
		<comments>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-create-table-in-database/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 10:12:34 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=621</guid>
		<description><![CDATA[All about how to create table in Mysql database using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to create table in Mysql database using PHP.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-create-table-in-database/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mysql Tutorial &#8211; Insert data in to table</title>
		<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-insert-data-in-to-table/</link>
		<comments>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-insert-data-in-to-table/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 11:33:33 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=623</guid>
		<description><![CDATA[All about how to insert / add data in to table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to insert / add data in to table using PHP.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-insert-data-in-to-table/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mysql Tutorial &#8211; connect to mysql database</title>
		<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-connect-to-mysql-database/</link>
		<comments>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-connect-to-mysql-database/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 09:30:29 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=612</guid>
		<description><![CDATA[All about how to make connection with mysql database using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to make connection with Mysql database using PHP.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-connect-to-mysql-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mysql Tutorial &#8211; create or drop database</title>
		<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-create-or-drop-database/</link>
		<comments>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-create-or-drop-database/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 09:56:10 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=615</guid>
		<description><![CDATA[All about how to make create / drop database with mysql using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to create / drop database with Mysql using PHP.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-create-or-drop-database/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mysql Tutorial &#8211; Update data in to table</title>
		<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-update-data-in-to-table/</link>
		<comments>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-update-data-in-to-table/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 12:54:20 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=638</guid>
		<description><![CDATA[All about how to update / edit data in to table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to update / modify data in to table using PHP.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-update-data-in-to-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mysql Tutorial &#8211; Select/Retrieve data from table</title>
		<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-selectretrieve-data-from-table/</link>
		<comments>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-selectretrieve-data-from-table/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 12:32:24 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=634</guid>
		<description><![CDATA[All about how to select / retrive data from table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to select / retrieve data from table using PHP.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-selectretrieve-data-from-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Tutorial &#8211; delete data from table</title>
		<link>http://www.onlinehungama.com/2009/03/10/mysql-tutorial-delete-data-from-table/</link>
		<comments>http://www.onlinehungama.com/2009/03/10/mysql-tutorial-delete-data-from-table/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 05:29:23 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=642</guid>
		<description><![CDATA[All about how to delete data from table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to delete data from table using PHP.


No related posts.]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/10/mysql-tutorial-delete-data-from-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql database backup from PHP file</title>
		<link>http://www.onlinehungama.com/2009/03/10/mysql-database-backup-from-php-file/</link>
		<comments>http://www.onlinehungama.com/2009/03/10/mysql-database-backup-from-php-file/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 05:55:46 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.onlinehungama.com/?p=644</guid>
		<description><![CDATA[All we know how to take mysql database backup from phpmyadmin but do you know how to take back-up from php file and after taking back-up , using back-up file load those data in to table by executing OUTFILE sql query from php file.


Related posts:<ol><li><a href='http://www.onlinehungama.com/2009/12/08/speed-up-your-blog-with-asynchronous-tracking-of-google-analytics/' rel='bookmark' title='Permanent Link: Speed up your blog with Asynchronous Tracking of Google Analytics'>Speed up your blog with Asynchronous Tracking of Google Analytics</a> <small>Almost all bloggers would like to track , maintain and...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.onlinehungama.com/2009/03/10/mysql-database-backup-from-php-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
