<?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>All Things Marked</title>
	<atom:link href="https://allthingsmarked.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://allthingsmarked.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Dec 2021 18:52:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.3</generator>
	<item>
		<title>Associate File Extensions With Specific Languages in Notepad++</title>
		<link>https://allthingsmarked.com/2009/07/29/associate-file-extensions-with-specific-languages-in-notepad-plus-plus/</link>
					<comments>https://allthingsmarked.com/2009/07/29/associate-file-extensions-with-specific-languages-in-notepad-plus-plus/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Wed, 29 Jul 2009 23:55:24 +0000</pubDate>
				<category><![CDATA[time savers]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://allthingsmarked.com/?p=263</guid>

					<description><![CDATA[If you use Notepad++ often, you may notice that it recognizes the type of file you open and provides nice synatx style for the language&#8230;]]></description>
										<content:encoded><![CDATA[<p>If you use Notepad++ often, you may notice that it recognizes the type of file you open and provides nice synatx style for the language of the file. For example, it knows .js is a JavaScript file and .css is a CSS file. Each file type has its own unique style settings. There are a lot of these predefined file types, but what if Notepad++ doens&#8217;t support a file type you open often? If you want to make a custom file type use the same style of another type, just use the Style Configurator to define your own extensions.</p>
<h3>Add Custom User Extensions</h3>
<p>In Notepad++ navigate to <strong>Settings &gt; Style Configurator&#8230;</strong></p>
<p>Choose aÂ language on the left side that you want your own extension to match (i.e. if I want <em>.config</em> files to style like <em>XML</em><strong> </strong>then I&#8217;d choose<strong> </strong><em>XML</em>). In the <strong>User ext.</strong> field near the bottom, enter in your custom user extension without the dot in front of it (e.g. <strong>config</strong> for <em>*.config</em> files). Now restart Notepad++ and it will map that new extension to the style you&#8217;ve chosen.</p>
<p><img loading="lazy" class="alignnone size-full wp-image-290" title="User Extension" src="/wp-content/uploads/2009/07/user-ext.jpg" alt="" width="298" height="185" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://allthingsmarked.com/2009/07/29/associate-file-extensions-with-specific-languages-in-notepad-plus-plus/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>Enable the Administrator Account on the Vista Login Screen</title>
		<link>https://allthingsmarked.com/2009/07/24/enable-the-administrator-account-on-the-vista-login-screen/</link>
					<comments>https://allthingsmarked.com/2009/07/24/enable-the-administrator-account-on-the-vista-login-screen/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 11:44:15 +0000</pubDate>
				<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://allthingsmarked.com/?p=257</guid>

					<description><![CDATA[By default, Windows Vista forces you to make your own admin account and use that at the login screen. You can, however, enable the built-in&#8230;]]></description>
										<content:encoded><![CDATA[<p>By default, Windows Vista forces you to make your own admin account and use that at the login screen. You can, however, enable the built-in Administrator on the login. This is useful if you like to use that account (not recommended) or if you ever forget your password or get locked out of your own account. You must first be logged in as an admin to enable this so if you&#8217;re doing some risky tinkering and want a back-up plan to get back in, maybe enable this account. Just open the command prompt (<strong>Start &gt; Run &gt; &#8220;cmd&#8221; [enter]</strong>) and enter in the following line:</p>
<blockquote><p>net user administrator /active:yes</p></blockquote>
<p>If you ever feel the need to remove the Administrator account from the login screen, just run this command:</p>
<blockquote><p>net user administrator /active:no</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://allthingsmarked.com/2009/07/24/enable-the-administrator-account-on-the-vista-login-screen/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Avoid Transferring SVN/CVS Folders in FileZilla</title>
		<link>https://allthingsmarked.com/2009/07/20/avoid-transferring-svn-cvs-folders-in-filezilla/</link>
					<comments>https://allthingsmarked.com/2009/07/20/avoid-transferring-svn-cvs-folders-in-filezilla/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:48:42 +0000</pubDate>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[time savers]]></category>
		<guid isPermaLink="false">http://allthingsmarked.com/?p=280</guid>

					<description><![CDATA[If you use FileZilla as an FTP client and you use version control such as SVN or CVS, you may notice that you actually FTP&#8230;]]></description>
										<content:encoded><![CDATA[<p>If you use FileZilla as an FTP client and you use version control such as SVN or CVS, you may notice that you actually FTP those meta folders (&#8220;.svn&#8221; and &#8220;cvs&#8221;) along with your real data files. Those version control folders are not meant to be tranferred over with your real data and it can be a pain to delete all of them on the remote server. Not to mention, depending on who has access to the server, those files can give the user access to the repository and therefore they pose a security risk. FileZilla offers a really nice option to ignore those folder so you no longer even see them nor do you transfer them over with your files.</p>
<h3>Directory Listing Filters</h3>
<p>The key to fixing this issue is to go to <strong>View &gt; Filename filters&#8230;</strong></p>
<p><img loading="lazy" class="alignnone size-full wp-image-282" title="Filter SVN/CVS" src="/wp-content/uploads/2009/07/filetype-filter.jpg" alt="" width="448" height="387" /></p>
<p>Just check the <strong>CVS and SVN directories</strong> option and FileZilla will no longer display those.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allthingsmarked.com/2009/07/20/avoid-transferring-svn-cvs-folders-in-filezilla/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Copy Files at Blazing Speeds with TeraCopy</title>
		<link>https://allthingsmarked.com/2009/07/15/copy-files-at-blazing-speeds-with-teracopy/</link>
					<comments>https://allthingsmarked.com/2009/07/15/copy-files-at-blazing-speeds-with-teracopy/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 16 Jul 2009 00:19:08 +0000</pubDate>
				<category><![CDATA[multimedia]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[time savers]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://allthingsmarked.com/?p=255</guid>

					<description><![CDATA[Have you ever had the tedious task of copying a friends music library or moving the entire contents of one hard drive to another? In&#8230;]]></description>
										<content:encoded><![CDATA[<p>Have you ever had the tedious task of copying a friends music library or moving the entire contents of one hard drive to another? In pretty much any situation where you need to move or copy a lot of data you are burdened with a fair amount of wait time. Using Windows Explorer to move files around is quite a task and doing it on an OS like Vista can really use up your time.</p>
<p>Do yourself a favor and immediately download a copy of <a title="download TeraCopy" href="http://www.codesector.com/teracopy.php">free TeraCopy</a>. Get yourself the <a title="download portable TeraCopy" href="http://www.softpedia.com/get/PORTABLE-SOFTWARE/System/File-management/Windows-Portable-Applications-TeraCopy-Portable.shtml">portable verison</a> so you have this time saver anywhere you go. TeraCopy will move or copy files for you but at a much faster rate than Windows Explorer and it has many other additional features. TeraCopy integrates into the Explorer shell and even has a pause/resume copying feature.</p>
<h3>Drag and Drop files to Copy</h3>
<p><img loading="lazy" class="size-full wp-image-273" title="Step 1. Drag 'n Drop" src="/wp-content/uploads/2009/07/1-drag-n-drop.jpg" alt="Step 1. Drag 'n Drop" width="483" height="395" /></p>
<h3>Choose a Destinaion Location</h3>
<p><img loading="lazy" class="size-full wp-image-274" title="Step 2. Browse for a Destination" src="/wp-content/uploads/2009/07/2-browse.jpg" alt="Step 2. Browse for a Destination" width="371" height="152" /></p>
<p>That&#8217;s all there is to it &#8212; TeraCopy will copy the files to your destination and show a progress meter.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allthingsmarked.com/2009/07/15/copy-files-at-blazing-speeds-with-teracopy/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Force Windows Explorer to Retain Folder Customizations</title>
		<link>https://allthingsmarked.com/2009/07/13/force-windows-explorer-to-retain-folder-customizations/</link>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 13 Jul 2009 22:55:58 +0000</pubDate>
				<category><![CDATA[time savers]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://allthingsmarked.com/?p=248</guid>

					<description><![CDATA[Have you ever customized the sort order, view style (e.g. List, Small Icons) or windows size of a folder and had those settings vanish? Then&#8230;]]></description>
										<content:encoded><![CDATA[<p>Have you ever customized the sort order, view style (e.g. List, Small Icons) or windows size of a folder and had those settings vanish? Then you have to go back in and change them again only to have them randomly disappear in the near future.</p>
<p>This is a common problem I have with the sort order of my music folder. Sometimes I like the music to be sorted alphabetically (default); but sometimes I like to see the newest music and sort by <em>Date modified</em>. Unfortunately, just about every time I un-mount and re-mount my hard drive, my custom sort its gone. This is easily fixed by a simple little registry trick, so roll up your sleeves and open regedit (Start &gt; Run &gt; &#8220;regedit&#8221;).</p>
<h3>Update the Registry</h3>
<p>Once you&#8217;re in the Registry Editor navigate to:<br />
<strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell</strong></p>
<p>Right-click on the right panel and choose <strong>New &gt; DWORD Value</strong></p>
<p>Give the new value the name <strong><span class="userInput">BagMRU Size</span></strong></p>
<p>Hit enter to save the name then double-click it and choose the <em>Base</em> as <strong>Decimal</strong> set the value to <strong>10000</strong>.</p>
<p><img loading="lazy" class="size-full wp-image-252" title="Custom Sort Order" src="/wp-content/uploads/2009/07/sort-order.jpg" alt="Custom Sort Order" width="379" height="206" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HOWTO: Quickly Change the Desktop Icon Size in Windows</title>
		<link>https://allthingsmarked.com/2009/02/14/howto-quickly-change-the-desktop-icon-size-in-windows/</link>
					<comments>https://allthingsmarked.com/2009/02/14/howto-quickly-change-the-desktop-icon-size-in-windows/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sat, 14 Feb 2009 16:54:46 +0000</pubDate>
				<category><![CDATA[time savers]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.allthingsmarked.com/?p=237</guid>

					<description><![CDATA[There are a lot of customizations people go through after re-installing / re-formatting Windows. One of those things is making their Desktop appear and behave&#8230;]]></description>
										<content:encoded><![CDATA[<p>There are a lot of customizations people go through after re-installing / re-formatting Windows. One of those things is making their Desktop appear and behave to their liking. I always add My Computer (or Computer on Vista), relocate the Recycle Bin, and adjust the icons. In Vista, I like smaller icons than the default size. There&#8217;s an easy way to do this, and a hard way:</p>
<p><strong>Easy: Change Icon Size On-The-Fly</strong></p>
<p>To change your icon size, go to the Desktop, hold down Ctrl and scroll your mouse middle scroller up or down. This will increase and decrease the icon sizes respectively:</p>
<p><span style="font-size: 28px;"><strong>Ctrl +</strong><br />
<a href="/wp-content/uploads/2009/02/mouse.gif"><img loading="lazy" class="alignnone size-full wp-image-238" title="Mouse" src="/wp-content/uploads/2009/02/mouse.gif" alt="" width="134" height="233" /></a></span></p>
<p><strong>Hard: The Tedious Method in Vista</strong></p>
<p>The other way to change the icon size is a bit harder. In Vista: <strong>Right-click the Desktop &gt; Personalize &gt; Windows Color and Appearance &gt; Open classic appearance properties for more color options &gt; Avanced&#8230; &gt; under Item choose Icon</strong>. Now adjust the size property. Isn&#8217;t that tedious?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allthingsmarked.com/2009/02/14/howto-quickly-change-the-desktop-icon-size-in-windows/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>HOWTO: Get Free Text Reminders</title>
		<link>https://allthingsmarked.com/2009/01/05/howto-get-free-text-reminders/</link>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 06 Jan 2009 01:16:55 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[time savers]]></category>
		<guid isPermaLink="false">http://www.allthingsmarked.com/?p=226</guid>

					<description><![CDATA[Reader Joe recently sent in a tip for a free cell phone text alert service called Text Reminders. Simply enter in your reminder message, a&#8230;]]></description>
										<content:encoded><![CDATA[<p>Reader Joe recently sent in a tip for a free cell phone text alert service called <a title="Text Reminders" href="http://www.textreminders.net/">Text Reminders</a>. Simply enter in your reminder message, a date and time for it to be sent, and you&#8217;re all set to be alerted via text message. The service is provided via a free sign-up and supports all of the major carriers out there (over 20 carriers supported). If you&#8217;re not looking to get alerts, but want to send texts on the cheap, check out <a title="HOWTO: Send Free Text Messages Through Email" href="http://www.allthingsmarked.com/2006/09/04/howto-send-free-text-messages-through-email/">HOWTO: Send Free Text Messages Through Email</a>.</p>
<figure id="attachment_228" aria-describedby="caption-attachment-228" style="width: 247px" class="wp-caption alignnone"><a title="Text Reminders" href="http://www.textreminders.net/"><img loading="lazy" class="size-full wp-image-228" title="Text Reminders" src="/wp-content/uploads/2009/01/text-reminders.jpg" alt="Text Reminders" width="247" height="279" /></a><figcaption id="caption-attachment-228" class="wp-caption-text">Text Reminders</figcaption></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Get ZoneAlarm Pro FREE (Today Only!)</title>
		<link>https://allthingsmarked.com/2008/11/18/get-zonealarm-pro-free-today-only/</link>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 18 Nov 2008 15:41:51 +0000</pubDate>
				<category><![CDATA[general]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.allthingsmarked.com/?p=222</guid>

					<description><![CDATA[Today, November 18th, is ZoneAlarm&#8217;s birthday. In celebration, they&#8217;re giving a free copy away of ZoneAlarm Pro 2009. But it&#8217;s just today! Get it while&#8230;]]></description>
										<content:encoded><![CDATA[<p>Today, November 18th, is ZoneAlarm&#8217;s birthday. In celebration, they&#8217;re giving a free copy away of ZoneAlarm Pro 2009. But it&#8217;s just today! Get it while you can:</p>
<p><a title="ZoneAlarm Pro 2009" href="http://download.zonealarm.com/bin/free/sum/index.html" target="_blank" rel="noopener">Download FREE ZoneAlarm Pro 2009</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HOWTO: Edit the HOSTS File in Vista</title>
		<link>https://allthingsmarked.com/2008/09/11/howto-edit-the-hosts-file-in-vista/</link>
					<comments>https://allthingsmarked.com/2008/09/11/howto-edit-the-hosts-file-in-vista/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 12 Sep 2008 01:48:35 +0000</pubDate>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[time savers]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.allthingsmarked.com/?p=218</guid>

					<description><![CDATA[Recently a reader asked how to save their HOSTS file in Vista, because it wasn&#8217;t letting them save their changes. Vista is a bit different&#8230;]]></description>
										<content:encoded><![CDATA[<p>Recently a <a href="http://www.allthingsmarked.com/2006/08/28/howto-block-websites-using-the-hosts-file/#comment-82919">reader asked how to save their HOSTS file in Vista</a>, because it wasn&#8217;t letting them save their changes. Vista is a bit different from previous versions of Windows. Vista introduced the new User Account Control (UAC) to help protect common users from malicious activities. In doing so, UAC has also hindered productivity. Not only does it ask you to confirm everything you want to do, it blocks your access to edit the HOSTS file. Let&#8217;s fix this so you can have complete control of it.</p>
<p>There are two methods to get around this problem:</p>
<p><strong>1. Turn UAC Off</strong></p>
<p>Go to <strong>Start &gt; Control Panel</strong>. In the top right search box, enter UAC. The search will return 1 result which will let you toggle UAC on or off. Click on the result and uncheck <strong>Use UAC&#8230; </strong>This will require a reboot, but it will save you time in the future.</p>
<p><strong>2. Copy, then overwrite the HOSTS file</strong></p>
<p>Navigate to the etc folder located @ c:\windows\system32\drivers\etc\. Copy the HOSTS file to your Desktop and edit it accordingly. Make sure it&#8217;s named <strong>hosts</strong>, not <strong>hosts &#8211; Copy</strong>. Drag it into the etc folder and when you&#8217;re asked to overwrite the existing file, say yes.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allthingsmarked.com/2008/09/11/howto-edit-the-hosts-file-in-vista/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>HOWTO: Run IIS and Apache on Windows</title>
		<link>https://allthingsmarked.com/2008/08/30/howto-run-iis-and-apache-on-windows/</link>
					<comments>https://allthingsmarked.com/2008/08/30/howto-run-iis-and-apache-on-windows/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sat, 30 Aug 2008 16:05:16 +0000</pubDate>
				<category><![CDATA[time savers]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.allthingsmarked.com/?p=203</guid>

					<description><![CDATA[For you web developers out there using Windows, you might not know that you can run both IIS (for .NET) and Apache (typically on Linux)&#8230;]]></description>
										<content:encoded><![CDATA[<p>For you web developers out there using Windows, you might not know that you can run both IIS (for .NET) and Apache (typically on Linux) side-by-side on Windows. IIS comes with XP Pro and Vista, but a lot of people don&#8217;t know that you can still leverage Apache as a web server.  I personally use it for PHP and MySQL, so&#8230; alas, WAMP: <strong>W</strong>indows, <strong>A</strong>pache <strong>M</strong>ySQL, <strong>P</strong>HP.<br />
<strong></strong></p>
<p><strong>1. Download &amp; Install WampServer 2</strong></p>
<p>First, <a title="Wamp" href="http://www.wampserver.com/dl.php">download Wamp</a>. Now install; a good spot is <strong>c:\wamp</strong>.</p>
<p><strong>2. Configure Apache to run on an alternate port</strong></p>
<p>By default, a web server runs on port 80. If you&#8217;re running IIS, it&#8217;s probably running on port 80 and Apache tries to as well. Let&#8217;s change it so Apache runs on port 8080.</p>
<p>You&#8217;ll see the icon for WAMP is yellow (<img loading="lazy" style="display: inline;" title="WAMP Port Conflict" src="/wp-content/uploads/2008/08/wamp1-conflict.jpg" alt="WAMP Port Conflict" width="17" height="11" />), meaning not all services are running. That&#8217;s because Apache is trying to use port 80, but it&#8217;s conflicting with IIS. Click on the WAMP icon and go to <strong>Apache &gt; httpd.conf</strong></p>
<p>Scroll down and change <code>Listen 80</code> to <code>Listen 8080</code>. Scroll down even further and change <code>ServerName localhost:80</code> to <code>ServerName localhost:8080</code>. Those two changes will tell Apache to use port 8080. To restart WAMP, click the WAMP icon and choose <strong>Restart All Services</strong>. The icon should now look like <img loading="lazy" style="display: inline;" title="WAMP is Running" src="/wp-content/uploads/2008/08/wamp2-running.jpg" alt="WAMP is Running" width="19" height="12" /></p>
<p>That&#8217;s all you really need to get things started. Don&#8217;t forget to restart the services every time you change the httpd.conf file.</p>
<p><strong>3. Additional Customizations</strong></p>
<p><strong>Make your websites visible to others</strong></p>
<p>To allow other people on your network to see your sites running on Apache, all you need to do is it clikc the WAMP icon in the systray and click <strong>Put Online</strong>. It will restart the services and make your sites visible to others. This setting is necessary if you&#8217;re on an actual live server environment.</p>
<p><strong>Run multiple sites using different ports</strong></p>
<p>It&#8217;s possible to run multiple sites in Apache, you just need to dish out different ports to access them. Below are two blocks of config lines necessary to make two websites run on different ports:</p>
<blockquote><p><code><br />
NameVirtualHost *:8080<br />
&lt;VirtualHost *:8080&gt;<br />
ServerName localhost<br />
DocumentRoot "</code><code>C</code><code>:/wamp/www/site1/"<br />
&lt;Directory "</code><code>C</code><code>:/wamp/www/site1/"&gt;<br />
Options Indexes FollowSymLinks Includes<br />
Order Allow,Deny<br />
Allow from all<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;<br />
</code></p></blockquote>
<blockquote><p><code><br />
NameVirtualHost *:8081<br />
&lt;VirtualHost *:8081&gt;<br />
ServerName localhost<br />
DocumentRoot "C:/wamp/www/site2/"<br />
&lt;Directory "</code><code>C</code><code>:/wamp/www/site2/"&gt;<br />
Options Indexes FollowSymLinks Includes<br />
Order Allow,Deny<br />
Allow from all<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;<br />
</code></p></blockquote>
<p>And that&#8217;s about it. Do you have any more tips? Leave them in the comments.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allthingsmarked.com/2008/08/30/howto-run-iis-and-apache-on-windows/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
