<?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>Ask Felgall</title>
	<atom:link href="http://felgall.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://felgall.net</link>
	<description>The Computer Help Blog</description>
	<lastBuildDate>Mon, 08 Feb 2010 22:10:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing the Order Form</title>
		<link>http://felgall.net/2010/02/09/changing-the-order-form/</link>
		<comments>http://felgall.net/2010/02/09/changing-the-order-form/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:10:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[What's New]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://felgall.net/?p=1597</guid>
		<description><![CDATA[One benefit to the way that my shopping cart script now works is that it makes it much easier to hide unwanted fields in the order form without any need to modify the associated JavaScript.
Changing the Order Form
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>One benefit to the way that my shopping cart script now works is that it makes it much easier to hide unwanted fields in the order form without any need to modify the associated JavaScript.</p>
<p><a href="http://www.felgall.com/jstip39b.htm">Changing the Order Form</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/09/changing-the-order-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Shopping Cart</title>
		<link>http://felgall.net/2010/02/08/javascript-shopping-cart/</link>
		<comments>http://felgall.net/2010/02/08/javascript-shopping-cart/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:05:31 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[What's New]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://felgall.net/?p=1595</guid>
		<description><![CDATA[Yes I have had the JavaScript shopping cart listed on the site almost since I first started the site. What is significant about it now is that I have gone right through the script updating it from the way that it was coded to work with the browsers around at the time I first wrote [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Yes I have had the JavaScript shopping cart listed on the site almost since I first started the site. What is significant about it now is that I have gone right through the script updating it from the way that it was coded to work with the browsers around at the time I first wrote it (Such as IE3 and Netscape 4) and have changed it to take advantage of the less obtrusive way that modern browsers allow. </p>
<p><a href="http://www.felgall.com/jstip39.htm">JavaScript Shopping Cart</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/08/javascript-shopping-cart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using EXEC and SPAWN to Link to Another Program</title>
		<link>http://felgall.net/2010/02/07/using-exec-and-spawn-to-link-to-another-program/</link>
		<comments>http://felgall.net/2010/02/07/using-exec-and-spawn-to-link-to-another-program/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 20:02:17 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Golden Oldie]]></category>
		<category><![CDATA[c plus plus]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[spawn]]></category>

		<guid isPermaLink="false">http://felgall.net/2007/12/21/using-exec-and-spawn-to-link-to-another-program/</guid>
		<description><![CDATA[One topic I haven&#8217;t added to in quite a while is the one on C++ programming. In this article I discuss how to start up a second program from within a C++ program. There are two ways of doing this depending on how you want the two programs to interact.
Using EXEC and SPAWN to Link [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>One topic I haven&#8217;t added to in quite a while is the one on C++ programming. In this article I discuss how to start up a second program from within a C++ program. There are two ways of doing this depending on how you want the two programs to interact.</p>
<p><a href="http://www.felgall.com/cplus2.htm">Using EXEC and SPAWN to Link to Another Program</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/07/using-exec-and-spawn-to-link-to-another-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Class Library?</title>
		<link>http://felgall.net/2010/02/06/what-is-a-class-library/</link>
		<comments>http://felgall.net/2010/02/06/what-is-a-class-library/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:02:29 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Golden Oldie]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Class Library]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://felgall.net/2007/12/19/what-is-a-class-library/</guid>
		<description><![CDATA[One of the big benefits to Object Oriented Programming is being able to define classes that can be reused from one project in another. A class library takes this even further by providing a prewritten set of classes that can be used in all your projects.
What is a Class Library?
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>One of the big benefits to Object Oriented Programming is being able to define classes that can be reused from one project in another. A class library takes this even further by providing a prewritten set of classes that can be used in all your projects.</p>
<p><a href="http://www.felgall.com/class1.htm">What is a Class Library?</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/06/what-is-a-class-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>db2 Commands</title>
		<link>http://felgall.net/2010/02/05/db2-commands/</link>
		<comments>http://felgall.net/2010/02/05/db2-commands/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:51:33 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Golden Oldie]]></category>
		<category><![CDATA[command reference]]></category>
		<category><![CDATA[db2]]></category>

		<guid isPermaLink="false">http://felgall.net/2007/12/18/db2-commands/</guid>
		<description><![CDATA[For anyone using db2 databases, there will be occasions where you need to perform general processing from the command line. Here is a list of all the db2 Commands available for you to use.
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>For anyone using db2 databases, there will be occasions where you need to perform general processing from the command line. Here is a list of all the <a href="http://www.felgall.com/db2com.htm">db2 Commands</a> available for you to use.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/05/db2-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limited FTP Accounts with cPanel</title>
		<link>http://felgall.net/2010/02/04/limited-ftp-accounts-with-cpanel/</link>
		<comments>http://felgall.net/2010/02/04/limited-ftp-accounts-with-cpanel/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:36:01 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Golden Oldie]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[professional web developer]]></category>

		<guid isPermaLink="false">http://felgall.net/2007/12/17/limited-ftp-accounts-with-cpanel/</guid>
		<description><![CDATA[Unless you are a professional web developer and designer all rolled into one, there will be occasions where you will want someone else to do some work on your site for you. In some cases you may be able to get them to do the work for you, send you the files, and upload them [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Unless you are a professional web developer and designer all rolled into one, there will be occasions where you will want someone else to do some work on your site for you. In some cases you may be able to get them to do the work for you, send you the files, and upload them yourself. Other times, particularly if you have little knowledge of how the web works you will need to give them access to upload the files for you. You wont want to give them access to everything in your hosting account.</p>
<p>The solution to this is to set up an FTP account for them on your hosting that gives them access only to the folder that they need access to in order to upload the files. This doesn&#8217;t negate the need to make sure you give the job to someone you can trust but it does help limit the damage they can do if it turns out that they made a mistake. Besides which any legitimate developer or designer will not want access to any more than is necessary to do the job. If something breaks in an area they don&#8217;t have access to then there isn&#8217;t even a possibility that they could be considered responsible.</p>
<p><a href="http://www.felgall.com/cpanel2.htm">Limited FTP Accounts with cPanel</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/04/limited-ftp-accounts-with-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Duplicates Using DFSORT</title>
		<link>http://felgall.net/2010/02/03/removing-duplicates-using-dfsort/</link>
		<comments>http://felgall.net/2010/02/03/removing-duplicates-using-dfsort/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:06:50 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Golden Oldie]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://felgall.net/2007/12/15/removing-duplicates-using-dfsort/</guid>
		<description><![CDATA[The mainframe sort utility program can do a lot more than just sort the records in your file. It can also be used to test for and remove duplicates.
Removing Duplicates Using DFSORT
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>The mainframe sort utility program can do a lot more than just sort the records in your file. It can also be used to test for and remove duplicates.</p>
<p><a href="http://www.felgall.com/mvs2.htm">Removing Duplicates Using DFSORT</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/03/removing-duplicates-using-dfsort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid HTML</title>
		<link>http://felgall.net/2010/02/02/invalid-html/</link>
		<comments>http://felgall.net/2010/02/02/invalid-html/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:48:28 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[What's New]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://felgall.net/?p=1585</guid>
		<description><![CDATA[Why worry about validating your HTML? Well there are a number of reasons why it is best to avoid using HTML that doesn&#8217;t validate.
Invalid HTML
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Why worry about validating your HTML? Well there are a number of reasons why it is best to avoid using HTML that doesn&#8217;t validate.</p>
<p><a href="http://www.felgall.com/htmlt131.htm">Invalid HTML</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/02/invalid-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design For Developers</title>
		<link>http://felgall.net/2010/02/01/web-design-for-developers/</link>
		<comments>http://felgall.net/2010/02/01/web-design-for-developers/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 20:52:25 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[What's New]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://felgall.net/?p=1584</guid>
		<description><![CDATA[Most books on web design assume that you have no knowledge of creating web pages apart perhaps from knowing some HTML. This book takes a different approach and assumes that the person is already a web developer. It then builds on what they already know about how server side processing interacts with the web page [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Most books on web design assume that you have no knowledge of creating web pages apart perhaps from knowing some HTML. This book takes a different approach and assumes that the person is already a web developer. It then builds on what they already know about how server side processing interacts with the web page to explain the design concepts.</p>
<p>Find out more about what I think of the book <a href="http://www.felgall.com/webdesdv.htm">Web Design For Developers</a>.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/02/01/web-design-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assigning Boolean Values</title>
		<link>http://felgall.net/2010/01/31/assigning-boolean-values/</link>
		<comments>http://felgall.net/2010/01/31/assigning-boolean-values/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 21:15:55 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Golden Oldie]]></category>
		<category><![CDATA[boolean values]]></category>
		<category><![CDATA[decision making]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://felgall.net/2008/01/02/assigning-boolean-values/</guid>
		<description><![CDATA[The one time that you don&#8217;t need to compare values to make a decision is when the value is what is known as a Boolean value. A Boolean value is either true or false (those are the only two values it can have) and we can therefore make decisions based on the value of a [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>The one time that you don&#8217;t need to compare values to make a decision is when the value is what is known as a Boolean value. A Boolean value is either true or false (those are the only two values it can have) and we can therefore make decisions based on the value of a Boolean without having to compare it to anything else. We can of course also assign the result of a comparison to a Boolean value for later use.</p>
<p><a href="http://www.felgall.com/jsdes03.htm">Assigning Boolean Values</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://felgall.net/2010/01/31/assigning-boolean-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
