<?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>antzFxWay.com &#124; You have seen nothing yet! &#187; offline reference</title>
	<atom:link href="http://antzfxway.com/tag/offline-reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://antzfxway.com</link>
	<description>The Design Blog of antzFx.com &#124; Celebrating 2 years online</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:45:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Part 2: Editing tools and Lookup materials for becoming a web programmer</title>
		<link>http://antzfxway.com/2009/12/03/part-2-editing-tools-and-lookup-materials-for-becoming-a-web-programmer/</link>
		<comments>http://antzfxway.com/2009/12/03/part-2-editing-tools-and-lookup-materials-for-becoming-a-web-programmer/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 16:46:40 +0000</pubDate>
		<dc:creator>fullfx</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[best code editor]]></category>
		<category><![CDATA[offline reference]]></category>

		<guid isPermaLink="false">http://fullfx.antzfx.com/?p=724</guid>
		<description><![CDATA[Among the many things that play a crucial role in maintaining the flow of development, the choice of an editor and reference document are undoubtedly the most important. Today we will discuss them. (This tutorial is a part of the series – “How to become a web programmer in 4 easy steps” . Read previous [...]]]></description>
			<content:encoded><![CDATA[<p>Among the many things that play a crucial role in maintaining the flow of development, the choice of an editor and reference document are undoubtedly the most important. Today we will discuss them.</p>
<p>(This tutorial is a part of the series – “<em><a href="http://fullfx.antzfx.com/2009/12/01/how-to-become-a-web-programmer-in-4-easy-steps/" target="_blank">How to become a web programmer in 4 easy steps</a></em>” . Read previous post <a href="http://fullfx.antzfx.com/2009/12/02/part-1-essential-development-tools-for-becoming-a-web-programmer" target="_blank">here</a>.)</p>
<h4>Choice of an Editor</h4>
<p>My stints with text editors always ended in disaster until I used Notepad++; and I fell in love with it.</p>
<p><a href="http://notepad-plus.sourceforge.net/uk/site.htm"><img class="alignnone size-full wp-image-725" title="notepad++" src="http://fullfx.antzfx.com/wp-content/uploads/2009/12/notepad++.JPG" alt="notepad++" width="210" height="72" /></a></p>
<p><a href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a> is the best text editing software in its category. It boasts of a lot of features including support for a whopping 48 scripting languages and portability.</p>
<h4>Reference Material</h4>
<p>A reference always comes handy – especially if it is available offline. Free offline materials are hard to find. Given below is a collection of offline and online reference material for HTML, CSS, JavaScript and PHP.<br />
<span id="more-724"></span></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="213" valign="top"><strong>Reference</strong></td>
<td width="213" valign="top"><strong>Offline Source</strong></td>
<td width="213" valign="top"><strong>Online Source</strong></td>
</tr>
<tr>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
</tr>
<tr>
<td width="213" valign="top">HTML</td>
<td width="213" valign="top"><a href="http://www.w3.org/TR/html/">XHTML</a></p>
<p><a href="http://www.w3.org/TR/html4/">HTML   5</a></p>
<p><a href="http://www.w3.org/TR/html4/">HTML 4</a></td>
<td width="213" valign="top"><a href="http:/www.w3schools.com/sitemap/sitemap_references.asp">w3schools.com</a></td>
</tr>
<tr>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
</tr>
<tr>
<td width="213" valign="top">CSS</td>
<td width="213" valign="top"><a href="http://www.w3.org/TR/CSS/">CSS2</a></td>
<td width="213" valign="top"><a href="http://www.w3schools.com/sitemap/sitemap_references.asp">w3schools.com</a></td>
</tr>
<tr>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
</tr>
<tr>
<td width="213" valign="top">JavaScript</td>
<td width="213" valign="top"><a href="http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.5/reference/">Mozilla.org</a></td>
<td width="213" valign="top"><a href="http://www.w3schools.com/jsref/jsref_obj_global.asp">w3schools.com</a></td>
</tr>
<tr>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
<td width="213" valign="top">&nbsp;</td>
</tr>
<tr>
<td width="213" valign="top">PHP</td>
<td width="213" valign="top"><a href="http://www.php.net/docs.php">PHP   Reference (CHM)</a></td>
<td width="213" valign="top"><a href="http://www.php.net/">php.net</a></td>
</tr>
</tbody>
</table>
<h4>What’s next?</h4>
<p>In <a href="http://fullfx.antzfx.com/2009/12/04/part-3-debugging-tools-for-becoming-a-web-programmer/">Part 3</a> we will learn how to do debugging when it is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://antzfxway.com/2009/12/03/part-2-editing-tools-and-lookup-materials-for-becoming-a-web-programmer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
