.NET

Network Intrusion / Invasion

Network Intrusion / Invasion I typically stop at a local coffee shop to get some caffeine and use their wi-fi network to check email and surf the web. I am gathering this is not unlike most people out there in the business world. I tend to visit places that offer wi-fi because of their ease of use. But the other day …

Read more

Google Site Map Information

Ever wonder what google index’s or does on your site? Well, here is some instructions on how to use this information. http://www.sitepoint.com/blogs/2005/11/16/google-sitemaps/ It is some very good info and interesting stats. Somewhat like google analytics.

Microsoft Patterns and Practices

The Microsoft Patterns and practices is a useful control set for global logging, error handling and database connections. This tool set is great for development, but when you go to deploy it is not so fun. I have added some references of how we were able to get Patterns and Practices on a production box. One of the constraints of Patterns …

Read more

AJAX

There has been so much talk in the news about AJAX these days. It is strange, I have heard that AJAX is the Microsoft Killer, the new technology, or the wave of the future. I personally think that it is a great method of using technology to speed up a web application and also extend the usability. It is hard for …

Read more

Blogging

I have been so busy at home and work I have not been blogging much. So I will try to pick up a bit. With .NET version 2.0 out I have been busy with updating IISREPORTER and the next version. I have to admit, 2.0 is awesome to develop with. So far, I keep hearing people say that it is too …

Read more

SQL DTS Ftp

If you do a lot of file migration or exchange with Microsoft SQL server you have probably had to grab a file via ftp. In most cases if you have automated this task you may have done this by either a vbs file or a bat file, or a DTS package that calls an FTP client. Well, Dan Woolsoton (A new …

Read more

Migrating Thunderbird

I am switching computers and needed to migrate my Thunderbird email client data to another machine. I did a little googling and did not find too much until I found Thunderstor It allows you to take your thunderbird account and exprt to eml files. Then import into system of your choice. If you are moving from one thunderbird account to another …

Read more

Security of the ASMX file

You often hear about security and web services. How they need to be more secure and how they can pass unsecured information. Well, I recently had an issue with a client that felt they were exposing too much information with the web service provided. This web service allows for products to be returned based on some search criteria. Unfortunately the web …

Read more

Monad

I have been trying to get a copy / beta of Microsofts new command shell – Monad. It is in the beta stage and you should be able to access it like any other beta software from beta.microsoft.com. However, unlike other software that I have used, this seems to be one of the most popular beta’s they have launched. I have …

Read more

Coding, working, and running

Well take all the above items and mix them up and you have what I have been up to. I have been coding a lot more lately, trying to get a new version of iisreporter out and also working on some custom dev software for a friend. Work has been very stressful. We have a lot going on and a few …

Read more

Google Earth vs. Microsoft Virtual Earth

Here we go. Not only is there a battle for the best search engine, mapping software, free email, toolbar, and custom portal. We now have a battle for the best earth imaging program. Google has recently added overlay (hybrid) sites to show sat pictures and roads (http://maps.google.com) and now we have Microsoft playing in the mapping / sat images game. Not …

Read more

News and More news

This week I have been able to see and test a lot of new programs. 1. google earth (earth.google.com) Essentially it is keyhole (a program google purchased) on crack. They added all the great features of google maps to this sat image program. If you have not tried it, go download. It’s free. 2. Google Video player. I had heard about …

Read more

IIS Reporter

Well I have many ideas on how to update and modify the IIS reporter application I have written. I have finally got VS2005 up and running on my machine and will try to migrate IIS reporter over to 2.0. I have a few releases I need to get up to the source server. I also have a web service version that …

Read more

TechEd 2005 – Some things learned

I had a great week at teched. Here is a quick summary of some interesting things I learned. Architecture program from microsoft. Microsoft has an architecture advisory board. I met a member of that board at TechEd – Jim Wilt. You can read more here http://msdn.microsoft.com/architecture/ IIS 7.0 – Is too long in coming and has all of us Admins waiting …

Read more

Teched 2005 – ASP.net Master Pages

One of the great sessions I attended was about ASP.Net 2.0 and Master Pages. The idea is that you can create a master page that all other pages bind from. This concept is similar to a tempate design but with a master page you can lock in certain page variables and attributes that you would like an entire site or area …

Read more