<?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>SANIsoft &#187; Jatin Chimote</title>
	<atom:link href="http://www.sanisoft.com/blog/author/jatinchimote/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Wed, 19 Oct 2011 11:18:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Introduction to using Zend_DB for database abstraction</title>
		<link>http://www.sanisoft.com/blog/2011/03/14/introduction-to-using-zend_db-for-database-abstraction/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introduction-to-using-zend_db-for-database-abstraction</link>
		<comments>http://www.sanisoft.com/blog/2011/03/14/introduction-to-using-zend_db-for-database-abstraction/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 02:30:53 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2115</guid>
		<description><![CDATA[Welcome back! Today we are going to look into database abstraction layer of one of the most popular MVC frameworks out there. Yes, you are right the framework is Zend framework and the component we will look at is Zend_DB. While Zend_DB is an important part of the framework, one of the best parts of [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/03/14/introduction-to-using-zend_db-for-database-abstraction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Overview of the new SPL features in PHP 5.3</title>
		<link>http://www.sanisoft.com/blog/2011/02/14/overview-of-the-new-spl-features-in-php-5-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=overview-of-the-new-spl-features-in-php-5-3</link>
		<comments>http://www.sanisoft.com/blog/2011/02/14/overview-of-the-new-spl-features-in-php-5-3/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 02:30:49 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Datastructures]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2040</guid>
		<description><![CDATA[Today we take a look at another powerful yet still neglected feature that's part of the PHP 5.3's stable. It is the latest offerings in the SPL (Standard PHP Library). While SPL has been around since a long time with PHP 5.3, some useful features were introduced. While they might not be the sexiest thing [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/02/14/overview-of-the-new-spl-features-in-php-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 Release Party, Nagpur, India</title>
		<link>http://www.sanisoft.com/blog/2011/01/10/drupal-7-release-party-nagpur-india/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drupal-7-release-party-nagpur-india</link>
		<comments>http://www.sanisoft.com/blog/2011/01/10/drupal-7-release-party-nagpur-india/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 06:30:43 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Drupal7]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Release Party]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1955</guid>
		<description><![CDATA[It was the 8th of January 2010, the big day had arrived. It was Drupal 7 Release Party - Nagpur edition. This was certainly one of the most awaited event of the new year. Drupal 7 had released a couple of days back and just like developers all over the world, Drupal community in Nagpur [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/01/10/drupal-7-release-party-nagpur-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to creating desktop applications with PHP and Titanium</title>
		<link>http://www.sanisoft.com/blog/2011/01/03/introduction-to-creating-desktop-applications-with-php-and-titanium/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introduction-to-creating-desktop-applications-with-php-and-titanium</link>
		<comments>http://www.sanisoft.com/blog/2011/01/03/introduction-to-creating-desktop-applications-with-php-and-titanium/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 02:30:36 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Titanium]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1884</guid>
		<description><![CDATA[Welcome back! and a very Happy New Year. Yes, you saw it right. The post is about creating desktop applications with the help of PHP. And No, we are not using PHP-GTK. You can now create desktop applications without learning a completely new programming language! That is with the help of a free and open source [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/01/03/introduction-to-creating-desktop-applications-with-php-and-titanium/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>[How To] Post data using PHP streams</title>
		<link>http://www.sanisoft.com/blog/2010/11/29/how-to-post-data-using-php-streams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-post-data-using-php-streams</link>
		<comments>http://www.sanisoft.com/blog/2010/11/29/how-to-post-data-using-php-streams/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 02:30:22 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1781</guid>
		<description><![CDATA[Recently, I needed to work on a project that needed to post information to another site without the user actually leaving the site and I needed to do this more than thrice and to different urls ! And I did it! Any guesses how ? What ? Ajax ? No! ? CURL you say ? [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/11/29/how-to-post-data-using-php-streams/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[HowTo] Backup and Restore MySql Databases</title>
		<link>http://www.sanisoft.com/blog/2010/11/01/howto-backup-and-restore-mysql-databases/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-backup-and-restore-mysql-databases</link>
		<comments>http://www.sanisoft.com/blog/2010/11/01/howto-backup-and-restore-mysql-databases/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 02:30:07 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1699</guid>
		<description><![CDATA[Do you have a backup of your important mysql databases ? No ? Think about it .. What if you have a Operating System / Filesystem crash ? What if your databases get corrupted due to some reason ? What if you accidentally drop your database or some important tables ? What if you want [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/11/01/howto-backup-and-restore-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Getting Started] Functional tests using Selenium Remote Control (RC)</title>
		<link>http://www.sanisoft.com/blog/2010/09/27/getting-started-functional-tests-using-selenium-remote-control-rc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-started-functional-tests-using-selenium-remote-control-rc</link>
		<comments>http://www.sanisoft.com/blog/2010/09/27/getting-started-functional-tests-using-selenium-remote-control-rc/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 02:30:12 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1560</guid>
		<description><![CDATA[If you don't like testing your application, most likely your users won't like to test it either. If you have read my last post on Selenium IDE or have used Selenium IDE before read on, we are moving into the next level, if you have not I really recommend reading this post or update yourself [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/09/27/getting-started-functional-tests-using-selenium-remote-control-rc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Namespaces in PHP 5.3 – Part 2</title>
		<link>http://www.sanisoft.com/blog/2010/08/16/namespaces-in-php-5-3%e2%80%93part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=namespaces-in-php-5-3%25e2%2580%2593part-2</link>
		<comments>http://www.sanisoft.com/blog/2010/08/16/namespaces-in-php-5-3%e2%80%93part-2/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 02:30:49 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Namespaces]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1401</guid>
		<description><![CDATA[Welcome back! In Part 1 of this post we discussed how to create namespaces and use them for classes, functions and constants. If you have not read Part 1 I strongly recommend you read it before we move on to some of the advanced parts related to namespaces. Lets start from where we had left. [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/08/16/namespaces-in-php-5-3%e2%80%93part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Namespaces in PHP 5.3 – Part 1</title>
		<link>http://www.sanisoft.com/blog/2010/07/19/namespaces-in-php-5-3-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=namespaces-in-php-5-3-part-1</link>
		<comments>http://www.sanisoft.com/blog/2010/07/19/namespaces-in-php-5-3-part-1/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 02:30:55 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Namespaces]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1267</guid>
		<description><![CDATA[One of the most significant and welcome features added in PHP 5.3 was that of namespaces. While this has been around in other programming languages, namespaces have finally found their place starting with PHP 5.3. If you are not new to namespaces and have worked on them in other languages don't go away, you might [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/07/19/namespaces-in-php-5-3-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[Getting Started] Functional tests using Selenium IDE</title>
		<link>http://www.sanisoft.com/blog/2010/06/14/getting-started-functional-tests-using-selenium-ide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-started-functional-tests-using-selenium-ide</link>
		<comments>http://www.sanisoft.com/blog/2010/06/14/getting-started-functional-tests-using-selenium-ide/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:30:18 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Selenium IDE]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1158</guid>
		<description><![CDATA[If it ain't broke, you are not trying hard enough. One of the most important part of Web development or rather Software development in general is the (in)famous "Testing", i.e confirming if the software works as expected. In this post we will try and understand more on functional testing, specifically automated functional tests using Selenium [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/06/14/getting-started-functional-tests-using-selenium-ide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

