December 2004 - Posts

8
Comments

New Website Released by Jason N. Gaylord

A newly revised and updated website for UnitedOneResources.com....
0
Comments

.NET Valley: Special Holiday Offers by Jason N. Gaylord

For special .NET Valley holiday offers, visit the Members Only User Group Specials page.
0
Comments

Microsoft Conferences 2005 by Jason N. Gaylord

Microsoft's 2005 conferences have been posted to Microsoft.com. I've placed a list of the larger conferences on the .NET Valley website at http://www.dotnetvalley.com/events/default.aspx .
4
Comments

Sprint Acquires Nextel by Jason N. Gaylord

Sprint announced that it was acquiring Nextel today....
0
Comments

NOAA Web Service by Jason N. Gaylord

I just came upon the NOAA web service link on the ASP.NET page of MSDN. I thought I saw this once before... http://www.nws.noaa.gov/forecasts/xml/ http://www.nws.noaa.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php?wsdl
1
Comments

.NET Valley Event: December 15th by Jason N. Gaylord

The next .NET Valley event will be held at the University of Scranton on December 15th at 6:30pm. The event will be feature a presentation by our very own Rachel Appel. The presentation will cover debugging and error trapping. ...
6
Comments

Forcing File Downloads or File Names using ASP.NET by Jason N. Gaylord

To force a file to download using ASP.NET (or classic ASP for that matter), you must add a header to the page. The header should look similar to: Response.AddHeader("content-disposition", "attachment; filename=File.doc") However, in some instances you...
1
Comments

Closing on my House/Land by Jason N. Gaylord

This Thursday I'm finally closing on my house and land. I will post some pictures of the land soon on my website.
0
Comments

ASP.NET Webcast - Google Presentation by Jason N. Gaylord

Dale Michalk has posted the code from the Google presentation that he gave last month. The code can be found at http://blogs.msdn.com/dalemi/archive/2004/12/07/277972.aspx . The presentation was about using the Google API with ASP.NET 2.0. Great presentation...
More Posts