<?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>mikedopp.com</title>
	<atom:link href="http://mikedopp.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikedopp.com</link>
	<description>Code Monkey by Day, Unix/Windows Administrator by Night, Social Media Chump 24/7</description>
	<lastBuildDate>Wed, 03 Mar 2010 21:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open SQL Server Ports Via Script</title>
		<link>http://mikedopp.com/index.php/2010/03/03/open-sql-server-ports-via-script/</link>
		<comments>http://mikedopp.com/index.php/2010/03/03/open-sql-server-ports-via-script/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:20:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[SQL/Database]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/03/03/open-sql-server-ports-via-script/</guid>
		<description><![CDATA[So if you have installed MSSQL as late you will notice the server wants your Firewall disabled. Woot eh? Just think open databases for all.
I decided to look a little closer than just opening ports up to the world. Or just disabling my firewall all together.
Found I could just easily open up the SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p>So if you have installed MSSQL as late you will notice the server wants your Firewall disabled. Woot eh? Just think open databases for all.</p>
<p>I decided to look a little closer than just opening ports up to the world. Or just disabling my firewall all together.</p>
<p>Found I could just easily open up the SQL Server type ports so that those are the only ports open. Of course it still means that Open Databases for all but the rest of the traffic can be stopped. So make sure you lock down your databases and be ready for attack. woot!</p>
<p>&#160;</p>
<p>&#160;</p>
<blockquote><p>@echo =========&#160; SQL Server Ports&#160; ===================      <br />@echo Enabling SQLServer default instance port 1433       <br />netsh firewall set portopening TCP 1433 &quot;SQLServer&quot;       <br />@echo Enabling Dedicated Admin Connection port 1434       <br />netsh firewall set portopening TCP 1434 &quot;SQL Admin Connection&quot;       <br />@echo Enabling conventional SQL Server Service Broker port 4022&#160; <br />netsh firewall set portopening TCP 4022 &quot;SQL Service Broker&quot;       <br />@echo Enabling Transact-SQL Debugger/RPC port 135       <br />netsh firewall set portopening TCP 135 &quot;SQL Debugger/RPC&quot;       <br />@echo =========&#160; Analysis Services Ports&#160; ==============       <br />@echo Enabling SSAS Default Instance port 2383       <br />netsh firewall set portopening TCP 2383 &quot;Analysis Services&quot;       <br />@echo Enabling SQL Server Browser Service port 2382       <br />netsh firewall set portopening TCP 2382 &quot;SQL Browser&quot;       <br />@echo =========&#160; Misc Applications&#160; ==============       <br />@echo Enabling HTTP port 80       <br />netsh firewall set portopening TCP 80 &quot;HTTP&quot;       <br />@echo Enabling SSL port 443       <br />netsh firewall set portopening TCP 443 &quot;SSL&quot;       <br />@echo Enabling port for SQL Server Browser Service's 'Browse' Button       <br />netsh firewall set portopening UDP 1434 &quot;SQL Browser&quot;       <br />@echo Allowing multicast broadcast response on UDP (Browser Service Enumerations OK)       <br />netsh firewall set multicastbroadcastresponse ENABLE </p>
</blockquote>
<p>Here run this to do all your work fast and easy.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b4bd7337-96a8-4f36-9759-7a8016af683b" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://flickr.com/photos/tags/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://flickr.com/photos/tags/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://flickr.com/photos/tags/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:09e07fab-2fb4-4626-891f-bc5e7b089bc3" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Open+MSSQL+ports/" rel="tag">Open MSSQL ports</a>, <a href="http://www.buzznet.com/tags/Dont+open+your+firewall+to+the+world/" rel="tag">Dont open your firewall to the world</a>, <a href="http://www.buzznet.com/tags/MSSQL+lockdown/" rel="tag">MSSQL lockdown</a>, <a href="http://www.buzznet.com/tags/Robbie+Drop+Tables/" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:35bcea34-18a0-4884-bf67-717c79d82ee2" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://technorati.com/tags/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://technorati.com/tags/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://technorati.com/tags/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3656a9db-d2b9-4500-981b-a1f59ae3847f" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://del.icio.us/popular/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://del.icio.us/popular/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://del.icio.us/popular/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:abdec817-fb36-4d0f-b27a-b2dfc525e2fb" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://blogs.icerocket.com/search?q=Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://blogs.icerocket.com/search?q=MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://blogs.icerocket.com/search?q=Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4569fc40-26ef-4bb5-863e-5c9279ca7968" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://www.livejournal.com/interests.bml?int=Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://www.livejournal.com/interests.bml?int=MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://www.livejournal.com/interests.bml?int=Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ac0711a4-1f11-4a17-aedc-0187fa28d381" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://www.43things.com/tag/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://www.43things.com/tag/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://www.43things.com/tag/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/03/03/open-sql-server-ports-via-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How did I get these fake antivirus? How to keep from getting them.</title>
		<link>http://mikedopp.com/index.php/2010/03/02/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/</link>
		<comments>http://mikedopp.com/index.php/2010/03/02/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:16:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Fake Antivirus]]></category>
		<category><![CDATA[Why Do I get these]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/03/02/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/</guid>
		<description><![CDATA[Just in case you didn’t know Malvertising is the #1 way to get infected due to the numerous security holes found in:
Adobe Reader (acrobat)      Adobe Flash Player       Sun’s Java
Those are the top 3 applications being exploited right now.&#160;&#160; You may be wondering how you [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you didn’t know Malvertising is the #1 way to get infected due to the numerous security holes found in:</p>
<p><strong>Adobe Reader (acrobat)      <br />Adobe Flash Player       <br />Sun’s Java</strong></p>
<p>Those are the top 3 applications being exploited right now.&#160;&#160; You may be wondering how you got infected with a fake anti-virus program (for example) without ever clicking on any ad.&#160; See the simple explanation below.</p>
<p><strong>Here’s how Malvertising Works</strong></p>
<ol>
<li>A legit website like CNN.com sells advertising space because it has thousands of views every day. (again, this is just an example) </li>
<li>A malicious person or group purchases some of this advertising space and submits an ad that appears perfectly fine to the CNN.com advertising editors. </li>
<li>The ad goes live. </li>
<li>At some point the ad becomes malicious and starts scanning clients for outdated Adobe Reader, Adobe Flash or Java binaries. </li>
<li>Once an exploit is available the malicious ad injects malware into the clients PC. </li>
<li>The anti-virus may or may not detect it, it’s really just luck.&#160; If the threat is old, then there’s a good chance it will.&#160; If it’s just a few minutes old then there’s a good chance it won’t. </li>
<li>The ad may stay live for minutes, hours, days, etc until someone notifies the web master of that domain. </li>
</ol>
<p><strong>How can you stop these attacks?</strong></p>
<ol>
<li>Keep your Adobe Reader and Flash Updated.&#160; This is not exactly an easy task since Adobe seems to find security holes every other week.&#160; Open Adobe Reader and click help — check for updates (at the time of this writing I just discovered I had 2 waiting to be downloaded!).&#160; Both programs do automatic update checking, however a lot of people just cancel the update.&#160; Bad idea. </li>
<li>When Java alerts you that an update is available then yes…install it.&#160; Lot’s of my clients never install this update.&#160; It’s really important that you do. </li>
<li>Configure the Adobe Reader plugin in each of your web browsers not to load PDF’s automatically. </li>
<li>Browse the internet with Sandboxie as much as you can.&#160; That goes for everyone who uses the computer. </li>
<li>Always download and install your Windows Updates. </li>
<li>Follow steps 1 – 5 and you’ll probably never experience the end result of a malicious ad. </li>
</ol>
<p>Sadly adobe and sun products are constantly getting new updates and do not uninstall the old updates so the potential for re-infection can still happen. If you don't need these applications or you do not use applications that require these updates then promptly remove them.</p>
<p>You have noticed that even Apple a large supporter of adobe has decided not to add flash or java to their latest OS updates.</p>
<p>Special thanks to the <a href="http://remove-malware.com" target="_blank">remove-malware.com</a> people for the information.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5229bba5-5b7b-4606-beb0-53cb2b94c6e0" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus's</a>, <a href="http://flickr.com/photos/tags/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://flickr.com/photos/tags/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://flickr.com/photos/tags/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ef8f53c6-8712-47ad-bbd9-7c480eb13942" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Why+Do+I+get+these+Fake+antivirus's/" rel="tag">Why Do I get these Fake antivirus's</a>, <a href="http://www.buzznet.com/tags/Virus+that+looks+like+a+antivirus/" rel="tag">Virus that looks like a antivirus</a>, <a href="http://www.buzznet.com/tags/Adobe+and+Sun+to+blame/" rel="tag">Adobe and Sun to blame</a>, <a href="http://www.buzznet.com/tags/Yes+I+said+it+Adobe/" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bf83c502-dfb4-4668-937b-5b313b10a52e" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus's</a>, <a href="http://technorati.com/tags/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://technorati.com/tags/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://technorati.com/tags/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ecdc10c8-4758-41a5-8a9e-f4eb518efafb" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus's</a>, <a href="http://del.icio.us/popular/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://del.icio.us/popular/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://del.icio.us/popular/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c7062969-a27e-415d-905b-c379baaad71a" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus's</a>, <a href="http://blogs.icerocket.com/search?q=Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://blogs.icerocket.com/search?q=Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://blogs.icerocket.com/search?q=Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0dc6bd01-8e88-4d4e-a06e-f8d5f75188e7" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus's</a>, <a href="http://www.livejournal.com/interests.bml?int=Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://www.livejournal.com/interests.bml?int=Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://www.livejournal.com/interests.bml?int=Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:eacde1f3-ceea-4ea7-a1bd-132a69237ee0" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus's</a>, <a href="http://www.43things.com/tag/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://www.43things.com/tag/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://www.43things.com/tag/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/03/02/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving IIS Install from one system drive to another.</title>
		<link>http://mikedopp.com/index.php/2010/03/01/moving-iis-install-from-one-system-drive-to-another/</link>
		<comments>http://mikedopp.com/index.php/2010/03/01/moving-iis-install-from-one-system-drive-to-another/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 04:18:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Moving IIS to another Drive]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/03/01/moving-iis-install-from-one-system-drive-to-another/</guid>
		<description><![CDATA[So you have a beefy new server with multiple drives. Let’s just say you have a C, D and E Drives just for argument sake. You want to move “all”&#160; of your server based applications off the C drive since the operating system drive is typically the first to die crash or be at a [...]]]></description>
			<content:encoded><![CDATA[<p>So you have a beefy new server with multiple drives. Let’s just say you have a C, D and E Drives just for argument sake. You want to move “all”&#160; of your server based applications off the C drive since the operating system drive is typically the first to die crash or be at a loss for data.</p>
<p>IIS is typically by default installed and assigned on the system drive C:\inetpub. However you want to move it to D:\intepub. So you start down the whole copy and paste which may seem like it will work however you still have to touch multiple Registry keys and paths. Well here is a simple script to make your IIS moving a snap. <a href="http://mikedopp.com/wp-content/uploads/2010/03/sshot23.png" rel="lightbox[438]"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="sshot23" border="0" alt="sshot23" align="right" src="http://mikedopp.com/wp-content/uploads/2010/03/sshot23_thumb.png" width="288" height="387" /></a></p>
<p>Also if you copy this make sure to name the file a .Bat file for Batch… Just in case.</p>
<blockquote><p>REM PLEASE BE AWARE: SERVICING (I.E. HOTFIXES AND SERVICE PACKS) WILL STILL REPLACE FILES      <br />REM IN THE ORIGINAL DIRECTORIES. THE LIKELIHOOD THAT FILES IN THE INETPUB DIRECTORIES HAVE       <br />REM TO BE REPLACED BY SERVICING IS LOW BUT FOR THIS REASON DELETING THE ORIGINAL DIRECTORIES       <br />REM IS NOT POSSIBLE. </p>
<p>@echo off      <br />IF &quot;%1&quot; == &quot;&quot; goto err       <br />setlocal       <br />set MOVETO=%1:\ </p>
<p>REM simple error handling if drive does not exist or argument is wrong      <br />IF NOT EXIST %MOVETO% goto err </p>
<p>REM Backup IIS config before we start changing config to point to the new path      <br />%windir%\system32\inetsrv\appcmd add backup beforeRootMove </p>
<p>REM Stop all IIS services      <br />iisreset /stop </p>
<p>REM Copy all content      <br />REM /O - copy ACLs       <br />REM /E - copy sub directories including empty ones       <br />REM /I - assume destination is a directory       <br />REM /Q - quiet </p>
<p>REM echo on, because user will be prompted if content already exists.      <br />echo on       <br />xcopy %systemdrive%\inetpub %MOVETO%inetpub /O /E /I /Q       <br />@echo off       <br />REM Move AppPool isolation directory       <br />reg add HKLM\System\CurrentControlSet\Services\WAS\Parameters /v ConfigIsolationPath /t REG_SZ /d %MOVETO%inetpub\temp\appPools /f </p>
<p>REM Move logfile directories      <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/sites -siteDefaults.traceFailedRequestsLogging.directory:&quot;%MOVETO%inetpub\logs\FailedReqLogFiles&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/sites -siteDefaults.logfile.directory:&quot;%MOVETO%inetpub\logs\logfiles&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/log -centralBinaryLogFile.directory:&quot;%MOVETO%inetpub\logs\logfiles&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/log -centralW3CLogFile.directory:&quot;%MOVETO%inetpub\logs\logfiles&quot; </p>
<p>REM Move config history location, temporary files, the path for the Default Web Site and the custom error locations      <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationhost/configHistory -path:%MOVETO%inetpub\history       <br />%windir%\system32\inetsrv\appcmd set config -section:system.webServer/asp -cache.disktemplateCacheDirectory:&quot;%MOVETO%inetpub\temp\ASP Compiled Templates&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.webServer/httpCompression -directory:&quot;%MOVETO%inetpub\temp\IIS Temporary Compressed Files&quot;       <br />%windir%\system32\inetsrv\appcmd set vdir &quot;Default Web Site/&quot; -physicalPath:%MOVETO%inetpub\wwwroot       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='401'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='403'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='404'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='405'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='406'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='412'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='500'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='501'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='502'].prefixLanguageFilePath:%MOVETO%inetpub\custerr </p>
<p>REM Make sure Service Pack and Hotfix Installers know where the IIS root directories are      <br />reg add HKLM\Software\Microsoft\inetstp /v PathWWWRoot /t REG_SZ /d %mOVETO%\inetpub\wwwroot /f       <br />reg add HKLM\Software\Microsoft\inetstp /v PathFTPRoot /t REG_SZ /d %MOVETO%\inetpub\ftproot /f       <br />REM Do the same for x64 directories       <br />if not &quot;%ProgramFiles(x86)%&quot; == &quot;&quot; reg add HKLM\Software\Wow6432Node\Microsoft\inetstp /v PathWWWRoot /t REG_EXPAND_SZ /d %MOVETO%inetpub\wwwroot /f       <br />if not &quot;%ProgramFiles(x86)%&quot; == &quot;&quot; reg add HKLM\Software\Wow6432Node\Microsoft\inetstp /v PathFTPRoot /t REG_EXPAND_SZ /d %MOVETO%inetpub\ftproot /f </p>
<p>REM Restart all IIS services      <br />iisreset /start       <br />echo.       <br />echo.       <br />echo ===============================================================================       <br />echo Moved IIS7 root directory from %systemdrive%\ to %MOVETO%.       <br />echo.       <br />echo Please verify if the move worked. If so you can delete the %systemdrive%\inetpub directory.       <br />echo If something went wrong you can restore the old settings via       <br />echo&#160;&#160;&#160;&#160; &quot;APPCMD restore backup beforeRootMove&quot;       <br />echo and       <br />echo&#160;&#160;&#160;&#160; &quot;REG delete HKLM\System\CurrentControlSet\Services\WAS\Parameters\ConfigIsolationPath&quot;       <br />echo You also have to reset the PathWWWRoot and PathFTPRoot registry values       <br />echo in HKEY_LOCAL_MACHINE\Software\Microsoft\InetStp.       <br />echo ===============================================================================       <br />echo.       <br />echo.       <br />endlocal       <br />goto success </p>
<p>REM error message if no argument or drive does not exist      <br />:err       <br />echo.       <br />echo New root drive letter required.       <br />echo Here an example how to move the IIS root to the F:\ drive:       <br />echo.       <br />echo MOVEIISROOT.BAT F       <br />echo.       <br />echo. </p>
<p>:success</p>
</blockquote>
<p>This should take care of your IIS moving needs. Do not forget to reboot to make sure settings are happy. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:246c2282-ee62-46cc-99e6-7d736e4cc393" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/IIS+moving" rel="tag">IIS moving</a>, <a href="http://flickr.com/photos/tags/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://flickr.com/photos/tags/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://flickr.com/photos/tags/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7a487528-88a1-4116-a74d-50e377fb829c" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/IIS+moving/" rel="tag">IIS moving</a>, <a href="http://www.buzznet.com/tags/Move+IIS+to+another+drive/" rel="tag">Move IIS to another drive</a>, <a href="http://www.buzznet.com/tags/IIS+fun+in+movement/" rel="tag">IIS fun in movement</a>, <a href="http://www.buzznet.com/tags/Happiness+in+IIS/" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:12cf7956-1250-49a2-8a73-65eac4fcd999" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/IIS+moving" rel="tag">IIS moving</a>, <a href="http://technorati.com/tags/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://technorati.com/tags/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://technorati.com/tags/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6d28ec0c-f559-4899-9a1c-bccb812677df" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/IIS+moving" rel="tag">IIS moving</a>, <a href="http://del.icio.us/popular/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://del.icio.us/popular/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://del.icio.us/popular/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9399b97a-0afa-4116-8ff9-6acffc4153ae" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=IIS+moving" rel="tag">IIS moving</a>, <a href="http://blogs.icerocket.com/search?q=Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://blogs.icerocket.com/search?q=IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://blogs.icerocket.com/search?q=Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c040cd21-e374-4f76-9227-c174bdceb4d6" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=IIS+moving" rel="tag">IIS moving</a>, <a href="http://www.livejournal.com/interests.bml?int=Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://www.livejournal.com/interests.bml?int=IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://www.livejournal.com/interests.bml?int=Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0d704467-607c-4831-ab1f-066c201b00bb" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/IIS+moving" rel="tag">IIS moving</a>, <a href="http://www.43things.com/tag/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://www.43things.com/tag/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://www.43things.com/tag/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/03/01/moving-iis-install-from-one-system-drive-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commerce Server 2007: Direct Mailer Is Not Working Please Help!</title>
		<link>http://mikedopp.com/index.php/2010/02/28/commerce-server-2007-direct-mailer-is-not-working-please-help/</link>
		<comments>http://mikedopp.com/index.php/2010/02/28/commerce-server-2007-direct-mailer-is-not-working-please-help/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 18:48:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Commerce Server Direct Mailer]]></category>
		<category><![CDATA[Help with Direct Mailer]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/28/commerce-server-2007-direct-mailer-is-not-working-please-help/</guid>
		<description><![CDATA[Cannot tell you how much fun this can be if it is not working correctly. First make sure SMTP is set up correctly in your IIS install (IIS6-IIS7.5(which uses IIS6 but thats for another story))
Direct Mailer Not working or not sending email or just needs to be configured correctly?
First lets make sure the server and [...]]]></description>
			<content:encoded><![CDATA[<p>Cannot tell you how much fun this can be if it is not working correctly. First make sure SMTP is set up correctly in your IIS install (IIS6-IIS7.5(which uses IIS6 but thats for another story))</p>
<p>Direct Mailer Not working or not sending email or just needs to be configured correctly?</p>
<p><strong>First lets make sure the server and users/groups are created right.</strong></p>
<h2>To grant the Marketing Web Service access to the Direct Mailer Service</h2>
<p>1. Click Start, point to Programs, point to Administrative Tools, and then click Component Services.</p>
<p>2. In the Component Services window, expand Component Services, expand Computers, expand My Computer, expand DCOM Config, right-click Microsoft Commerce Server DirectMailer Service, and then click Properties.</p>
<p>3. In the Microsoft Commerce Server DirectMailer Service Properties dialog box, on the Security tab, in the Launch and Activation Permissions section, select Customize, and then click Edit.</p>
<p>4. In the Launch Permission dialog box, click Add.</p>
<p>5. In the Select Users, Computers, or Groups dialog box, in the Enter the object names to select box, type &lt;data domain&gt;\MarketingWebSvc, and then click OK.</p>
<p>6. In the Launch Permission dialog box, in the Permissions for &lt;data domain&gt;\MarketingWebSvc section, select the Local Launch and Local Activation check boxes for Allow, and then click OK.</p>
<p>7. In the Microsoft Commerce Server DirectMailer Service Properties dialog box, on the Security tab, in the Access Permissions section, select Customize, and then click Edit.</p>
<p>8. In the Access Permission dialog box, click Add.</p>
<p>9. In the Select Users, Computers, or Groups dialog box, in the Enter the object names to select box, type &lt;data domain&gt;\MarketingWebSvc, and then click OK.</p>
<p>10. In the Access Permission dialog box, in the Permissions for &lt;data domain&gt;\MarketingWebSvc section, select the Local Access check box for Allow, and then click OK.</p>
<p>11. In the Microsoft Commerce Server DirectMailer Service Properties dialog box, click OK</p>
<p><b>To grant the Marketing Web Service access to the Direct Mailer Service</b></p>
<p>1. Click Start, point to Programs, point to Administrative Tools, and then click Component Services.</p>
<p>2. In the Component Services window, expand Component Services, expand Computers, expand My Computer, expand DCOM Config, right-click Microsoft Commerce Server DirectMailer Service, and then click Properties.</p>
<p>3. In the Microsoft Commerce Server DirectMailer Service Properties dialog box, on the Security tab, in the Launch and Activation Permissions section, select Customize, and then click Edit.</p>
<p>4. In the Launch Permission dialog box, click Add.</p>
<p>5. In the Select Users, Computers, or Groups dialog box, in the Enter the object names to select box, type &lt;data domain&gt;\MarketingWebSvc, and then click OK.</p>
<p>6. In the Launch Permission dialog box, in the Permissions for &lt;data domain&gt;\MarketingWebSvc section, select the Local Launch and Local Activation check boxes for Allow, and then click OK.</p>
<p>7. In the Microsoft Commerce Server DirectMailer Service Properties dialog box, on the Security tab, in the Access Permissions section, select Customize, and then click Edit.</p>
<p>8. In the Access Permission dialog box, click Add.</p>
<p>9. In the Select Users, Computers, or Groups dialog box, in the Enter the object names to select box, type &lt;data domain&gt;\MarketingWebSvc, and then click OK.</p>
<p>10. In the Access Permission dialog box, in the Permissions for &lt;data domain&gt;\MarketingWebSvc section, select the Local Access check box for Allow, and then click OK.</p>
<p>11. In the Microsoft Commerce Server DirectMailer Service Properties dialog box, click OK</p>
<p>And verify that your web service identity is a member of the DML_SG group</p>
<p>&#160;</p>
<h2><strong>Prepare the Members and Groups for COM component Services</strong>: </h2>
<p>Member Manage: </p>
<p>Create the group DML_SG </p>
<p>Add the following users to the: </p>
<p>DML_SG </p>
<p>CSDMSvc </p>
<p>MarketingWebSvc </p>
<p>Add the following users to the: </p>
<p>MarketingAdminGroup </p>
<p>RunTimeUser </p>
<p>MarketingWebSvc </p>
<p>CSDMSvc </p>
<p>Add the following users to the: </p>
<p>Administrator </p>
<p>MarketingWebSvc </p>
<p><strong>Go into services and make sure commerce server direct mailer is running and set to automatic.</strong> </p>
<p>&#160;</p>
<h2>Trouble Shooting</h2>
<p>You can add the following registry change if these do not work. </p>
<p>Open Registry using regedit.exe. </p>
<blockquote><p>Navigate to HK_LOCAL_Machine\Software\Microsoft\SchedulingAgent and give full control to NT account under which marketing system is working (or add authenticate users).</p>
</blockquote>
<p>*Right click on the key and scroll down to permissions inside permissions add DML_SG and give full permissions. </p>
<p>Test Emailing by scheduling a DML run with dmlrun.exe: </p>
<blockquote><p>dmlrun.exe /create:type=final;site=&quot;Buylifetime.com&quot;;id=30 /execute</p>
</blockquote>
<p>If that doesn't work, try using the DirectMailer COM object to test your direct mail: </p>
<blockquote><p>Dim dm </p>
<p>set dm = CreateObject(&quot;Commerce.DirectMailer&quot;, &quot;&lt;DML Server Name&gt;&quot;) </p>
<p>call dm.TestDirectMail(&quot;StarterSite&quot;, 30)</p>
</blockquote>
<p>save and do IIS reset</p>
<p><strong>Last and most effective:</strong></p>
<p>Open a Command Prompt go to (different for 32 and 64 bit servers(Provided is the 64bit version))) C:\Program Files (x86)\Microsoft Commerce Server 2007 Then run:</p>
<p>csconfig /r Feature.MS.CS.DirectMailer</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2e691120-704b-4fb2-b53e-59ee9d145207" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Commerce+Server+DirectMailer" rel="tag">Commerce Server DirectMailer</a>, <a href="http://flickr.com/photos/tags/Issues+with+Direct+Mailer" rel="tag">Issues with Direct Mailer</a>, <a href="http://flickr.com/photos/tags/Fix+Direct+Mailer+for+me" rel="tag">Fix Direct Mailer for me</a>, <a href="http://flickr.com/photos/tags/Why+Commerce+Server+Why%3f" rel="tag">Why Commerce Server Why?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:80266620-e298-4847-9980-efa8b9a80d83" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Commerce+Server+DirectMailer/" rel="tag">Commerce Server DirectMailer</a>, <a href="http://www.buzznet.com/tags/Issues+with+Direct+Mailer/" rel="tag">Issues with Direct Mailer</a>, <a href="http://www.buzznet.com/tags/Fix+Direct+Mailer+for+me/" rel="tag">Fix Direct Mailer for me</a>, <a href="http://www.buzznet.com/tags/Why+Commerce+Server+Why%3f/" rel="tag">Why Commerce Server Why?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b83449af-26d7-498f-90cf-edf456c9a4f8" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Commerce+Server+DirectMailer" rel="tag">Commerce Server DirectMailer</a>, <a href="http://technorati.com/tags/Issues+with+Direct+Mailer" rel="tag">Issues with Direct Mailer</a>, <a href="http://technorati.com/tags/Fix+Direct+Mailer+for+me" rel="tag">Fix Direct Mailer for me</a>, <a href="http://technorati.com/tags/Why+Commerce+Server+Why%3f" rel="tag">Why Commerce Server Why?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2dc2f759-dfa2-4180-a260-74694cbc74bb" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Commerce+Server+DirectMailer" rel="tag">Commerce Server DirectMailer</a>, <a href="http://del.icio.us/popular/Issues+with+Direct+Mailer" rel="tag">Issues with Direct Mailer</a>, <a href="http://del.icio.us/popular/Fix+Direct+Mailer+for+me" rel="tag">Fix Direct Mailer for me</a>, <a href="http://del.icio.us/popular/Why+Commerce+Server+Why%3f" rel="tag">Why Commerce Server Why?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a31a62cd-0093-4c32-b7e7-9ae061a0d548" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Commerce+Server+DirectMailer" rel="tag">Commerce Server DirectMailer</a>, <a href="http://blogs.icerocket.com/search?q=Issues+with+Direct+Mailer" rel="tag">Issues with Direct Mailer</a>, <a href="http://blogs.icerocket.com/search?q=Fix+Direct+Mailer+for+me" rel="tag">Fix Direct Mailer for me</a>, <a href="http://blogs.icerocket.com/search?q=Why+Commerce+Server+Why%3f" rel="tag">Why Commerce Server Why?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fb1752a8-fe9c-4611-8a80-8b67a17ad426" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Commerce+Server+DirectMailer" rel="tag">Commerce Server DirectMailer</a>, <a href="http://www.livejournal.com/interests.bml?int=Issues+with+Direct+Mailer" rel="tag">Issues with Direct Mailer</a>, <a href="http://www.livejournal.com/interests.bml?int=Fix+Direct+Mailer+for+me" rel="tag">Fix Direct Mailer for me</a>, <a href="http://www.livejournal.com/interests.bml?int=Why+Commerce+Server+Why%3f" rel="tag">Why Commerce Server Why?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e0d8873c-3e9d-4050-be8e-84c0aaa6c9b8" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Commerce+Server+DirectMailer" rel="tag">Commerce Server DirectMailer</a>, <a href="http://www.43things.com/tag/Issues+with+Direct+Mailer" rel="tag">Issues with Direct Mailer</a>, <a href="http://www.43things.com/tag/Fix+Direct+Mailer+for+me" rel="tag">Fix Direct Mailer for me</a>, <a href="http://www.43things.com/tag/Why+Commerce+Server+Why%3f" rel="tag">Why Commerce Server Why?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/28/commerce-server-2007-direct-mailer-is-not-working-please-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows will not launch an exe after virus removal. How to fix.</title>
		<link>http://mikedopp.com/index.php/2010/02/27/windows-will-not-launch-an-exe-after-virus-removal-how-to-fix/</link>
		<comments>http://mikedopp.com/index.php/2010/02/27/windows-will-not-launch-an-exe-after-virus-removal-how-to-fix/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 19:22:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Exe not working]]></category>
		<category><![CDATA[Virus Fix]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/27/windows-will-not-launch-an-exe-after-virus-removal-how-to-fix/</guid>
		<description><![CDATA[So you got one of those great little virus’s going around. You were able to clean it off after a bit of time and gnashing of teeth. However now you cannot launch any applications or more specifically any executables (.exe)
&#160;
Fixing the association settings using Registry editor
Click Start, Run and type CMD
Type the following commands one [...]]]></description>
			<content:encoded><![CDATA[<p>So you got one of those great little virus’s going around. You were able to clean it off after a bit of time and gnashing of teeth. However now you cannot launch any applications or more specifically any executables (.exe)</p>
<p>&#160;</p>
<h2>Fixing the association settings using Registry editor</h2>
<p>Click Start, Run and type <strong>CMD</strong></p>
<p>Type the following commands one by one:</p>
<blockquote><p>cd\windows      <br />regedit</p>
</blockquote>
<p>If Registry Editor opens successfully, then navigate to the following key:</p>
<blockquote><p>HKEY_CLASSES_ROOT \ exefile \ shell \ open \ command</p>
</blockquote>
<p>Double-click the <i>(Default)</i> value in the right pane </p>
<p>Delete the current value data, and then type:</p>
<blockquote><p>&quot;%1&quot; %*      <br />(ie., quote-percent-one-quote-space-percent-asterisk.)</p>
<p>*Interestingly some virus’s have changed the full path of default value to c:\users\HomerJSimpson&lt;yourUserAccount&gt;\appdata\local\happyvirus.exe /runas “%1” %*</p>
</blockquote>
<p>Navigate to:</p>
<blockquote><p>HKEY_CLASSES_ROOT\.exe</p>
</blockquote>
<p>In the right-pane, set <i><b>(default)</b></i> to <b>exefile</b></p>
<p><strong>*</strong>Interestingly some virus’s have added things like “sfcfile”</p>
<p>Exit the Registry Editor.</p>
<p>&#160;</p>
<h2>Fix with a com executable </h2>
<p> You can use a com object to run the fix</p>
<p><a title="" href="http://www.winhelponline.com/exefix_xp.com">Download Fix from Ramesh</a></p>
<p>reboot and all should be happy. At least with Executables.</p>
<p>Special thanks to <a href="http://windowsxp.mvps.org/index.html" target="_blank">Ramesh</a> for giving me the idea on how to do this.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7d750b7e-aa10-4513-ac9d-ecfb95e68256" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Fix+EXE+after+Virus" rel="tag">Fix EXE after Virus</a>, <a href="http://flickr.com/photos/tags/EXE+not+working" rel="tag">EXE not working</a>, <a href="http://flickr.com/photos/tags/Cannot+execute+an+executable" rel="tag">Cannot execute an executable</a>, <a href="http://flickr.com/photos/tags/Why+does+the+world+have+to+have+viruses%3f" rel="tag">Why does the world have to have viruses?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3822e814-fcd1-4c35-a50a-876ab3722674" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Fix+EXE+after+Virus/" rel="tag">Fix EXE after Virus</a>, <a href="http://www.buzznet.com/tags/EXE+not+working/" rel="tag">EXE not working</a>, <a href="http://www.buzznet.com/tags/Cannot+execute+an+executable/" rel="tag">Cannot execute an executable</a>, <a href="http://www.buzznet.com/tags/Why+does+the+world+have+to+have+viruses%3f/" rel="tag">Why does the world have to have viruses?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b7c7363c-5cd0-4472-b002-36fcda1c624f" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Fix+EXE+after+Virus" rel="tag">Fix EXE after Virus</a>, <a href="http://technorati.com/tags/EXE+not+working" rel="tag">EXE not working</a>, <a href="http://technorati.com/tags/Cannot+execute+an+executable" rel="tag">Cannot execute an executable</a>, <a href="http://technorati.com/tags/Why+does+the+world+have+to+have+viruses%3f" rel="tag">Why does the world have to have viruses?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8eec2cde-d905-48a7-a806-b4056fbeafa9" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Fix+EXE+after+Virus" rel="tag">Fix EXE after Virus</a>, <a href="http://del.icio.us/popular/EXE+not+working" rel="tag">EXE not working</a>, <a href="http://del.icio.us/popular/Cannot+execute+an+executable" rel="tag">Cannot execute an executable</a>, <a href="http://del.icio.us/popular/Why+does+the+world+have+to+have+viruses%3f" rel="tag">Why does the world have to have viruses?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:da7d379a-43a1-46ee-9b23-39963c83954f" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Fix+EXE+after+Virus" rel="tag">Fix EXE after Virus</a>, <a href="http://blogs.icerocket.com/search?q=EXE+not+working" rel="tag">EXE not working</a>, <a href="http://blogs.icerocket.com/search?q=Cannot+execute+an+executable" rel="tag">Cannot execute an executable</a>, <a href="http://blogs.icerocket.com/search?q=Why+does+the+world+have+to+have+viruses%3f" rel="tag">Why does the world have to have viruses?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ff4d7b52-9e5e-4a24-b3b8-ae771cbecf67" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Fix+EXE+after+Virus" rel="tag">Fix EXE after Virus</a>, <a href="http://www.livejournal.com/interests.bml?int=EXE+not+working" rel="tag">EXE not working</a>, <a href="http://www.livejournal.com/interests.bml?int=Cannot+execute+an+executable" rel="tag">Cannot execute an executable</a>, <a href="http://www.livejournal.com/interests.bml?int=Why+does+the+world+have+to+have+viruses%3f" rel="tag">Why does the world have to have viruses?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5ed90803-76ca-4c13-91a0-a614a33b7fb4" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Fix+EXE+after+Virus" rel="tag">Fix EXE after Virus</a>, <a href="http://www.43things.com/tag/EXE+not+working" rel="tag">EXE not working</a>, <a href="http://www.43things.com/tag/Cannot+execute+an+executable" rel="tag">Cannot execute an executable</a>, <a href="http://www.43things.com/tag/Why+does+the+world+have+to+have+viruses%3f" rel="tag">Why does the world have to have viruses?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/27/windows-will-not-launch-an-exe-after-virus-removal-how-to-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commerce Server 2007 PUP Check.</title>
		<link>http://mikedopp.com/index.php/2010/02/24/commerce-server-2007-pup-check/</link>
		<comments>http://mikedopp.com/index.php/2010/02/24/commerce-server-2007-pup-check/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:51:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[PUP]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/24/commerce-server-2007-pup-check/</guid>
		<description><![CDATA[So as you all know I am a Non-MVP for Commerce Server 2007 however I have worked tirelessly with this server. I know a ton of the in’s and outs of the architecture and have written a good number of scripts and modified others scripts to work.
Recently I have had the pleasure of making Commerce [...]]]></description>
			<content:encoded><![CDATA[<p>So as you all know I am a Non-MVP for Commerce Server 2007 however I have worked tirelessly with this server. I know a ton of the in’s and outs of the architecture and have written a good number of scripts and modified others scripts to work.</p>
<p>Recently I have had the pleasure of making Commerce Server 2007 run (play nice) with Windows Server 2008r2. This was interesting in many many ways to which I will document down the road. </p>
<p>For this post I wanted to share a great little script that helps with your own or the default “PUP” install.</p>
<p>As those of us that have installed Commerce Server 2007 on multiple machines architectures and what not know when installing the “PUP” it is important to keep the “default” web site intact. Also if you can help it, Not to have any other sites running or created in IIS6 - IIS7.5. However you may have some installed and the APP ID’s all randomized (default behavior for IIS (all versions)). The “PUP” installer may have issues with “other” web sites running in IIS. </p>
<p>So to check what may be causing these issues try running my happy little script.</p>
<p>Put the following code into a vbs and run.</p>
<p>&#160;</p>
<blockquote><p>'The code below simulates Commerce Server Site Packager checking IIS health.      <br />'This IIS checking happens when you click the &quot;next&quot; button at the first dialog of the Site Unpacking       <br />'This code helps you to find out where the checking fails </p>
<p>set oNet=CreateObject(&quot;WScript.Network&quot;) </p>
<p>sLocalMachine = oNet.ComputerName </p>
<p>Set webServer = GetObject(&quot;IIS://&quot; &amp; sLocalMachine &amp; &quot;/w3svc&quot;) </p>
<p>msgbox &quot;Web Server &quot;+ sLocalMachine +&quot; has the following Web Sites:&quot;      <br />For Each webSite In webServer       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; If IsNumeric(webSite.Name) Then </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sName = webSite.Name      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; msgbox &quot;Web Instance Number: &quot;+sName </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sComment = webSite.ServerComment      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; msgbox &quot;Web Site Name: &quot;+sComment </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Foo = webSite.ServerBindings      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; msgbox &quot;Port &quot;+Foo(0) </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Set vroot = webSite.GetObject(&quot;IIsWebVirtualDir&quot;, &quot;Root&quot;)      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; msgbox &quot;Root: &quot;+vroot.path       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; End If       <br />Next </p>
<p>set onet=nothing      <br />set webserver=nothing       <br />set webSite=nothing       <br />set vroot=nothing </p>
</blockquote>
<p>Enjoy! Let me know how it goes. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:62d00a12-eea3-4bcd-89ab-e6488f8d8a67" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Commerce+Server+2007+PUP+Issues" rel="tag">Commerce Server 2007 PUP Issues</a>, <a href="http://flickr.com/photos/tags/PUP+install+questions%3f" rel="tag">PUP install questions?</a>, <a href="http://flickr.com/photos/tags/PUP+Check+for+IIS" rel="tag">PUP Check for IIS</a>, <a href="http://flickr.com/photos/tags/Making+your+install+of+Commerce+Server+as+Flawless+as+possible" rel="tag">Making your install of Commerce Server as Flawless as possible</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cfb35a61-c0a1-4b3e-bb45-729bc2b4c9f5" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Commerce+Server+2007+PUP+Issues/" rel="tag">Commerce Server 2007 PUP Issues</a>, <a href="http://www.buzznet.com/tags/PUP+install+questions%3f/" rel="tag">PUP install questions?</a>, <a href="http://www.buzznet.com/tags/PUP+Check+for+IIS/" rel="tag">PUP Check for IIS</a>, <a href="http://www.buzznet.com/tags/Making+your+install+of+Commerce+Server+as+Flawless+as+possible/" rel="tag">Making your install of Commerce Server as Flawless as possible</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3a846715-e043-48a2-81f2-ae26c4b1c7b9" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Commerce+Server+2007+PUP+Issues" rel="tag">Commerce Server 2007 PUP Issues</a>, <a href="http://technorati.com/tags/PUP+install+questions%3f" rel="tag">PUP install questions?</a>, <a href="http://technorati.com/tags/PUP+Check+for+IIS" rel="tag">PUP Check for IIS</a>, <a href="http://technorati.com/tags/Making+your+install+of+Commerce+Server+as+Flawless+as+possible" rel="tag">Making your install of Commerce Server as Flawless as possible</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:06497335-eba6-4c60-a3e4-0a4178d7b810" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Commerce+Server+2007+PUP+Issues" rel="tag">Commerce Server 2007 PUP Issues</a>, <a href="http://del.icio.us/popular/PUP+install+questions%3f" rel="tag">PUP install questions?</a>, <a href="http://del.icio.us/popular/PUP+Check+for+IIS" rel="tag">PUP Check for IIS</a>, <a href="http://del.icio.us/popular/Making+your+install+of+Commerce+Server+as+Flawless+as+possible" rel="tag">Making your install of Commerce Server as Flawless as possible</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7e013e50-845d-4517-89fb-07e00ddb4fc0" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Commerce+Server+2007+PUP+Issues" rel="tag">Commerce Server 2007 PUP Issues</a>, <a href="http://blogs.icerocket.com/search?q=PUP+install+questions%3f" rel="tag">PUP install questions?</a>, <a href="http://blogs.icerocket.com/search?q=PUP+Check+for+IIS" rel="tag">PUP Check for IIS</a>, <a href="http://blogs.icerocket.com/search?q=Making+your+install+of+Commerce+Server+as+Flawless+as+possible" rel="tag">Making your install of Commerce Server as Flawless as possible</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:24a141ac-4acb-4efb-8089-70e501d1d159" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Commerce+Server+2007+PUP+Issues" rel="tag">Commerce Server 2007 PUP Issues</a>, <a href="http://www.livejournal.com/interests.bml?int=PUP+install+questions%3f" rel="tag">PUP install questions?</a>, <a href="http://www.livejournal.com/interests.bml?int=PUP+Check+for+IIS" rel="tag">PUP Check for IIS</a>, <a href="http://www.livejournal.com/interests.bml?int=Making+your+install+of+Commerce+Server+as+Flawless+as+possible" rel="tag">Making your install of Commerce Server as Flawless as possible</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:41120dda-67c5-4850-b58a-19416428d6e3" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Commerce+Server+2007+PUP+Issues" rel="tag">Commerce Server 2007 PUP Issues</a>, <a href="http://www.43things.com/tag/PUP+install+questions%3f" rel="tag">PUP install questions?</a>, <a href="http://www.43things.com/tag/PUP+Check+for+IIS" rel="tag">PUP Check for IIS</a>, <a href="http://www.43things.com/tag/Making+your+install+of+Commerce+Server+as+Flawless+as+possible" rel="tag">Making your install of Commerce Server as Flawless as possible</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/24/commerce-server-2007-pup-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The OSI Model And You.</title>
		<link>http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/</link>
		<comments>http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 08:28:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[7 layers of Networking]]></category>
		<category><![CDATA[OSI model]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/</guid>
		<description><![CDATA[So you ask what is the OSI model and why does it have 7 layers? 
Mmm… 7 layer dip… Ok lameness aside. 
Here is the entire 7 Layers of OSI and standards for Networking anything.
The 7 Layers of the OSI Model
The OSI, or Open System Interconnection, model defines a networking framework for implementing protocols in [...]]]></description>
			<content:encoded><![CDATA[<p>So you ask what is the OSI model and why does it have 7 layers? </p>
<p>Mmm… 7 layer dip… Ok lameness aside. </p>
<p>Here is the entire 7 Layers of OSI and standards for Networking anything.</p>
<h2>The 7 Layers of the OSI Model</h2>
<p>The OSI, or Open System Interconnection, model defines a networking framework for implementing protocols in seven layers. Control is passed from one layer to the next, starting at the application layer in one station, proceeding to the bottom layer, over the channel to the next station and back up the hierarchy. </p>
<p><b>Application </b><b>(Layer 7)</b> </p>
<p>This layer supports <u>application</u> and end-user processes. Communication partners are identified, quality of service is identified, user <u>authentication</u> and privacy are considered, and any constraints on data <u>syntax</u> are identified. Everything at this layer is application-specific. This layer provides application services for file transfers, <u>e-mail</u>, and other <u>network</u> <u>software</u> services. <u>Telnet</u> and <u>FTP</u> are applications that exist entirely in the application level. <u>Tiered application architectures</u> are part of this layer.</p>
<p><b>Presentation </b><b>(Layer 6)</b> </p>
<p>This layer provides independence from differences in data representation (e.g., <u>encryption</u>) by translating from application to network format, and vice versa. The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the <i>syntax layer</i>.</p>
<p><b>Session </b><b>(Layer 5)</b> </p>
<p>This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.</p>
<p><b>Transport </b><b>(Layer 4)</b> </p>
<p>This layer provides <u>transparent</u> transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and <u>flow control</u>. It ensures complete data transfer.</p>
<p><b>Network </b><b>(Layer 3)</b> </p>
<p>This layer provides <u>switching</u> and <u>routing</u> technologies, creating logical paths, known as <u>virtual circuits</u>, for transmitting data from <u>node</u> to node. Routing and forwarding are functions of this layer, as well as addressing, <u>internetworking</u>, error handling, congestion control and <u>packet</u> sequencing.</p>
<p><b>Data Link </b><b>(Layer 2)</b> </p>
<p>At this layer, data packets are encoded and decoded into <u>bits</u>. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization. The data link layer is divided into two sublayers: The <u>Media Access Control</u> (MAC) layer and the Logical Link Control (LLC) layer. The MAC sublayer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking.</p>
<p><b>Physical </b><b>(Layer 1)</b> </p>
<p>This layer conveys the <u>bit</u> stream - electrical impulse, light or radio signal -- through the network at the electrical and mechanical level. It provides the <u>hardware</u> means of sending and receiving data on a carrier, including defining cables, <u>cards</u> and physical aspects. <u>Fast Ethernet</u>, <u>RS232</u>, and <u>ATM</u> are protocols with physical layer components.</p>
<p>Here is a convenient <a href="http://cid-f85a988f57842184.skydrive.live.com/self.aspx/Public/The%207%20Layers%20of%20the%20OSI%20Model.doc" target="_blank">Word Doc to keep</a></p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:95c841c6-610c-4619-9292-8f07d40c0a66" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/OSI+Model" rel="tag">OSI Model</a>, <a href="http://flickr.com/photos/tags/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://flickr.com/photos/tags/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://flickr.com/photos/tags/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8eb5f2a9-8577-4901-bccf-a9c5c3f3f100" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/OSI+Model/" rel="tag">OSI Model</a>, <a href="http://www.buzznet.com/tags/Happiness+in+Network+structures/" rel="tag">Happiness in Network structures</a>, <a href="http://www.buzznet.com/tags/Why+do+we+need+layers%3f/" rel="tag">Why do we need layers?</a>, <a href="http://www.buzznet.com/tags/Cant+it+be+magic+like+everything+else%3f/" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ab0d1c98-ddc3-43c2-816a-89d3113ad4ed" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/OSI+Model" rel="tag">OSI Model</a>, <a href="http://technorati.com/tags/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://technorati.com/tags/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://technorati.com/tags/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a547492e-1b72-4d01-8bf5-fb63bc016a94" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/OSI+Model" rel="tag">OSI Model</a>, <a href="http://del.icio.us/popular/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://del.icio.us/popular/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://del.icio.us/popular/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:46326c7b-b0ce-4a40-949e-8857b9d87d1b" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=OSI+Model" rel="tag">OSI Model</a>, <a href="http://blogs.icerocket.com/search?q=Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://blogs.icerocket.com/search?q=Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://blogs.icerocket.com/search?q=Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3e5363cf-d038-4d6d-a589-3e2c4ec65094" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=OSI+Model" rel="tag">OSI Model</a>, <a href="http://www.livejournal.com/interests.bml?int=Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://www.livejournal.com/interests.bml?int=Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://www.livejournal.com/interests.bml?int=Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8571e9ab-9f7a-409d-afdc-c7516f6c8204" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/OSI+Model" rel="tag">OSI Model</a>, <a href="http://www.43things.com/tag/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://www.43things.com/tag/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://www.43things.com/tag/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get detail of your system Ram</title>
		<link>http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/</link>
		<comments>http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 08:13:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[command line info]]></category>
		<category><![CDATA[Memory info]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/</guid>
		<description><![CDATA[Here is a quick little command line to get how much memory is installed on your pc.
 
Open a command prompt and type:
“wmic MEMORYCHIP get banklabel, devicelocator, caption, capacity”
&#160;
Flickr Tags: Memory Checker, Ram Total and Location, Easy Command to get info, How come I dont have more memroy?
BuzzNet Tags: Memory Checker, Ram Total and Location, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick little command line to get how much memory is installed on your pc.</p>
<p><a href="http://mikedopp.com/wp-content/uploads/2010/02/MemoryInfo.jpg" rel="lightbox[430]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="MemoryInfo" border="0" alt="MemoryInfo" src="http://mikedopp.com/wp-content/uploads/2010/02/MemoryInfo_thumb.jpg" width="398" height="196" /></a> </p>
<p>Open a command prompt and type:</p>
<p>“wmic MEMORYCHIP get banklabel, devicelocator, caption, capacity”</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c4caaa1c-f1ef-4cc9-afbb-7a40223406c4" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://flickr.com/photos/tags/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://flickr.com/photos/tags/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://flickr.com/photos/tags/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4f5f0adc-6794-4013-8c3a-2ba56453c99b" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Memory+Checker/" rel="tag">Memory Checker</a>, <a href="http://www.buzznet.com/tags/Ram+Total+and+Location/" rel="tag">Ram Total and Location</a>, <a href="http://www.buzznet.com/tags/Easy+Command+to+get+info/" rel="tag">Easy Command to get info</a>, <a href="http://www.buzznet.com/tags/How+come+I+dont+have+more+memroy%3f/" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:879fc9b6-1f94-4b19-9132-01b7f9b643ce" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://technorati.com/tags/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://technorati.com/tags/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://technorati.com/tags/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f982face-77d0-4269-af5e-850408f19e43" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://del.icio.us/popular/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://del.icio.us/popular/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://del.icio.us/popular/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:769ea8d6-aa71-43cc-a600-4325e818400d" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://blogs.icerocket.com/search?q=Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://blogs.icerocket.com/search?q=Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://blogs.icerocket.com/search?q=How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d82900ae-4645-4636-97d8-afb021c4af16" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://www.livejournal.com/interests.bml?int=Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://www.livejournal.com/interests.bml?int=Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://www.livejournal.com/interests.bml?int=How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0cf227d2-1492-4376-abb9-57e24e8e4ff1" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://www.43things.com/tag/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://www.43things.com/tag/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://www.43things.com/tag/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Retro Windows 98 Themes on Windows 7</title>
		<link>http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/</link>
		<comments>http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 17:16:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 98 themes]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/</guid>
		<description><![CDATA[Originally Found at Windows Club
Want to go retro? Try applying the old Windows 98 Plus! themes to Windows 7. Yes they do work and you can apply them easily!
Extract the contents of the downloaded .zip file to your desktop. Move its content, the Plus! folder on to the desktop.
Open the folder, right click on THEMES.exe [...]]]></description>
			<content:encoded><![CDATA[<p>Originally Found at <a href="http://www.thewindowsclub.com/how-to-apply-old-windows-98-plus-themes-in-windows-7" target="_blank">Windows Club</a></p>
<p>Want to go retro? Try applying the old Windows 98 Plus! themes to Windows 7. Yes they do work and you can apply them easily!</p>
<p>Extract the contents of the downloaded .zip file to your desktop. Move its content, the Plus! folder on to the desktop.</p>
<p>Open the folder, right click on <em>THEMES.exe</em> and select Properties.</p>
<p>Click on the Compatibility tab and in Compatibility mode section, check <em>Run this program in compatibility mode</em>.</p>
<p>From the drop down menu, select Windows 98.</p>
<p>Click Apply &gt; OK.</p>
<p>Now click open Themes.exe and from its drop down menu select the theme you want to apply.</p>
<p>Thats it!</p>
<p><em>You will find that your wallpaper, cursor, font, etc, all have gone retro!</em></p>
<p><a href="http://www.deviantart.com/download/155015314/Plus98_For_Windows_7_by_AnsonSterling.zip" target="_blank">Download the Windows Plus! pack</a></p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d34036a0-dcdc-4a57-8b6c-cadf2292fec5" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Windows+98" rel="tag">Windows 98</a>, <a href="http://flickr.com/photos/tags/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90's</a>, <a href="http://flickr.com/photos/tags/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://flickr.com/photos/tags/Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:651e32b4-0fcd-444d-ae1f-e5b166dc4e50" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Windows+98/" rel="tag">Windows 98</a>, <a href="http://www.buzznet.com/tags/And+you+thought+you+escaped+the+90's/" rel="tag">And you thought you escaped the 90's</a>, <a href="http://www.buzznet.com/tags/Retro+Themes+on+New+Software/" rel="tag">Retro Themes on New Software</a>, <a href="http://www.buzznet.com/tags/Gotta+love+it/" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:91ba17fb-8d87-4ce5-8e37-88aaf70a9b23" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Windows+98" rel="tag">Windows 98</a>, <a href="http://technorati.com/tags/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90's</a>, <a href="http://technorati.com/tags/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://technorati.com/tags/Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b5babd14-7689-44e0-b034-0fc0c8028047" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Windows+98" rel="tag">Windows 98</a>, <a href="http://del.icio.us/popular/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90's</a>, <a href="http://del.icio.us/popular/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://del.icio.us/popular/Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2a5f598d-d6a3-4f04-85c2-424ad3eec9b0" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Windows+98" rel="tag">Windows 98</a>, <a href="http://blogs.icerocket.com/search?q=And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90's</a>, <a href="http://blogs.icerocket.com/search?q=Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://blogs.icerocket.com/search?q=Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ef4d0563-289a-4d03-b755-32600421e729" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Windows+98" rel="tag">Windows 98</a>, <a href="http://www.livejournal.com/interests.bml?int=And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90's</a>, <a href="http://www.livejournal.com/interests.bml?int=Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://www.livejournal.com/interests.bml?int=Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:49b04f1f-45c4-4cb3-8de3-b868f7b08db4" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Windows+98" rel="tag">Windows 98</a>, <a href="http://www.43things.com/tag/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90's</a>, <a href="http://www.43things.com/tag/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://www.43things.com/tag/Gotta+love+it" rel="tag">Gotta love it</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View your Favorite sites Naked</title>
		<link>http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/</link>
		<comments>http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:17:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Naked Website]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/</guid>
		<description><![CDATA[Being a web developer for quite a while you create terms like viewing your web sites without “CSS” or naked. 
Once in a while its fun just to surf to a site like mikedopp.com and see all the Gooey (gui) goodness and formatted text and such. Of course CSS is what makes the site look [...]]]></description>
			<content:encoded><![CDATA[<p>Being a web developer for quite a while you create terms like viewing your web sites without “CSS” or naked. </p>
<p>Once in a while its fun just to surf to a site like mikedopp.com and see all the Gooey (gui) goodness and formatted text and such. Of course CSS is what makes the site look and feel pretty. How can we strip the CSS from a website to just see the text?<a href="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppwithCSS.jpg" rel="lightbox[426]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="mikedoppwithCSS" border="0" alt="mikedoppwithCSS" src="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppwithCSS_thumb.jpg" width="335" height="216" /></a> </p>
<p>Try this little script:</p>
<p>javascript:for(i=0;i&lt;document.styleSheets.length;i++)%7Bvoid(document.styleSheets.item(i).disabled=true);%7Del=document.getElementsByTagName('*');for(i=0;i&lt;el.length;i++)%7Bvoid(el%5Bi%5D.style.cssText='');%7D</p>
<p>So surf to the site and once it is fully rendered.<a href="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppNaked.jpg" rel="lightbox[426]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="mikedoppNaked" border="0" alt="mikedoppNaked" src="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppNaked_thumb.jpg" width="339" height="202" /></a> Replace the url in the address bar and add this script to see what your website looks like without its CSS or Naked.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5d9ec6f9-d074-467b-9f05-ba0b4e4260bf" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://flickr.com/photos/tags/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://flickr.com/photos/tags/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5af1bf23-3850-4786-b15e-d4cf784d81f1" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Favorite+Web+Sites+Naked/" rel="tag">Favorite Web Sites Naked</a>, <a href="http://www.buzznet.com/tags/How+to+see+your+sites+Naked/" rel="tag">How to see your sites Naked</a>, <a href="http://www.buzznet.com/tags/CSS+what+is+it+good+for%3f/" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:202ff341-c854-4f59-9e93-2a8bedf0111d" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://technorati.com/tags/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://technorati.com/tags/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:efdbab71-f378-4ad7-9632-dd14eaa970cb" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://del.icio.us/popular/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://del.icio.us/popular/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d5f66327-49d7-4552-a415-5729ec239bc8" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://blogs.icerocket.com/search?q=How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://blogs.icerocket.com/search?q=CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0813352a-f8fc-4d80-9367-2f4c249cf637" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://www.livejournal.com/interests.bml?int=How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://www.livejournal.com/interests.bml?int=CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ea1cfaaf-eb05-470e-9f99-caddb6df7eda" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://www.43things.com/tag/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://www.43things.com/tag/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
