<?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; Software</title>
	<atom:link href="http://abhinavzone.com/category/web-developement/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>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>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>Installing a minimal Debian system</title>
		<link>http://abhinavzone.com/installing-a-minimal-debian-system/</link>
		<comments>http://abhinavzone.com/installing-a-minimal-debian-system/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 11:08:01 +0000</pubDate>
		<dc:creator>Puneet Kashyap</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Minimal]]></category>
		<category><![CDATA[Old Machine]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://abhinavzone.com/?p=367</guid>
		<description><![CDATA[
I am making this post for users with limited computer resources/old machines. Users with newer and faster machines may also try this if they want their completely customized operating system.
I must also clarify that I personally don&#8217;t like bloatwares like Windows Vista etc.
Take my example, when I first installed Ubuntu on my desktop, I had a complete GNOME desktop with many applications pre-installed which I had no use for! So, I started uninstalling that bloat from my system to make my OS slim so that it can run properly on ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/installing-a-minimal-debian-system/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Make free internet calls (Google, skype, MSN, SIP, WeFi) from your mobile</title>
		<link>http://abhinavzone.com/make-free-internet-calls-google-skype-aim-from-your-mobile/</link>
		<comments>http://abhinavzone.com/make-free-internet-calls-google-skype-aim-from-your-mobile/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 10:29:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[free calls]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[smart phone]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=299</guid>
		<description><![CDATA[Symbian Smart Phones are very popular these days. A lot of hot applications are in market for symbian platform. Thanks to Nokia for creating this platform. Now I am going to tell you about a very useful application of smart phone, If you are a freelancer (like me), CEO and other marketing executive,  have to remain online all the time for customer inquiries, then I am sure you will like this application.
Go to http://www.fring.com/ download in install application in your phone. Run this application. It will ask you for ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/make-free-internet-calls-google-skype-aim-from-your-mobile/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Manage linux server from your SmartPhone</title>
		<link>http://abhinavzone.com/manage-linux-server-from-your-smartphone/</link>
		<comments>http://abhinavzone.com/manage-linux-server-from-your-smartphone/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 10:13:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[smart]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=297</guid>
		<description><![CDATA[Today I am going to write something very interesting, Suppose you are enjoying holiday and suddenly one of your visitor call you and inform you that your Database Server is not responding.. You are in hill area and do not have have any cyber cafe around.. hmm?
I tell you the gr88 solution. Download Putty for your smart phone (I have Nokia 5800) and install. Through this application you can execute linux command from your phone console to your server. To use this with your server you must have Static IP ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/manage-linux-server-from-your-smartphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Python for Nokia 5800 ExpressMusic s60v5</title>
		<link>http://abhinavzone.com/python-for-nokia-5800-expressmusic-s60v5/</link>
		<comments>http://abhinavzone.com/python-for-nokia-5800-expressmusic-s60v5/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 12:12:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[express music]]></category>
		<category><![CDATA[Nokia 5800]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=293</guid>
		<description><![CDATA[Hi, yesterday I was browsing around application for My Nokia 5600 ExpresMusic phone. I found some cool applications written in python. I have to install python runtime to run these application.
Thee is no stable version released for s60 v5 Symbian edition, but there is a test release available. you can download it from here .
After installation Python I installed XpressAlarm but nither Xpress Alarm or Python console was starting. I searched enough but did not found anything. Finally I give up.
Today morning I updated my mobile firmware to 21.0.025. and ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/python-for-nokia-5800-expressmusic-s60v5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack Windows 7 with Vbootkit 2.0</title>
		<link>http://abhinavzone.com/hack-windows-7-with-vbootkit-20/</link>
		<comments>http://abhinavzone.com/hack-windows-7-with-vbootkit-20/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 09:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=289</guid>
		<description><![CDATA[A proof-of-concept security exploit in Microsoft?s Windows 7 operating system has been released by Indian security researchers. The exploit has been named as VBootKit . The researchers had earlier promised that they would not make the exploit code public for fear of misuse. VBootKit 2.0 was coded by researchers Nitin Kumar and Vipin Kumar; and the code is now available as open source for anyone who is interested to see how it works. The researchers released the proof-of-concep
Read Full Story
  ]]></description>
		<wfw:commentRss>http://abhinavzone.com/hack-windows-7-with-vbootkit-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Large File Upload</title>
		<link>http://abhinavzone.com/large-file-upload/</link>
		<comments>http://abhinavzone.com/large-file-upload/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:54:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[large file]]></category>
		<category><![CDATA[uber uploader]]></category>
		<category><![CDATA[uploader]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=283</guid>
		<description><![CDATA[Recently I faced a big problem with large file uploads. One of my client has a Centos5  dedicated server. I created a script for Video upload and conversion. I also added a progress bar to show file upload progress. This progress bar has limit of 100MB because of flash limitation. Everything was working fine for files less than 50MB, but as size grows the upload hangs on 20 &#8211; 30%.. I did every thing in php.ini and apache.conf but nothing helped. I wrote to server admin at least 50 times ...]]></description>
		<wfw:commentRss>http://abhinavzone.com/large-file-upload/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows7 Release Candidate</title>
		<link>http://abhinavzone.com/windows7/</link>
		<comments>http://abhinavzone.com/windows7/#comments</comments>
		<pubDate>Mon, 25 May 2009 12:26:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[flop]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.abhinavzone.com/?p=265</guid>
		<description><![CDATA[Windows has launched Windows 7 Release Candidate.  According to windows team, the have fixed 100s of issue in windows. They claim that this version has  many exctiting features. Let&#8217;s see this version breaks record as WinXP or not after Microsoft biggest flop Vista. You can download and check Release Candidate from Here.
  ]]></description>
		<wfw:commentRss>http://abhinavzone.com/windows7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
