<?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>17 of 26 &#187; Hello, Internet!</title>
	<atom:link href="http://17of26.com/category/development-projects/hello-internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://17of26.com</link>
	<description>the world of programming and technology</description>
	<lastBuildDate>Fri, 11 Dec 2009 01:29:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Development Project : Hello, Internet!</title>
		<link>http://17of26.com/2009/09/development-project-hello-internet/</link>
		<comments>http://17of26.com/2009/09/development-project-hello-internet/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 03:35:14 +0000</pubDate>
		<dc:creator>Q</dc:creator>
				<category><![CDATA[Hello, Internet!]]></category>

		<guid isPermaLink="false">http://17of26.com/?p=354</guid>
		<description><![CDATA[One task that every home computer user needs to do from time to time is to troubleshoot their internet connection.  Even for computer savvy users this task can be a bit of a chore.  A web page isn&#8217;t loading &#8211; is the problem with the website?  Is it my computer? Is it my router?  Is [...]]]></description>
			<content:encoded><![CDATA[<p>One task that every home computer user needs to do from time to time is to troubleshoot their internet connection.  Even for computer savvy users this task can be a bit of a chore.  A web page isn&#8217;t loading &#8211; is the problem with the website?  Is it my computer? Is it my router?  Is it my cable/dsl modem?  Is it my ISP?  Is it none of the above?  For inexperienced users, trying to resolve the problem can be overwhelming.</p>
<p>Finding the source of a network connection problem often requires one of more of the following:</p>
<ul>
<li>Run ipconfig from the command line</li>
<li>Run tracert from the command line</li>
<li>Checking various properties in Control Panel</li>
<li>Restarting the network card</li>
<li>Rebooting the computer</li>
<li>Contacting the ISP</li>
</ul>
<p>Not only does a user need to know about how run several different tools, they also have to know how to interpret the results.  My goal is to write a single application that will be able to walk the user through (and perform when possible) all of the troubleshooting steps needed to diagnose a broken network connection.</p>
<p>The requirements for the application are as follows:</p>
<ul>
<li>Provide a streamlined interface and detailed information for advanced users</li>
<li>Walk novice users through the troubleshooting steps &#8211; explain the results and suggest steps to take to resolve the problem</li>
<li>Educate users that are interested in learning more by explaining various network terms and describing what test results mean and explain why resolutions are suggested</li>
</ul>
<p>I would really like this application to be something that is useful for everyone.  Too many tools are targeted solely at users who already know what they&#8217;re doing.</p>
<p>The idea here is that advanced users (like me)  will be able to do network troubleshooting by running one tool instead of several.  Novice users will be able to do their own troubleshooting and not have to bother computer savvy friends or relatives every time their network connection goes south <img src='http://17of26.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>If you have any comments, questions, or would like to participate in beta testing when it&#8217;s ready then head over to the <a href="http://17of26.com/forum/viewforum.php?f=13">forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://17of26.com/2009/09/development-project-hello-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
