<?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"
	>

<channel>
	<title>W3hobbyist</title>
	<atom:link href="http://www.w3hobbyist.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3hobbyist.com</link>
	<description>Snippets and resources for PHP, MySQL, JavaScript-AJAX</description>
	<pubDate>Tue, 19 Aug 2008 20:54:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Variable holds last value when added to event listener</title>
		<link>http://www.w3hobbyist.com/javascript-ajax/variable-holds-last-value-when-added-to-event-listener/</link>
		<comments>http://www.w3hobbyist.com/javascript-ajax/variable-holds-last-value-when-added-to-event-listener/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 15:52:45 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[JavaScript/AJAX]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=61</guid>
		<description><![CDATA[This was a problem I faced when I had to add event listeners to elements created in a loop such that the elements should &#8216;alert&#8217; the value of var i when they are clicked.
I am aware that finding words to precisely describe this problem is difficult for me, but I will try to explain using [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/javascript-ajax/variable-holds-last-value-when-added-to-event-listener/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CodeBank - A freeware portable code snippets manager</title>
		<link>http://www.w3hobbyist.com/downloads/codebank-a-freeware-portable-code-snippets-manager/</link>
		<comments>http://www.w3hobbyist.com/downloads/codebank-a-freeware-portable-code-snippets-manager/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 15:05:16 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=55</guid>
		<description><![CDATA[CodeBank is a small yet valuable freeware that can manage snippets of code. You can create categories such as PHP, SQL, CSS, JavaScript, etc. that can be custom syntax highlighted. Its stores the data in a XML file. The user interface is pleasing with a &#8216;tree&#8217; of snippets that can be drag-n-dropped with ease.
There is [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/downloads/codebank-a-freeware-portable-code-snippets-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Semi-disabled form text fields with CSS</title>
		<link>http://www.w3hobbyist.com/web-designing/semi-disabled-form-text-fields-with-css/</link>
		<comments>http://www.w3hobbyist.com/web-designing/semi-disabled-form-text-fields-with-css/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 14:07:52 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Web designing]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=50</guid>
		<description><![CDATA[The other day on the DigitalPoint webmaster forums, I had somebody ask this question &#8220;How to half-disable a form field&#8221;.
From all the HTML I knew, it was not possible in a straight-forward way! But we can manipulate with CSS.
The HTML-CSS

[-]View Code HTML&#60;span style=&#34;border: 2px inset;&#34;&#62;
   &#60;input style=&#34;border: none; text-align: right;&#34; name=&#34;half_1&#34; size=&#34;3&#34; type=&#34;text&#34; [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/web-designing/semi-disabled-form-text-fields-with-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solution to: &#8216;Warning: preg_match() [function.preg-match]: Unknown modifier &#8216;/&#8217; in &#8230;. on line &#8230;&#8217;</title>
		<link>http://www.w3hobbyist.com/php-mysql/solution-to-warning-preg_match-functionpreg-match-unknown-modifier-in-on-line/</link>
		<comments>http://www.w3hobbyist.com/php-mysql/solution-to-warning-preg_match-functionpreg-match-unknown-modifier-in-on-line/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 17:21:46 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[PHP-MySQL]]></category>

		<category><![CDATA[PHP regular expressions]]></category>

		<category><![CDATA[unknown modifier]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=49</guid>
		<description><![CDATA[Regular expressions by themselves are difficult for many to implement. An error that many of the regex newbies will encounter is:

Warning: preg_match() [function.preg-match]: Unknown modifier &#8216;/&#8217; in &#8230;.. on line &#8230;

Solution
This error occurs whenever the pattern you are looking for contains a literal forward-slash. You should escape every literal forward-slash with a backslash.
For those of [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/php-mysql/solution-to-warning-preg_match-functionpreg-match-unknown-modifier-in-on-line/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photofiltre: Creating a Star icon with rounded corners</title>
		<link>http://www.w3hobbyist.com/web-designing/photofiltre-creating-a-star-icon-with-rounded-corners/</link>
		<comments>http://www.w3hobbyist.com/web-designing/photofiltre-creating-a-star-icon-with-rounded-corners/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:41:38 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[Graphic designing/Image editing]]></category>

		<category><![CDATA[Web designing]]></category>

		<category><![CDATA[photofiltre star selection]]></category>

		<category><![CDATA[star with rounded corners]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=39</guid>
		<description><![CDATA[With Web 2, those simple icons are outdated. Icons should be polished with gradient, look cute if they have rounded corners. One such icon I needed recently was the &#8216;Star&#8217; icon, like the one that resembles &#8216;Favorites icon&#8217; in Internet Explorer.
In this tutorial, we will use Photofiltre an excellent freeware image processing tool. Install Photofiltre [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/web-designing/photofiltre-creating-a-star-icon-with-rounded-corners/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Check if key exists or not in a JavaScript array</title>
		<link>http://www.w3hobbyist.com/javascript-ajax/check-if-key-exists-or-not-in-a-javascript-array/</link>
		<comments>http://www.w3hobbyist.com/javascript-ajax/check-if-key-exists-or-not-in-a-javascript-array/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 17:29:06 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[JavaScript/AJAX]]></category>

		<category><![CDATA[JavaScript array find if key exists]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=37</guid>
		<description><![CDATA[Since I work with PHP as well as JavaScript, I know that there is no easy in-built function in JS to check if a given key exists or not in a JavaScript array object. Google-ing for the same returned some user-made functions that were either too long and complicated or even impractical with huge arrays.
The [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/javascript-ajax/check-if-key-exists-or-not-in-a-javascript-array/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rolling back from Firefox 3 to Firefox 2</title>
		<link>http://www.w3hobbyist.com/general-internet-usage/rolling-back-from-firefox-3-to-firefox-2/</link>
		<comments>http://www.w3hobbyist.com/general-internet-usage/rolling-back-from-firefox-3-to-firefox-2/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 08:46:48 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[General internet usage]]></category>

		<category><![CDATA[downgrading from firefox 3]]></category>

		<category><![CDATA[Roll back firefox 3]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=35</guid>
		<description><![CDATA[1
Firefox 3 was released today. I too downloaded and installed. But when I ran the new Firefox, I was disappointed because webmaster essential plugins such as Firebug and Web Developer Toolbar did not pass the compatibility check neither there were any new compatible versions available. I know this ain&#8217;t Firefox&#8217;s fault but I can&#8217;t live [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/general-internet-usage/rolling-back-from-firefox-3-to-firefox-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NewVirusRemoval.vbs: USB drive not opening? Here is a workaround</title>
		<link>http://www.w3hobbyist.com/general-internet-usage/new-virus-removal-vbs/</link>
		<comments>http://www.w3hobbyist.com/general-internet-usage/new-virus-removal-vbs/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 15:14:25 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[General internet usage]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=33</guid>
		<description><![CDATA[If you have been infected with this malware &#8220;newvirusremoval.vbs&#8221; and it has made its way to your USB drive, it may probably give you an error message saying that &#8220;Windows Script Host: Can not find script file X:\newvirusremoval.vbs&#8221; and will not let you open the USB drive.
Simple workround is to type the full path into [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/general-internet-usage/new-virus-removal-vbs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Export Bluebottle.com contact list as CSV</title>
		<link>http://www.w3hobbyist.com/general-internet-usage/export-bluebottlecom-contact-list-as-csv/</link>
		<comments>http://www.w3hobbyist.com/general-internet-usage/export-bluebottlecom-contact-list-as-csv/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 12:31:14 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[General internet usage]]></category>

		<category><![CDATA[bluebottle export contact list]]></category>

		<category><![CDATA[bluebottle stops freemail]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=32</guid>
		<description><![CDATA[Bluebottle.com has decided to stop its freemail service June 20 2008 onwards. This was notified to its freemail users only on June 12 2008, leaving them with barely 8 days if they decided not to upgrade. I too am a freemail user. Am I not sure if I will be able to pay them, not [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/general-internet-usage/export-bluebottlecom-contact-list-as-csv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Auto-logout after some time of inactivity with JavaScript</title>
		<link>http://www.w3hobbyist.com/web-designing/auto-logout-after-some-time-of-inactivity-with-javascript/</link>
		<comments>http://www.w3hobbyist.com/web-designing/auto-logout-after-some-time-of-inactivity-with-javascript/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 18:31:57 +0000</pubDate>
		<dc:creator>Rohan Shenoy</dc:creator>
		
		<category><![CDATA[JavaScript/AJAX]]></category>

		<category><![CDATA[Web designing]]></category>

		<category><![CDATA[automatic logout]]></category>

		<category><![CDATA[automatic logout due to inactivity]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=30</guid>
		<description><![CDATA[Logging out a user after a particular period of inactivity is a good measure(!?) to ensure that the user is there attending the screen and has not left it unattended. I have commonly seen such implementation while reading my webmails. If there is no activity for 5 minutes, I am auto-logged out because the system [...]]]></description>
		<wfw:commentRss>http://www.w3hobbyist.com/web-designing/auto-logout-after-some-time-of-inactivity-with-javascript/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
