<?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>The How To Do Things Blog &#187; Web Development</title>
	<atom:link href="http://www.howtoplaza.com/category/internet/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtoplaza.com</link>
	<description>How to wisdom from across the Internet — want to know how to do something? You may find the solution here.</description>
	<pubDate>Wed, 13 Aug 2008 15:35:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>How to access tools for Ajax development</title>
		<link>http://www.howtoplaza.com/how-to-access-tools-for-ajax-development/</link>
		<comments>http://www.howtoplaza.com/how-to-access-tools-for-ajax-development/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 09:50:10 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Ajax development]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-access-tools-for-ajax-development/</guid>
		<description><![CDATA[When you create Ajax applications you give your users almost like a desktop experience. The data on web pages refreshes without you having to reload the page and different HTML elements metamorphose into something else without having to load a new page. Most Ajax development happens through the different JavaScript libraries available on the Internet [...]]]></description>
			<content:encoded><![CDATA[<p>When you create <strong>Ajax applications</strong> you give your users almost like a desktop experience. The data on web pages refreshes without you having to reload the page and different HTML elements metamorphose into something else without having to load a new page. Most <strong>Ajax development</strong> happens through the different JavaScript libraries available on the Internet like <a title="scriptaculous" href="http://script.aculo.us/">scriptaculous</a>, <a title="jQuery" href="http://jquery.com/">jQuery</a>, <a title="prototype" href="http://www.prototypejs.org/">prototype</a> and <a title="mootools" href="http://mootools.net/">mootools</a>. Through these tools you can not only manipulate different page elements you can also invoke server side scripting residing in other files from your current file. </p>
<p><a title="This link lists more than 23 tools" href="http://www.noupe.com/javascript/23-impressive-tools-for-faster-javascriptajax-development.html">This link lists more than 23 tools</a> that can assist you in your Ajax development.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/Ajax+applications" rel="tag">Ajax applications</a>, <a href="http://technorati.com/tag/Ajax+development" rel="tag"> Ajax development</a>, <a href="http://technorati.com/tag/web+development" rel="tag"> web development</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-access-tools-for-ajax-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to upload your files using FTP</title>
		<link>http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/</link>
		<comments>http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 16:44:25 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

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

		<category><![CDATA[FTP upload]]></category>

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

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/</guid>
		<description><![CDATA[FTP stands far file transfer protocol. You can use FTP to upload files to a server where you have an FTP account. You can also upload files as an anonymous FTP user but it depends on whether the FTP server allows you to do that or not. In order to upload your files using FTP [...]]]></description>
			<content:encoded><![CDATA[<p>FTP stands far file transfer protocol. You can <strong>use FTP to upload files</strong> to a server where you have an <strong>FTP account</strong>. You can also upload files as an <strong>anonymous FTP user</strong> but it depends on whether the FTP server allows you to do that or not. In order to upload your files using FTP you primarily need three things: </p>
<ul>
<li>The FTP server address</li>
<li>Username</li>
<li>Password </li>
</ul>
<p>Of course you also need an <strong>FTP client</strong>; and FTP client is nothing but a program that enables you to upload files to a remote server using FTP connection. It&#8217;s like sometimes you need a program to read your e-mail or for wordprocessing. </p>
<p>The FTP server address is given by the host company or the person who manages the server. He or she can create an FTP account for you and then give you the needed information. When you decide to host your own domain under commercial server when you create your domain account you automatically get an FTP server address. Most likely your FTP server address would be yourdomain.com. If it is not your domain then the people running the website will either generate an FTP server address for your account or you will need to have them create it for you. </p>
<p>You can use any of the freely available FTP clients. <a title="FileZilla" href="http://filezilla-project.org/">FileZilla</a> comes highly recommended. In case you are using Firefox you also get a plug-in called <a title="FireFTP" href="http://fireftp.mozdev.org/">FireFTP</a> that lets you upload files through an FTP connection. After you have downloaded and installed the FTP client you need to create a new account. When you create an account you will attach a name to that account; enter the FTP server address; enter the username and then the password. When you connect you either go to your user directory where you are supposed to upload your files or you go to the main directory and then from their you go to the directory assigned for your files.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/FTP" rel="tag">FTP</a>, <a href="http://technorati.com/tag/Web+development" rel="tag"> Web development</a>, <a href="http://technorati.com/tag/Web+hosting" rel="tag"> Web hosting</a>, <a href="http://technorati.com/tag/server+management" rel="tag"> server management</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-upload-your-files-using-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to preload images without JavaScript using CSS</title>
		<link>http://www.howtoplaza.com/how-to-preload-images-without-javascript-using-css/</link>
		<comments>http://www.howtoplaza.com/how-to-preload-images-without-javascript-using-css/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 22:26:42 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

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

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-preload-images-without-javascript-using-css/</guid>
		<description><![CDATA[Preloading images often helps if you want to create some effects that involves quick replacement of images, for instance mouseover. The image should change immediately in case of a mouseover because sometimes the user may move around the mouse pointer rapidly. If the mouseover image takes a long time to load it will create an [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Preloading images</strong> often helps if you want to create some effects that involves quick replacement of images, for instance mouseover. The image should change immediately in case of a <strong>mouseover</strong> because sometimes the user may move around the mouse pointer rapidly. If the mouseover image takes a long time to load it will create an empty box at the place of the mouseover effect and this will look bad for your design. You can easily preload images using JavaScript. You just need to use something like this code in JavaScript: </p>
<p class="code">&lt;script type=&quot;text/javascript&quot;&gt;    <br />var image1=new Image();     <br />image1.src=&quot;/imagepath/thisimage.gif&quot;;     <br />var image2=new Image();     <br />image2.src=&quot;/imagepath/thatimage.gif&quot;;     <br />&lt;/script&gt; </p>
<p>This way you can preload as many images as you want. But the problem is sometimes your user may have JavaScript turned off in his or her browser. This doesn&#8217;t normally happen but it might happen so why take a chance? You can <strong>preload images using</strong> some <strong>CSS</strong> definitions in this way you don&#8217;t have to use JavaScript. Here is how you can achieve the same effect with some CSS and markup: </p>
<p class="code">&lt;style&gt;    <br />div#loadimages{     <br />&#160;&#160;&#160; display:none;     <br />} </p>
<p>Then, somewhere on your webpage you can include the following markup: </p>
<p class="code">&lt;div id=&quot;loadimages&quot;&gt;    <br />&lt;img src=&quot;/imagepath/image1.gif&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;     <br />&lt;img src=&quot;/imagepath/image2.gif&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;     <br />&lt;/div&gt; </p>
<p>You can load here as many images as you feel like and they will not show up because the display has been set to none. Now you can use the images using the same path wherever you feel like and they will show up immediately. Your webpage may take longer to load as a whole but you can keep the size of your images to minimum to make sure that not much delay takes place. This way you can preload images using CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-preload-images-without-javascript-using-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP &#8211; page redirection</title>
		<link>http://www.howtoplaza.com/php-page-redirection/</link>
		<comments>http://www.howtoplaza.com/php-page-redirection/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 17:01:14 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

		<guid isPermaLink="false">http://www.howtoplaza.com/php-page-redirection/</guid>
		<description><![CDATA[Do you want to send your visitors to a “Thank you” page after they have filled your form? There are two ways: pay your gratitude on the same PHP page that mails you the form data or redirect to a &#34;thank you&#34; page after the data has been mailed to you. In a normal HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to send your visitors to a “Thank you” page after they have filled your form? There are two ways: pay your gratitude on the same PHP page that mails you the form data or redirect to a &quot;thank you&quot; page after the data has been mailed to you. In a normal HTML page you can easily redirect to another page by using this meta tag within the headers tag: </p>
<p class="code">&lt;meta HTTP-EQUIV=&quot;REFRESH&quot; content=&quot;0; url=http://www.yourdomain.com/somepage.html&quot;&gt; </p>
<p>where 0 means that the browser should wait for zero seconds before redirecting. You can do this in PHP too by simply using this command: </p>
<p class="code">&lt;?php header(&quot;Location: yourpage.php&quot;); ?&gt; </p>
<p>You just need to make sure that the browser has sent no header information before this command otherwise you will encounter an error. This basically means you should have not printed anything using either php or HTML on to the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/php-page-redirection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create a sliding menu using jQuery</title>
		<link>http://www.howtoplaza.com/how-to-create-a-sliding-menu-using-jquery/</link>
		<comments>http://www.howtoplaza.com/how-to-create-a-sliding-menu-using-jquery/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 18:31:53 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/how-to-create-a-sliding-menu-using-jquery/</guid>
		<description><![CDATA[jQuery is a JavaScript library that helps to create really cool effects without putting a strain on users browser. Great animation effects can be achieved using jQuery; for instance this tutorial tells you how to create a sliding menu using jQuery.
Technorati Tags: jquery,  sliding menu
]]></description>
			<content:encoded><![CDATA[<p><a title="jQuery" href="http://jquery.com/">jQuery</a> is a JavaScript library that helps to create really cool effects without putting a strain on users browser. Great animation effects can be achieved using jQuery; for instance <a title="this tutorial" href="http://www.webresourcesdepot.com/sliding-top-menu-with-jquery/">this tutorial</a> tells you how to create a sliding menu using jQuery.</p>
<br /><span style='font-size:8pt;'>Technorati Tags: <a href="http://technorati.com/tag/jquery" rel="tag">jquery</a>, <a href="http://technorati.com/tag/sliding+menu" rel="tag"> sliding menu</a></span><br />
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-create-a-sliding-menu-using-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Find FireFox Plugins As A Web Developers</title>
		<link>http://www.howtoplaza.com/how-to-find-firefox-plugins-as-a-web-developers/</link>
		<comments>http://www.howtoplaza.com/how-to-find-firefox-plugins-as-a-web-developers/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 08:25:39 +0000</pubDate>
		<dc:creator>Amrit</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/2007/09/24/how-to-find-firefox-plugins-as-a-web-developers/</guid>
		<description><![CDATA[

There are many plugins available for FireFox if you are looking for them as a web developers. These days as a web developers you don&#8217;t just build a website you also sort of monitor its success regarding what sort of exposure it is getting on the Internet. This is more important if you work as [...]]]></description>
			<content:encoded><![CDATA[<p><!-- Default Block: adsense DISABLED-->

<p>There are many plugins available for FireFox if you are looking for them as a web developers. These days as a web developers you don&#8217;t just build a website you also sort of monitor its success regarding what sort of exposure it is getting on the Internet. This is more important if you work as a freelance because then you have to develop and promote your own website too.</p>
<p>We all know what a great browser FireFox is and for every possibly conceivable task there is a plugin available. There are tons of plugins available for web developers too, for instance <a title="this CSS validator plugin" href="http://addons.mozilla.org/en-US/firefox/addon/2289">this CSS validator plugin</a> lets you validate your CSS and <a title="this plugin can tell you how much time it takes your web page to load" href="http://lori.mozdev.org/">this plugin can tell you how much time it takes your web page to load</a>. Read about the rest of the plugins at <a title="25+ FireFox Extensions for Web Developers" href="http://www.mediaups.com/2007/09/16/25-firefox-extensions-for-web-developers/">25+ FireFox Extensions for Web Developers</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-find-firefox-plugins-as-a-web-developers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
