<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Prashant Ingale</title>
	<link>http://iprashant.info</link>
	<description>Juice of PHP, MySQL, Apache, Linux, Actionscript, Flex</description>
	<lastBuildDate>Fri, 26 Feb 2010 14:37:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Shell script to take mysql database backup</title>
		<description><![CDATA[#!/bin/sh
TODAY=`date &#8220;+%Y-%h-%d&#8221;`
FILENAME=&#8221;$TODAY-backup.sql&#8221;
echo $FILENAME
/usr/local/mysql/bin/mysqldump -uusername  -ppassword database_name &#62; /path/to/store/$FILENAME
tar -cvzf /path/to/store/$FILENAME.tar.gz /path/to/store/$FILENAME
rm /path/to/store/$FILENAME
]]></description>
		<link>http://iprashant.info/archives/32</link>
			</item>
	<item>
		<title>Event-Driven Web Application Design</title>
		<description><![CDATA[Frontend engineering rocks right now. The era of boring web sites is over and we’re all into pushing the envelope, erasing boundaries and getting beyond whatever prevents us from building the next killer web application. New companies building quick-turnaround web products spring up like mushrooms and many an old convention of web design is cast [...]]]></description>
		<link>http://iprashant.info/archives/31</link>
			</item>
	<item>
		<title>Enhance your (page) performance!</title>
		<description><![CDATA[Sluggish internet speeds may be a thing of the past, but instant page loads are still the stuff of the future.
One of the biggest obstacles to tackle in web site and web application design is the initial response time of the product. There is a common feeling among web users that things just don’t happen [...]]]></description>
		<link>http://iprashant.info/archives/30</link>
			</item>
</channel>
</rss>
