<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/" -->
<rss version="0.92">
<channel>
	<title>Ask Felgall</title>
	<link>http://felgall.net</link>
	<description>The Computer Help Blog</description>
	<lastBuildDate>Sun, 21 Mar 2010 20:28:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Fixing the Marquee Tag</title>
		<description><![CDATA[There is no such HTML tag as &#60;marquee&#62; and yet many browsers insist on recognising it. While you can avoid using such garbage tags in your own web pages, dealing with web pages where such garbage has been used and where your browser insists on recognising it produces a separate problem. The different browsers vary [...]<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/22/fixing-the-marquee-tag/</link>
			</item>
	<item>
		<title>Converting a PDF into a Word Document</title>
		<description><![CDATA[Converting a PDF into a Word document (provided that the PDF isn&#8217;t protected) doesn&#8217;t require any special software provided that all you are after copying is the text content and are not worried about if some of the formatting gets lost. At least that was the case back when I wrote this article. More recent [...]<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/21/converting-a-pdf-into-a-word-document/</link>
			</item>
	<item>
		<title>I Reinstalled Windows and it Wiped Out Linux</title>
		<description><![CDATA[While this old tutorial talks about reinstalling Windows 98, the same situation can occur if you have to reinstall Windows XP or Windows 7. Windows just doesn&#8217;t like to play nice with other operating systems installed onto the same computer.
I Reinstalled Windows and it Wiped Out Linux
a
<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/20/i-reinstalled-windows-and-it-wiped-out-linux/</link>
			</item>
	<item>
		<title>The Difference Between Characters and Strings</title>
		<description><![CDATA[Both C and C++ (as well as many of the more recent languages derived from them) distinguish between a constant containing a single character and a constant containing a string of characters. The way you quote the content does count.
The Difference Between Characters and Strings
a
<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/19/the-difference-between-characters-and-strings/</link>
			</item>
	<item>
		<title>Tags to Avoid</title>
		<description><![CDATA[If you are creating a new web site these days, there is no excuse for not using a strict doctype for your page. Those tags which are proprietary or deprecated have all been replaced with a better way of achieving the same result that is better supported by more browsers either using stylesheets or JavaScript. [...]<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/18/tags-to-avoid/</link>
			</item>
	<item>
		<title>Validating a Text Field</title>
		<description><![CDATA[Without getting into the intricacies of using Regular Expressions, it is a relatively simple task to perform validations of an input field using JavaScript. In fact by not using Regular Expressions you can provide more meaningful feedback on exactly what it is that is wrong with the input. This tutorial takes you through how to [...]<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/17/validating-a-text-field/</link>
			</item>
	<item>
		<title>&#8220;Build Your Own Database Driven Web Site&#8221;</title>
		<description><![CDATA[This book introduces you to both PHP and mySQL and how to use them together to create dynamically generated web pages using relatively modern methods.
&#8220;Build Your Own Database Driven Web Site&#8221;
a
<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/16/build-your-own-database-driven-web-site-2/</link>
			</item>
	<item>
		<title>&#8220;Fancy Form Design&#8221;</title>
		<description><![CDATA[Getting forms in your web page to look the way you want has always been one of the most difficult parts of setting up the appearance of your web page. Not any more as this book shows you exactly how to get web browsers to apply the appearance you want to the form fields. Where [...]<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/15/fancy-form-design/</link>
			</item>
	<item>
		<title>Copying Files with WS-FTP</title>
		<description><![CDATA[My favourite FTP program is WS-FTP. While the company that created this script no longer offers a free version, the versions that they used to offer free can still be obtained. In this tutorial that I wrote several years ago I show just how simple that it is to upload files to your web hosting [...]<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/14/copying-files-with-ws-ftp/</link>
			</item>
	<item>
		<title>Non-Boolean Results</title>
		<description><![CDATA[If statements in JavaScript evaluate the condition test as a boolean value. That means that it is either true or it is false. Of course of you don&#8217;t start with a boolean value or perform a comparison in order to create a boolean value then the condition will not be a boolean. When this happens [...]<p>a</p>
]]></description>
		<link>http://felgall.net/2010/03/13/non-boolean-results/</link>
			</item>
</channel>
</rss>
