<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CEINSH87cSp7ImA9WhRUGEs.&quot;"><id>tag:blogger.com,1999:blog-34865253</id><updated>2012-01-29T10:43:19.109-08:00</updated><category term="Visual Studio" /><category term="Windows Vista" /><category term="IE6" /><category term="CSS" /><category term="security" /><category term="Errors" /><category term="Software Development" /><category term="dotnetnuke" /><category term="Review" /><category term=".Net" /><category term="SQL Server" /><category term="SharePoint" /><category term="serialization" /><category term="music" /><category term="COM" /><category term="wow" /><category term="Annoyance" /><category term="Java" /><category term="IIS" /><category term="gaming" /><category term="Web Service" /><category term="Programming" /><category term="oracle" /><category term="Web" /><category term="Blogging" /><category term="C#" /><category term="warcraft" /><category term="Firefox" /><category term="ado.net" /><category term="Tip" /><category term="UAC" /><category term="ActiveX" /><category term="mac" /><category term="entertainment" /><category term="asp.net" /><category term="IIS7" /><category term="VSeWSS" /><category term="VS2005" /><category term="JavaScript" /><category term="vista" /><category term="hardware" /><category term="investing" /><category term="Social Networking" /><category term="database" /><category term="Windows 7" /><title>I Think, Therefore I Code...</title><subtitle type="html">The Ramblings of a Software Developer...</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://foxsys.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>77</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/IThinkThereforeICode" /><feedburner:info uri="ithinkthereforeicode" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;A0YERno8fyp7ImA9WhRUEkw.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-6992999129624351818</id><published>2012-01-21T23:56:00.001-08:00</published><updated>2012-01-21T23:58:27.477-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-21T23:58:27.477-08:00</app:edited><title>FormsAuthentication.Encrypt returns null</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Dh1iL_mVMXy5b0GjmZ5jmHeX7i0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Dh1iL_mVMXy5b0GjmZ5jmHeX7i0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Dh1iL_mVMXy5b0GjmZ5jmHeX7i0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Dh1iL_mVMXy5b0GjmZ5jmHeX7i0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I was refactoring some of our ASP.Net authentication code this weekend and ran into a problem when calling &lt;span style="color: "&gt;FormsAuthentication&lt;/span&gt;.Encrypt(ticket) after creating my FormsAuthenticationTicket. Calling the Encrypt method kept returning null instead of the encrypted ticket.&lt;/p&gt; &lt;p&gt;After a quick Google search, someone mentioned that they would also get null if their userData was null when creating their ticket. I double checked that my userData was valid and continued to scratch my head for a minute. Luckily, it was enough to set me on the right path.&lt;/p&gt; &lt;p&gt;It seems that &lt;span style="color: "&gt;FormsAuthentication&lt;/span&gt;. Encrypt will also return null if the name you pass into your ticket is null.&lt;/p&gt; &lt;blockquote&gt;&lt;pre style="font-family: ; background: white; color: "&gt;&lt;span style="color: "&gt;&lt;font color="#2b91af"&gt;&lt;font size="3" face="Calibri"&gt;FormsAuthenticationTicket&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="3" face="Calibri"&gt; ticket = &lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;new&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;span style="color: "&gt;&lt;font color="#2b91af"&gt;FormsAuthenticationTicket&lt;/font&gt;&lt;/span&gt;(1, &lt;font color="#ff0000"&gt;&lt;strong&gt;principal.Name&lt;/strong&gt;&lt;/font&gt;,	&lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#2b91af"&gt;DateTime&lt;/font&gt;&lt;/span&gt;.Now, &lt;span style="color: "&gt;&lt;font color="#2b91af"&gt;DateTime&lt;/font&gt;&lt;/span&gt;.Now.AddMinutes(30), rememberMe, &lt;font color="#ff0000"&gt;&lt;strong&gt;userData&lt;/strong&gt;&lt;/font&gt;, &lt;span style="color: "&gt;&lt;font color="#2b91af"&gt;FormsAuthentication&lt;/font&gt;&lt;/span&gt;.FormsCookiePath);&lt;/font&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;span style="font-family: ; background: white; color: "&gt;Essentially, the two items in red above cannot be null if you want &lt;span style="color: "&gt;FormsAuthentication&lt;/span&gt;.Encrypt to return the valid encrypted ticket. Hope this helps someone!&lt;/span&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-6992999129624351818?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/jYtyRYJDoNE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/6992999129624351818/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=6992999129624351818" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6992999129624351818?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6992999129624351818?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/jYtyRYJDoNE/formsauthenticationencrypt-returns-null.html" title="FormsAuthentication.Encrypt returns null" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2012/01/formsauthenticationencrypt-returns-null.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8BRX0yfSp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-6330814874363895953</id><published>2011-10-15T00:26:00.000-07:00</published><updated>2011-10-15T00:47:34.395-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:47:34.395-07:00</app:edited><title>Motorola S305 Bluetooth Stereo Headset Review</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Cqc9tQxbAx73rKD5gbSR8waId7w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Cqc9tQxbAx73rKD5gbSR8waId7w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Cqc9tQxbAx73rKD5gbSR8waId7w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Cqc9tQxbAx73rKD5gbSR8waId7w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;strong&gt;Product&lt;/strong&gt;: &lt;a href="http://www.amazon.com/gp/product/B002BH3I9U?ie=UTF8&amp;amp;tag=httpwwwdasfox-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B002BH3I9U"&gt;Motorola S305 Bluetooth Stereo Headset (Black)&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=httpwwwdasfox-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B002BH3I9U" style="border-bottom-style: none !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; margin: 0px;" width="1" /&gt; &lt;br /&gt;
&lt;strong&gt;Where I got It&lt;/strong&gt;: &lt;a href="http://www.amazon.com/gp/product/B002BH3I9U?ie=UTF8&amp;amp;tag=httpwwwdasfox-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B002BH3I9U"&gt;Amazon.com&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=httpwwwdasfox-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B002BH3I9U" style="border-bottom-style: none !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; margin: 0px;" width="1" /&gt; &lt;br /&gt;
&lt;br /&gt;
I wasn’t exactly in the market for a new set of headphones, but after several of my co-workers purchased these over the span of a few weeks, I figured I had to take a closer look. I’ve always liked the idea of having a wireless headset but have always been afraid of performance and connectivity issues. After purchasing and using the Motorola S305 Bluetooth Stereos Headset for about a month now, I couldn’t be happier with them.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-vA9cVdCTgfE/Tpk1g_N0ulI/AAAAAAAABTI/I_bnePS1GyQ/s1600/Headset.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-vA9cVdCTgfE/Tpk1g_N0ulI/AAAAAAAABTI/I_bnePS1GyQ/s1600/Headset.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
I bought this headset to replace my wired ear buds that I wear each and every day at work. My ear buds sounded great, but being tethered to a laptop all day made it really easy to snag the wire on something ripping out your ear buds in the process. With a wireless headset you don’t have to worry about that pesky wire and can bring your tunes with you&amp;nbsp; on your many trips to the local whiteboard, office water cooler or printer throughout the day (I can make it about 40-50 feet through the office for a caffeine refill without losing connection.)&lt;br /&gt;
&lt;br /&gt;
The Motorola S305’s are very light weight which makes them pleasant to wear all day long. They are comfortable and plenty loud. More importantly, I have had no issues with connectivity or performance with these so far. Even with several other pairs of these headphones and many other Bluetooth/Wifi devices attached to my laptop and elsewhere in the office, I’ve had no issues.&lt;br /&gt;
&lt;br /&gt;
Another great use of this headset has been to replace my iPod Nano/armband combo that I have been using for working out for the past few years. I purchased an iPhone about a year ago and have never use it for working out for fear damaging it. Now I can keep my iPhone in a safe place while working without wires or armbands getting in the way or restricting my range of motion. It’s also a great way to stream slacker or &lt;a href="http://www.pandora.com/" target="_blank"&gt;Pandora&lt;/a&gt; from my iPhone while I workout instead of just using my MP3s.&lt;br /&gt;
&lt;br /&gt;
I am definitely not an audiophile, but the sound on these headphones is definitely more than adequate. They are plenty loud and don’t sound flat at all. They have performed well in every situation I have used them in. The bass and treble are adequate and sound great even during vigorous workouts. Having built-in controls on the headset to interact with your music player is a definite bonus. It’s nice to be able to adjust volume, play/pause and skip forward and back without having to interact directly with my music player (assuming the player supports it.)&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-SXJlRYZJt5E/Tpk1m57mLmI/AAAAAAAABTQ/GnZl9X4RbGQ/s1600/Controls.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-SXJlRYZJt5E/Tpk1m57mLmI/AAAAAAAABTQ/GnZl9X4RbGQ/s1600/Controls.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
The only negative impression I had at first was how flimsy/cheap they felt right out of the box. I was really worried to shove them into my backpack with the rest of my stuff and was extra careful while pulling them out for a while. After getting used to them, I have realized that they aren’t quit and fragile as they feel and it hasn’t been an issue. If you are rough on your electronics, you might want to avoid these headphones.&lt;br /&gt;
Another small issue is that I’ve only been able to get 5-7 hours of use out of a full charge. I would have ideally liked 8+ hours plus to get through a full work-day without having to recharge them, but that would probably be asking too much from a Bluetooth device. At least they charge somewhat quickly.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Pro’s&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Light Weight and Comfortable &lt;/li&gt;
&lt;li&gt;Build-In Volume, Play/Pause, Forward/Back Controls &lt;/li&gt;
&lt;li&gt;Plenty Loud &lt;/li&gt;
&lt;li&gt;Good Sound Quality &lt;/li&gt;
&lt;li&gt;Adequate Treble and Bass &lt;/li&gt;
&lt;li&gt;Price isn’t Prohibitive &lt;/li&gt;
&lt;li&gt;Good Range &lt;/li&gt;
&lt;li&gt;Works with iPhone/iPod &lt;/li&gt;
&lt;li&gt;Includes a Mic for Taking Calls &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Con’s&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Feel a Bit Flimsy &lt;/li&gt;
&lt;li&gt;&amp;lt; 8 Hour on a Full Charge &lt;/li&gt;
&lt;li&gt;Worried about their durability if I Continue to use Them for Workouts. &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Runners Up&lt;/strong&gt;&lt;br /&gt;
&lt;div class="runnersUp"&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B002BH3I9U" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0D0D10&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B001TK3ACA" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="runnersUp"&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=121214&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B000SNOT4C" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="runnersUp"&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B003776ZZM" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear: both;"&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-6330814874363895953?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/qkA_xbOUtZY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/6330814874363895953/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=6330814874363895953" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6330814874363895953?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6330814874363895953?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/qkA_xbOUtZY/motorola-s305-bluetooth-stereo-headset.html" title="Motorola S305 Bluetooth Stereo Headset Review" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-vA9cVdCTgfE/Tpk1g_N0ulI/AAAAAAAABTI/I_bnePS1GyQ/s72-c/Headset.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/motorola-s305-bluetooth-stereo-headset.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8CQng_cSp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-8761561136238442347</id><published>2011-10-15T00:24:00.001-07:00</published><updated>2011-10-15T00:47:43.649-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:47:43.649-07:00</app:edited><title>EatSmart Precision Digital Bathroom Scale Review</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NriLuUnYrzZ5Cdma0fLnimJH_4Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NriLuUnYrzZ5Cdma0fLnimJH_4Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NriLuUnYrzZ5Cdma0fLnimJH_4Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NriLuUnYrzZ5Cdma0fLnimJH_4Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;strong&gt;Product Name&lt;/strong&gt;: &lt;a href="http://www.amazon.com/gp/product/B001KXZ808?ie=UTF8&amp;amp;tag=httpwwwdasfox-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B001KXZ808"&gt;EatSmart Precision Digital Bathroom Scale&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=httpwwwdasfox-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B001KXZ808" style="border-bottom-style: none !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; margin: 0px;" width="1" /&gt; &lt;br /&gt;
&lt;strong&gt;Link&lt;/strong&gt;: &lt;a href="http://www.amazon.com/gp/product/B001KXZ808?ie=UTF8&amp;amp;tag=httpwwwdasfox-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B001KXZ808"&gt;Buy it on Amazon.com&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=httpwwwdasfox-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B001KXZ808" style="border-bottom-style: none !important; border-left-style: none !important; border-right-style: none !important; border-top-style: none !important; margin: 0px;" width="1" /&gt; &lt;br /&gt;
I bought the EatSmart Digital Bathroom Scale to replace our existing scale. Our existing scale would give you 5 different reading if you weighed yourself 5 times. These different reading would be within a 5-8 lbs range. Definitely not a product you could rely on.&lt;br /&gt;
&lt;br /&gt;
The main reason I decided to buy this product, over others, is completely based on it's customer reviews. It sounds like very few people have had issues with the EatSmart scale and those few that did have problems were quickly contacted by the company to rectify the situation. I was very impressed and was able to buy with confidence.&lt;br /&gt;
&lt;br /&gt;
The other reason I bought this scale was the reviews raving about how accurate this scale was. If I weigh myself 5 times on this scale, I get the same reading each time. If I drink a glass of water, my weight changes accordingly. Assuming this doesn't change as time goes on, I love it.&lt;br /&gt;
&lt;br /&gt;
The price is affordable and lower than the price I paid for my previous two scales that broke within the 1st year. I have only had the scale for about 6 months now, and have no complaints so far.&lt;br /&gt;
&lt;strong&gt;Pro’s&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Accurate. &lt;/li&gt;
&lt;li&gt;Consistent! &lt;/li&gt;
&lt;li&gt;Appealing Design. &lt;/li&gt;
&lt;li&gt;Company seems to care about customer satisfaction &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Con’s&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Dust shows up a bit too easily &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Runners Up&lt;/strong&gt;&lt;br /&gt;
&lt;div class="runnersUp"&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B001KXZ808" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="runnersUp"&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;md=10FE9736YVPPT7A0FBG2&amp;amp;asins=B0032TNPOE" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="runnersUp"&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;md=10FE9736YVPPT7A0FBG2&amp;amp;asins=B002MK6QKO" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear: both;"&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-8761561136238442347?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/QppQ3WxAE1s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/8761561136238442347/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=8761561136238442347" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/8761561136238442347?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/8761561136238442347?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/QppQ3WxAE1s/eatsmart-precision-digital-bathroom.html" title="EatSmart Precision Digital Bathroom Scale Review" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/eatsmart-precision-digital-bathroom.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8DRnY5fSp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-5609806161547073733</id><published>2011-10-15T00:21:00.000-07:00</published><updated>2011-10-15T00:47:57.825-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:47:57.825-07:00</app:edited><title>Dynamics GP Tip - Changing Required Field Style</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9yOHdU-hnN6MTmGD9QBCibiH6Tk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9yOHdU-hnN6MTmGD9QBCibiH6Tk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9yOHdU-hnN6MTmGD9QBCibiH6Tk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9yOHdU-hnN6MTmGD9QBCibiH6Tk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I have been working a lot with Dynamics GP lately and have found it fairly annoying to try and save a form several times to be prompted that I’ve missed a required field. This has mostly been in test environments where I’m playing around and am not quite sure what the required fields of a from might be. &lt;br /&gt;
A co-worker showed me how to change the style of required fields in Microsoft Dynamics GP and I’ve found that it helps quite a bit. You can see &lt;strong&gt;before&lt;/strong&gt; and &lt;strong&gt;after&lt;/strong&gt; images below to illustrate just how helpful this could be.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-eyFrHcAlV1Q/Tpkz_BiiTgI/AAAAAAAABS4/rFyzM7iZkk4/s1600/Required+Fields+After.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="154" src="http://1.bp.blogspot.com/-eyFrHcAlV1Q/Tpkz_BiiTgI/AAAAAAAABS4/rFyzM7iZkk4/s320/Required+Fields+After.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;/div&gt;
To do this, follow the steps below.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Click on the &lt;strong&gt;Home&lt;/strong&gt; section&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Click the &lt;strong&gt;Microsoft Dynamics GP&lt;/strong&gt; menu item&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Select &lt;strong&gt;User Preferences&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Click &lt;strong&gt;Display&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Change the &lt;strong&gt;Color&lt;/strong&gt; and/or &lt;strong&gt;Font&lt;/strong&gt; under &lt;strong&gt;Required Fields&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Click &lt;strong&gt;Apply&lt;/strong&gt; and enjoy!&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
Hope this helps someone.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-3EQoZ6E-7Rg/Tpk0cuObheI/AAAAAAAABTA/OPlq8iV-uhE/s1600/Display+Preferences.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-3EQoZ6E-7Rg/Tpk0cuObheI/AAAAAAAABTA/OPlq8iV-uhE/s320/Display+Preferences.png" width="270" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-5609806161547073733?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/AuTwvgELlcU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/5609806161547073733/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=5609806161547073733" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/5609806161547073733?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/5609806161547073733?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/AuTwvgELlcU/dynamics-gp-tip-changing-required-field.html" title="Dynamics GP Tip - Changing Required Field Style" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-eyFrHcAlV1Q/Tpkz_BiiTgI/AAAAAAAABS4/rFyzM7iZkk4/s72-c/Required+Fields+After.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/dynamics-gp-tip-changing-required-field.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8NQ3k6fSp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-4996876354382986584</id><published>2011-10-15T00:12:00.003-07:00</published><updated>2011-10-15T00:48:12.715-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:48:12.715-07:00</app:edited><title>Select a list of sales_order attributes from Magento</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mCMmgDfAJLGAdtm6dYZ_L-XZPUI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mCMmgDfAJLGAdtm6dYZ_L-XZPUI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mCMmgDfAJLGAdtm6dYZ_L-XZPUI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mCMmgDfAJLGAdtm6dYZ_L-XZPUI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I was diagnosing an integration issue with Magento where the postal code validation on our side was failing on a few imported sales orders. It seems that the version of Magento our client is using thinks that “MI” is a perfectly good postal code for Lake Orion, Michigan.&lt;br /&gt;
&lt;br /&gt;
No problem, just need to edit the order in Magento and fix the problem… Oh, wait, the original implementers of the client’s system figured it’d be OK to just disabled the Order Edit functionality because it was too much work to get it to work with their new “Features”.&lt;br /&gt;
&lt;br /&gt;
Ok, looks like the only easy solution is to go straight to MySQL and make the change there. Not ideal, but will get this handful of orders to come through correctly. Playing around with Magento and the extensible nature of their database design, it’s a bit confusing to get at a list of the appropriate sales_order attributes. You can use the following MySQL query to get a list of the varchar attributes of a sales order.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="font-family: 'Courier New';"&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="font-family: 'Courier New';"&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 10pt;"&gt;select&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; v&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;.*&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black; font-size: 10pt;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="font-family: 'Courier New';"&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 10pt;"&gt;from&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black; font-size: 10pt;"&gt; sales_order s&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;left&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;join&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; sales_order_entity e &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;on&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;s&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;entity_id &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; e&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;parent_id&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy; font-size: 10pt;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;left&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;join&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; sales_order_entity_varchar v &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;on&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;e&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;entity_id &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; v&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;entity_id&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy; font-size: 10pt;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="font-family: 'Courier New';"&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 10pt;"&gt;where&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; s&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt;increment_id &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: navy;"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: #ff8000; font-size: 10pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;span style="color: #ff8000; font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="letter-spacing: normal; line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;
&lt;span style="color: #ff8000; font-family: 'Courier New'; font-size: x-small;"&gt;&lt;span style="background-attachment: scroll; background-clip: initial; background-color: transparent; background-image: none; background-origin: initial; background-position: 0% 0%; background-repeat: repeat repeat;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
The results of the list will be returned in a flat list of attribute values associated with the entity associated with the sales order. With these results, I can easily find the value for the attribute I want to update.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;   &lt;/span&gt;&lt;br /&gt;
&lt;table class="data" id="table_results" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-collapse: collapse; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; word-spacing: normal;"&gt;&lt;thead style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;
&lt;tr style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;th style="background-color: #e5e5e5; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;value_id&lt;/span&gt;&lt;/span&gt;&lt;/th&gt;          &lt;th style="background-color: #e5e5e5; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;entity_type_id&lt;/span&gt;&lt;/span&gt;&lt;/th&gt;          &lt;th style="background-color: #e5e5e5; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;attribute_id&lt;/span&gt;&lt;/span&gt;&lt;/th&gt;          &lt;th style="background-color: #e5e5e5; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;entity_id&lt;/span&gt;&lt;/span&gt;&lt;/th&gt;          &lt;th style="background-color: #e5e5e5; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;value&lt;/span&gt;&lt;/span&gt;&lt;/th&gt;       &lt;/tr&gt;
&lt;/thead&gt;&lt;tbody style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;
&lt;tr class="odd" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796932&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;211&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;Shipping&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="even" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796933&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;216&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;John&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="odd" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796934&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;218&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;Doe&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="even" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796935&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;220&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="odd" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796936&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;221&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1345 King Street&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="even" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796937&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;222&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;Lake Orion&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="odd" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796938&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;223&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;Michigan&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="even" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796939&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;225&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;MI&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;tr class="odd" style="border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;"&gt;         &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;796940&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;226&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td align="right" class=" nowrap" style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;          &lt;td style="background-color: white; border-bottom: rgb(0,0,0) 1px solid; border-left: rgb(0,0,0) 1px solid; border-right: rgb(0,0,0) 1px solid; border-top: rgb(0,0,0) 1px solid; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;span style="font-family: 'Times New Roman';"&gt;&lt;span style="color: black; font-size: 12pt;"&gt;US&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;       &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-4996876354382986584?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/knCDHYlEgAA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/4996876354382986584/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=4996876354382986584" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/4996876354382986584?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/4996876354382986584?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/knCDHYlEgAA/select-list-of-salesorder-attributes.html" title="Select a list of sales_order attributes from Magento" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/select-list-of-salesorder-attributes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4ESH06cCp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-4062499407611321011</id><published>2011-10-15T00:12:00.001-07:00</published><updated>2011-10-15T00:48:29.318-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:48:29.318-07:00</app:edited><title>IIS7 error when enabling Wordpress Permalinks URL Rewriting</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Vw4vORfNPlkgtKEAA6sCtmyNI5s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vw4vORfNPlkgtKEAA6sCtmyNI5s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Vw4vORfNPlkgtKEAA6sCtmyNI5s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vw4vORfNPlkgtKEAA6sCtmyNI5s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I wanted to turn on Permalinks in Wordpress to use the following custom structure.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;/%year%/%postname%/&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;
I added the following section to my web.config file.&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background: white; letter-spacing: normal;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 9pt;"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: #a31515;"&gt;rewrite&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rules&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rule&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;wordpress&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;patternSyntax&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Wildcard&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;match&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;url&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;*&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;conditions&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;  &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;add&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;input&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{REQUEST_FILENAME}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;matchType&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;IsFile&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;negate&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;true&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;  &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;add&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;input&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{REQUEST_FILENAME}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;matchType&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;IsDirectory&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;negate&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;true&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;conditions&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;action&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;type&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Rewrite&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;url&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;index.php&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt; &amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rule&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rules&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rewrite&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-size: 9pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white; letter-spacing: normal;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue; font-size: 9pt;"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
After updating the web.config and browsing to one of my posts, I encounter the following IIS7 error:&lt;br /&gt;
&lt;strong&gt;Cannot add duplicate collection entry of type 'rule' with unique key attribute 'name' set to 'wordpress'&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;
When I’ve encountered this error in the past, it hasn’t been a direct problem with my web.config, but has been a problem with inherited sections or values from a parent website config or one of the default environment configurations. With that in mind, I added the following line to remove any existing rules with the name “wordpress” before trying to add my own.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;remove&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;wordpress&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;
The complete web.config section looked like this and cleared up the error.&lt;br /&gt;
&lt;pre style="background: white; letter-spacing: normal;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 9pt;"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: #a31515;"&gt;rewrite&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rules&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt; &lt;strong&gt;&amp;lt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="color: #a31515;"&gt;remove&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;wordpress&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/strong&gt;
&lt;span style="color: blue;"&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rule&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;wordpress&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;patternSyntax&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Wildcard&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;match&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;url&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;*&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;conditions&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;  &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;add&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;input&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{REQUEST_FILENAME}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;matchType&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;IsFile&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;negate&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;true&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;  &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;add&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;input&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{REQUEST_FILENAME}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;matchType&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;IsDirectory&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;negate&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;true&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;conditions&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;action&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;type&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Rewrite&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: red;"&gt;url&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;index.php&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt; &amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rule&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rules&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;rewrite&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-size: 9pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white; letter-spacing: normal;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue; font-size: 9pt;"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white; letter-spacing: normal;"&gt;&lt;span style="color: blue; font-family: Consolas;"&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white; letter-spacing: normal;"&gt;Hope this helps someone!&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-4062499407611321011?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/_eoCZGNujjE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/4062499407611321011/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=4062499407611321011" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/4062499407611321011?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/4062499407611321011?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/_eoCZGNujjE/iis7-error-when-enabling-wordpress.html" title="IIS7 error when enabling Wordpress Permalinks URL Rewriting" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>4</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/iis7-error-when-enabling-wordpress.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4FSH0zfCp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-7530713267928312486</id><published>2011-10-15T00:11:00.001-07:00</published><updated>2011-10-15T00:48:39.384-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:48:39.384-07:00</app:edited><title>WPF Visibility Binding Not Working</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jRuJWoLOZ5jXpeZoqw9B0pzPFVc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jRuJWoLOZ5jXpeZoqw9B0pzPFVc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jRuJWoLOZ5jXpeZoqw9B0pzPFVc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jRuJWoLOZ5jXpeZoqw9B0pzPFVc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I was playing around with WPF and binding to the Visibility property of a Grid. The examples seemed pretty straight forward, but for the life of me, I couldn’t get it to work! My test was setup like the following.&lt;br /&gt;
I was correctly referencing the BooleanToVisibilityConverter as a static resource.&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 9pt;"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: #a31515;"&gt;Window.Resources&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: #a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;BooleanToVisibilityConverter&lt;/span&gt;&lt;span style="color: red;"&gt; x&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: red;"&gt;Key&lt;/span&gt;&lt;span style="color: blue;"&gt;="BoolToVisiblity" /&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;Window.Resources&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-size: 9pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;My binding was correctly set to the IsControlVisible property of my ViewModel.&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 9pt;"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: #a31515;"&gt;Grid&lt;/span&gt;&lt;span style="color: red;"&gt; Margin&lt;/span&gt;&lt;span style="color: blue;"&gt;="0,30,0,0"&lt;/span&gt;&lt;span style="color: red;"&gt; Height&lt;/span&gt;&lt;span style="color: blue;"&gt;="63"&lt;/span&gt;&lt;span style="color: red;"&gt; VerticalAlignment&lt;/span&gt;&lt;span style="color: blue;"&gt;="Top"&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: red;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;Visibility&lt;/span&gt;&lt;span style="color: blue;"&gt;="{&lt;/span&gt;&lt;span style="color: #a31515;"&gt;Binding&lt;/span&gt;&lt;span style="color: red;"&gt; IsControlVisible&lt;/span&gt;&lt;span style="color: blue;"&gt;,&lt;/span&gt;&lt;span style="color: red;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: red;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;Converter&lt;/span&gt;&lt;span style="color: blue;"&gt;={&lt;/span&gt;&lt;span style="color: #a31515;"&gt;StaticResource&lt;/span&gt;&lt;span style="color: red;"&gt; BoolToVisiblity&lt;/span&gt;&lt;span style="color: blue;"&gt;}}"&amp;gt;&lt;/span&gt;
&lt;span style="color: #a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color: green;"&gt;&amp;lt;!--Content--&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;Grid&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-size: 9pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;The IsControlVisible property of my ViewModel seemed to be correct.&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 9pt;"&gt;bool&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: black;"&gt; isControlVisible &lt;/span&gt;= &lt;span style="color: blue;"&gt;false&lt;/span&gt;;
&lt;span style="color: blue;"&gt;bool&lt;/span&gt; &lt;span style="color: black;"&gt;IsControlVisible &lt;/span&gt;{&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;get&lt;/span&gt; { &lt;span style="color: blue;"&gt;return&lt;/span&gt; &lt;span style="color: black;"&gt;isControlVisible&lt;/span&gt;; }&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;set&lt;/span&gt; {
 &lt;span style="white-space: pre;"&gt; &lt;/span&gt;&lt;span style="color: black;"&gt;isControlVisible&lt;/span&gt; = &lt;span style="color: blue;"&gt;value&lt;/span&gt;;
&lt;span style="white-space: pre;"&gt; &lt;/span&gt; &lt;span style="color: black;"&gt;NotifyPropertyChanged&lt;/span&gt;(&lt;span style="color: #a31515;"&gt;"IsControlVisible"&lt;/span&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;
}&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;20 frustrating minutes later, I find the problem. 10 bonus points if you can spot it right away…&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;
&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;That’s right, I forgot to make the IsControlVisible property in my ViewModel public! *Face Palm*&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="font-size: 9pt;"&gt;bool&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: black;"&gt; isControlVisible &lt;/span&gt;= &lt;span style="color: blue;"&gt;false&lt;/span&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;
&lt;span style="color: blue;"&gt;&lt;strong&gt;&lt;span style="font-size: medium;"&gt;public&lt;/span&gt;&lt;/strong&gt; bool&lt;/span&gt; &lt;span style="color: black;"&gt;IsControlVisible&lt;/span&gt; {&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;get&lt;/span&gt; { &lt;span style="color: blue;"&gt;return&lt;/span&gt; &lt;span style="color: black;"&gt;isControlVisible&lt;/span&gt;; }&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;set&lt;/span&gt; {&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;
 &lt;span style="white-space: pre;"&gt; &lt;/span&gt;&lt;span style="color: black;"&gt;isControlVisible &lt;/span&gt;= &lt;span style="color: blue;"&gt;value&lt;/span&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;
&lt;span style="white-space: pre;"&gt; &lt;/span&gt; &lt;span style="color: black;"&gt;NotifyPropertyChanged&lt;/span&gt;(&lt;span style="color: #a31515;"&gt;"IsControlVisible"&lt;/span&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;
}&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="font-size: 9pt;"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background: white;"&gt;&lt;span style="font-family: Consolas;"&gt;Perhaps this can save someone else some time!&lt;/span&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-7530713267928312486?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/gONeGoOsPkw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/7530713267928312486/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=7530713267928312486" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7530713267928312486?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7530713267928312486?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/gONeGoOsPkw/wpf-visibility-binding-not-working.html" title="WPF Visibility Binding Not Working" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/wpf-visibility-binding-not-working.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4ASX86fip7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-6413178595393693711</id><published>2011-10-14T23:59:00.001-07:00</published><updated>2011-10-15T00:49:08.116-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:49:08.116-07:00</app:edited><title>How to Enable/Disabled Recording Devices in Windows 7/Vista</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YcJHkbf85VB1lzycY4baiUHC8yA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YcJHkbf85VB1lzycY4baiUHC8yA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YcJHkbf85VB1lzycY4baiUHC8yA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YcJHkbf85VB1lzycY4baiUHC8yA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I had some strange sounds coming over my speakers and thought it might be one of my recording devices (my built in mic, etc) acting up. To troubleshoot this I brought up the &lt;strong&gt;Sound&lt;/strong&gt; window, clicked on the &lt;strong&gt;Recording Tab&lt;/strong&gt; and right-clicked on each of my recording devices to disable them.&lt;br /&gt;
&lt;br /&gt;
It turns out my problem was caused by something else and was easily fixed, but now I have a new issue. How to I enable my recording devices. If you check the &lt;strong&gt;Recording Tab &lt;/strong&gt;in the &lt;strong&gt;Sound &lt;/strong&gt;window, there are no devices listed. Maybe I can enable them directly from the &lt;strong&gt;Device Manager&lt;/strong&gt;. Nope, nothing listed there either...&lt;br /&gt;
&lt;br /&gt;
The solution is fairly simple, but seems to be completely non-standard for windows. Go back to the &lt;strong&gt;Recording Tab&lt;/strong&gt; in the &lt;strong&gt;Sound &lt;/strong&gt;window and &lt;strong&gt;right-click&lt;/strong&gt; in the now blank tab. You should get a context menu that has two options (Show Disabled Devices and Show Disconnected Devices.) Click on &lt;strong&gt;Show Disabled Devices&lt;/strong&gt; and you should now be able to see and enable your devices.&lt;br /&gt;
&lt;br /&gt;
Not a huge issue, but fairly annoying since it is done differently than most other places in Windows (i.e. The network device screen. Disabled devices are still visible but are disabled...)&lt;br /&gt;
&lt;div class="blogger-post-footer"&gt;
&lt;img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/34865253-3524891290081789784?l=foxsys.blogspot.com" width="1" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-6413178595393693711?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/DwabG8nQtdM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/6413178595393693711/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=6413178595393693711" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6413178595393693711?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6413178595393693711?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/DwabG8nQtdM/how-to-enabledisabled-recording-devices.html" title="How to Enable/Disabled Recording Devices in Windows 7/Vista" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/how-to-enabledisabled-recording-devices.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08MSH89fip7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-4690027567225445074</id><published>2011-10-14T23:58:00.001-07:00</published><updated>2011-10-14T23:58:09.166-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-14T23:58:09.166-07:00</app:edited><title>Unable to Add user to SQL Error While Installing eConnect Microsoft Dynamics GP 2010</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/B9e2Qb5oMtS4qzBbwalN9xMceHw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B9e2Qb5oMtS4qzBbwalN9xMceHw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/B9e2Qb5oMtS4qzBbwalN9xMceHw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B9e2Qb5oMtS4qzBbwalN9xMceHw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Problem&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When trying to install &lt;strong&gt;eConnect&lt;/strong&gt; for &lt;strong&gt;Microsoft Dynamics GP 2010&lt;/strong&gt; on a new Windows 7 machine, you might encounter an &lt;strong&gt;Unable to Add user to SQL&lt;/strong&gt; error. I tried to fix the problem by using many combinations of local/SQL Server credentials during the eConnect installation process, but was unable to get past this error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To get past the error I had to create a brand new Windows 7 user. I then had to use the new user when installing eConnect. It seems that the eConnect installation process is trying to setup SQL Server login information for the supplied user and has trouble if they already exist in SQL Server.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope this helps someone.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-4690027567225445074?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/L3hBB8FMkxc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/4690027567225445074/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=4690027567225445074" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/4690027567225445074?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/4690027567225445074?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/L3hBB8FMkxc/unable-to-add-user-to-sql-error-while.html" title="Unable to Add user to SQL Error While Installing eConnect Microsoft Dynamics GP 2010" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/unable-to-add-user-to-sql-error-while.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ANQHgzcCp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-5409119674417028169</id><published>2011-10-14T23:56:00.000-07:00</published><updated>2011-10-14T23:56:31.688-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-14T23:56:31.688-07:00</app:edited><title>Services.msc – An error has occurred in this dialog. Error: 54 Unspecified error.</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tZ3m2FbkbQbgjmK7c_6AF-4Vae0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tZ3m2FbkbQbgjmK7c_6AF-4Vae0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tZ3m2FbkbQbgjmK7c_6AF-4Vae0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tZ3m2FbkbQbgjmK7c_6AF-4Vae0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;
The Problem&lt;/h2&gt;
Every time I brought up Services.msc and clicked on a service, I would get the following Internet Explorer error.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Windows Internet Explorer&lt;/strong&gt;&lt;br /&gt;
An error has occurred in this dialog.&lt;br /&gt;
Error: 54&lt;br /&gt;
Unspecified error.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-T_gf61e1Iag/Tpkuex31gpI/AAAAAAAABSo/YJklpdogHE4/s1600/Services.msc+Error.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-T_gf61e1Iag/Tpkuex31gpI/AAAAAAAABSo/YJklpdogHE4/s1600/Services.msc+Error.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
The Solution&lt;/h2&gt;
To correct his problem,&lt;strong&gt; install the latest version of Internet Explorer 8&lt;/strong&gt; (not sure if it will work with Internet Explorer 9+. If it does, please post a comment and I’ll update the article.)&lt;br /&gt;
&lt;br /&gt;
This problem was encountered on a Windows Server 2003 box with Internet Explorer 8 already installed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-5409119674417028169?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/ciHJsC7XUjo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/5409119674417028169/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=5409119674417028169" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/5409119674417028169?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/5409119674417028169?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/ciHJsC7XUjo/servicesmsc-error-has-occurred-in-this.html" title="Services.msc – An error has occurred in this dialog. Error: 54 Unspecified error." /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-T_gf61e1Iag/Tpkuex31gpI/AAAAAAAABSo/YJklpdogHE4/s72-c/Services.msc+Error.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/servicesmsc-error-has-occurred-in-this.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4MQ3o5eCp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-829169168593946037</id><published>2011-10-14T23:49:00.001-07:00</published><updated>2011-10-15T00:49:42.420-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:49:42.420-07:00</app:edited><title>Qwest Actiontec Q1000 in RFC 1483 Transparent Bridging Mode</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9MidIlGpXAD8uVCqiFQn3XI1okk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9MidIlGpXAD8uVCqiFQn3XI1okk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9MidIlGpXAD8uVCqiFQn3XI1okk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9MidIlGpXAD8uVCqiFQn3XI1okk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I recently moved and was sad to find that my only internet option was Qwest DSL. I don’t exactly LOVE Comcast high speed internet, but it has always worked well for me in the past and I have had trouble with Qwest in the past. With Comcast, I have always used a cable modem to connect to Comcast and a separate wireless router to handle my home networking. With Qwest DSL, I had to purchase an Actiontec Q1000 Modem/Router which includes a four Gigabit switch and wireless b/g/n connection. Unfortunately, I had just purchased a Linksys E3000 router a couple of months before and would much rather use it.&lt;br /&gt;
&lt;br /&gt;
I quickly found that I could setup my Actiontec Q1000 and then daisy chain my Linksys E3000 by connecting it directly to the Actiontec. I was then able to use the wireless of the Linksys E3000 rather than the Actiontec which seemed to work much better with much greater range. This seemed to work OK for most of my needs and I used it for about a month without a problem.&lt;br /&gt;
&lt;br /&gt;
In this configuration the Actiontec would connect to Qwest and would assign IP addresses dynamically on the 192.168.0.1 network. My Linksys was setup to dynamically assign IP addresses on the 10.0.0.1 network. The Actiontec would assign the Linksys an IP address and the Linksys would then handle the needs of my actual LAN and all of my basic needs were met.&lt;br /&gt;
&lt;br /&gt;
The problem came when I wanted to expose my server to the outside world and ran into a bit of a networking mess trying to expose by setting it’s IP address as the DMZ(There is probably a way to do it with this configuration, but I’m by no means a networking guru.) Fortunately, I found out how to put the Actiontec Q1000 into &lt;strong&gt;transparent bridge &lt;/strong&gt;mode which effectively turned it into the modem I have been used to using with Comcast.&lt;br /&gt;
&lt;h3&gt;

How to Do It?&lt;/h3&gt;
&amp;nbsp;&lt;span style="font-size: xx-small;"&gt;(note: You will need your PPPoE username and password from Qwest to do this. I had to call them to get it.)&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;On the Actiontec Q1000&lt;ol&gt;
&lt;li&gt;Log into your modem by entering the modem’s IP into the address bar of your browser (in my case, 192.168.0.1)&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Advanced Setup&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Wan IP&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;RFC 1483 Transparent Bridging&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Save &lt;/strong&gt;the Settings&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-pwOFZulR48Y/Tpktbg5wqlI/AAAAAAAABSY/vrSMHj_GswU/s1600/Transparent+Bridge.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="231" src="http://1.bp.blogspot.com/-pwOFZulR48Y/Tpktbg5wqlI/AAAAAAAABSY/vrSMHj_GswU/s320/Transparent+Bridge.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;On the other router (Linksys E3000 in my case)&lt;ol&gt;
&lt;li&gt;Log into your modem by entering the modem’s IP into the address bar of your browser (in my case, 10.0.0.1)&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Setup&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Basic Setup&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Change the &lt;strong&gt;Internet Connection Type&lt;/strong&gt; to PPPoE&lt;/li&gt;
&lt;li&gt;Enter your PPPoE &lt;strong&gt;Username &lt;/strong&gt;and &lt;strong&gt;Password &lt;/strong&gt;acquired from Qwest&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Save&lt;/strong&gt; the Settings&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-aj2VrSU25Dc/TpktmkQC4_I/AAAAAAAABSg/-pPtCJMRCMY/s1600/Linksys+Configuration.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="137" src="http://4.bp.blogspot.com/-aj2VrSU25Dc/TpktmkQC4_I/AAAAAAAABSg/-pPtCJMRCMY/s320/Linksys+Configuration.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
That’s all there is to it. Your Actiontec Q1000 should act as a Transparent Bridge and will assign your other router the external IP address and DNS information. With this setup I was able to correctly assign my server machine’s IP address as the DMZ. After updating my &lt;a href="http://www.dyndns.com/" target="_blank"&gt;DynDNS&lt;/a&gt;, Viola, my server was exposed to the outside world.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-829169168593946037?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/0unthCLYACY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/829169168593946037/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=829169168593946037" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/829169168593946037?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/829169168593946037?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/0unthCLYACY/qwest-actiontec-q1000-in-rfc-1483.html" title="Qwest Actiontec Q1000 in RFC 1483 Transparent Bridging Mode" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-pwOFZulR48Y/Tpktbg5wqlI/AAAAAAAABSY/vrSMHj_GswU/s72-c/Transparent+Bridge.jpg" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/qwest-actiontec-q1000-in-rfc-1483.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4NR345eyp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-8894040306416626780</id><published>2011-10-14T23:47:00.001-07:00</published><updated>2011-10-15T00:49:56.023-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:49:56.023-07:00</app:edited><title>Logitech Illuminated Ultrathin Keyboard Review</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tTMQDZ_MaSI5Ad2eKFaTISfNAH0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tTMQDZ_MaSI5Ad2eKFaTISfNAH0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tTMQDZ_MaSI5Ad2eKFaTISfNAH0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tTMQDZ_MaSI5Ad2eKFaTISfNAH0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;strong&gt;Product Name&lt;/strong&gt;: &lt;a href="http://www.amazon.com/gp/product/B001F51G16?ie=UTF8&amp;amp;tag=httpwwwdasfox-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B001F51G16"&gt;Logitech Illuminated Ultrathin Keyboard&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=httpwwwdasfox-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B001F51G16" style="border-style: none !important; margin: 0px;" width="1" /&gt;&lt;br /&gt;
&lt;strong&gt;Link&lt;/strong&gt;: &lt;a href="http://www.amazon.com/gp/product/B001F51G16?ie=UTF8&amp;amp;tag=httpwwwdasfox-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B001F51G16" target="_blank"&gt;But it on Amazon.com&lt;/a&gt;&lt;br /&gt;
I’ve always been a fan of simple keyboards. I would take a basic $4.99 CompUSA special without a single unnecessary key over the latest and greatest keyboard any day. Unfortunately (or fortunately?) my keyboard died on me recently and I had to find a replacement. I decided to take some time, do my research and find a worthy replacement.&lt;br /&gt;
&lt;br /&gt;
After some thought, I came up with a couple of requirements for my new keyboard. I definitely spend more time actively working (coding mostly) on my home PC these days and need a keyboard that was quiet, preferably back-lit and with a minimum number of extra keys/functions to get in my way. My search led me to the &lt;strong&gt;Logitech Illuminated Ultrathin Keyboard &lt;/strong&gt;and it has yet to disappoint.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blufiles.storage.live.com/y1ptPQT81WBGW23w1QTCOiApxJmRzuvhWw1mYfvikMcHQ5Ou_TUlxopB0Mwo3x3CsS79nt62GgdZmc/Keyboard%203.jpg?psid=1" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="https://blufiles.storage.live.com/y1ptPQT81WBGW23w1QTCOiApxJmRzuvhWw1mYfvikMcHQ5Ou_TUlxopB0Mwo3x3CsS79nt62GgdZmc/Keyboard%203.jpg?psid=1" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The &lt;strong&gt;Logitech Illuminated Ultrathin Keyboard &lt;/strong&gt;met my specific requirements based on the myriad reviews that I trudged through. It was quiet, back-lit (must not look like a spaceship,) had just a few extra function keys which were out-of-the-way and the overall design was pretty sexy IMHO! As a bonus, the keyboard was ultra-thin with a 9.3mm profile and keys that were very close to the keyboard on my work laptop. From the screenshots, I was worried about the soft-touch palm rest that comes built into the keyboard, but I have actually really enjoyed it as a feature and it hasn’t gotten in the way at all like most palm rests I have ever seen.&lt;br /&gt;
&lt;br /&gt;
I have always been a fan of Logitech gaming mice, but this was only the 2nd Logitech keyboard I have ever owned. The 1st was a wireless Bluetooth keyboard and was fairly disappointing due to extra function keys and volume sliders that were always getting in the way. This keyboard was different. The minimalist design of the keyboard itself was great and the software was pretty awesome (just the the gaming mice I’d come to love.) The function keys were completely customizable and there was a section for &lt;strong&gt;Keyboard Inactive Keys &lt;/strong&gt;which lets you completely disable certain keys that are prone to getting in the way. I disabled Caps Lock, Scroll Lock and the Insert key. I don’t think I’ve EVER really used any of them and it was nice to not worry about accidentally turning one on.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-sDcg3onrMH8/TpkrgqzSTHI/AAAAAAAABSQ/vU9DYjnhFqw/s1600/Software.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="241" src="http://3.bp.blogspot.com/-sDcg3onrMH8/TpkrgqzSTHI/AAAAAAAABSQ/vU9DYjnhFqw/s320/Software.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
My only problem with this keyboard so far is that the front two pads on the bottom of the keyboard have come off when I slide my keyboard forwards or backwards on my desktop without lifting it. I think this is due to the hot weather and friction loosening the adhesive. The pads go right back into place for now, but I assume there will be a time in the not-so-distant-future where they will have to be removed or replaced completely. Other than that, the keyboard has been amazing.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Other Features&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Bright, laser-etched, backlit keys that let you type easily--even in the dark&lt;/li&gt;
&lt;li&gt;Cutting-edge, ultra-thin profile (9.3 mm) that adds an elegant touch to any desk&lt;/li&gt;
&lt;li&gt;PerfectStroke key system for typing that's silent, natural and fluid&lt;/li&gt;
&lt;li&gt;Sleek, minimalist design for the ideal combination of form and function&lt;/li&gt;
&lt;li&gt;Soft-touch palm rest and full-size key layout for enhanced comfort&lt;/li&gt;
&lt;li&gt;Convenient one-touch controls for volume and media playback are easily within reach.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br /&gt;
The Logitech Illuminated Keyboard is a solid minimalist keyboard. There are function keys, but they definitely don’t interfere with every day use. The back-lit keys are great for working in less than optimal lighting or when gaming in the dark. The keyboard is thin, stylish and closely resembled a laptop keyboard (which is great if you are already used to it.) If you’re looking for a keyboard that looks great and performs even better, this might just be it.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Pro’s&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Quiet!&lt;/li&gt;
&lt;li&gt;Illuminated without looking like a spaceship&lt;/li&gt;
&lt;li&gt;Minimalist Design&lt;/li&gt;
&lt;li&gt;No crazy function keys that get in your way.&lt;/li&gt;
&lt;li&gt;Thin form factor&lt;/li&gt;
&lt;li&gt;Laptop Keyboard like keys&lt;/li&gt;
&lt;li&gt;Software/Drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Con’s&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Front pads on the bottom of the keyboard can come off if the keyboard is pushed forwards or backwards.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Runners Up&lt;/strong&gt;&lt;br /&gt;
&lt;div class="runnersUp"&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B001F51G16" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B000H6AY6M" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B000UHE8YM" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B001NXDBI6" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS1=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=000000&amp;amp;t=httpwwwdasfox-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;asins=B001EYU1SW" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-8894040306416626780?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/cDC5l4UlvEQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/8894040306416626780/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=8894040306416626780" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/8894040306416626780?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/8894040306416626780?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/cDC5l4UlvEQ/logitech-illuminated-ultrathin-keyboard.html" title="Logitech Illuminated Ultrathin Keyboard Review" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-sDcg3onrMH8/TpkrgqzSTHI/AAAAAAAABSQ/vU9DYjnhFqw/s72-c/Software.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/logitech-illuminated-ultrathin-keyboard.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UNQHk5eCp7ImA9WhRUE0U.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-7291745747553885256</id><published>2011-10-10T11:38:00.001-07:00</published><updated>2012-01-23T22:08:11.720-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-23T22:08:11.720-08:00</app:edited><title>What is Pando Media Booster (PMB.exe)</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hfWS9DnCuEJw3ZqFR9DGrUpks4g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hfWS9DnCuEJw3ZqFR9DGrUpks4g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hfWS9DnCuEJw3ZqFR9DGrUpks4g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hfWS9DnCuEJw3ZqFR9DGrUpks4g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;A friend of mine has been telling me about the game &lt;a href="http://www.leagueoflegends.com/"&gt;League of Legends&lt;/a&gt; for quite a while now. I didn’t realize League of Legends was a free-to-play game, but since I’m always willing to play a Free game for a while, I downloaded their client and started the install.&lt;br&gt;&lt;br&gt;Later that night, I happened to check my Task Manager and noticed an unfamiliar process (PMB.exe) running. Hrm. Like any unusual process running on my PC, I decided to look into it a bit. A quick Scroogle search later It was obvious what had happened…&lt;br&gt;&lt;br&gt;Installing League of Legends also &lt;strong&gt;silently&lt;/strong&gt; installed an application called Pando Media Booster without my knowledge (or at least it wasn’t obvious that it was being installed. Perhaps it was in that ToS that no one can ever quite bring themselves to read.) With a name like “&lt;strong&gt;Pando Media BOOSTER&lt;/strong&gt;”, how could it possibly be bad. After all, who wouldn’t want their media boosted…!&lt;br&gt;&lt;br&gt; &lt;div style="text-align: center; clear: both" class="separator"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://2.bp.blogspot.com/-Ikj43cUtTR4/TpM8UWAN0xI/AAAAAAAABSM/98aDQrSmadw/s1600/image.png" imageanchor="1"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-Ikj43cUtTR4/TpM8UWAN0xI/AAAAAAAABSM/98aDQrSmadw/s1600/image.png"&gt;&lt;/a&gt;&lt;/div&gt; &lt;h3&gt;What is Pando Media Booster? (Thanks for Sharing Indeed!)&lt;/h3&gt;PMB.exe is a small application that is installed along with some free-to-use software such as League of Legends, Dungeons and Dragons Online, Lord of the Rings Online, NBC, etc… PMB.exe basically helps the company off-load the responsibly of sharing their media files, patches or installations directly by turning their user’s machines into Peer 2 Peer clients. (Rather than having pushing you a 600MB update file, which actually costs the company money, the users might receive parts of the file from hundreds of other players.)&lt;br&gt; &lt;h3&gt;Is &lt;span style="font-size: small" class="Apple-style-span"&gt;PMB.exe&lt;/span&gt; Bad?&lt;/h3&gt;PMB.exe isn’t inherently bad and is a valid way for a company offering free or discounted software or media to save some money in operating costs. “Isn’t inherently bad” is assuming that the company that installs this process on your machine has told you &lt;strong&gt;what it is&lt;/strong&gt; and has &lt;strong&gt;given you the option&lt;/strong&gt; of whether you want to install it or not. In my case, I had NO idea it was being installed and was just lucky to have found it the same day. (I’ve recently had to switch to Qwest “High Speed” internet and unfortunately have NO bandwidth to spare.)&lt;br&gt;&lt;br&gt;And unsuspecting user that leaves PMB.exe running on their system is pretty much being forced to seed files to thousands of users ALL THE TIME (PMB.exe has been reported by users to use up to 80+% of their internet connection’s upload bandwidth.) For some users this could lead to their ISP throttling their connection and/or actually charging them extra $$$ for using more bandwidth than they knew they were using.&lt;br&gt; &lt;h3&gt;Conclusion&lt;/h3&gt; &lt;p&gt;Pando Media Booster &lt;strong&gt;isn’t a virus&lt;/strong&gt; but might well be considered &lt;strong&gt;malware&lt;/strong&gt; depending on how it was installed on your machine, if you were aware of it and if you were given an option to install it or not. In any event, it is legit malware and getting rid of it is an simple as pulling up your &lt;strong&gt;Programs and Features&lt;/strong&gt; (Windows 7) and &lt;strong&gt;uninstalling it&lt;/strong&gt;. Just be aware that it might get reinstalled with future installations or updates to the product that originally installed it.&lt;br&gt;&lt;br&gt;Then again, if you want to support the company and have plenty of upload bandwidth to spare… Leave PMB.exe up and running. I’m sure they would greatly appreciate it.&lt;br&gt;&lt;br&gt;Hope this helps someone and clears up any immediate concerns you might have.&lt;br&gt;&lt;br&gt;&lt;b&gt;Other Companies Reported to Bundle Pando Media Booster With Their Product&lt;/b&gt;&lt;br&gt;Dungeons and Dragons Online&lt;br&gt;Lord of the Ring Online&lt;br&gt;Star Trek Online&lt;br&gt;Maple Story&lt;br&gt;&lt;i&gt;(Unconfirmed)&lt;/i&gt;&lt;br&gt;NBC Direct&lt;br&gt;Flyff&lt;br&gt;Games from &lt;a href="http://www.gpotato.com/"&gt;gpotato.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Any others? Comment below and I'll add them.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-7291745747553885256?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/pyhBSgT3CZY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/7291745747553885256/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=7291745747553885256" title="23 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7291745747553885256?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7291745747553885256?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/pyhBSgT3CZY/what-is-pando-media-booster-pandoexe.html" title="What is Pando Media Booster (PMB.exe)" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-Ikj43cUtTR4/TpM8UWAN0xI/AAAAAAAABSM/98aDQrSmadw/s72-c/image.png" height="72" width="72" /><thr:total>23</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2011/10/what-is-pando-media-booster-pandoexe.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cHSHw_fyp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-3177774894336116353</id><published>2010-02-05T13:15:00.001-08:00</published><updated>2011-10-15T00:50:39.247-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T00:50:39.247-07:00</app:edited><title>SharePoint Solution Installer timeout – Bamboo Nation – Project Management Central</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_-jo6ezWy6J2TTWvNfpTh3oqeTY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_-jo6ezWy6J2TTWvNfpTh3oqeTY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_-jo6ezWy6J2TTWvNfpTh3oqeTY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_-jo6ezWy6J2TTWvNfpTh3oqeTY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Bamboo Nation uses the SharePoint Solution Installer to deploy their Web Parts. When installing their Project Management Central suite of web parts, the installer would pause on the "Waiting (max. 15 minutes) for solution deployment…" screen before moving onto the next Web Part. After waiting through a couple of these (and refusing to wait through 26 of them) and then clicking &lt;strong&gt;Abort&lt;/strong&gt;, I was presented with the log file which contained a bunch of timeout errors.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/S2yKU4GheJI/AAAAAAAABJo/DaorKXN_mak/s1600-h/Log%5B8%5D.png"&gt;&lt;img alt="Log" border="0" height="204" src="http://lh6.ggpht.com/_k1GaLqf8X4c/S2yKVZ9A7OI/AAAAAAAABJs/3pIewC-7MRE/Log_thumb%5B6%5D.png?imgmax=800" style="border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Log" width="520" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The installation process actually depends on the following two services being started or set to Automatic.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Windows SharePoint Services Administration&lt;/li&gt;
&lt;li&gt;Windows SharePoint Services Timer&lt;/li&gt;
&lt;/ul&gt;
Both of these services were set to Automatic on my machine, so I almost ruled it out as a problem. The Administration service was started, but the timer service was not. Just to make sure, I tried to start the timer service and It failed.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/S2yKV9gpSdI/AAAAAAAABJw/2wo5b1kFnZ0/s1600-h/services%5B11%5D.jpg"&gt;&lt;img alt="services" border="0" height="115" src="http://lh3.ggpht.com/_k1GaLqf8X4c/S2yKWbkNyuI/AAAAAAAABJ0/wq7HPhmZ7Sw/services_thumb%5B7%5D.jpg?imgmax=800" style="border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="services" width="520" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The key difference between these two services lies in the &lt;strong&gt;Log On As&lt;/strong&gt; column. The &lt;strong&gt;Windows SharePoint Services Timer&lt;/strong&gt; service is set to log on with with my domain credentials.&lt;br /&gt;
&lt;br /&gt;
I had recently changed my domain password. Updating my password on the &lt;strong&gt;Log On&lt;/strong&gt; tab of the property screen for the timer service fixed the problem, and my Bamboo Nation Project Management Central installed perfectly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-3177774894336116353?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/pjdrsnx72T8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/3177774894336116353/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=3177774894336116353" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3177774894336116353?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3177774894336116353?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/pjdrsnx72T8/bamboo-nation-web-part-installation.html" title="SharePoint Solution Installer timeout – Bamboo Nation – Project Management Central" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/_k1GaLqf8X4c/S2yKVZ9A7OI/AAAAAAAABJs/3pIewC-7MRE/s72-c/Log_thumb%5B6%5D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2010/02/bamboo-nation-web-part-installation.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIEQ3s-cCp7ImA9WxBXF00.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-5662419751438866076</id><published>2010-01-28T11:21:00.001-08:00</published><updated>2010-01-28T11:21:42.558-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-28T11:21:42.558-08:00</app:edited><title>Missing Merge Modules after updating Visual Studio - Unable to find module file 'C:\Program Files\Common Files\Merge Modules\Crystal_Database_Access2003.msm'</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/awyVjzvh62r9qltxgUmE2Tanf_M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/awyVjzvh62r9qltxgUmE2Tanf_M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/awyVjzvh62r9qltxgUmE2Tanf_M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/awyVjzvh62r9qltxgUmE2Tanf_M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This problem affects Visual Studio 2003 projects that have been updated to Visual Studio 2005 or great. If your solution has a Setup Project that depends on old merge modules, you might get the following error when trying to build the Setup Project.&lt;/p&gt;  &lt;p&gt;Unable to find module file 'C:\Program Files\Common Files\Merge Modules\Crystal_Database_Access2003.msm'&lt;/p&gt;  &lt;p&gt;Basically, the merge modules no longer exist in the given location. Fixing the problem is as easy as copying the missing modules into the ‘C:\Program Files\Common Files\Merge Modules\’folder, but tracking down the files was a bit harder than it should have been.&lt;/p&gt;  &lt;p&gt;You can download the merge modules you need from the following address. Hope this helps.&lt;/p&gt;  &lt;p&gt;&lt;a title="https://smpdl.sap-ag.de/~sapidp/012002523100006009302008E/cr_net_2003_mm_en.zip" href="https://smpdl.sap-ag.de/~sapidp/012002523100006009302008E/cr_net_2003_mm_en.zip"&gt;https://smpdl.sap-ag.de/~sapidp/012002523100006009302008E/cr_net_2003_mm_en.zip&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;(If the above link stops working, please leave a comment and I’ll try to update it.)&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-5662419751438866076?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/WanVinANZVE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/5662419751438866076/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=5662419751438866076" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/5662419751438866076?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/5662419751438866076?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/WanVinANZVE/missing-merge-modules-after-updating.html" title="Missing Merge Modules after updating Visual Studio - Unable to find module file &amp;#39;C:\Program Files\Common Files\Merge Modules\Crystal_Database_Access2003.msm&amp;#39;" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2010/01/missing-merge-modules-after-updating.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4MQHg5cSp7ImA9WxNbE0U.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-3797726934925943458</id><published>2009-11-16T08:29:00.001-08:00</published><updated>2009-11-16T08:29:41.629-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-16T08:29:41.629-08:00</app:edited><title>Visual Studio – Disable the Attach Security Warning</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EJwOPOoecDPm6BTQ3H-XnJDnhtc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EJwOPOoecDPm6BTQ3H-XnJDnhtc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EJwOPOoecDPm6BTQ3H-XnJDnhtc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EJwOPOoecDPm6BTQ3H-XnJDnhtc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt; After installing Windows 7 I started to encounter a new popup when trying to debug the web application that I am currently working with.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/SwF9y7EeUGI/AAAAAAAABHg/Vcs2CK6mVAA/s1600-h/Warning%5B6%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Warning" border="0" alt="Warning" src="http://lh3.ggpht.com/_k1GaLqf8X4c/SwF9zmeznQI/AAAAAAAABHk/YVT8JPkXako/Warning_thumb%5B4%5D.png?imgmax=800" width="400" height="236" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This extra step is fairly annoying when you are debugging frequently. I heard rumor about a Registry Setting that could be updated or changed to get rid of this but could never track down the exact key or value. Luckily, there is a much simpler solution to getting rid of this error.&lt;/p&gt;  &lt;p&gt;Navigate to: Control Panel-&amp;gt;Administrative Tools-&amp;gt;Local Security Policy-&amp;gt;Security Settings-&amp;gt;Local Policies-&amp;gt;User Rights Assignment&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/SwF90R0Ow6I/AAAAAAAABHo/a3Vbr7ziWmU/s1600-h/Setting%5B4%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Setting" border="0" alt="Setting" src="http://lh3.ggpht.com/_k1GaLqf8X4c/SwF91Y2YzrI/AAAAAAAABHs/fAcYveIMSOs/Setting_thumb%5B2%5D.png?imgmax=800" width="604" height="294" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Double click on &lt;strong&gt;Debug Programs&lt;/strong&gt; and you’ll see the following screen where you can add your user. By adding your user, you will be a member of the debug programs group and this annoying error should disappear.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_k1GaLqf8X4c/SwF91w35FFI/AAAAAAAABHw/4QDIr3TH4NI/s1600-h/Setting2%5B3%5D.png"&gt;&lt;font color="#222222"&gt;&lt;/font&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Setting2" border="0" alt="Setting2" src="http://lh4.ggpht.com/_k1GaLqf8X4c/SwF92gQMsMI/AAAAAAAABH0/AX1blm683kk/Setting2_thumb%5B1%5D.png?imgmax=800" width="404" height="478" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-3797726934925943458?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/t9SvJmpE9g8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/3797726934925943458/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=3797726934925943458" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3797726934925943458?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3797726934925943458?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/t9SvJmpE9g8/visual-studio-attach-security-warning.html" title="Visual Studio – Disable the Attach Security Warning" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/_k1GaLqf8X4c/SwF9zmeznQI/AAAAAAAABHk/YVT8JPkXako/s72-c/Warning_thumb%5B4%5D.png?imgmax=800" height="72" width="72" /><thr:total>5</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/11/visual-studio-attach-security-warning.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YBQ30yfyp7ImA9Wx9XE0o.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-7633921868278661487</id><published>2009-10-16T10:48:00.001-07:00</published><updated>2011-01-06T19:32:32.397-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-06T19:32:32.397-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Errors" /><category scheme="http://www.blogger.com/atom/ns#" term="IIS7" /><title>The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020) – IIS 7 – Internet Information Se</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Oz-W7FmJqAfBs5QYYwdCe-rv3Es/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Oz-W7FmJqAfBs5QYYwdCe-rv3Es/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Oz-W7FmJqAfBs5QYYwdCe-rv3Es/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Oz-W7FmJqAfBs5QYYwdCe-rv3Es/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;In &lt;strong&gt;IIS7&lt;/strong&gt; I was trying to start my Default Web Site and was getting the following error screen.&lt;br /&gt;
&lt;a href="http://lh6.ggpht.com/_k1GaLqf8X4c/Stix27sKK8I/AAAAAAAABGI/x6ZLCToiHUA/s1600-h/IIS%20-%20Skype%20-%20Error%5B10%5D.png"&gt;&lt;img alt="IIS - Skype - Error" border="0" height="154" src="http://lh6.ggpht.com/_k1GaLqf8X4c/Stix3FqtJnI/AAAAAAAABGM/vmPUqfKlbNU/IIS%20-%20Skype%20-%20Error_thumb%5B8%5D.png?imgmax=800" style="border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="IIS - Skype - Error" width="400" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h6 align="center"&gt;&lt;em&gt;The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)&lt;/em&gt;&lt;/h6&gt;A quick Google search turned up the following &lt;a href="http://support.microsoft.com/kb/890015" target="_blank"&gt;Microsoft Support Topic&lt;/a&gt;. Ok. Lets take a look at netstat and see what might be causing problems. Open a command prompt ([&lt;strong&gt;Windows Key&lt;/strong&gt; +&lt;strong&gt; R&lt;/strong&gt;] and enter &lt;strong&gt;cmd&lt;/strong&gt;) and enter the command. After running &lt;strong&gt;netstat -ano&lt;/strong&gt;, I noticed that there was indeed another process (with a process id of 796) accessing port 80. (You can enter &lt;strong&gt;netstat /?&lt;/strong&gt; to see what the –ano flags are doing.)&lt;br /&gt;
&lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/Stix3rUcPFI/AAAAAAAABGQ/xAHko6Z_-0c/s1600-h/netstat%5B16%5D.png"&gt;&lt;img alt="netstat" border="0" height="104" src="http://lh6.ggpht.com/_k1GaLqf8X4c/Stix4M8ZrhI/AAAAAAAABGU/2VuJfsvP6-Y/netstat_thumb%5B12%5D.png?imgmax=800" style="border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="netstat" width="521" /&gt;&lt;/a&gt; &lt;br /&gt;
The offending process that is using port 80 has a process id of 796. Now, how to find out what that process 796 is?&lt;br /&gt;
Using the &lt;strong&gt;tasklist&lt;/strong&gt; command will show a list of all processes running in windows. You can use the &lt;strong&gt;/fi&lt;/strong&gt; flags to filter the results. In this case I’m using a filter that will only show processes with a PID that equals 796. &lt;strong&gt;tasklist /fi “PID eq 796”&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://lh6.ggpht.com/_k1GaLqf8X4c/Stix4ZagfmI/AAAAAAAABGY/YevsHXGPGgk/s1600-h/Tasklist%20Filter%20Command%5B4%5D.png"&gt;&lt;img alt="Tasklist Filter Command" border="0" height="86" src="http://lh6.ggpht.com/_k1GaLqf8X4c/Stix5Kbxw9I/AAAAAAAABGc/E1g8hh5itEA/Tasklist%20Filter%20Command_thumb%5B2%5D.png?imgmax=800" style="border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Tasklist Filter Command" width="520" /&gt;&lt;/a&gt;&lt;br /&gt;
The process with process id is Skype. Makes sense that it would be using port 80. I promptly closed down Skype and was then able to start my Default Web Site in IIS Manager. Hope this helps someone.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-7633921868278661487?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/q799q6i69js" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/7633921868278661487/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=7633921868278661487" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7633921868278661487?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7633921868278661487?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/q799q6i69js/process-cannot-access-file-because-it.html" title="The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020) – IIS 7 – Internet Information Se" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/_k1GaLqf8X4c/Stix3FqtJnI/AAAAAAAABGM/vmPUqfKlbNU/s72-c/IIS%20-%20Skype%20-%20Error_thumb%5B8%5D.png?imgmax=800" height="72" width="72" /><thr:total>10</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/10/process-cannot-access-file-because-it.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0IBQXszcSp7ImA9WxNWF0w.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-8734434639892935363</id><published>2009-09-07T01:42:00.001-07:00</published><updated>2009-10-16T10:52:30.589-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-16T10:52:30.589-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Errors" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogging" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7" /><title>Adding a 2nd blog account in Windows Live Writer in Windows 7 gets stuck on “Detecting blog icon”</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/syQ4u-LK7tDkzCNnVyxH07mdDs8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/syQ4u-LK7tDkzCNnVyxH07mdDs8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/syQ4u-LK7tDkzCNnVyxH07mdDs8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/syQ4u-LK7tDkzCNnVyxH07mdDs8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I’m currently running Windows 7 and I tried to add my 2nd blog account to Windows Live Writer today. Unfortunately, Live Writer would get stuck on the “Detecting blog icon…” message when setting up the new account.&lt;/p&gt;  &lt;p&gt;I did a bit of poking around on Google and found a couple of posts about this same issue.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://iponderus.com/2009/05/window-7-rc-and-live-writer-detecting.html"&gt;This&lt;/a&gt; post mentions that running Live Writer as Administrator fixed the issue for them. (You can do this by right clicking on the Live Writer icon and choosing &lt;strong&gt;Run as administrator&lt;/strong&gt;, btw.) Running live writer as Administrator did not work for me. I still got stuck on the “Detecting blog icon…” message,&lt;/p&gt;  &lt;p&gt;&lt;a href="http://answers.yahoo.com/question/index?qid=20090323065438AAA9qEF"&gt;This&lt;/a&gt; answer from Yahoo Answers mentions trying to close Live Writer and re-open it. Closing and Reopening Live Writer didn’t solve the problem for me. The next suggestion on this question was to reboot windows.&lt;/p&gt;  &lt;p&gt;After rebooting Windows 7, I was able to successfully add my 2nd live writer blog account.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-8734434639892935363?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/9t1fbX71uyw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/8734434639892935363/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=8734434639892935363" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/8734434639892935363?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/8734434639892935363?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/9t1fbX71uyw/live-writer-windows-7-adding-2nd-blog.html" title="Adding a 2nd blog account in Windows Live Writer in Windows 7 gets stuck on “Detecting blog icon”" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>4</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/09/live-writer-windows-7-adding-2nd-blog.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EHR3Y-cCp7ImA9WxNWF0w.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-7072505349085225040</id><published>2009-09-07T01:33:00.001-07:00</published><updated>2009-10-16T10:53:56.858-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-16T10:53:56.858-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VSeWSS" /><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint" /><title>Directory "X" associated with feature 'XXX’ in the solution is used by feature 'XXX' installed in the farm. All features must have unique directories</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yOfks4yPl2nSGnRa6I-rs4eDtmI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yOfks4yPl2nSGnRa6I-rs4eDtmI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yOfks4yPl2nSGnRa6I-rs4eDtmI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yOfks4yPl2nSGnRa6I-rs4eDtmI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I copy and pasted a feature/module in my VWeWSS solution and updated the module.xml file. Unfortunately, I missed an edit in the file and caused&amp;#160; a problem. After fixing my module.xml file, I got the following error message in visual studio. &lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;“&lt;strong&gt;Directory &amp;quot;X&amp;quot; associated with feature ‘GUID1’ in the solution is used by feature ‘GUID2’ installed in the farm. All features must have unique directories to avoid overwriting files&lt;/strong&gt;.”&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;This seemed like a straight forward error, but I had a bit of trouble tracking down what exactly to do to be able to use the Deploy command again. I was able to fix the error eventually by retracting my solution. You can retract a solution by performing the following step.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Go to &lt;strong&gt;Central Administration&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Click on &lt;strong&gt;Operations&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Click on &lt;strong&gt;Solution Management&lt;/strong&gt; under &lt;strong&gt;Global Configuration&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Click on the name of the problem solution &lt;/li&gt;    &lt;li&gt;Click on &lt;strong&gt;Retract Solution&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Choose &lt;strong&gt;Now &lt;/strong&gt;for &lt;strong&gt;Rectract When&lt;/strong&gt;? &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Wait for the retraction to complete and then try to deploy again from VWeWSS &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Hope this can save someone a bit of time.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-7072505349085225040?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/jN_EDW5zrYg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/7072505349085225040/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=7072505349085225040" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7072505349085225040?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7072505349085225040?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/jN_EDW5zrYg/directory-associated-with-feature-in.html" title="Directory &quot;X&quot; associated with feature 'XXX’ in the solution is used by feature 'XXX' installed in the farm. All features must have unique directories" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/09/directory-associated-with-feature-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YCQXo6fCp7ImA9Wx9XE0o.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-1417056051323470280</id><published>2009-09-04T13:00:00.001-07:00</published><updated>2011-01-06T19:32:40.414-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-06T19:32:40.414-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Errors" /><category scheme="http://www.blogger.com/atom/ns#" term="VSeWSS" /><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint" /><title>“Value does not fall within the expected range” when deploying WSP with VSeWSS's deploy command</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cPG0s1KQyD9R0OUw3ed3teks8h0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cPG0s1KQyD9R0OUw3ed3teks8h0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cPG0s1KQyD9R0OUw3ed3teks8h0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cPG0s1KQyD9R0OUw3ed3teks8h0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;I started to get a &lt;strong&gt;Value does not fall within the expected range&lt;/strong&gt;&lt;em&gt; &lt;/em&gt;error when trying to use the VSeWSS Deploy command from within Visual Studio 2008.&lt;br /&gt;
&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/SqFxzLOrlaI/AAAAAAAABFA/dAQW3SYnLho/s1600-h/Error%5B4%5D.png"&gt;&lt;img alt="Error" border="0" height="50" src="http://lh3.ggpht.com/_k1GaLqf8X4c/SqFxzmuLQ5I/AAAAAAAABFE/ukBiRWNy0v8/Error_thumb%5B2%5D.png?imgmax=800" style="border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Error" width="354" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div align="center"&gt;&lt;em&gt;Value does not fall within the expected range.&lt;/em&gt;&lt;/div&gt;I spent almost an hour trying to track down what exactly was causing my problem. There are tons of posts about this error message, but it seems like there can be many causes. Unfortunately, none of these solutions worked for me.&lt;br /&gt;
After banging my head on my keyboard for a while longer, I started to systematically exclude elements/folders of my VSeWSS project and then trying to run the Deploy command again. Seems desperate, I know, but it ended up helping me find out what exactly was causing this error. Excluding my project Features didn’t fix the error, but by excluding the whole TEMPLATES folder the error went away. I was onto something. I started to exclude sub folders and after playing around with this for a while, I narrowed the problem down to the nav folder within my IMAGES folder. After looking in the folder, the cause was obvious… /Facepalm.&lt;br /&gt;
&lt;a href="http://lh4.ggpht.com/_k1GaLqf8X4c/SqFxzxHTu2I/AAAAAAAABFI/j6WyL60rxO4/s1600-h/Cause%5B4%5D.png"&gt;&lt;img alt="Cause" border="0" height="343" src="http://lh5.ggpht.com/_k1GaLqf8X4c/SqFx0gXdPeI/AAAAAAAABFM/1rv3BbnivPA/Cause_thumb%5B2%5D.png?imgmax=800" style="border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Cause" width="179" /&gt;&lt;/a&gt; &lt;br /&gt;
Earlier this morning I had recreated some of my navigation images and replaced the old jpgs with pngs. Unfortunately, my project was still referencing the missing files. By removing the missing references, the error went away. Too bad the error wasn’t  a tad-bit more helpful instead of being completely obscure.&lt;br /&gt;
In conclusion. If you’re experiencing the &lt;strong&gt;Value does not fall within the expected range&lt;/strong&gt; error. Double-check your VSeWSS project for any references files or folders that no longer exist or any that exist in your folders but are not referenced by your project. Remove any that you find and it might solve your problems.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-1417056051323470280?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/6PtG_MrdAGY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/1417056051323470280/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=1417056051323470280" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/1417056051323470280?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/1417056051323470280?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/6PtG_MrdAGY/value-does-not-fall-within-expected.html" title="“Value does not fall within the expected range” when deploying WSP with VSeWSS's deploy command" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/_k1GaLqf8X4c/SqFxzmuLQ5I/AAAAAAAABFE/ukBiRWNy0v8/s72-c/Error_thumb%5B2%5D.png?imgmax=800" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/09/value-does-not-fall-within-expected.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0AMSX07fCp7ImA9WxNWF0w.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-7110908914043321159</id><published>2009-09-03T14:46:00.001-07:00</published><updated>2009-10-16T10:56:28.304-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-16T10:56:28.304-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Errors" /><category scheme="http://www.blogger.com/atom/ns#" term="VSeWSS" /><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint" /><title>“A World Wide Web browser, such as Windows Internet Explorer, is required to use this feature” in Microsoft Office SharePoint Designer</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NNZdpwEaXQR7hJQYG84cJXHcw-c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NNZdpwEaXQR7hJQYG84cJXHcw-c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NNZdpwEaXQR7hJQYG84cJXHcw-c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NNZdpwEaXQR7hJQYG84cJXHcw-c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt; In &lt;strong&gt;Microsoft Office SharePoint Designer&lt;/strong&gt; when I Check In a file to my website and choose to &lt;strong&gt;Publish a Major Version&lt;/strong&gt;.&lt;/p&gt; &lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/SqA4_SAxDzI/AAAAAAAABEM/a6HkvVOMxTc/s1600-h/Save%20Dialog%5B4%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Save Dialog" border="0" alt="Save Dialog" src="http://lh4.ggpht.com/_k1GaLqf8X4c/SqA5AWQCyEI/AAAAAAAABEQ/XhH_9GMsAIk/Save%20Dialog_thumb%5B2%5D.png?imgmax=800" width="258" height="295" /&gt;&lt;/a&gt;   &lt;p&gt;&lt;strong&gt;SharePoint Designer&lt;/strong&gt; shows the following Dialog.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_k1GaLqf8X4c/SqA5A9VUPZI/AAAAAAAABEU/ydKMyd4tNCA/s1600-h/Approval%20Status%20dialog%5B6%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Approval Status dialog" border="0" alt="Approval Status dialog" src="http://lh6.ggpht.com/_k1GaLqf8X4c/SqA5BZK4kwI/AAAAAAAABEY/xFNExo5inTw/Approval%20Status%20dialog_thumb%5B4%5D.png?imgmax=800" width="425" height="116" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;em&gt;This document requires content approval. Do you want to view or modify its approval status?&lt;/em&gt;&lt;/p&gt;  &lt;p align="left"&gt;When I click &lt;strong&gt;Yes&lt;/strong&gt;, I get the following error dialog.&lt;/p&gt;  &lt;p align="left"&gt;&lt;a href="http://lh4.ggpht.com/_k1GaLqf8X4c/SqA5BwN8kJI/AAAAAAAABEc/sygqP3gZxL0/s1600-h/Error%20Dialog%5B4%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Error Dialog" border="0" alt="Error Dialog" src="http://lh6.ggpht.com/_k1GaLqf8X4c/SqA5CjlLl6I/AAAAAAAABEg/P1Nft6oVx2s/Error%20Dialog_thumb%5B2%5D.png?imgmax=800" width="425" height="108" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;em&gt;A world Wide Web browser, such as Windows Internet Explorer, is required to use this feature.&lt;/em&gt;&lt;/p&gt;  &lt;p align="left"&gt; My first instinct was to make &lt;strong&gt;Internet Explorer &lt;/strong&gt;my default browser *shudder*. I did this by opening &lt;strong&gt;Internet Explorer&lt;/strong&gt;, clicking on&lt;strong&gt; Tools&lt;/strong&gt; and selecting&lt;strong&gt; Internet Option&lt;/strong&gt;. I then clicked the &lt;strong&gt;Programs&lt;/strong&gt; tab and clicked on&lt;strong&gt; Make Default&lt;/strong&gt;. Unfortunately, it didn’t make this silly error go away.&lt;/p&gt;  &lt;p&gt;A little more digging into the issue presented something interesting. By bringing up &lt;strong&gt;Default Programs &lt;/strong&gt;(Press your &lt;strong&gt;Windows Key&lt;/strong&gt; and enter &lt;strong&gt;Default Programs &lt;/strong&gt;into the search box)&lt;strong&gt; &lt;/strong&gt;and then clicking on &lt;strong&gt;Set your default programs&lt;/strong&gt;, you can see settings for Firefox, Chrome and Internet Explorer web browsers.&lt;/p&gt;  &lt;p&gt;By selecting and application on the left, you can set it to be the default program by clicking &lt;strong&gt;Set this program as default&lt;/strong&gt; (clicking this for Internet Explorer didn’t work either, btw) or you can choose some specific defaults for the selected application by clicking on &lt;strong&gt;Choose defaults for this program&lt;/strong&gt;. The latter is basically managing the extensions and protocols associated with the program.&lt;/p&gt;  &lt;p&gt;The list of default settings for my web browser are displayed in the 3 images below.&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/SqA5DPTAnVI/AAAAAAAABEk/7aZKJFyKlZg/s1600-h/Chrome%20Default%20Settings%5B3%5D.png"&gt;&lt;font color="#222222"&gt;&lt;/font&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Chrome Default Settings" border="0" alt="Chrome Default Settings" src="http://lh3.ggpht.com/_k1GaLqf8X4c/SqA5D5R_WhI/AAAAAAAABEo/j1vJxCcbgmM/Chrome%20Default%20Settings_thumb%5B1%5D.png?imgmax=800" width="429" height="344" /&gt;&lt;/a&gt;&lt;em&gt; Chrome Associations&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_k1GaLqf8X4c/SqA5EQ5uH0I/AAAAAAAABEs/XedcrrlPX1M/s1600-h/FireFox%20default%20settings%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="FireFox default settings" border="0" alt="FireFox default settings" src="http://lh5.ggpht.com/_k1GaLqf8X4c/SqA5Fua-LkI/AAAAAAAABEw/kAqsfa-NTRE/FireFox%20default%20settings_thumb%5B1%5D.png?imgmax=800" width="429" height="345" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;em&gt;Firefox Associations&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/SqA5GBoeBJI/AAAAAAAABE4/feNGr8h4hro/s1600-h/IE%20Default%20Settings%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="IE Default Settings" border="0" alt="IE Default Settings" src="http://lh6.ggpht.com/_k1GaLqf8X4c/SqA5GwEC_0I/AAAAAAAABE8/PKgizht71iw/IE%20Default%20Settings_thumb%5B1%5D.png?imgmax=800" width="429" height="344" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;em&gt;Internet Explorer 8 Associations&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Looking at the differences between the associated extensions, Internet Explorer doesn’t have entries for .shtml, .xht, or .xhtml by default while both Firefox and Chrome do. Thought I’d try to manually associate these three extensions with Internet Explorer to see if it fixed the issue, thinking that one of these extensions was being routed to Firefox or Chrome even with Internet Explorer set to be the default browser. You can do this by going back to &lt;strong&gt;Default Programs&lt;/strong&gt; and clicking on &lt;strong&gt;Associate a file type or protocol with a program&lt;/strong&gt;. Unfortunately, the error wasn’t affected by this change.&lt;/p&gt;  &lt;p&gt;To get rid of this error, I actually had to &lt;strong&gt;uninstall&lt;/strong&gt; Firefox and Chrome. I was able to re-install Firefox without checking the &lt;strong&gt;Make my default browser&lt;/strong&gt; checkbox and the error was still gone, but any installation of Chrome would cause the error to come back.&lt;/p&gt;  &lt;p&gt;It looks like the only fix for this is to remove Firefox and Chrome if they are installed. If anyone else knows of a valid work-around that allows you to keep Chrome installed, please let me know. &lt;/p&gt;  &lt;p&gt;Thanks.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-7110908914043321159?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/HeE0QowTkzc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/7110908914043321159/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=7110908914043321159" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7110908914043321159?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/7110908914043321159?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/HeE0QowTkzc/world-wide-web-browser-such-as-windows.html" title="“A World Wide Web browser, such as Windows Internet Explorer, is required to use this feature” in Microsoft Office SharePoint Designer" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/_k1GaLqf8X4c/SqA5AWQCyEI/AAAAAAAABEQ/XhH_9GMsAIk/s72-c/Save%20Dialog_thumb%5B2%5D.png?imgmax=800" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/09/world-wide-web-browser-such-as-windows.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04EQX48cCp7ImA9WxNWF0w.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-3531658862428009750</id><published>2009-08-27T14:46:00.001-07:00</published><updated>2009-10-16T10:58:20.078-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-16T10:58:20.078-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Errors" /><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint" /><title>Minimum configuration to get ride of 'Server farm configuration not complete' message in SharePoint 2007</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/r_RpDSbdzaXj5jBF8wNOw9WPEgA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r_RpDSbdzaXj5jBF8wNOw9WPEgA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/r_RpDSbdzaXj5jBF8wNOw9WPEgA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r_RpDSbdzaXj5jBF8wNOw9WPEgA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Setup SharePoint for the 1st time today and was annoyed to see the following message staring at me with no clear idea of what I was expected to do to get rid of it.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;! Server farm configuration not complete !&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000000"&gt;So. My obvious question was what needs to be configured to get ride of this message. It wasn’t until I had completed the following from &lt;/font&gt;&lt;strong&gt;Central Administration &lt;/strong&gt;&lt;font color="#000000"&gt;that the message disappeared.&lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font color="#000000"&gt;Clicked&amp;#160; on &lt;strong&gt;Shared Services Administration&lt;/strong&gt; and added configured my &lt;strong&gt;Shared Services Providers&lt;/strong&gt;&lt;/font&gt;       &lt;ol&gt;       &lt;li&gt;&lt;font color="#000000"&gt;This required me to create an associated &lt;strong&gt;Web Application &lt;/strong&gt;(if your web application list is empty after creating a new one, see &lt;a href="http://foxsys.blogspot.com/2009/08/sharepoint-2007-new-shared-services.html"&gt;This Post&lt;/a&gt; about a potential fix.)&lt;/font&gt;&lt;/li&gt;     &lt;/ol&gt;   &lt;/li&gt;    &lt;li&gt;&lt;font color="#000000"&gt;Configuring and starting the services below from the &lt;strong&gt;Central Administration&lt;/strong&gt; –&amp;gt; &lt;strong&gt;Operations&lt;/strong&gt; -&amp;gt; &lt;/font&gt;&lt;strong&gt;Topology and Services&lt;/strong&gt; -&amp;gt;&lt;font color="#000000"&gt;&amp;#160;&lt;strong&gt;Services on Server&lt;/strong&gt; screen&lt;/font&gt;&lt;/li&gt;    &lt;ol&gt;     &lt;li&gt;&lt;font color="#000000"&gt;Office SharePoint Server Search&lt;/font&gt;&lt;/li&gt;      &lt;li&gt;&lt;font color="#000000"&gt;Windows SharePoint Services Help Search&lt;/font&gt;&lt;/li&gt;   &lt;/ol&gt;    &lt;li&gt;&lt;font color="#000000"&gt;Setup Outgoing Email Settings from the &lt;font color="#000000"&gt;&lt;strong&gt;Central Administration&lt;/strong&gt; –&amp;gt; &lt;strong&gt;Operations&lt;/strong&gt; -&amp;gt; &lt;/font&gt;&lt;strong&gt;Topology and Services&lt;/strong&gt; –&amp;gt;&lt;font color="#000000"&gt;&amp;#160;&lt;/font&gt;&lt;strong&gt;Outgoing e-mail settings&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;After configuring the above items, the message went away.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-3531658862428009750?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/O06sH-ITCGA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/3531658862428009750/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=3531658862428009750" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3531658862428009750?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3531658862428009750?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/O06sH-ITCGA/server-farm-configuration-not-complete.html" title="Minimum configuration to get ride of 'Server farm configuration not complete' message in SharePoint 2007" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/08/server-farm-configuration-not-complete.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08MR305fSp7ImA9WxNWF0w.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-3946274858247752889</id><published>2009-08-27T14:39:00.001-07:00</published><updated>2009-10-16T10:58:06.325-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-16T10:58:06.325-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint" /><title>Web Application list is empty in SharePoint 2007 – New Shared Services Provider and Application Pool identity</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Pxk1-9wzQW7WLMDPDPz68B2HWwQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Pxk1-9wzQW7WLMDPDPz68B2HWwQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Pxk1-9wzQW7WLMDPDPz68B2HWwQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Pxk1-9wzQW7WLMDPDPz68B2HWwQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;After creating a &lt;strong&gt;web application&lt;/strong&gt; in SharePoint and then trying to configure a new &lt;strong&gt;Shared Service Provider (SSP)&lt;/strong&gt;, I was dismayed to find my web application list was empty. Because of this, there was no way to select my my web application and I was unable to create a new SSP.&lt;/p&gt;  &lt;p&gt;After doing some digging I found out that the list will not show web applications that have a built-in account (such as &lt;strong&gt;Network Service&lt;/strong&gt;) associated with the application pool assigned to the web application. After configuring the application pool associated with my web application to use my domain user account instead, the Web Application list on the Shared Services Provider screen was correctly showing my web applications. I was then able to successfully create my new SSP.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-3946274858247752889?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/KQAtOm5yHmA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/3946274858247752889/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=3946274858247752889" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3946274858247752889?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/3946274858247752889?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/KQAtOm5yHmA/sharepoint-2007-new-shared-services.html" title="Web Application list is empty in SharePoint 2007 – New Shared Services Provider and Application Pool identity" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/08/sharepoint-2007-new-shared-services.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YCRnk7eyp7ImA9Wx9XE0o.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-1145608567856239190</id><published>2009-08-25T10:55:00.001-07:00</published><updated>2011-01-06T19:32:47.703-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-06T19:32:47.703-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Errors" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7" /><category scheme="http://www.blogger.com/atom/ns#" term="IIS7" /><title>'HTTP Error 503. The service is unavailable' message in IIS7 – Application Pools</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lyMv66lmMNPbge-GnJiEKpsLk4o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lyMv66lmMNPbge-GnJiEKpsLk4o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lyMv66lmMNPbge-GnJiEKpsLk4o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lyMv66lmMNPbge-GnJiEKpsLk4o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;One of my IIS7 virtual directories wigged out today and started to give me the following error screen.&lt;br /&gt;
&lt;a href="http://lh6.ggpht.com/_k1GaLqf8X4c/SpQlbIFBu5I/AAAAAAAABDQ/a0JINUmb0qw/s1600-h/Error%20Screen%5B5%5D.png"&gt;&lt;img alt="Error Screen" border="0" height="119" src="http://lh5.ggpht.com/_k1GaLqf8X4c/SpQlbuKKu5I/AAAAAAAABDU/DMqoUIN0_Bo/Error%20Screen_thumb%5B1%5D.png?imgmax=800" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Error Screen" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;em&gt;Service Unavailable – HTTP Error 503. The service is unavailable.&lt;/em&gt;&lt;br /&gt;
I found a post from &lt;a href="http://www.west-wind.com/WebLog/posts/9436.aspx"&gt;Rich Strahl&lt;/a&gt; that pointed me in the right direction. When I brought up my &lt;strong&gt;Internet Information Services Manager &lt;/strong&gt;and clicked on &lt;strong&gt;Application Pools&lt;/strong&gt;, my &lt;strong&gt;DefaultAppPool &lt;/strong&gt;was stopped.&lt;br /&gt;
&lt;a href="http://lh4.ggpht.com/_k1GaLqf8X4c/SpQlcCZDeZI/AAAAAAAABDY/EYZrsjqRAZk/s1600-h/app%20pools%5B8%5D.png"&gt;&lt;img alt="app pools" border="0" height="162" src="http://lh3.ggpht.com/_k1GaLqf8X4c/SpQlc6Bng9I/AAAAAAAABDc/D1H2RMmSl4Y/app%20pools_thumb%5B4%5D.png?imgmax=800" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="app pools" width="504" /&gt;&lt;/a&gt;&lt;br /&gt;
Unfortunately, my application pools were already set to auto-start and restarting the application pool didn’t solve my problem. As soon as I tried to bring up my website, the application pool would immediately stop again and give me the same error screen. After spending the next 10 minutes or so restarting Windows 7 and starting and re-staring my application pools to no avail, I decided to re-install my &lt;strong&gt;IIS7 &lt;/strong&gt;and &lt;strong&gt;Windows Process Activation Service &lt;/strong&gt;features.&lt;br /&gt;
After re-installing these windows features, everything was back in order. Unfortunately, I did have to add ALL of my virtual directories again, but I expected as much. You can re-install these features from the &lt;strong&gt;Programs and Features&lt;/strong&gt; screen by clicking on &lt;strong&gt;Turn Windows features on or off&lt;/strong&gt;.&lt;br /&gt;
&lt;a href="http://lh6.ggpht.com/_k1GaLqf8X4c/SpQldbi8eoI/AAAAAAAABDg/tB-NZah3u1A/s1600-h/Programs%20and%20Features%5B3%5D.png"&gt;&lt;img alt="Programs and Features" border="0" height="170" src="http://lh3.ggpht.com/_k1GaLqf8X4c/SpQleJkyKxI/AAAAAAAABDk/4hd4AmkkC5M/Programs%20and%20Features_thumb%5B1%5D.png?imgmax=800" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Programs and Features" width="504" /&gt;&lt;/a&gt; &lt;br /&gt;
On the &lt;strong&gt;Windows Features &lt;/strong&gt;screen, you can uninstall any feature by removing the check next to it and then clicking OK. You can then return to this screen after restarting windows to reinstall them.&lt;br /&gt;
&lt;a href="http://lh4.ggpht.com/_k1GaLqf8X4c/SpQleqdNnHI/AAAAAAAABDo/66N_e7y05TU/s1600-h/Windows%20Features%5B3%5D.png"&gt;&lt;img alt="Windows Features" border="0" height="303" src="http://lh6.ggpht.com/_k1GaLqf8X4c/SpQlfcBknXI/AAAAAAAABDs/fRfB-vIPurY/Windows%20Features_thumb%5B1%5D.png?imgmax=800" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Windows Features" width="504" /&gt;&lt;/a&gt; &lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/SpQlf-vHj8I/AAAAAAAABDw/07Susbjemhc/s1600-h/Windows%20Features%202%5B3%5D.png"&gt;&lt;img alt="Windows Features 2" border="0" height="100" src="http://lh3.ggpht.com/_k1GaLqf8X4c/SpQlgdq9H5I/AAAAAAAABD0/Xy4HAOtxTk4/Windows%20Features%202_thumb%5B1%5D.png?imgmax=800" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Windows Features 2" width="504" /&gt;&lt;/a&gt;&lt;br /&gt;
Hope this helps someone. If anyone knows how to correct this without reinstalling the features, please comment!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-1145608567856239190?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/TbSQ44XL6_o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/1145608567856239190/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=1145608567856239190" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/1145608567856239190?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/1145608567856239190?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/TbSQ44XL6_o/iis7-service-unavailable-http-error-503.html" title="'HTTP Error 503. The service is unavailable' message in IIS7 – Application Pools" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/_k1GaLqf8X4c/SpQlbuKKu5I/AAAAAAAABDU/DMqoUIN0_Bo/s72-c/Error%20Screen_thumb%5B1%5D.png?imgmax=800" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/08/iis7-service-unavailable-http-error-503.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcESXc5fSp7ImA9WxNWF0w.&quot;"><id>tag:blogger.com,1999:blog-34865253.post-6377363515907826083</id><published>2009-08-12T17:03:00.001-07:00</published><updated>2009-10-16T11:00:08.925-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-16T11:00:08.925-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Review" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7" /><title>Windows 7 New Taskbar Review</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SanNvtRYXeRR7ZiJLgyCg-okI8w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SanNvtRYXeRR7ZiJLgyCg-okI8w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SanNvtRYXeRR7ZiJLgyCg-okI8w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SanNvtRYXeRR7ZiJLgyCg-okI8w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Arial;"&gt;I’m starting to like the Windows 7 taskbar more and more. The application grouping takes a bit of getting used to, but I love how nice and clean it is. Rather than just showing you your open windows, the Windows 7 taskbar serves as more of an application launcher. I’ll share a few of my favorite features of the new and improved Windows 7 taskbar below!&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Arial;"&gt;Taskbar Overview&lt;/span&gt;&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/So1zqcI0NZI/AAAAAAAAA_0/_WEqMqezGtw/s1600-h/taskbar11.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="taskbar" border="0" alt="taskbar" src="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zqz047oI/AAAAAAAAA_4/s0gjEAKgNYU/taskbar_thumb5.png?imgmax=800" width="484" height="38" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;The layout is nice and clean. No more text labels to clutter up the bar. You can pin applications to the task bar for easy launching (good bye quick launch bar!) You can easily tell which application I have open and which are just pinned to the task bar but not open (In the image above Chrome is open, while Firefox and Internet Explorer are pinned but not open.) You can see that I have multiple Live Messenger windows open just by looking at the icon. You can also tell that I have an new message/alert by the yellow highlight on the icon itself.&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Arial;"&gt;Taskbar Icons&lt;/span&gt;&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/So1zrgMX9pI/AAAAAAAAA_8/gSEjG9kdOyM/s1600-h/hover11.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="hover" border="0" alt="hover" src="http://lh4.ggpht.com/_k1GaLqf8X4c/So1zsCjGs_I/AAAAAAAABAA/JRDEUVv_lV8/hover_thumb5.png?imgmax=800" width="263" height="134" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;If you hover oven the Live Messenger icon with the mouse you get a popup window that will show all of my conversation windows along with the messenger itself. From this popup you can select a window by clicking on it, or close it by clicking on the red X. I was very delighted to find that clicking the middle mouse button on one of the conversation windows closed it, just like I had hoped and expected it to.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;strong&gt;*PSA*&lt;/strong&gt; If you don’t use you middle mouse button for more than scrolling, you really should. You can middle-click web links to open them a new tab in your browser or middle-click a tab to close it. I’m happy to see that you can now middle-click in the new Windows 7 Taskbar to close some things. &lt;strong&gt;*/PSA*&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Arial;"&gt;Jump Lists&lt;/span&gt;&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zspcxKDI/AAAAAAAABAE/OzUWMKsbGeQ/s1600-h/swipeup7.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="swipe up" border="0" alt="swipe up" src="http://lh3.ggpht.com/_k1GaLqf8X4c/So1ztcRceuI/AAAAAAAABAI/r66HyzIvl9k/swipeup_thumb3.png?imgmax=800" width="259" height="444" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;The above window (or Jump List as Microsoft calls them) is displayed when you right click an application’s icon on the taskbar. As you can see, this popup is customized for the application (Live Messenger) and gives you quick access to its features without actually activating the application. This window gives you access to frequently used options or other features that might be specifically programmed for the specific application. Very handy! &lt;em&gt;(Note: You can also left click and move the mouse up quickly on the application’s icon to display this same window. Feature?)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Arial;"&gt;Launching Apps&lt;/span&gt;&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zt_wYHlI/AAAAAAAABAM/7q3XfESTAXw/s1600-h/launch8.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="launch" border="0" alt="launch" src="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zuWKea6I/AAAAAAAABAQ/81M8alyvLnA/launch_thumb2.png?imgmax=800" width="244" height="184" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;One thing that wasn’t immediately obvious to me was how to launch another instance of an application when I already had one open. In this screenshot I already have an instance of Visual Studio 2008 open. To open another, you right click the application’s icon and then click on the application button from the popup. &lt;/span&gt;&lt;span style="font-family:Arial;"&gt;You can also launch new instances of an open app by Shift + Clicking the icon (&lt;span style="font-family:Arial;"&gt;Thank &lt;a href="http://ebersys.blogspot.com/"&gt;BlackTigerX&lt;/a&gt;.&lt;/span&gt;)&lt;/span&gt;&lt;/p&gt;  &lt;h3&gt;Hold Shift to Open Files With Taskbar Apps&lt;/h3&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_k1GaLqf8X4c/So1zu4fNLOI/AAAAAAAABAU/onmctzLzMVg/s1600-h/openwith5.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="open with" border="0" alt="open with" src="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zvNwjHZI/AAAAAAAABAY/awEud3F1r1A/openwith_thumb1.png?imgmax=800" width="203" height="197" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;If you have a file that you would like to “Open with” one of your open applications, you can drag the file over the taskbar icon for the application while holding [Shift Key] down. You will notice that the popup label changes from “Pint to…” to “Open with…”. When you release your mouse button, the file will be opened with the application rather than pinning it to the taskbar.&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Arial;"&gt;Pinned Folders&lt;/span&gt;&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_k1GaLqf8X4c/So1zvpIYZ5I/AAAAAAAABAc/XWg3EGFOJPg/s1600-h/Explorer3.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Explorer" border="0" alt="Explorer" src="http://lh4.ggpht.com/_k1GaLqf8X4c/So1zwBje02I/AAAAAAAABAg/W-Ycgioh5xI/Explorer_thumb1.png?imgmax=800" width="241" height="91" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;Another initial annoyance was the way pinned folders work with the task bar. In Vista, I had a couple of work directories that I opened many times daily pinned to my quick launch bar. In windows 7 you can only have a single system folder pinned to your taskbar. Any additional folders that try to drag to the taskbar is then pinned to the single windows explorer/folder icon. By default, clicking this icon bring up your Libraries window (another handy Windows 7 feature that we wont get into yet.)&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/So1zwsPLenI/AAAAAAAABAk/GQ3jU1WJw8s/s1600-h/folders5.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="folders" border="0" alt="folders" src="http://lh4.ggpht.com/_k1GaLqf8X4c/So1zxPRqdwI/AAAAAAAABAo/o0QG9ZtXCEc/folders_thumb3.png?imgmax=800" width="244" height="399" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;The additional folders that you pin to the taskbar are accessible by right clicking on the explorer/folder icon. Just like the &lt;strong&gt;paulf&lt;/strong&gt; folder above. This screen also gives you quick access to a list of your frequently accessed directories.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zxt9xzaI/AAAAAAAABAs/sNo807VGO_k/s1600-h/notification2.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="notification" border="0" alt="notification" src="http://lh6.ggpht.com/_k1GaLqf8X4c/So1zyFBogyI/AAAAAAAABAw/bpdKQqMzKL8/notification_thumb.png?imgmax=800" width="244" height="188" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="font-family:Arial;"&gt;Other Taskbar Improvements&lt;/span&gt;&lt;/h2&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;The notification area of the taskbar is more customizable and allows you to decide which notifications you are interested in and which icons you would like to see. I like how I don’t have to look at 300 tiny icons for every app that wants to notify me about something (most of them doing nothing at all.)&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zyrZ90eI/AAAAAAAABA0/3X4jXsZKhFo/s1600-h/network7.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="network" border="0" alt="network" src="http://lh3.ggpht.com/_k1GaLqf8X4c/So1zzHylkpI/AAAAAAAABA4/vBWXRxXbRf4/network_thumb3.png?imgmax=800" width="247" height="380" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;The network icon on the taskbar has been greatly improved as well. Just by clicking on the icon I have direct access to information about the network I’m currently connected to, connect/disconnect to my VPN connection, and all wireless networks within range. There’s also a link to the Network and Sharing Center.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_k1GaLqf8X4c/So1zzkm_SbI/AAAAAAAABA8/PdcAoeikp1M/s1600-h/windows3.png"&gt;&lt;span style="font-family:Arial;color:#000000;"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="windows" border="0" alt="windows" src="http://lh6.ggpht.com/_k1GaLqf8X4c/So1zz06ZSnI/AAAAAAAABBA/v8lKBzjV4hI/windows_thumb1.png?imgmax=800" width="249" height="53" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;The button that I’ve outlined in red in the screenshot above will show/hide your desktop. Basically it opens or closes all of your currently opened windows. There is also another option that will allow you to “Peek” at your desktop which makes your windows transparent instead of hiding them completely. Nothing that the [Windows Key] + D shortcut didn't already do, but a feature none-the-less.&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;Tip&lt;/h2&gt;  &lt;h3&gt;&lt;/h3&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;You can use the [Windows Key] + 1-9 as shortcuts to launch your taskbar applications. My 1st icon is my Windows Explorer, so I can easily launch it by pressing [Windows Key] + 1. Chrome is my 2nd taskbar app, so it’s [Windows Key] + 2, etc.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;After spending the initial time getting used to the new taskbar, I think most people will agree that all of the new features are worth the new learning curve. I haven’t found any deal-breakers that might make me want to revert to the old windows taskbar! Hope someone find this useful.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34865253-6377363515907826083?l=foxsys.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/IThinkThereforeICode/~4/4KryeKPkINg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://foxsys.blogspot.com/feeds/6377363515907826083/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34865253&amp;postID=6377363515907826083" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6377363515907826083?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34865253/posts/default/6377363515907826083?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IThinkThereforeICode/~3/4KryeKPkINg/windows-7-new-windows-7-taskbar.html" title="Windows 7 New Taskbar Review" /><author><name>Paul Fox</name><uri>http://www.blogger.com/profile/11677181029905354978</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://lh6.ggpht.com/_k1GaLqf8X4c/TFmxQeZvLRI/AAAAAAAABOM/DsjFA1iBTSQ/logo_das_fox_orange_100.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/_k1GaLqf8X4c/So1zqz047oI/AAAAAAAAA_4/s0gjEAKgNYU/s72-c/taskbar_thumb5.png?imgmax=800" height="72" width="72" /><thr:total>7</thr:total><feedburner:origLink>http://foxsys.blogspot.com/2009/08/windows-7-new-windows-7-taskbar.html</feedburner:origLink></entry></feed>

