Scott Hanselman

Time to get on the bus...

February 28, 2003 Comment on this post [0] Posted in Web Services | XML
Sponsored By

I've seen the future and it will be.

InfoPath may become for XML, what the Basic language was and is for binary stuff. 

Thinking that technical knowledge about all the odd stuff around angle brackets and infosets alone will remain to be a sufficient foundation for a career or even a whole business may be as fatal as thinking in the 1980's that your x86 assembly skills will be enough to support your family for the next 30 years. It works for a few, it won't work for most. Ladies and Gents, it seems like XML is growing up and is getting all dressed up for prime time -- get over it. [Clemens Vasters]

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook bluesky subscribe
About   Newsletter
Hosting By
Hosted on Linux using .NET in an Azure App Service

.NET Rocks! - The Internet Audio Talk Show for .NET Developers (Scott Hanselman)

February 28, 2003 Comment on this post [0] Posted in Web Services
Sponsored By

I had the good fortune this evening to talk to my friend and fellow RD Carl Franklin, and I'm featured in an audio interview on his very popular Internet Audio Talk Show for .NET Developers - .NET Rocks.

Check out my interview for the Week of March 3, 2003 in both Windows Media (WMA) and MP3 formats at Franklins.NET Rocks!

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook bluesky subscribe
About   Newsletter
Hosting By
Hosted on Linux using .NET in an Azure App Service

BlogStreet's VisualNeighborhood

February 28, 2003 Comment on this post [0] Posted in Musings
Sponsored By

Wow, that's pretty slick.  I love TouchGraph stuff.  Looks like my blog is in a good neighborhood.  I'm glad I moved to this side of town. Thanks to Scott "Fuzzy" Johnson for the link!

A picture named bloggraph.JPG

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook bluesky subscribe
About   Newsletter
Hosting By
Hosted on Linux using .NET in an Azure App Service

C:/UTILS continues to grow...NetPing

February 26, 2003 Comment on this post [0] Posted in Web Services
Sponsored By

New NetPing.

  • Added multithreaded pinging, which is much faster than the old version. User can set number of threads used to 5, 10, 15, 20 or 25.
  • Added ability to connect to host with Remote Desktop.
  • Added ability to connect to host with Windows Computer Management.
  • Added ability to get host's system information via systeminfo.exe, which is parsed and presented in HTML.

http://www.sliver.com/dotnet/netping [Jeff Key's .net blog]

Ah, I love new additions to my ever-growing and ever-productive C:/UTILS, which increasingly is filled with utilities written with and running in this funky new environment called .NET.  You know, I think MS might be on to something. ;)

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook bluesky subscribe
About   Newsletter
Hosting By
Hosted on Linux using .NET in an Azure App Service

Uninstalling IPv6 Support on Window XP

February 26, 2003 Comment on this post [0] Posted in Web Services
Sponsored By

Ari offers a tip to tortured souls removing ThreeDegrees on uninstalling Windows' IPv6 support.  Make sure you yank this interface before shutting down and uninstalling services:

netsh.exe interface ipv6 uninstall

How can anyone expect to market an OS to The Average Joe if this kind of incantation is always needed? Shouldn't IPv6 support for Windows XP be as easy to uninstall as IPv4 currently is? (uninstall from Network Properties)

I'm not sure if netsh.exe is necesssary if you use ipv6.exe...Here's the easiest way I could find to uninstall IPv6:

Q. How do I uninstall the IPv6 Protocol for Windows XP?
A.

To remove the IPv6 Protocol for Windows XP:

  1. Log on to the Windows XP computer with a user account that has local administrator privileges.
  2. Open a command prompt. From the Windows XP desktop, click Start, point to Programs, point to Accessories, and then click Command Prompt.
  3. At the command prompt, type:

    ipv6 uninstall

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook bluesky subscribe
About   Newsletter
Hosting By
Hosted on Linux using .NET in an Azure App Service

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