Feed on
Posts
Comments

Monthly Archive for September, 2004

http://weblogs.asp.net/robert_hensing/archive/2004/08/09/211383.aspx
Robert Hensing writes more about his specialty: security.  Learn about the hacker species from a man who battles them every day.

Read Full Post »

I heard about this new online mapping site over at Scobles site.  The user interface on Map24 is superb.  It seems very intuitive to me. Take a look, I think you will like it.
http://www.us.map24.com/
Try out these features:

Zoom window Control - the small window that appears in the lower right corner.
Drag a rectangle in the [...]

Read Full Post »

TIP: Validating Multiple ASP.Net controls

During a class today someone asked me how to validate multiple ASP.NET controls.  The framework has the CustomValidator class that can handle this scenario.  Unlike all the other validation controls the CustomValidator does NOT need to have the ControlToValidate property set to an existing control.  If you need to determine validation based on multiple controls [...]

Read Full Post »

ASP.Net makes it very easy to write and debug server side code.  I’ve found when talking to ASP.Net developers that many of them don’t know that you can debug clent side script with VS.NET  too.
This week I was working on a client web site and needed to to write some client-side JavaScript.  This reminded me [...]

Read Full Post »

Monday morning, during his keynote at VSLive (September 13, 2004), I heard Microsoft Vice President S. Somasegar announce the latest version of Visual Studio: Visual Studio 2005 Standard Edition.  The number of editions of VS is growing rapidly making it hard to remember which features are in each version.
The new MSDN Visual Studio 2005 site [...]

Read Full Post »

Getting the scoop on .NET 2.0

I spent this week in Orlando Florida speaking at the VSLive conference.  If you’ve attended a conference similar to this you know that information swirls about you in great gusts resulting in a overload of ideas and new directions that you want to pursue back in the ‘real’ world.  I’ve captured a bit of this [...]

Read Full Post »