<?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>PHP, javascript and AJAX at vijayjoshi.org &#187; Technology</title>
	<atom:link href="http://www.vijayjoshi.org/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijayjoshi.org</link>
	<description>php &#124; javascript &#124; ajax &#124; and all things web</description>
	<lastBuildDate>Mon, 09 Aug 2010 12:03:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>5 must have firefox addons for every web developer</title>
		<link>http://www.vijayjoshi.org/2010/01/21/5-must-have-firefox-addons-for-every-web-developer/</link>
		<comments>http://www.vijayjoshi.org/2010/01/21/5-must-have-firefox-addons-for-every-web-developer/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 05:24:58 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=509</guid>
		<description><![CDATA[Being a web developer there are some tools which I need and use on daily basis. Here are 5 such addons I think every web developer should install on their firefox.
1- Web developer toolbar

Home: http://chrispederick.com/work/web-developer/
Install: https://addons.mozilla.org/en-US/firefox/addon/60


 


This addon adds a toolbar and a menu to firefox. The toolbar contains several mini tools in it to [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2010/01/21/5-must-have-firefox-addons-for-every-web-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to dynamically load the Google Maps javascript API (On demand loading)</title>
		<link>http://www.vijayjoshi.org/2010/01/19/how-to-dynamically-load-the-google-maps-javascript-api-on-demand-loading/</link>
		<comments>http://www.vijayjoshi.org/2010/01/19/how-to-dynamically-load-the-google-maps-javascript-api-on-demand-loading/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:21:25 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[google map]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=481</guid>
		<description><![CDATA[Normally google maps js api is loaded at the time of page load via a script tag with src set. If map is not so major feature of your application or you want to reduce page download time, you can defer loading the javascript load it when required.
This is a javascript pattern called On demand [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2010/01/19/how-to-dynamically-load-the-google-maps-javascript-api-on-demand-loading/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to restore and backup mysql databases?</title>
		<link>http://www.vijayjoshi.org/2009/12/19/how-to-restore-and-backup-mysql-databases/</link>
		<comments>http://www.vijayjoshi.org/2009/12/19/how-to-restore-and-backup-mysql-databases/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 07:32:07 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=471</guid>
		<description><![CDATA[I forget the commands everytime I backup/restore mysql databases. For this reason I am writing them down for my reference and hopefully others will also find them useful.
Suppose my database credentials are as follow:

db username:  vijay
db password:  somepwd
database:     catalogue

Taking backup of database
Go to the command line (not mysql command line) and fire the following command:

mysqldump [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2009/12/19/how-to-restore-and-backup-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google website translator gadget</title>
		<link>http://www.vijayjoshi.org/2009/10/06/new-google-website-translator-gadget/</link>
		<comments>http://www.vijayjoshi.org/2009/10/06/new-google-website-translator-gadget/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 10:26:00 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=415</guid>
		<description><![CDATA[It was International Translation Day on 30th September and Google gifted users a new version of their website translator gadget.
From usability point of view this version is far more better then previous one and supports 51 languages. Earlier version of this gadget was a bit ugly in the manner it worked. It used to load [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2009/10/06/new-google-website-translator-gadget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FAQ: How to fix error 403: access forbidden for phpmyadmin in wampserver?</title>
		<link>http://www.vijayjoshi.org/2009/05/26/faq-how-to-fix-error-403-access-forbidden-for-phpmyadmin-in-wampserver/</link>
		<comments>http://www.vijayjoshi.org/2009/05/26/faq-how-to-fix-error-403-access-forbidden-for-phpmyadmin-in-wampserver/#comments</comments>
		<pubDate>Tue, 26 May 2009 06:31:25 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[wampserver]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=336</guid>
		<description><![CDATA[The Problem:
PhpMyadmin works fine on localhost but accessing it over a network gives error 403: Access Forbidden.
Reason:
Reason is pretty clear &#8211; phpmyadmin is not configured to be accessed over a network. Permission to access it over network is not given.
Solution:
Locate the file phpmyadmin.conf in your wamp installation. If you have wampserver version 2 or higher, [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2009/05/26/faq-how-to-fix-error-403-access-forbidden-for-phpmyadmin-in-wampserver/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>What will happen to your online life after you die?</title>
		<link>http://www.vijayjoshi.org/2009/03/18/what-will-happen-to-your-online-life-after-you-die/</link>
		<comments>http://www.vijayjoshi.org/2009/03/18/what-will-happen-to-your-online-life-after-you-die/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 06:53:41 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=304</guid>
		<description><![CDATA[Its off topic but the concept is so great I could not resist blogging it. A traditional business model implemented over the web in these Web2.0 times which is sure to succeed.
Before you die or any unfortunate incident occurs in your life, you make sure that all your assets, property goes into right hands. To [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2009/03/18/what-will-happen-to-your-online-life-after-you-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://www.vijayjoshi.org/2008/12/25/merry-christmas/</link>
		<comments>http://www.vijayjoshi.org/2008/12/25/merry-christmas/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 09:24:43 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=233</guid>
		<description><![CDATA[May the true spirit of this season fill your life all throughout. Wish you all a very Merry Christmas.
For geeks : Do not forget to check A Silicon Valley Christmas Tale on Techcrunch.
A poem is written by a Guest Author on techcrunch. It&#8217;s a funny poem about Bill Gates. A must read.It is really hillarious [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2008/12/25/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another flaw in IE : 10,000 sites compromised</title>
		<link>http://www.vijayjoshi.org/2008/12/20/another-flaw-in-ie-10000-sites-compromised/</link>
		<comments>http://www.vijayjoshi.org/2008/12/20/another-flaw-in-ie-10000-sites-compromised/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 08:22:14 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=221</guid>
		<description><![CDATA[In my previous post I discussed about the security flaws and other shortcomings in IE. Incidentally, the same day a news article appeared on BBC News which reported about a new security vulnerability found in IE7. ( Thanks to Jyotsna for passing this news).
The article describes about a new security hole found in IE7 exploiting [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2008/12/20/another-flaw-in-ie-10000-sites-compromised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When will you stop using IE?</title>
		<link>http://www.vijayjoshi.org/2008/12/16/when-will-you-stop-using-ie/</link>
		<comments>http://www.vijayjoshi.org/2008/12/16/when-will-you-stop-using-ie/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 12:29:25 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=214</guid>
		<description><![CDATA[I am tired of making web applications work on IE. I can understand the frustration of this guy who created a pie chart for breakdown of time spent in web development. Making an application work on IE takes most of the time. Be it the issue of setting innerHTML of select or setting innerhtml or [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2008/12/16/when-will-you-stop-using-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google adds To-do list and SMS to Gmail</title>
		<link>http://www.vijayjoshi.org/2008/12/11/to-do-list-and-sms-in-gmail/</link>
		<comments>http://www.vijayjoshi.org/2008/12/11/to-do-list-and-sms-in-gmail/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 05:21:51 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=190</guid>
		<description><![CDATA[Google has been adding various new features like superstars, mouse gestures etc to gmail via gmail labs. Recent addition in this series are To-do lists and SMS facility. To-do lists which are called tasks in gmail were added on Monday.
Tasks allow you to create to-do lists and manage them. Since to-do lists are used widely [...]]]></description>
		<wfw:commentRss>http://www.vijayjoshi.org/2008/12/11/to-do-list-and-sms-in-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
