<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>W3hobbyist</title>
	<link>http://www.w3hobbyist.com</link>
	<description>Snippets and resources for PHP, MySQL, JavaScript-AJAX</description>
	<lastBuildDate>Sun, 16 Nov 2008 15:58:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Free AJAX loader animated icons generator</title>
		<description><![CDATA[If you love to design for Web 2.0, then you absolutely need AJAX and cute professional looking icons. One of the icons commonly needed for an AJAX site is the &#8216;Loading&#8217; or &#8216;Progress bar icons&#8217; that tells the visitor that the content is being loaded.



Ofcourse you can rip it off from any of the thousands [...]]]></description>
		<link>http://www.w3hobbyist.com/web-designing/free-ajax-loader-animated-icons-generator/</link>
			</item>
	<item>
		<title>Write faster to your USB drive</title>
		<description><![CDATA[While the utility of a pen drive cannot be undermined, it could be annoying to just look upon as it writes data to it. To improve the write speed, archive the files into single archive and write this archive file to your pen drive.
You can enjoy significantly improved speeds as a result of:

Reduction in size [...]]]></description>
		<link>http://www.w3hobbyist.com/general/write-faster-to-your-usb-drive/</link>
			</item>
	<item>
		<title>Fastest and easiest way to invert checkbox selection using javascript</title>
		<description><![CDATA[Inverting checkbox selection seems a fairly common task needed with forms. While there are many already available, if you go through the below code, you can yourself tell the difference between this and other ones.

[-]View Code HTML&#60;!-- part of the HTML form--&#62;
   &#60;fieldset id=&#34;all_checkboxes&#34;&#62;
      &#60;input type=&#34;checkbox&#34; name=&#34;c1&#34; value=&#34;1&#34; [...]]]></description>
		<link>http://www.w3hobbyist.com/javascript-ajax/fastest-and-easiest-way-to-invert-checkbox-selection-using-javascript/</link>
			</item>
	<item>
		<title>Wordpress permalinks not working on WAMP server(404-File not found) ?</title>
		<description><![CDATA[Wordpress and WAMPserver are one of the best buddies when you want to write a personal localhost&#8217;ed blog. Recently, when I installed wordpress and chose to use &#8216;pretty permalinks&#8217;, all I got is Error 404-File not found. i checked the .htaccess file if the changes have been written to it. Yes, the changes were made [...]]]></description>
		<link>http://www.w3hobbyist.com/blogging/wordpress-permalinks-not-working-on-wamp-server404-file-not-found/</link>
			</item>
	<item>
		<title>HTAccessible - GUI app for managing .htaccess directives on Windows - Freeware</title>
		<description><![CDATA[For those of us who wish to take advantage of handy .HTaccess directives but find it complicated have a freeware GUI alternative - HTAccessible!
Unless you work with .htaccess on a daily basis the chances are you haven&#8217;t got the exact syntax rolling around in your head when you need it. That&#8217;s where HTAccessible comes in. [...]]]></description>
		<link>http://www.w3hobbyist.com/downloads/htaccessible-gui-app-for-managing-htaccess-directives-on-windows-freeware/</link>
			</item>
	<item>
		<title>Variable holds last value when added to event listener</title>
		<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>
		<link>http://www.w3hobbyist.com/javascript-ajax/variable-holds-last-value-when-added-to-event-listener/</link>
			</item>
	<item>
		<title>CodeBank - A freeware portable code snippets manager</title>
		<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>
		<link>http://www.w3hobbyist.com/downloads/codebank-a-freeware-portable-code-snippets-manager/</link>
			</item>
	<item>
		<title>Semi-disabled form text fields with CSS</title>
		<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>
		<link>http://www.w3hobbyist.com/web-designing/semi-disabled-form-text-fields-with-css/</link>
			</item>
	<item>
		<title>Solution to: &#8216;Warning: preg_match() [function.preg-match]: Unknown modifier &#8216;/&#8217; in &#8230;. on line &#8230;&#8217;</title>
		<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>
		<link>http://www.w3hobbyist.com/php-mysql/solution-to-warning-preg_match-functionpreg-match-unknown-modifier-in-on-line/</link>
			</item>
	<item>
		<title>Photofiltre: Creating a Star icon with rounded corners</title>
		<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>
		<link>http://www.w3hobbyist.com/web-designing/photofiltre-creating-a-star-icon-with-rounded-corners/</link>
			</item>
</channel>
</rss>
