Sign In
Mike Kelly's Blog
From my Office to Yours
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Azure
build
development
excel
homegroup
outlook
pdc
PowerShell
Robotics
silverlight
Skype
Stack Overflow
travel
vista
windows
windows 8
Archive
Archives
September 2011
(2)
February 2011
(1)
January 2011
(1)
November 2010
(2)
October 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(2)
June 2010
(5)
April 2010
(8)
March 2010
(1)
February 2010
(5)
January 2010
(1)
December 2009
(1)
November 2009
(3)
October 2009
(6)
September 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(1)
January 2008
(1)
December 2007
(1)
November 2007
(1)
October 2007
(3)
August 2007
(3)
July 2007
(1)
April 2007
(1)
January 2007
(1)
December 2006
(1)
October 2006
(2)
May 2006
(2)
December 2005
(2)
November 2005
(1)
October 2005
(3)
February 2005
(2)
April 2004
(1)
MSDN Blogs
>
Mike Kelly's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mike Kelly's Blog
Tuesday Keynote @ Build Windows 8
Posted
4 months ago
by
Mike J Kelly
2
Comments
Here are my notes from the Steven Sinofsky keynote at BUILD . Keynote started with a video of developers, designers etc. working on Windows 8 giving their favorite features in Win8. ~450 million copies of Win7 sold (1500 non-security product changes seamlessly...
Mike Kelly's Blog
BUILD Windows 8
Posted
4 months ago
by
Mike J Kelly
0
Comments
I'm down in LA (OK, Anaheim actually...) for the BUILD Windows 8 conference - what was previously known as the " Professional Developers' Conference " (PDC) - not sure if the fact that it's changed names means that they want a broader appeal beyond just...
Mike Kelly's Blog
Getting BidNow to Work
Posted
over 1 year ago
by
Mike J Kelly
0
Comments
For the auction at my kid’s school, I volunteered to set up a simple web site to be able to review items available; there is no online bidding at present. I decided to use the BidNow Azure sample as a base for this, figuring it will also give me...
Mike Kelly's Blog
VMWare and Hyper-V
Posted
over 1 year ago
by
Mike J Kelly
2
Comments
For a client engagement, I was provided VMWare images. I don’t have VMWare, but have a server running Windows Server 2008 R2 with Hyper-V. So I needed a conversion from the VMWare image to a Hyper-V image. As is often the case, I figured I...
Mike Kelly's Blog
Excel Pivot Table Missing a Column from Source Data?
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I have a large spreadsheet I’ve gotten from a colleague. To help categorize it for a pivot table, I added a column which is “group”. I then added a table in a different sheet that mapped people to groups – and used the VLOOKUP function in...
Mike Kelly's Blog
Bruce Springsteen and Fred Brooks on Design
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I’ve just been listening to Ed Norton interviewing Bruce Springsteen at the Toronto Film Festival earlier this fall at the premiere of the movie “The Promise: The Making of ‘Darkness on the Edge of Town’”. One of the comments Springsteen made in...
Mike Kelly's Blog
Windows 7 Homegroup and Domain
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
For a consulting project, I recently had to join my laptop to an Active Directory domain at a client's workplace. Suddenly, my home computers can no longer see the computer. I found that the laptop could see shared items on my home network, though. ...
Mike Kelly's Blog
Outlook 2010 Always Trying to Send Messages
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I noticed a while ago that my Outlook 2010 connected over IMAP to my company email and Outlook Connector for MSN to my personal Hotmail account was always in the process of trying to send messages – even when I hadn’t written a message. This started...
Mike Kelly's Blog
Serializing to XML
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I’m doing some performance testing on Azure tracing to figure out the overhead of trace statements in code, especially when the tracing level is such that the statement does nothing – but clearly it has to do something to figure out to do nothing. ...
Mike Kelly's Blog
Virtual Memory and Performance
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
There’s an interesting article about performance of server apps in the July 2010 Communications of the ACM somewhat provocatively titled “You’re Doing It Wrong”. In it, Poul-Henning Kamp, the architect of an HTTP cache called Varnish...
Mike Kelly's Blog
Outlook Mailing Addresses
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
To fix a problem with a corrupted Outlook profile , I created a new profile which caused all my Contacts to be initialized from my Windows Live account. Pretty much everything came in OK, but one of the annoying things is that the “default mailing...
Mike Kelly's Blog
Help With Outlook Connector Errors (80004005 and 4350)
Posted
over 2 years ago
by
Mike J Kelly
2
Comments
I use the Outlook Connector for MSN to access my MSN mail, calendar and contacts in Outlook 2010. I also have a separate SMTP/POP account for my business which I read in Outlook. It’s nice to have all the email in one place so I don’t miss...
Mike Kelly's Blog
Distributed Development, or Working Remotely
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I’ve come across a good new blog, Coding Horror , written by Jeff Atwood, one of the founders of one of my favorite coding sites, Stack Overflow . In reading through some of the older posts, I came across one that is close to my heart which is on...
Mike Kelly's Blog
Using Custom Performance Counters with Windows Azure Services
Posted
over 2 years ago
by
Mike J Kelly
2
Comments
Windows makes available a wide variety of performance counters which of course are available to your Azure roles and can be accessed using the Azure Diagnostics APIs as I described in my recent MSDN article on Windows Azure Diagnostics . However, it can...
Mike Kelly's Blog
Leveraging Azure Diagnostics to Troubleshoot Intermittent Problems
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
One of the practices I advise with Windows Azure services (and really any service) is self-monitoring to find problems that may not be fatal but are indications of serious problems developing. I happened to run across a good example of how to do this...
Mike Kelly's Blog
Diagnostics and Logging in Windows Azure
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
My MSDN Magazine article on diagnostics and logging in Windows Azure is now available in the June 2010 issue and online. There was some material that I didn’t have space to include or that I’ve learned since submitting the final revision of this to MSDN...
Mike Kelly's Blog
Skype App-to-App Channels and Microsoft Robotics Studio
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
For a consulting project, I’ve been playing around with getting the Skype public API to work with Microsoft Robotics Developer Studio (RDS) by building a DSS service that communicates with Skype. I’ve gotten this working and wanted to use the Visual Programming...
Mike Kelly's Blog
Robotics Studio R2
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
As part of a project I’m doing for a Seattle startup, I’m playing with Microsoft Robotics Developer Studio (RDS). I downloaded the 2008 release and generated a simple program to use a desktop joystick (basically a UI element displayed on the screen...
Mike Kelly's Blog
Windows Azure Panel Discussion Q&A
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I am at the Azure Firestarter event in Redmond today which just finished with a panel discussion and Q&A. Here are my notes. Q: For Dallas, do I need to use C# to access the data? A: No - it's pretty easy to use C# classes but Dallas exposes...
Mike Kelly's Blog
Migrating Apps to Windows Azure
Posted
over 2 years ago
by
Mike J Kelly
1
Comments
I am at the Azure Firestarter event in Redmond today and just heard Mark Kottke talk about his experiences as an app development consultant with Microsoft on migrating existing customer apps to Azure. Here are my notes; slides and sample code are...
Mike Kelly's Blog
Building Applications for the Cloud
Posted
over 2 years ago
by
Mike J Kelly
1
Comments
I am at the Azure Firestarter event in Redmond today and just heard David Aiken from the Azure team give an overview of best practices for developing applications for the cloud along with some tips and tricks. Here are my notes; slides and sample...
Mike Kelly's Blog
Windows Azure SQL Notes
Posted
over 2 years ago
by
Mike J Kelly
1
Comments
I am at the Azure Firestarter event in Redmond today and just heard David Robinson from the SQL team give an overview of SQL Server for Azure. Here are my notes; slides and sample code are to be posted later and I will update the post with them...
Mike Kelly's Blog
Windows Azure Storage Overview
Posted
over 2 years ago
by
Mike J Kelly
1
Comments
I am at the Azure Firestarter event in Redmond today and just heard Brad Calder give a quick overview of Azure data. Here are my notes; slides and sample code are to be posted later and I will update the post with them when they are. Blobs REST...
Mike Kelly's Blog
Windows Azure Developer Overview - Notes
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I am at the Azure Firestarter event in Redmond today and just heard Steve Marx give a lap around the platform. Here are my notes; slides and sample code are to be posted later and I will update the post with them when they are. Idea behind Azure...
Mike Kelly's Blog
A PowerShell Cmdlet for Managing Windows Azure Diagnostics
Posted
over 2 years ago
by
Mike J Kelly
0
Comments
I decided to write a PowerShell cmdlet to manage Windows Azure diagnostics. This cmdlet will let you retrieve and delete log information in the Azure cloud for your service; right now there isn’t any easy way to do this. I started out by writing...
Page 1 of 3 (71 items)
1
2
3