<?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>DoTheWeb.net &#187; Technical</title>
	<atom:link href="http://www.dotheweb.net/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotheweb.net</link>
	<description>What Can The Web Do For You Today?</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:28:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building Windows Services using Visual Basic 2005 Express</title>
		<link>http://www.dotheweb.net/2009/11/building-windows-services-using-visual-basic-2005-express/</link>
		<comments>http://www.dotheweb.net/2009/11/building-windows-services-using-visual-basic-2005-express/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Building]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=281</guid>
		<description><![CDATA[// &#160; Build and Install service on your pc: Go to build menu and choose Build NewService1 &#8211; This will create an EXE file in our project’s \bin\Release folder. Next we will need to use the InstallUtil.exe to install the service into the PC. InstallUtil.exe is part of the Dot Net distribution package. It is found in [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/building-windows-services-using-visual-basic-2005-express/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Needed Installers for Windows Services</title>
		<link>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/</link>
		<comments>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:02:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=271</guid>
		<description><![CDATA[This is not the Actual &#8220;Installer&#8221;. This is code needed for the Service to operate correctly.We will get to Installing Later&#8230; Add the Installer Code: Create a new class file in your project and call it ProjectInstaller. We wil replace the text in the ProjectInstaller class with the following code: Version:0.9 StartHTML:0000000100 EndHTML:0000012095 StartFragment:0000000100 EndFragment:0000012095 [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Services with VB Express</title>
		<link>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/</link>
		<comments>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=259</guid>
		<description><![CDATA[// &#160; Visual Basic Express is a great, free tool from Microsoft.   You don&#8217;t get all that Visual Studio 2005 offers though.  One of the things VB Express does not have is templates to create a Windows Service.  We can still make Services with VB 2005 Express.  All it takes is a little manual work.  I [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Precompiling your Visual Web Developer Asp.net Projects</title>
		<link>http://www.dotheweb.net/2009/10/precompiling-your-visual-web-developer-asp-net-projects/</link>
		<comments>http://www.dotheweb.net/2009/10/precompiling-your-visual-web-developer-asp-net-projects/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:55:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net on Linux]]></category>
		<category><![CDATA[LAMA]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Precompiling VB]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=181</guid>
		<description><![CDATA[For more information about LAMA servers, checkout:LAMA &#8211; Best of ALL worlds tutorial &#160; Precompiling Asp.net Web ProjectsVisual Web Developer &#8211; Microsoft&#8217;s free version of Visual Studio, is a great tool to create quality Asp.net Sites.  VWD being free- does not include all the tools that Visual Studio does. In this case VWD does not [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/precompiling-your-visual-web-developer-asp-net-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A MySql Test site to for your LAMA Server</title>
		<link>http://www.dotheweb.net/2009/10/a-mysql-test-site-to-for-your-lama-server/</link>
		<comments>http://www.dotheweb.net/2009/10/a-mysql-test-site-to-for-your-lama-server/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net on Linux]]></category>
		<category><![CDATA[LAMA]]></category>
		<category><![CDATA[MONO]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=177</guid>
		<description><![CDATA[This is part of the LAMA &#8211; Best of all worlds tutorialLAMA Tutorial Home Page &#160; MySql Test Site with Visual Web Developer 2005 1.) Lets open up VWD, and create a new website called mysql-test-site2.) Add the Mysql Connector/Net to the references.Right click on the website name in Solution explorer, and choose Add Reference.Select the [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/a-mysql-test-site-to-for-your-lama-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring MySql for your LAMA server and Visual Web Developer</title>
		<link>http://www.dotheweb.net/2009/10/configuring-mysql-for-your-lama-server-and-visual-web-developer/</link>
		<comments>http://www.dotheweb.net/2009/10/configuring-mysql-for-your-lama-server-and-visual-web-developer/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:48:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net on Linux]]></category>
		<category><![CDATA[LAMA]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[MONO]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=175</guid>
		<description><![CDATA[&#160; This is part of the LAMA &#8211; Best of all worlds tutorialLAMA Tutorial Home Page MySql Connector .Net MySql Connector/Net is the component that allows Asp.net to talk to Mysql Databases.You will need this connector to be installed on the machine that has Visual Web Developer installed.The latest version of MySql Connector is 5.2. Download [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/configuring-mysql-for-your-lama-server-and-visual-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Apache on your Ubuntu LAMA Server for Asp.net websites</title>
		<link>http://www.dotheweb.net/2009/10/configuring-apache-on-your-ubuntu-lama-server-for-asp-net-websites/</link>
		<comments>http://www.dotheweb.net/2009/10/configuring-apache-on-your-ubuntu-lama-server-for-asp-net-websites/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:46:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net on Linux]]></category>
		<category><![CDATA[LAMA]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[MONO]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=173</guid>
		<description><![CDATA[&#160; This is part of the LAMA &#8211; Best of all worlds tutorialLAMA Tutorial Home Page Apache Web Server During your install of Ubuntu 8.04 server, one of the install options was LAMP Server.  This installs Apache, Mysql and PHP. To setup Apache, we will adding a file to the apache sites-available directory on the LAMA [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/configuring-apache-on-your-ubuntu-lama-server-for-asp-net-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Microsoft&#8217;s Free Visual Web Developer to create LAMA ready sites</title>
		<link>http://www.dotheweb.net/2009/10/using-microsofts-free-visual-web-developer-to-create-lama-ready-sites/</link>
		<comments>http://www.dotheweb.net/2009/10/using-microsofts-free-visual-web-developer-to-create-lama-ready-sites/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net on Linux]]></category>
		<category><![CDATA[LAMA]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MONO]]></category>
		<category><![CDATA[Visual Web Developer]]></category>
		<category><![CDATA[VWD]]></category>
		<category><![CDATA[VWD 2005]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=171</guid>
		<description><![CDATA[&#160; This is part of the LAMA &#8211; Best of all worlds tutorialLAMA Tutorial Home Page Microsoft Visual Web Developer 2005 Visual Web Developer is a free version of Visual Studio, that just does web projects.  For this tutorial we will be using VWD 2005, because it is .net 2.0 based, and Mono&#8217;s 2.0 base [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/using-microsofts-free-visual-web-developer-to-create-lama-ready-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Samba on your Ubuntu LAMA Server</title>
		<link>http://www.dotheweb.net/2009/10/configuring-samba-on-your-ubuntu-lama-server/</link>
		<comments>http://www.dotheweb.net/2009/10/configuring-samba-on-your-ubuntu-lama-server/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net on Linux]]></category>
		<category><![CDATA[LAMA]]></category>
		<category><![CDATA[MONO]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=169</guid>
		<description><![CDATA[&#160; This is part of the LAMA &#8211; Best of all worlds tutorialLAMA Tutorial Home Page Samba File Server During your install of Ubuntu 8.04 server, one of the install options was Samba File server.  This allows you to setup &#8220;shares&#8221; on your Ubuntu LAMA server for easy file transfer from your Windows machine.To setup [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/configuring-samba-on-your-ubuntu-lama-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Mono on your Ubuntu 8.04 LAMA Server</title>
		<link>http://www.dotheweb.net/2009/10/installing-mono-on-your-ubuntu-8-04-lama-server/</link>
		<comments>http://www.dotheweb.net/2009/10/installing-mono-on-your-ubuntu-8-04-lama-server/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:40:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LAMA]]></category>
		<category><![CDATA[Asp.net on Linux]]></category>
		<category><![CDATA[MONO]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=167</guid>
		<description><![CDATA[&#160; This is part of the LAMA &#8211; Best of all worlds tutorialLAMA Tutorial Home Page The Script DoTheWeb.net has put together a script for you to help with your Mono source install.  With help fromSean&#8217;s Mental Walkabout Mono Script and some changes to make it Ubuntu specific.  This script will download all necessary software [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/installing-mono-on-your-ubuntu-8-04-lama-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
