RSS 2.0
 Tuesday, September 21, 2004

Had a student point this out last week. Newsmap is an application that visually reflects the constantly changing landscape of the Google News aggregator. Personally, I think it's a bit busy but interesting.

Tuesday, September 21, 2004 11:50:12 AM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

Ok, I'm a couple of days late on this one, but since I recommend it to all of my friends, clients, and students, I thought I should post this advisory and patch.

Tuesday, September 21, 2004 11:39:44 AM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Friday, September 17, 2004

Just wanted to list a few resources here:

Friday, September 17, 2004 5:19:01 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Tuesday, September 14, 2004

As you may know, .NET Framework 1.1 has a service pack out now.

I've been reading a few notes about installing it.

Also, there appears to be a problem w/ the client-side JAVASCRIPT file. If you've upgraded to .NET FW 1.1 SP1, you'll need to copy the old "WebUIValidation.js" into your IIS \aspnet_client\system_web\1_1_4322 folder. This is the old file before the SP1 update and your web app should work as usual now. Here is the thread that mentioned about the workaround.

http://channel9.msdn.com/ShowPost.aspx?PostID=21650

Tuesday, September 14, 2004 2:06:19 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Thursday, September 09, 2004

Microsoft and Netdesk have partnered to run several ISV tours throughout the US over the next couple of months.

I'll be personally delivering the W2003 tour. Hope to see you on the trail!

Thursday, September 09, 2004 9:22:31 AM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

Wow, you really can do everything with Google. Here's a blog entry from a guy who wrote an API in Linux to turn your Google GMail account into a mountable file system.

Thursday, September 09, 2004 8:38:20 AM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Sunday, September 05, 2004

Wish me luck -- I'm off to install the Client/App/Data components to VSTS TFS in *one* VHD image.

My first snag, was seeing a weird !"ValueType mismatch" error that I couldn't explain, so I did some research. Well, now that IIS 6.0 now has 1.1 and 2.0 versions of the framework, and Sharepoint doesn't work, until you set both of the sites back to version 1.1. Do a restart of the server too, for good measure.

The next speed bump occurred when I was actually installing the software, and specified my local machine as being the database server, at which point I was presented with a dialog reading “Cannot install database server on the local machine. Please enter a remote machine name instead“:

The workaround was to specify 127.0.0.1 as the name of the server, rather than RESEARCH (my local machine name)
Sunday, September 05, 2004 9:51:08 PM (Mountain Standard Time, UTC-07:00)  #    Comments [2] -

I was commenting the other day that many TLAs at Microsoft are getting way too many meanings. Case in point, WSS, which can mean one of many things in this world, even with Microsoft technologies.

At least they honestly acknowledge this.

Sunday, September 05, 2004 9:44:24 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

I love everything about Office 2003, except for the fact that Photo Editor is gone and the (ahem) replacement, is far from what I need. The good news is that you can just re-install the old editor from your Office XP media.

Microsoft's official explanation is here and there's an independent analysis here.

Sunday, September 05, 2004 9:20:02 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Monday, August 23, 2004

If you want to download the latest .NET Framework 2.0 Beta 1, then click here:

Beware of other versions of the .NET Framework 2.0 Beta 1's out there. The one above is dated late July, not June.

Monday, August 23, 2004 1:45:48 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

A student of mine pointed this out today. Leave it to a C++ programmer to know all the platform tips and tricks.

PINVOKE.NET addresses the difficulty of calling Win32 or other unmanaged APIs in managed code (languages such as C# and VB .NET). It even includes the complex structure definitions, where applicable.

www.pinvoke.net

Monday, August 23, 2004 1:32:45 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Thursday, August 19, 2004

Thanks to Bob Beauchemin for pointing out this great paper on Batch Compilation, Recompilation, and Plan Caching Issues in SQL Server 2005.

Thursday, August 19, 2004 9:24:25 AM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Sunday, August 08, 2004

The SQL Server 2005 Beta 2 Resource DVD is your guide to SQL Server 2005. This DVD contains valuable materials and technical resources to help you understand and utilize the many new and enhanced capabilities of SQL Server 2005 including:

  • Product Overviews
  • Whitepapers
  • Sample Code
  • Migration and Upgrade Tools
  • Video Case Studies
  • Detailed Webcasts on SQL Server 2005 Features

It's available from MSDN subscription downloads

Sunday, August 08, 2004 1:35:04 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Thursday, August 05, 2004

You may know my feeling on SqlCommandBuilder, but on those days you're feeling lazy ...

  Dim cmdNW As New SqlCommand
  cmdNW.Connection = conNW
  cmdNW.CommandType = CommandType.StoredProcedure
  cmdNW.CommandText = "Employee Sales by Country"
  SqlCommandBuilder.DeriveParameters(cmdNW)

Thursday, August 05, 2004 8:16:56 PM (Mountain Standard Time, UTC-07:00)  #    Comments [1] -

 Wednesday, August 04, 2004

Ok, so you're aware of the standard kinds of items that you can plug into your USB drive, such as:

  • USB hard drives, floppy drives, etc.
  • Flash memory drives
  • Phone chargers
  • Mice

But, here's a list of some rather interesting things that I've come across lately:

And if those weren't strange enough:

Wednesday, August 04, 2004 10:20:06 AM (Mountain Standard Time, UTC-07:00)  #    Comments [3] -

 Tuesday, August 03, 2004

”Keep one of two things backed up -- your data or your resume.”

- Richard Hundhausen, MCDBA

Tuesday, August 03, 2004 11:34:30 AM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Saturday, July 31, 2004

I'll be adding to this list throughout my journey with the Beta 2

  • XQuery Designer
  • IntelliSense is not implemented for T-SQL Editors
  • Database Diagrams / Visual DB Tools
  • Date, Time, and UTCDateTime data types
  • Service Manager icon in the System Tray

Dropped altogether

  • ObjectSpaces (until Longhorn timeframe)

Any others you want to mention?

Saturday, July 31, 2004 1:32:22 PM (Mountain Standard Time, UTC-07:00)  #    Comments [1] -

 Friday, July 30, 2004

Now I know that XML Web Services have had a profound effect on other distributed programming models ...

(I snapped this photo last year, while teaching a Commerce Server class in Carnegie, PA.)

Friday, July 30, 2004 1:29:19 PM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

 Wednesday, July 28, 2004

Think you've run across some funny, odd, and confusing user interfaces? Check these out.

Here's an example:

Wednesday, July 28, 2004 5:52:18 AM (Mountain Standard Time, UTC-07:00)  #    Comments [0] -

Archive
<September 2004>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2010
Richard Hundhausen
Sign In
Statistics
Total Posts: 719
This Year: 7
This Month: 0
This Week: 0
Comments: 509
Themes
Pick a theme:
All Content © 2010, Richard Hundhausen
DasBlog theme 'Business' created by Christoph De Baene (delarou)