<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.5" -->
<rss version="0.92">
<channel>
	<title>AbhinavZone</title>
	<link>http://abhinavzone.com</link>
	<description>Technology with fun</description>
	<lastBuildDate>Tue, 17 Jan 2012 18:37:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Get rid of \\\\ &quot; \\\\   Mess</title>
		<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>
		<link>http://abhinavzone.com/get-rid-of-quot-mess/</link>
			</item>
	<item>
		<title>Me vs Vodafone Customer Care</title>
		<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>
		<link>http://abhinavzone.com/me-vs-vodafone-customer-care/</link>
			</item>
	<item>
		<title>Dream comes true, But still have to achieve a lot</title>
		<description><![CDATA[Update:

From this new year we are diving fully in to the business.  Now it's time to do something big. So  Elrada office is now shifting from Lucknow to the City Beautiful  Chandigarh from 1st January. I will post pics very soon ;)

http://elrada.com]]></description>
		<link>http://abhinavzone.com/dream-comes-true-but-still-have-to-achieve-a-lot/</link>
			</item>
	<item>
		<title>A brilliant interview</title>
		<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>
		<link>http://abhinavzone.com/a-brilliant-interview/</link>
			</item>
	<item>
		<title>How to download unlimited mp3 files from eSnips for free</title>
		<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>
		<link>http://abhinavzone.com/how-to-download-unlimited-mp3-files-from-esnips-for-free/</link>
			</item>
	<item>
		<title>Double form submission problem in IE8</title>
		<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>
		<link>http://abhinavzone.com/double-form-submission-problem-in-ie8/</link>
			</item>
	<item>
		<title>MySql Triggers: How to</title>
		<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>
		<link>http://abhinavzone.com/mysql-triggers-how-to/</link>
			</item>
	<item>
		<title>Moving Magento site from development server to live server</title>
		<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>
		<link>http://abhinavzone.com/moving-magento-site-from-development-server-to-live-server/</link>
			</item>
	<item>
		<title>GPS Navigation in India</title>
		<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>
		<link>http://abhinavzone.com/gps-navigation-in-india/</link>
			</item>
	<item>
		<title>15 PHP regular expressions for web developers</title>
		<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>
		<link>http://abhinavzone.com/15-php-regular-expressions-for-web-developers/</link>
			</item>
</channel>
</rss>

