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

MSDN Code Camp Presentations

My MSDN Code Camp presentations and code samples are available for download on my website at http://www.jasongaylord.com/talks. The samples and slides were written for Visual Studio 2005 and ASP.NET 2.0 Beta 2. The talks include an Introduction to Visual Studio 2005 and ASP.NET 2.0, Membership for ASP.NET 2.0, Personalization for ASP.NET 2.0, and Web Parts for ASP.NET 2.0.

Read More

ASP.NET 2.0: No Compile Pages

If you have a large ASP.NET website, you may want to turn off compilation of your non-code ASP.NET pages. You can do this by setting the CompilationMode property of the Page directive to Never. If you aren’t in the mood to check all pages, let ASP.NET decide. In the web.config file, set the CompilationMode property in the <pages /> section to Auto. This will allow ASP.NET to evaluate each page and decide whether or not it should be compiled.

Read More

Windows Server 2003 SP1 Compatibility Issues

Microsoft has issued a list of applications that are compatible with Windows Server 2003 SP1 and a list of applications that have some issues. You can view this list by visiting http://support.microsoft.com/?scid=kb;en-us;896367&spid=3198.

Read More

Folder Views in Windows

A user requested that their Windows folders all appeared in the Detail format. Many IT users like to see each folder they browse to appear in List format. To set this, open up a folder and choose View > List. Then click on Tools > Folder Options. Click on the View tab and click the button Apply to All Folders. Its a simple task, but an annoyance to those who prefer to have their folders a certain way.

Read More

Adobe to Purchase Macromedia

Adobe Systems will purchase Macromedia according to sources…

Read More

MSDN Code Camp in Philadelphia

The .NET Valley User Group will be attending the MSDN Code Camp in Philadelphia, PA…

Read More

.Net Valley and MSDN Code Camp

The .NET Valley User Group will participate with other User Groups in the Greater PA region in attending the Greater PA MSDN Code Camp in Philadelphia this Saturday and Sunday (April 23 and 24). We look forward to meeting the various attendees of this event. If you have not signed up as of yet, I believe there are still some spots available. Be sure to visit the .NET Valley website for more information.

Read More

SQL Talks at MSDN Code Camp

The .NET Valley User Group will participate with other User Groups in the Greater PA region in attending the Greater PA MSDN Code Camp in Philadelphia this Saturday and Sunday (April 23 and 24). We look forward to meeting the various attendees of this event. If you have not signed up as of yet, I believe there are still some spots available. Be sure to visit the .NET Valley website for more information.

This event will feature 15 SQL and Data Access talks from some of the top SQL professionals including some Microsoft MVPs. The event will also host many other talks including ASP.NET and Windows Forms presentations. It will be chilly this weekend so you might as well come on out!

Read More

UPDATED: SQL Server 2005 Uninstallation Issues

A little while ago, I blogged about some issues with uninstalling SQL 2005. Finally, Microsoft has published an uninstallation “script.” Find out more by visiting http://lab.msdn.microsoft.com/vs2005/uninstall/.

Read More

ASP.NET Starter Kits

The new ASP.NET 2.0 starter kits have been published. You can download the ASP.NET 2.0 starter kits at http://lab.msdn.microsoft.com/express/vwd/starterkit/default.aspx. Microsoft has released three starter kits including a Personal Web Site starter kit, a Club Site starter kit, and a Time Tracker starter kit. To use these starter kits you must have ASP.NET 2.0 downloaded.

Read More