<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How would I create a web based to do program?</title>
	<atom:link href="http://www.askageek.com/2009/08/22/how-would-i-create-a-web-based-to-do-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askageek.com/2009/08/22/how-would-i-create-a-web-based-to-do-program/</link>
	<description>Where Geeks Answer Your Computer and Tech Questions!</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:49:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: matt</title>
		<link>http://www.askageek.com/2009/08/22/how-would-i-create-a-web-based-to-do-program/comment-page-1/#comment-9755</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 24 Aug 2009 18:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.askageek.com/?p=4213#comment-9755</guid>
		<description>I don&#039;t think there are any plans for IIS to ever go away. Some versions of Windows Vista might not run it, due to how Microsoft is pricing things now, but it will never go away completely.

Once you get into the web stuff you will find it is not that difficult at all, especially if you are currently doing application development for the desktop. There are some things you will have to learn that are slightly different than regular application development but the move is not that difficult.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think there are any plans for IIS to ever go away. Some versions of Windows Vista might not run it, due to how Microsoft is pricing things now, but it will never go away completely.</p>
<p>Once you get into the web stuff you will find it is not that difficult at all, especially if you are currently doing application development for the desktop. There are some things you will have to learn that are slightly different than regular application development but the move is not that difficult.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monkeyboy</title>
		<link>http://www.askageek.com/2009/08/22/how-would-i-create-a-web-based-to-do-program/comment-page-1/#comment-9744</link>
		<dc:creator>monkeyboy</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askageek.com/?p=4213#comment-9744</guid>
		<description>OK, thanks. Thats what I thought might be the answer. I have never dabbled much with IIS (I thought it was being phased out with VIsta?) or server side scripts but I suppose now is the time to have a go.

Thanks for the info.</description>
		<content:encoded><![CDATA[<p>OK, thanks. Thats what I thought might be the answer. I have never dabbled much with IIS (I thought it was being phased out with VIsta?) or server side scripts but I suppose now is the time to have a go.</p>
<p>Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.askageek.com/2009/08/22/how-would-i-create-a-web-based-to-do-program/comment-page-1/#comment-9732</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sun, 23 Aug 2009 00:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.askageek.com/?p=4213#comment-9732</guid>
		<description>The programming language and the database are very important. You cannot use JavaScript to update any local files or databases on your computer due to security reasons. You could use AJAX (the combination of JavaScript with a server side programming language like VB.NET) to update the database. You could also just put a form on your HTML page to submit to the VB script as well.

The best solution would be to run a web server like IIS and use .NET to create your web application and then it would be very easy to update your database and pull the information from your database to display it on your page.</description>
		<content:encoded><![CDATA[<p>The programming language and the database are very important. You cannot use JavaScript to update any local files or databases on your computer due to security reasons. You could use AJAX (the combination of JavaScript with a server side programming language like VB.NET) to update the database. You could also just put a form on your HTML page to submit to the VB script as well.</p>
<p>The best solution would be to run a web server like IIS and use .NET to create your web application and then it would be very easy to update your database and pull the information from your database to display it on your page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monkeyboy</title>
		<link>http://www.askageek.com/2009/08/22/how-would-i-create-a-web-based-to-do-program/comment-page-1/#comment-9731</link>
		<dc:creator>monkeyboy</dc:creator>
		<pubDate>Sun, 23 Aug 2009 00:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askageek.com/?p=4213#comment-9731</guid>
		<description>The program is vb and tasks stored in access database but that is fairly inconsequential. If I can get the web page to update anything such aseven a text file to say &quot;Task 27 completed&quot; then I can integrate from there.

Thanks.</description>
		<content:encoded><![CDATA[<p>The program is vb and tasks stored in access database but that is fairly inconsequential. If I can get the web page to update anything such aseven a text file to say &#8220;Task 27 completed&#8221; then I can integrate from there.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.askageek.com/2009/08/22/how-would-i-create-a-web-based-to-do-program/comment-page-1/#comment-9730</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sun, 23 Aug 2009 00:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askageek.com/?p=4213#comment-9730</guid>
		<description>How are you storing your actual tasks? What are you using for a database? What does your maintenance program do and what is it written in?</description>
		<content:encoded><![CDATA[<p>How are you storing your actual tasks? What are you using for a database? What does your maintenance program do and what is it written in?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
