Custom software developer. IT consultant. Geek.
Blog
Some Good Windows Azure Videos
Oct 27, 2008
Some good videos came out today about Windows Azure. I’m linking them here as a good single-page way to get a quick (haha… ok, several hours) understanding of what Azure is all about.
Program Manager Steve Marx gives a great 35 minute overview of what Windows Azure means for developers Steve Marx: Windows Azure for Developers
Next on the list, is a 40-minute video of Manuvir Das, Director in the Windows Azure team introducing Windows Azure. Lots of good architecture stuff in this video. Manuvir Das: Introducing Windows Azure
Diving a bit into more of the individual Azure services, Technical Fellow John Shewchuk More >
What I’ll Be Working on for the Next Few Years
Oct 27, 2008
No, I’m not going to become a one-project guy. That would just be too easy. Rather, here’s the technology stack that I’ll be working on for the next few years — announced at the Microsoft PDC today — the Windows Azure Services Platform.
Learn more: http://www.azure.com
Here a diagram from the PDC of Microsoft’s broad online platform vision:
Mary Jo Foley has a nice overview about the Azure Services Platform over at ZDNet
Emergency Windows Patch
Oct 24, 2008
I’ve spent a lot of time over the past 27 hours notifying clients about the emergency Windows patch released yesterday afternoon, and also installing that patch on servers and workstations. So I’m just now getting a chance to post the information here, to my blog. (Isn’t that a great diagram to the right? No, I didn’t make that.)
The gist
- This is a major vulnerability affecting the “Server” service that is part of Windows 2000/XP/2003/Vista/2008.
- The problem is not as critical in Windows Vista and Windows Server 2008, as those operating systems have better built in protections in place. These systems should still More >
Microsoft Image Tools
Sep 24, 2008
There have been a lot of image tools coming out of Microsoft recently, so I figured it would be helpful for a lot of people to present all of these options in a single place.
Image Composite Editor – from Microsoft Research
Let’s start with Microsoft Image Composite Editor. This is the most recent tool that I have learned about. It comes out of Microsoft Research’s Interactive Visual Media Group and offers some of the most complex and accurate stitching algorithms to put multiple pictures, all taken from a single point of view, into a single image. Now what’s really neat is that More >
Windows Home Server can back up Windows Server 2008
Sep 11, 2008
As I mentioned in my last post, I’ve been getting my new development machine configured. It’s running the 64-bit version of Windows Server 2008 Standard. I also have a Windows Home Server (I love it!). I was pretty sure that the two wouldn’t play nicely together. That is, I was pretty sure that I’d try to install the Windows Home Server connector on my development machine and it would yell at me and say I couldn’t do that.
To my surprise, though, the connector installed just fine. Better yet, the backup feature in Windows Home Server works just fine. WOW! So More >
Windows Live OneCare for Server Cost
Sep 10, 2008
I’m configuring my new workstation this evening, which is running Windows Server 2008. It’s a pretty sweet machine:
- Quad-core 2.4GHz
- 6GB RAM
- 512MB video RAM
- 250GB HDD
This machine is definitely the fastest machine I’ve ever run.
So I tried installing OneCare just to see what would happen. I actually selected the client version of Windows Live OneCare, but to my surprise Windows Live OneCare for Server actually ended up getting installed. That’s kind of neat. Even if you select the wrong installation link, the right thing ends up getting installed.
Now I had noticed that the Windows Live OneCare site doesn’t have any prices on it More >
Problem accessing varchar(max) field from Classic ASP
Aug 29, 2008
At Info et Cetera, we have a really nice content management system that we developed a number of years ago, which we have in place at several clients. While there are lots of content management systems commercially available today that probably have much more advanced features than our system, we like our CMS because it lets us build lots of custom database functionality to integrate into our clients’ sites. Additionally, our system provides complete separation between the back end management system and the front end templating system in a very convenient and flexible manner. But enough about that…
This week, I More >
I guess I’m just too fast at browsing the web
Aug 29, 2008
I ran into a funny screen while browsing the Dell Outlet website today:
I guess I’m just too fast of a shopper. Clearly, it’s better for them to deny me access to their site as opposed to letting me quickly spend money.
SQL Server – People Forgetting to Add Indexes to Foreign Keys
Aug 20, 2008
I had an interesting conversation with a colleague today who insisted that when you create a foreign key in Microsoft SQL Server, it automatically adds an index on the foreign key. Guess what — it doesn’t!! I think this is one of the most common mistakes made in SQL Server. I’ve seen wonderfully normalized databases where the developer did not create any indexes on the foreign keys. With today’s fast hardware speeds, this problem is often masked because when you’re working with a new database, everything usually runs smoothly anyway. It is after time that the problem manifests itself, as More >
Email Prioritizer
Aug 20, 2008
Microsoft Office Labs has released a neat prototype tool for Outlook 2007 that give you two clever features:
- Lets you turn on a “Do Not Disturb” feature for emails for a period of time that you specify
- Adds between 0 and 3 stars to each email to tell you the importance of the message
The former feature is clever, though I’m not sure how much I would use a “Do Not Disturb” feature. I tell clients to email me instead of calling me if at all possible, so blocking incoming email isn’t very fair. I guess where I might use a feature like More >