I noticed several days ago when I had downloaded a file that it didn’t show up on my desktop where I had saved it. I thought I maybe inadvertently saved it somewhere else, so I proceeded to download again, selected the Desktop as the save to location, and clicked Save.
“Do you want to overwrite the file?” I thought that was weird. It’s there, but I can’t see it. I went back to my desktop, hit F5 and … BAM! It appeared.
So, I did a little searching and found that there is a Vista update for this. Knowledge Base Article 932406 “The Windows desktop may stop updating correctly after a Windows Vista-based computer has been running for an extended period of time” appeared.
Sure, I run my computer for extended periods of time, and my icons are AWOL. It seems to fit my scenario. So I downloaded it and installed. We’ll see how things go after the reboot.
Here’s the link to the knowledge base article.
While writing this, I was listening to “Don’t Dream It’s Over” by Sixpence None the Richer
I’ve changed my mind and decided that a Date Tracker will be the Vista Sidebar Gadget that will be the subject of my series on gadget development.
Yes, again the concept is simple. The goal is show people how simple gadget development can be and encourage others to make their own creations and submit them to the Windows Live Gallery.
I have mocked up what the gadget will look like in Photoshop. We will be using a combination of images and HTML for placement based on different parameters. More to come soon!
While writing this, I was listening to “Under Pressure” by David Bowie
They are doing some cool stuff over at local.live.com. These changes seem to have went live in the last day or so. They have simplified the interface and added some new functionality.
How about the ability to have a traffic-based route? Like take me the way the traffic isn’t? It gives you the route with any notes on congestion or accidents as well as the time to get to the destination figuring any of the obstacles. Pretty cool.
One feature I heard about in the beta, but doesn’t seem to be in production is intelligent directing options. These allow you to skip the first few directions that would get you to a certain point. In other words, I know how to get to the major interstate from my house, so don’t give me directions for that part of the route. Neat!
One of the cool new features of Windows Vista, is the Windows Sidebar. The Sidebar is an application that runs as part of the Windows shell on the right portion of the screen. This Sidebar contains different mini web applications known as gadgets. These web applications contain HTML and scripting language either in the form of Javascript or VBScript.
A Sidebar gadget may consist of a very simple design and function like displaying the date or time, or may be relatively complex like a stock ticker that has to access the Internet at regular intervals to retrieve stock quote updates. That’s the beauty of a Sidebar gadget, something so simple can wind up being a great gadget idea.
Case and point … Christmas happens to be my favorite holiday. Around this time of the year I start to get a little excited as temperatures cool, Fall prepares for Winter and the snow to fly. What is more exciting than planning for the holiday season and knowing how many days exactly till Christmas? That seemed my the perfect idea for a gadget. How about if I can display the days, hours, minutes, and seconds till December 25, 2007. Such a simple concept. My “Christmas Countdown” gadget was posted on October 10 and has seen over 1,400 downloads in four days. That’s pretty funny considering what it does, but proves the fact that something so simple can be interesting to lots of people.
The whole purpose of this series is to educate those interested in the development of Sidebar Gadgets. I had a background in .NET development both for the desktop platform as well as the web. I did have to educate myself on Javascript, but if you have a C# background, you’ll find the syntax to be very similar.
As part of this series, we’ll dissect the development process that was involved in creating the “Christmas Countdown” gadget from the ground up. Stay tuned for Part 2 where we will cover what makes up a gadget package and its contents.
Just finished up building another plugin for Windows Live Writer. The “iTunes Currently Playing” plugin allows you to insert customizable text from whatever it is you are listening to at any given time in iTunes.
Insert the currently playing song including track, artist, and album information via iTunes. Customizable output formatting allows you to create your own text output. This submission is currently pending approval in the Windows Live Gallery. Once it is approved, you will find the final link on my Windows Live Writer Plugins page as well as at the Windows Live Gallery.
Currently listening to “September Morn” by Neil Diamond
Update: You can now find the “Insert iTunes Currently Playing” plugin in the Windows Live Gallery.
The Windows Live team announced some changes to the SkyDrive beta today.
Among the changes are an increase of space for users from 500 MB to 1 GB. Also, being that you can have a public folder that is read and write for other users, they have incorporated an RSS feed feature that allows you to track changes to your public folders. In other words, get notified when a new file is placed in the public folder including who put it there.
Windows Live SkyDrive allows you to store and share files online, for password-protected access from anywhere. Simply associate your Passport account and have access to your data from anywhere. A handy tool for sharing files between home and work.
Check it out at http://skydrive.live.com.
This past weekend was the 26th running of the Twin Cities Marathon, “The Most Beautiful Urban Marathon in America”.
One of my friends was running and a group of us met him at the finish line to cheer him on. I can’t imagine the training that is involved in preparing for something like this, but its amazing that people can do this and still be in one piece when finished.
Cheers to JP for putting in the time and dedication to take this challenge head-on. What a great accomplishment!

I first introduced this issue in a previous post. It turns out that this problem occurs if a network hardware device, such as a router, does not support TCP Window Scaling. TCP Window Scaling is a new Windows Vista feature.
The TCP window scale option is an option to increase the TCP congestion window size above its maximum value of 65,536 bytes.
I also have found that this can resolve problems like slow file copy operations in Vista as well as momentary loss of Internet connectivity.
Here are a couple of knowledge base articles from Microsoft:
I have one Windows Server 2003 box in my environment that connects fine through RDP, but once I start clicking around in the RDP session, the response time is extremely slow even though the processor and memory usage is very low.
I’m not sure why one particular server would cause this problem, but I did some searching today and found in one of the forums which appears to be my solution.
From a command prompt, type:
netsh interface tcp set global autotuninglevel=disabled
This disables the autotuning parameter, which by the way, I have no idea what it does. More research on that to come.
Business 2.0, a publication of CNN has a list of the 101 Dumbest Moments in Business which detail the year’s biggest boors, buffoons, and blunderers.
A few of my favorites:
#14 – Vonage
This is a painful one considering they lost a patent lawsuit to Sprint this week which is going to cost them somewhere in the ballpark of $70 million.
#61 – Microsoft Employees Prefer Google
An independent study indicates that every 2 out of 3 Microsoft employees actually use Google instead of MSN or Live Search when searching the Internet.
#101 – Hasbro Pussycat Dolls Release
To compete with Bratz dolls, Hasbro decides that only the only answer to a doll that could complete are replicas of the music group, Pussycat Dolls. Parent complaints; Hasbro thinks twice on the idea.
You can find the full list here.