<?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>AbhinavZone &#187; admin</title>
	<atom:link href="http://abhinavzone.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhinavzone.com</link>
	<description>Technology with fun</description>
	<lastBuildDate>Fri, 08 Jan 2010 08:02:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A brilliant interview</title>
		<link>http://abhinavzone.com/a-brilliant-interview/</link>
		<comments>http://abhinavzone.com/a-brilliant-interview/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 07:59:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Emails]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=477</guid>
		<description><![CDATA[Some, rather most organizations reject his CV today because he has changed jobs frequently (10 in 14 years). My friend, the "job hopper" (referred here as Mr. JH), does not mind it. well he does not need to mind it at all. Having worked full-time with 10 employer companies in just 14 years gives Mr. JH the relaxing edge that most of the "company loyal" employees are struggling for today. ]]></description>
		<wfw:commentRss>http://abhinavzone.com/a-brilliant-interview/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to download unlimited mp3 files from eSnips for free</title>
		<link>http://abhinavzone.com/how-to-download-unlimited-mp3-files-from-esnips-for-free/</link>
		<comments>http://abhinavzone.com/how-to-download-unlimited-mp3-files-from-esnips-for-free/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:11:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=470</guid>
		<description><![CDATA[Yes!! you can download eSnips files without even create account in eSnips. Follow these steps to download files. Follow these simple steps and download music for free.]]></description>
		<wfw:commentRss>http://abhinavzone.com/how-to-download-unlimited-mp3-files-from-esnips-for-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Double form submission problem in IE8</title>
		<link>http://abhinavzone.com/double-form-submission-problem-in-ie8/</link>
		<comments>http://abhinavzone.com/double-form-submission-problem-in-ie8/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:28:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=467</guid>
		<description><![CDATA[Recently I faces a problem in admin module,  developed by some programmer that when I submit add entry button it adds two records but when I submit for Firefox, I was working  fine.
After 3 hour of mess I found error, In IE8 you have to return false, if you are submitting form through javascript. Here is example
&#60;form name=&#8221;frm&#8221; onsubmit=&#8221;return chkForm();&#8221;&#62;
function chkForm()
{
//Variuos checks
document.frm1.submit();
return false;
}


  ]]></description>
		<wfw:commentRss>http://abhinavzone.com/double-form-submission-problem-in-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql Triggers: How to</title>
		<link>http://abhinavzone.com/mysql-triggers-how-to/</link>
		<comments>http://abhinavzone.com/mysql-triggers-how-to/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 06:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=313</guid>
		<description><![CDATA[MySql 5.0 come up with many great features.  One most important feature is trigger. Triggere support is in initial phase but, will be extended in future release.  here I am going to present a brief easy to understand tutorial for mysql triggers.
Triggers are MySql statements, commends which are executed on a definded event. These events may be (INSERT, UPDATE, DELETE). So at the top level we can categorize triggers in 3 categories
1. Create
2. Update
3. Delete
The basic syntax of trigger definition is
CREATE
    [DEFINER = { user &#124; CURRENT_USER ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/mysql-triggers-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Magento site from development server to live server</title>
		<link>http://abhinavzone.com/moving-magento-site-from-development-server-to-live-server/</link>
		<comments>http://abhinavzone.com/moving-magento-site-from-development-server-to-live-server/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 06:28:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database error]]></category>
		<category><![CDATA[developement server]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento blank page]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[undifined index 0]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=452</guid>
		<description><![CDATA[Recently I faced problem to move magento site from local (LAMP) environment to web server. I am posting steps to upload site on server.

1. Make tar / zip of code.

    $ tar -cvvf site.tar /opt/lampp/magento/

2. Take backup of database through phpmyadmin. Check "Disable foreign key checks" to avoid error in restore process.]]></description>
		<wfw:commentRss>http://abhinavzone.com/moving-magento-site-from-development-server-to-live-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS Navigation in India</title>
		<link>http://abhinavzone.com/gps-navigation-in-india/</link>
		<comments>http://abhinavzone.com/gps-navigation-in-india/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 08:01:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[Nokia 5800]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=445</guid>
		<description><![CDATA[Google Latitude is free and have good coverage in India. I am using this for Chandigarh. It has My Location, Driving direction support for Chandigarh.

You can download it from here : http://www.google.com/intl/en_us/latitude/intro.html

The best feature of latitude is, track your friend's locaiton on web (iGoogle). You can select your friends to view your current location. This application automatically activate backgroung services which update your location automatically on server.]]></description>
		<wfw:commentRss>http://abhinavzone.com/gps-navigation-in-india/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>15 PHP regular expressions for web developers</title>
		<link>http://abhinavzone.com/15-php-regular-expressions-for-web-developers/</link>
		<comments>http://abhinavzone.com/15-php-regular-expressions-for-web-developers/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:41:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[important]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=442</guid>
		<description><![CDATA[Regular expressions are a very useful tool for developers. They allow to find, identify or replace text, words or any kind of characters. In this article, I have compiled 15+ extremely useful regular expressions that any web developer should have in his toolkit.]]></description>
		<wfw:commentRss>http://abhinavzone.com/15-php-regular-expressions-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Path variables in PHP</title>
		<link>http://abhinavzone.com/path-varibles-in-php/</link>
		<comments>http://abhinavzone.com/path-varibles-in-php/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 05:33:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[path]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=433</guid>
		<description><![CDATA[Many of you develop php applications for multiple server environment. Webserver environment may be different, have different directory structure, so you have to use paths very carefully. For example in file upload script, you manually write absolute path of image directory, the application may not work on other server. To avoid this you should use inbuilt php path variables. I am posting summary of all php related path variables.]]></description>
		<wfw:commentRss>http://abhinavzone.com/path-varibles-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swine flue GOVERNMENT AUTHORIZED HOSPITALS &#8211; India</title>
		<link>http://abhinavzone.com/swine-flue-government-authorized-hospitals-india/</link>
		<comments>http://abhinavzone.com/swine-flue-government-authorized-hospitals-india/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 11:49:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hospital]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[resque]]></category>
		<category><![CDATA[swine flu]]></category>
		<category><![CDATA[symptoms]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=424</guid>
		<description><![CDATA[As you know, swine flue is now a big problem for people like us who have to visit crowdy areas every day and come in touch of many peoples. If you find following swine flue symptoms, go to one of these hospital immediately!

 ]]></description>
		<wfw:commentRss>http://abhinavzone.com/swine-flue-government-authorized-hospitals-india/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy B&#8217;day to Meeeeeeeeee</title>
		<link>http://abhinavzone.com/happy-bday-to-meeeeeeeeee/</link>
		<comments>http://abhinavzone.com/happy-bday-to-meeeeeeeeee/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:43:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=389</guid>
		<description><![CDATA[Finally, the gr88 day has gone,, we enjoyed a lot and made a lot of fun.. This was really one of greatest b'day of my life.. Thanks to all friends... and thanks for nice gifts ;)...
]]></description>
		<wfw:commentRss>http://abhinavzone.com/happy-bday-to-meeeeeeeeee/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
