<?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>Mon, 08 Feb 2010 22:10:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Changing the Order Form</title>
		<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>
		<link>http://felgall.net/2010/02/09/changing-the-order-form/</link>
			</item>
	<item>
		<title>JavaScript Shopping Cart</title>
		<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>
		<link>http://felgall.net/2010/02/08/javascript-shopping-cart/</link>
			</item>
	<item>
		<title>Using EXEC and SPAWN to Link to Another Program</title>
		<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>
		<link>http://felgall.net/2010/02/07/using-exec-and-spawn-to-link-to-another-program/</link>
			</item>
	<item>
		<title>What is a Class Library?</title>
		<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>
		<link>http://felgall.net/2010/02/06/what-is-a-class-library/</link>
			</item>
	<item>
		<title>db2 Commands</title>
		<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>
		<link>http://felgall.net/2010/02/05/db2-commands/</link>
			</item>
	<item>
		<title>Limited FTP Accounts with cPanel</title>
		<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>
		<link>http://felgall.net/2010/02/04/limited-ftp-accounts-with-cpanel/</link>
			</item>
	<item>
		<title>Removing Duplicates Using DFSORT</title>
		<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>
		<link>http://felgall.net/2010/02/03/removing-duplicates-using-dfsort/</link>
			</item>
	<item>
		<title>Invalid HTML</title>
		<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>
		<link>http://felgall.net/2010/02/02/invalid-html/</link>
			</item>
	<item>
		<title>Web Design For Developers</title>
		<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>
		<link>http://felgall.net/2010/02/01/web-design-for-developers/</link>
			</item>
	<item>
		<title>Assigning Boolean Values</title>
		<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>
		<link>http://felgall.net/2010/01/31/assigning-boolean-values/</link>
			</item>
</channel>
</rss>
