Jason N. Gaylord
Coder
from Northeast PA
Small planet on JasonGaylord.com A planet with rings on JasonGaylord.com
Visit JasonGaylord.com

Hello, I'm  jasongaylord Jason

I live with my family in the rolling hills of Northeastern Pennsylvania. I'm a web developer by trade, but have broad experience in various business areas. Want to know more about me?

Learn More

TechEd Day 2: MS Announces Release Dates For Visual Studio.NET 2005 and SQL 2005

Paul Flessner, senior vice president of Server Applications at Microsoft, announced that SQL Server™ 2005, Visual Studio® 2005 and BizTalk® Server 2006 will be formally launched during the week of November 7. This information has been made public on the Microsoft website at http://www.microsoft.com/presspass/press/2005/jun05/TechEd2005Day2PR.mspx.

Read More

Replacing Tables With CSS

I needed to give a friend some info about replacing tables with CSS. I googled and found a really good site. The site discusses the benefits of using CSS over tables and other HTML properties. After reviewing it, I realized maybe I should start designing the correct way. ;)

Here’s the link: http://www.hotdesign.com/seybold/

Read More

Windows Mobile vs Blackberry

Which device would you choose? Let me know at http://www.windowsadvice.com/forums/958/ShowPost.aspx.

Read More

An Overview of IIS 7.0

I saw a preview of IIS 7.0 today. IIS 7.0 has many new features that will send IT Professionals and Developers into a “tailspin.” Unfortunately, the first public beta of IIS 7.0 won’t be until Longhorn Beta 2. IIS 6.0 will be part of Longhorn Beta 1.

Configuration and Admin Tool The Configuration and Admin Tool is not similar to the existing IIS 4, 5, or 6 admin tools. Rather, it is in a control-panel format. IIS 7 can be managed completely through an admin website that runs on port 80. The tool can also be exposed to additional users in a limited fashion by the admin setting up rules. So, web hosters can now offer a managed solution with doing minimal work.

Core Server The server now allows features and functionality to work as a “plug-in-play” format. What I mean is that all of the functionality for IIS 7.0 is setup in what they now call modules. So, third-party companies can now write add-in modules for the system. Also, the ASP.NET configuration tool is now integrated in IIS.

Diagnostics Administrators can now diagnose issues happening with their IIS box by establishing traces and performance monitoring within the Admin tool. They can even see if multiple processes or a single process is tying up the server. Administrators can define traces to be as granular as a particular page, type of document, and error type.

Security The security options now include supporting non-Windows authenticated models. Since the server now uses a component-based model, there is now a reduced risk for attacks.

Read More

eWeek Says that 2.0 Breaks Apps?

According to a press release from earlier, eWeek has learned that ASP.NET 2.0 breaks existing 1.1 applications. I’ve done my part to test my apps in 2.0 and they all seem to work just fine. Some of the namespaces and classes will eventually go away because of enhanced functionality. So, when building your applications, you should take note of any warnings listed. You can find out more about compatibility at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/netfxcompat.asp.

Read More

MultiView and View Controls in ASP.NET 2.0

I have published an article on ASPAlliance.com about the MultiView and View controls that can be found in ASP.NET 2.0. In ASP.NET 1.x, developers often used Panel controls to hide or show a grouping of other web controls and content. In ASP.NET 2.x, coding time is reduced with the new MultiView and View controls.

To read the article, visit http://aspalliance.com/675.

Read More

GotDotNet Workspaces Updates

According to the GotDotNet Workspaces website, “Many of Workspaces’ errors and access issues have been fixed, and we’ve upgraded to a new version of Passport.” I’m not quite sure what this means :-), but I was using it last night and believe it or not (nearly 5 years later), it is much better. Kudos to the GotDotNet team for finally improving the workspaces. Now I feel like I can use them again.

Read More

SQL Server 2005 Business Intelligence Webcasts

Microsoft has released a SQL Server 2005 Business Intelligence webcast list. You can view the list of webcasts and other events here: http://www.microsoft.com/events/series/sqlserverbi.mspx

Read More

Photo Gallery for ASP.NET 1.1

The first release of the Photo Gallery module for ASP.NET 1.1 has been posted. It is a modified port of the photo gallery module that the ASP.NET 2.0 team wrote for the Personal Starter Kit. If you make any modifications to this download, please post your modifications to Source Control or the Message Board.

A working example of the PhotoGallery module can be found at www.jasongaylord.com. However, I’ve made some additional modifications to this site that I will be posting soon.

You may find out more information about the project at http://www.jasongaylord.com/projects/photogallery.aspx

Read More

Added Search Engine to my Site

Finally, I’ve added search capabilities to my site. After reviewing many ASP.NET search engines, I chose EasySearchASP.net. EasySearchASP.net allows users to begin to type in a search phrase and see what search terms can be found in a “drop-down” box. It also is an engine that runs with the site application and does not need to be setup as a Windows Service. So, if you host your site with an ISP, it will work for you. To see how the search engine integrates with a website, visit my site at www.JasonGaylord.com.

Read More