Jason N. Gaylord's Blog
Visit
JasonGaylord.com
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET Languages
.NET Valley
Architecture Design Patterns and Testing
ASP.NET
ASP.NET and ASP.NET MVC
ASP.NET MVC
Books
Browsers
Business
Community News
Conference
Content Management Server
Controls
Crystal Reports
Databases
Debugging
Design/Development Tools
Desktop and Server Software
Did You Know
DYK
Employment Opportunities
Games
General Software Development
Hardware
Hoax
Hot Links
IT Professional
JavaScript and JavaScript Libraries
LINQ
Microsoft
Microsoft Office
Mobile
MVC
Off Topic (Non-Technical)
Opinions/Direction
Personal
Personal Accomplishments
Podcasts and Videos
Regex
Reviews (Technical)
Social Networking
Software
Team System
TECHbash
Technology Trends and Organizations
The Technology Post
Tips and Tricks
Twitter
User Group
Visual Studio
Web 2.0
Web Services
Web Services and APIs
Website and Coding Usability
Windows Development (Win Forms)
WPF Silverlight and other RIA
News
View my website at
www.JasonGaylord.com
My Twitter Account
Technorati Profile
Navigation
Home
Blogs
Archives
October 2009 (1)
August 2009 (1)
July 2009 (5)
June 2009 (22)
May 2009 (26)
April 2009 (5)
March 2009 (1)
February 2009 (5)
January 2009 (7)
December 2008 (6)
November 2008 (7)
October 2008 (15)
September 2008 (13)
August 2008 (15)
July 2008 (1)
June 2008 (14)
May 2008 (25)
April 2008 (9)
March 2008 (7)
February 2008 (6)
January 2008 (2)
November 2007 (1)
October 2007 (5)
September 2007 (4)
August 2007 (2)
July 2007 (2)
June 2007 (6)
May 2007 (9)
April 2007 (15)
March 2007 (2)
February 2007 (12)
January 2007 (7)
December 2006 (2)
November 2006 (3)
October 2006 (8)
September 2006 (8)
August 2006 (20)
July 2006 (17)
June 2006 (23)
May 2006 (40)
April 2006 (12)
March 2006 (8)
February 2006 (1)
January 2006 (2)
December 2005 (2)
November 2005 (12)
October 2005 (12)
September 2005 (3)
August 2005 (8)
July 2005 (5)
June 2005 (12)
May 2005 (14)
April 2005 (11)
March 2005 (14)
February 2005 (7)
January 2005 (4)
December 2004 (9)
November 2004 (4)
October 2004 (10)
September 2004 (2)
August 2004 (1)
July 2004 (1)
June 2004 (1)
May 2004 (6)
February 2004 (5)
September 2003 (6)
August 2003 (9)
July 2003 (1)
June 2003 (3)
May 2003 (1)
April 2003 (4)
Local Blogs
Michael Sumerano
Rachel Appel
Michael J. Murphy (MS)
Stan Spotts
Lindsay Rutter (MS)
Non-Local Blogs
Erik Porter
Steve Smith
Wally McClure
Rob Caron (MS)
Tim Heuer (MS)
Thom Robbins (MS)
Justin Preston (MS)
Brian Goldfarb (MS)
Mike Marshall (MS)
Somasegar (MS)
Scott Watermasysk
Rob Howard
Scott Guthrie (MS)
G. Andrew Duthie (MS)
Chad Osgood
Jeff Julian
Paul Gielens
Dana Coffey
Julie Lerman (INETA)
Jeff Key
Teemu Keiski
Geoff Snowman (MS)
Phil Weber
Nikhilk (MS)
Scott Mitchell
Jose Fuentes
Andrew Mooney
Ben Miller (MS)
Dave Sussman
Justin Lovell
Steve Schofield
Robert Scoble
Jeffrey Putz
Phil Winstanley
Shanku Niyogi (MS)
Sites I Visit
MVP Blogs
MVPs.org
.NET Valley (DotNetValley) Store
ASPInsiders.com
DotNetSlackers
Websites of Mine
JasonGaylord.com
.Net Valley (NEPA User Group)
My .NET Blog
My ASPAlliance Site
My SQL Blog
My AntiSource Page
My Windows Advice Blog
My Personal Blog
August 2008 - Posts
0
Comments
Improvements in Internet Explorer 8 Beta 2
by
Jason N. Gaylord
I was just checking out the improvements the team has made in beta 2 of Internet Explorer 8. While I haven't had time to mess with all of the improvements, I see lots of opportunities to create enhancements for my sites to allow visitors to get what they...
Filed under:
Reviews (Technical)
,
.NET Languages
,
Browsers
0
Comments
Discovering Adobe Kuler - Color Themes Gallery
by
Jason N. Gaylord
Chris Love , posted a tweet today about Adobe Kuler. Kuler is a web/flash based application that allows developers and designers to upload and download color swatches for Adobe Photoshop. It's a great way, as Chris put it, for developers to pick up color...
Filed under:
Reviews (Technical)
,
Design/Development Tools
2
Comments
Velocity Podcast
by
Jason N. Gaylord
Want to learn more about Microsoft Velocity and how this distributed caching system can improve your web applications? Then you'd better check out the new Velocity podcast at ASP.NET Podcast. You can download the MP3 at http://www.aspnetpodcast.com/PodcastFiles...
Filed under:
Tips and Tricks
,
Reviews (Technical)
,
ASP.NET and ASP.NET MVC
1
Comments
How to Override Cassini's Virtual Path in Visual Studio
by
Jason N. Gaylord
On one of the email lists that I'm on, someone had posted a question about running a website using the root path "/" or a different virtual path than the project name that is populated by default. James Crowley pointed out a blog entry from...
Filed under:
Tips and Tricks
,
Visual Studio
0
Comments
Windows 7 at the PDC?
by
Jason N. Gaylord
Sounds like Windows 7 might be previewed at the PDC. If not, significant details will surely be shared. No, I didn't escape one of the Microsoft buildings with their business plan but rather came across the team's new blog at http://blogs.msdn.com/e7...
Filed under:
Reviews (Technical)
,
Desktop and Server Software
4
Comments
Known Issues with Service Pack 1 in ASP.NET 3.5
by
Jason N. Gaylord
Scott Galloway from the Microsoft DevDiv team has posted a couple of known issues with Service Pack 1 in ASP.NET 3.5 on the ASP.NET forums at http://forums.asp.net/t/1305800.aspx . The issues he currently has on the post are: Issue: The HtmlForm...
Filed under:
Reviews (Technical)
,
ASP.NET and ASP.NET MVC
2
Comments
Use LINQ to XML to Generate Excel Documents
by
Jason N. Gaylord
I was looking for a quick and easy solution to export data from SQL into an Excel format from within my ASP.NET application. I came across a great video posted by Beth Massi on the asp.net website (Video #7 at the bottom at http://www.asp.net/learn/linq...
Filed under:
ASP.NET and ASP.NET MVC
,
.NET Languages
,
Databases
,
Microsoft Office
,
LINQ
1
Comments
ASP.NET 3.5 SP1 (Formerly "ASP.NET 3.5 Extensions") Released
by
Jason N. Gaylord
ASP.NET 3.5 Service Pack 1, which was formerly called the ASP.NET 3.5 extensions, has been released. The NetFX update was available as part of the SQL Server 2008 download available on Friday. Now it is available as a separate download. There are quite...
Filed under:
Community News
,
Reviews (Technical)
,
ASP.NET and ASP.NET MVC
,
JavaScript and JavaScript Libraries
0
Comments
Known Postback Issue with AJAX Controls
by
Jason N. Gaylord
I came across a postback issue while using the CascadingDropDown AJAX control. I had a web page with 3 DropDownList controls. The data for these controls was populated from the CascadingDropDown which would bind the data at runtime. The issue with this...
Filed under:
ASP.NET and ASP.NET MVC
,
JavaScript and JavaScript Libraries
,
Controls
3
Comments
Tip: Set the SelectedValue on a DropDownList that is populated by a CascadingDropDown
by
Jason N. Gaylord
When using a DropDownList, you can set the selected item by using the SelectedIndex property. However, if your DropDownList is being populated by the CascadingDropDown control (from the ASP.NET AJAX Control Toolkit), that doesn't work. Instead, you must...
Filed under:
Tips and Tricks
,
ASP.NET and ASP.NET MVC
,
JavaScript and JavaScript Libraries
,
Controls
More Posts
Next page »