<?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; Uncategorized</title>
	<atom:link href="http://abhinavzone.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhinavzone.com</link>
	<description>Technology with fun</description>
	<lastBuildDate>Tue, 17 Jan 2012 18:37:08 +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>Get rid of \\\\ &quot; \\\\   Mess</title>
		<link>http://abhinavzone.com/get-rid-of-quot-mess/</link>
		<comments>http://abhinavzone.com/get-rid-of-quot-mess/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 18:22:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=518</guid>
		<description><![CDATA[If you are using some WYSIWYG Editor and wonder how data in database if full of  \\\\&#38;quot;\\\\   Mess then following code will be helpful to you.  Add this code on the top of the script or in any common file, which is include on top of  the code.
// Turn off magic_quotes_runtime
if (get_magic_quotes_runtime())
set_magic_quotes_runtime(0);
if (get_magic_quotes_gpc()) {
function stripslashes_gpc(&#38;$value)
{
$value = stripslashes($value);
}
array_walk_recursive($_GET, 'stripslashes_gpc');
array_walk_recursive($_POST, 'stripslashes_gpc');
array_walk_recursive($_COOKIE, 'stripslashes_gpc');
array_walk_recursive($_REQUEST, 'stripslashes_gpc');
}
  ]]></description>
		<wfw:commentRss>http://abhinavzone.com/get-rid-of-quot-mess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Me vs Vodafone Customer Care</title>
		<link>http://abhinavzone.com/me-vs-vodafone-customer-care/</link>
		<comments>http://abhinavzone.com/me-vs-vodafone-customer-care/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 20:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[customer care]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=507</guid>
		<description><![CDATA[I bought new Vodafone sim about 1 month ago. I selected vodafone because of it&#8217;s good publicity in television. Everything was going fine for first 7 days. On 10th January 2010 I recharged my phone with the amount of 350.00 from website. In vodafone website the mentioned on 350.00 INR recharge I will get talktime of 315.00 INR. Following is the print screen.

I immidiately called customer care and talked her about my problem. She checked and replied that you got INR 177.32. Customer care executive was in very hurry and ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/me-vs-vodafone-customer-care/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>3</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>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>2</slash:comments>
		</item>
		<item>
		<title>Evian Roller Babies Interview International Version</title>
		<link>http://abhinavzone.com/evian-roller-babies-interview-international-version/</link>
		<comments>http://abhinavzone.com/evian-roller-babies-interview-international-version/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 17:09:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Emails]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Babies]]></category>
		<category><![CDATA[Evian]]></category>
		<category><![CDATA[International]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Roller]]></category>
		<category><![CDATA[Version]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=386</guid>
		<description><![CDATA[
Superb video..
  ]]></description>
		<wfw:commentRss>http://abhinavzone.com/evian-roller-babies-interview-international-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Foundation Launches Credit Card.</title>
		<link>http://abhinavzone.com/linux-foundation-launches-branded-credit-card-yes-it-features-tux/</link>
		<comments>http://abhinavzone.com/linux-foundation-launches-branded-credit-card-yes-it-features-tux/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 19:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=353</guid>
		<description><![CDATA[Hey my favorite  The Linux Foundation come up with Credit Cards. There is another way to support Linux apart form coding and testing. You can buy apply for these cards from here. Now probably you will ask why you should buy this. This is the answer.

0% Introductory APR on purchases and balance transfers for 6 months. After this period, a low variable APR will apply.
Earn bonus points for FREE airline tickets, merchandise, cash-back and more at participating merchants.
$50 donation by the bank when you first use the card plus ongoing ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/linux-foundation-launches-branded-credit-card-yes-it-features-tux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DISQUS: Aggregate your comments over the web!</title>
		<link>http://abhinavzone.com/disqus-aggrigate-your-comment-over-the-web/</link>
		<comments>http://abhinavzone.com/disqus-aggrigate-your-comment-over-the-web/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 17:19:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[comment system]]></category>
		<category><![CDATA[disque]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=309</guid>
		<description><![CDATA[DISQUS is a great service to aggregate your comments all over the web. If you add a comment on a blog / website which is using this system, your comment will be visible in to your DISQUES account as well in post. This way you can keep track of your all comments. Another cool feature is, you can subscribe comment RSS.
For webmasters, It is extremely easy and installed in 5 minutes. There is a plugin available for DISQUS.  I recently integrated it into myblog and it took hardly 5 ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/disqus-aggrigate-your-comment-over-the-web/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Google Wave has been launched</title>
		<link>http://abhinavzone.com/the-google-wave-has-been-launched/</link>
		<comments>http://abhinavzone.com/the-google-wave-has-been-launched/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:33:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=295</guid>
		<description><![CDATA[
I am sure this application will change the internet word. Worth of listen full presentation.
  ]]></description>
		<wfw:commentRss>http://abhinavzone.com/the-google-wave-has-been-launched/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick php fix to CSS and Javascript browser cache</title>
		<link>http://abhinavzone.com/quick-php-fix-to-css-and-javascript-browser-cache/</link>
		<comments>http://abhinavzone.com/quick-php-fix-to-css-and-javascript-browser-cache/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=291</guid>
		<description><![CDATA[I am going to post very handy tip for javascript and css files caching. Browsers automatically cache the css and JS files and when you make change to CSS and JS some times change does not appears.
To prevent this use following
&#60;?php
echo '&#60;link rel="stylesheet" type="text/css" href="style.css?' . filemtime('style.css') . '" /&#62;';
?&#62;
And For JS
&#60;?php
echo '&#60;script type="application/javascript"="main.js?' . filemtime('main.js') . '" /&#62;';
?&#62;
The PHP function filemtime returns last modified date of file, so every time you make change in css / JS files the filemtime will return different value and CSS / JS Url ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/quick-php-fix-to-css-and-javascript-browser-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

