<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Web-Based Introduction to Programming</title>
	<atom:link href="http://introtoprogramming.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://introtoprogramming.wordpress.com</link>
	<description>For students, instructors, or anyone interested in learning to program, or using my textbook.</description>
	<lastBuildDate>Tue, 10 Feb 2009 15:32:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='introtoprogramming.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Web-Based Introduction to Programming</title>
		<link>http://introtoprogramming.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://introtoprogramming.wordpress.com/osd.xml" title="A Web-Based Introduction to Programming" />
	<atom:link rel='hub' href='http://introtoprogramming.wordpress.com/?pushpress=hub'/>
		<item>
		<title>More about formatting, layout and Web design</title>
		<link>http://introtoprogramming.wordpress.com/2009/02/10/more-about-formatting-layout-and-web-design/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/02/10/more-about-formatting-layout-and-web-design/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:32:02 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[7. About Programming..]]></category>
		<category><![CDATA[Chapter 4]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=128</guid>
		<description><![CDATA[For more advanced formatting, Web designers use a variety of techniques based on style sheets to customized components of a Web page and Web site. These include  padding and margin and width settings to indent and line up paragraphs, headings, tables, and other components. In addition to using tables for layout, modern browsers can also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=128&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For more advanced formatting, Web designers use a variety of techniques based on style sheets to customized components of a Web page and Web site. These include  padding and margin and width settings to indent and line up paragraphs, headings, tables, and other components. In addition to using tables for layout, modern browsers can also use <strong>layers </strong>to locate components exactly on the Web page, and layers are bing used mroe and more. All this is achieved using style sheets and you will want to research CSS to learn more. Since this course is not a complete HTML/CSS course, we&#8217;re just introducing general concepts.</p>
<p>For an EXCELLENT introduction to Web design and standards that wil start you off right as a Web designer/developer and help you avoid many bad design approaches, check out <a href="http://www.zeldman.com/dwws/">Designing with Web Standards by Jeffrey Zeldman</a>. It does not get any better than this &#8211; I cannot recommend it enough!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=128&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/02/10/more-about-formatting-layout-and-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I line up prompts and input boxes in a form?</title>
		<link>http://introtoprogramming.wordpress.com/2009/02/10/how-do-i-line-up-prompts-and-input-boxes-in-a-form/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/02/10/how-do-i-line-up-prompts-and-input-boxes-in-a-form/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:25:00 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[Chapter 4]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=126</guid>
		<description><![CDATA[Any easy way to do this is by using tables (see page 87 for some discussion of this). If you add a table (&#60;table&#62;) in your form, you can combine a prompt and either input box or drop down in each row (&#60;tr&#62;). The prompt goes in the first column of the row (first &#60;td&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=126&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Any easy way to do this is by using tables (see page 87 for some discussion of this). If you add a table (&lt;table&gt;) in your form, you can combine a prompt and either input box or drop down in each row (&lt;tr&gt;). The prompt goes in the first column of the row (first &lt;td&gt; and the input box or dropdown goes in the second column (second &lt;td&gt;). You can then eliminate your paragraphs around these items since the table rows will lay them, one line at a time, and the columns (td&#8217;s) will line them up. Remember to close the table! Be sure that your &lt;table&gt; and &lt;/table&gt; tags are located appropriately within the &lt;form&gt; tags. Here&#8217;s an example:</p>
<p>&lt;form action=&#8221;circle.php&#8221; method=&#8221;post&#8221;&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;    &lt;td&gt;What is the radius of the circle?&lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&#8221;text&#8221; size=&#8221;10&#8243; name=&#8221;radius&#8221; /&gt; &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;    &lt;td&gt;What do you want to know?&lt;/td&gt;<br />
&lt;td&gt;&lt;select name = &#8220;request&#8221;&gt;<br />
&lt;option&gt;Circumference&lt;/option&gt;<br />
&lt;option&gt;Area&lt;/option&gt;<br />
&lt;/select&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;p&gt;&lt;input type=&#8221;submit&#8221; value=&#8221;Tell me what I want to know&#8221; /&gt; &lt;/p&gt;<br />
&lt;/form&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=126&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/02/10/how-do-i-line-up-prompts-and-input-boxes-in-a-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>Help!! My PHP Code Displays when I view it in a browser!!</title>
		<link>http://introtoprogramming.wordpress.com/2009/02/10/chapter-5-my-php-code-displays-when-i-view-it-in-a-browser/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/02/10/chapter-5-my-php-code-displays-when-i-view-it-in-a-browser/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 12:22:38 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[Chapter 5]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=110</guid>
		<description><![CDATA[The most common question I hear from students goes something like this: Help!!!!! I am working on the homework for chapter 5 and am having some trouble. When I view my fixIt in my web browser, it appears like this: (same for the Modify and other exercises): Your hourly wage is $ $hourlyWage and you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=110&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td><span class="Apple-style-span" style="border-collapse:separate;color:#000000;font-family:tahoma;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0;text-transform:none;white-space:pre-wrap;widows:2;word-spacing:0;">The most common question I hear from students goes something like this:</span></p>
<p>Help!!!!! <span class="Apple-style-span" style="border-collapse:separate;color:#000000;font-family:tahoma;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0;text-transform:none;white-space:pre-wrap;widows:2;word-spacing:0;">I am working on the homework for chapter 5 and am having some trouble. When I view my fixIt in my web browser, it appears like this: (same for the Modify and other exercises):</span></p>
<p>Your hourly wage is $ $hourlyWage and you worked $hoursWorked hours</p>
<p>&#8220;); print(&#8220;</p>
<p>Your wages are $$wage<br />
&#8220;); ?&gt;</p>
<p>Good news &#8211; that&#8217;s an easy one, it&#8217;s not your code. If you connect to a PHP file and see the PHP code instead of the results, it means you are opening your files using Windows Explorer instead of typing the URL to the Web server in your Web browser&#8217;s address box. You must open your HTML and PHP files using the URL, beginning with <span class="Apple-style-span" style="border-collapse:separate;color:#000000;font-family:tahoma;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0;text-transform:none;white-space:pre-wrap;widows:2;word-spacing:0;">http://localhost/Webtech</span></p>
<p>Even<br />
though you may have started your Web server, you are not connecting to<br />
it if you just double click your HTML or PHP files in Windows. When you<br />
do that the browser opens the files but does not connect the Web<br />
server. You can always tell by looking at your browsers address window.<br />
If you see an address that begins with file:// that<br />
means you are<br />
not connecting to the Web server. Change to the address in this window<br />
to URL&#8217;s begining with http://localhost/webtech/ in order to connect to<br />
your files under the Web server, for example:</p>
<p><span class="Apple-style-span" style="border-collapse:separate;color:#000000;font-family:tahoma;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0;text-transform:none;white-space:pre-wrap;widows:2;word-spacing:0;">http://localhost/webtech/</span>coursework/Chapter05/Fixit1.php<br />
or<br />
<span class="Apple-style-span" style="border-collapse:separate;color:#000000;font-family:tahoma;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0;text-transform:none;white-space:pre-wrap;widows:2;word-spacing:0;">http://localhost/webtech/</span>coursework/Chapter05/Modify1.html</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=110&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/02/10/chapter-5-my-php-code-displays-when-i-view-it-in-a-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>Check it out! A interactive Flash tutorial!</title>
		<link>http://introtoprogramming.wordpress.com/2009/02/10/check-it-out-a-interactive-flash-tutorial/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/02/10/check-it-out-a-interactive-flash-tutorial/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 12:10:56 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[3. Flash Tutorial!]]></category>
		<category><![CDATA[5. Ideas for Teaching]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=114</guid>
		<description><![CDATA[Check it out! I have developed a Flash based interactive tutorial to help explain  basic operations and control structures. You can walk through code samples, one instruction at a time, and watch the effect of each instruction on variables, tests and output. Just click the link to try it out. You can also download and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=114&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Check it out! I have developed a <a href="http://www.mikeokane.com/progTutorials.swf">Flash based interactive tutorial </a>to help explain  basic operations and control structures. You can walk through code samples, one instruction at a time, and watch the effect of each instruction on variables, tests and output. Just click the link to try it out. You can also download and distribute it freely (just right click the link to save a copy to your local drive). Note that the application may not be changed, and copyright remains fully with the author. I intend to add and modify the tutorials as time permits &#8211; the link will always bring up the latest version.</p>
<p>I&#8217;d like to know what you think. Is this useful? Right now the code sample are generic, not language-specific I&#8217;m thinking of a feature that would let you see code in your language of choice, for example PHP or Java or C++ or whatever. What do you think?</p>
<p>, and also to allow users to choose between different programming languages when viewing the code samples.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=114&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/02/10/check-it-out-a-interactive-flash-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>Chapter 3 Exercises: writing algorithms</title>
		<link>http://introtoprogramming.wordpress.com/2009/02/03/chapter-3-exercises/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/02/03/chapter-3-exercises/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:11:11 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[Chapter 3]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=101</guid>
		<description><![CDATA[Algorithms can be confusing at first. In these exercises, you are writing instructions that you will later convert into code for the computer to execute. In these exercises, the instructions are broken down into two separate algorithms. The first algorithm provides instructions to generate a form used to get data from the user and send [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=101&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Algorithms can be confusing at first. In these exercises, you are writing instructions that you will later convert into code for the computer to execute. In these exercises, the instructions are broken down into two separate algorithms. The first algorithm provides instructions to generate a form used to get data from the user and send this to a php program. The second algorithm provides instructions for the php program to receive the data from the form, process it, and display the results.</p>
<p>It helps to think about giving the same instructions to two people. The first person will ask a user for information, then send the information to a second person. The second person will receive the information, perform calculations and other operations as needed, and then announce (display) the results to the user. Your job is to write the instructions that these two people must follow, being careful to ensure that the instructions are correct, understandable, efficient, and in the right order.. Later you will convert these into actual code that the computer will execute.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=101&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/02/03/chapter-3-exercises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you have corrections or suggestions?</title>
		<link>http://introtoprogramming.wordpress.com/2009/02/03/do-you-have-corrections-or-suggestions/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/02/03/do-you-have-corrections-or-suggestions/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 12:42:01 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[4. Your Corrections and Feedback]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=98</guid>
		<description><![CDATA[If you find errors in the book (I&#8217;m sure you will!) or have suggestions please take a moment to reply to this postand share them. It will help me to improve the next version and allow some discussion also. A list of all corrections that have been found so far can be found on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=98&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you find errors in the book (I&#8217;m sure you will!) or have suggestions please take a moment to reply to this postand share them. It will help me to improve the next version and allow some discussion also. A list of all corrections that have been found so far can be found on the <a href="http://www.mikeokane.com/textbooks/WebTech/support.php" target="_blank">textbook Web site</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=98&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/02/03/do-you-have-corrections-or-suggestions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you get a socket address or port 80 error when you try and run the Web server?</title>
		<link>http://introtoprogramming.wordpress.com/2009/02/01/do-you-get-a-socket-address-or-port-80-error-when-you-try-and-run-the-web-server/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/02/01/do-you-get-a-socket-address-or-port-80-error-when-you-try-and-run-the-web-server/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 13:16:53 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[1. Installation, Getting Started]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=95</guid>
		<description><![CDATA[If you get an error that refers to a socket address,or port 80, these indicate that xampp can&#8217;t start because port 80 is already in use. This means that you are running other piece of software that is already using port 80. The most likely candidates are Skype or another Web server such as MS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=95&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you get an error that refers to a socket address,or  port 80, these indicate that xampp can&#8217;t start because port 80 is already in use. This means that you are running other piece of software that is already using port 80. The most likely candidates are Skype or another Web server such as MS IIS or Cold Fusion server.</p>
<p><strong>SOLUTION 1: </strong> Exit the program that is causing the conflict, start xammp again and it should run with no problem. For SKYPE, see SOLUTION 2 below. If you are running another Web server or can&#8217;t determine what program is causing the conflict, SOLUTION 3 below may be simplest for you.</p>
<p><strong> SOLUTION 2 (IF YOU USE SKYPE): </strong>Skype does not actually need port 80 but will use it if it&#8217;s available. So if Skype is running BEFORE you start xampp you will get an error. But if you run Skype AFTER starting xamppp, both programs should run OK.   Alternatively you can tell Skype not to use Port 80, as follows.</p>
<p>Depending on your version of Skype. either:</p>
<p>(a) Go to File-&gt; Options -&gt; Connection or</p>
<p>(b) Go to Tools-&gt;Options-&gt;Connection</p>
<p>Now Uncheck Use Port 80 as an alternative for incoming connections. You may need to restart Skype after doing this.  You should now be able to run xamppp with no problem.</p>
<p><strong>SOLUTION 3:</strong> If you cannot determine which software is causing the conflict, OR if you want to run both programs, you can tell xampp to listen to port 8080 (the alternative for port 80). IMPORTANT: Once you make the change to accomplish this you will need to restart xampp, and use <strong>http://localhost:8080/</strong> in the address window instead of just http://localhost/.  Here are the changes to use port 8080:</p>
<p>Start a text editor and choose Open File. Browse to your xammplite folder location and open xampplite\apache\conf\httpd.conf. You will make TWO changes:</p>
<ol>
<li> Somewhere around line 53 (or just search for this), you will find the line: <strong>Listen 80</strong> Change this to: <strong>Listen 8080</strong> (NOTE: do not change the lines that begin with # &#8211; these are comments and will not effect the configuration)</li>
<li>Somewhere around line 169 (or just search for this), you will find the line: <strong>ServerName localhost:80</strong> Change this to: <strong>ServerName localhost:8080</strong> (NOTE: do not change the lines that begin with # &#8211; these are comments and will not effect the configuration)</li>
<li> Save the file. Start xampp. It should now run with no problem but your URL must always begin with <strong>http://localhost:8080/</strong> instead of http://localhost/</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=95&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/02/01/do-you-get-a-socket-address-or-port-80-error-when-you-try-and-run-the-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing on Vista</title>
		<link>http://introtoprogramming.wordpress.com/2009/01/26/installing-on-vista/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/01/26/installing-on-vista/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 01:49:54 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[1. Installation, Getting Started]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=86</guid>
		<description><![CDATA[The default Vista installation contains missing or insufficient write permissions in the c:\program files folder. For this reason, when you install xampplite in Vista,  choose a different folder location, for example c:\xampplite or c:\myfolder\xampplite. You may prefer to install on a portable drive that you can then attach to any computer.  If you do that,  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=86&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The default Vista installation contains missing or insufficient write permissions in the c:\program files folder. For this reason, when you install xampplite in Vista,  choose a different folder location, for example c:\xampplite or c:\myfolder\xampplite.</p>
<p>You may prefer to install on a portable drive that you can then attach to any computer.  If you do that,  each time that you change computers, you will need to run the setup_xampp program (see Chapter 2)  before you run the Web server. That&#8217;s because your drive was probably assigned to a different drive letter and the setup progam will reset the path to the correct drive letter (and if the drive letter happens to be the same you will just see the message &#8220;Nothing to do&#8221;).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=86&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/01/26/installing-on-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you get an error: &#8220;Application failed to initialize properly (0xc015002)&#8221;?</title>
		<link>http://introtoprogramming.wordpress.com/2009/01/25/do-you-get-an-error-application-failed-to-initialize-properly-0xc015002/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/01/25/do-you-get-an-error-application-failed-to-initialize-properly-0xc015002/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 13:31:57 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[1. Installation, Getting Started]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=82</guid>
		<description><![CDATA[When you start your Web server (apache_start) do you get a message &#8220;The application failed to initialize properly (0xc015002)&#8221;?   Some distributions of Windows XP do not include the program that handles applications developed in C++. Here is the link to Microsoft&#8217;s site obtain this program. http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&#38;displaylang=en You can just save and run this to install [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=82&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you start your Web server (apache_start) do you get a message &#8220;The application failed to initialize properly (0xc015002)&#8221;?   Some distributions of Windows XP do not include the program that handles applications developed in C++. Here is the link to Microsoft&#8217;s site obtain this program.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&amp;displaylang=en</a></p>
<p>You can just save and run this to install it and your xampp installation should then work (you should not need to reinstall xampp).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=82&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/01/25/do-you-get-an-error-application-failed-to-initialize-properly-0xc015002/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Error on Line 42&#8243; message when you start xampp?</title>
		<link>http://introtoprogramming.wordpress.com/2009/01/25/error-on-line-42-message-when-you-start-xampp/</link>
		<comments>http://introtoprogramming.wordpress.com/2009/01/25/error-on-line-42-message-when-you-start-xampp/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 13:29:20 +0000</pubDate>
		<dc:creator>mikeokane</dc:creator>
				<category><![CDATA[1. Installation, Getting Started]]></category>

		<guid isPermaLink="false">http://introtoprogramming.wordpress.com/?p=78</guid>
		<description><![CDATA[If you run apache_start.bat  and get the message: Apache 2 is starting &#8230; but you then see somethng like this: apache.exe: Syntax error on line 42 of C:/webServer/xampplite/apache/conf/httpd.conf: ServerRoot must be a valid directory This means that you must run setup_xampp before you run apache_start &#8211; see page 32 in the textbook. Once you have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=78&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you run apache_start.bat  and get the message: Apache 2 is starting &#8230; but you then see somethng like this:</p>
<p>apache.exe: Syntax error on line 42 of C:/webServer/xampplite/apache/conf/httpd.conf: ServerRoot must be a valid directory</p>
<p>This means that you must run setup_xampp before you run apache_start &#8211; see page 32 in the textbook. Once you have done this you should be able to start the server with no problem. NOTE: Usually you only to do this first time you install xampp, but if you installed on a USB or other portable drive, you will need to run setup_xampp each time you change computers because Windows assigns a different drive letter to the USB drive. It never hurts to run setup_xampp &#8211; if you get the message &#8220;Nothng to do&#8221; it just means that it wasn&#8217;t necessary.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/introtoprogramming.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/introtoprogramming.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/introtoprogramming.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/introtoprogramming.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/introtoprogramming.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/introtoprogramming.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/introtoprogramming.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/introtoprogramming.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/introtoprogramming.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/introtoprogramming.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/introtoprogramming.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/introtoprogramming.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/introtoprogramming.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/introtoprogramming.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=introtoprogramming.wordpress.com&amp;blog=4878146&amp;post=78&amp;subd=introtoprogramming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://introtoprogramming.wordpress.com/2009/01/25/error-on-line-42-message-when-you-start-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikeokane</media:title>
		</media:content>
	</item>
	</channel>
</rss>
