Browse by Tags

VSTS 2008, Web Tests and using Fiddler
Tuesday, June 03, 2008 5:04 PM
I have been doing some performance and load testing of a web application I have been working on lately. Most of my previous experience was with the 2005 flavour of VSTS and I was keen to play with the 2008 version to see what improvements have been made. This web application is quite heavy in terms of Javascript and AJAX feature usage. I am happy to report that... Read More...
Some more JavaScript Intellisense issues in VS2008
Monday, September 24, 2007 4:10 PM
I was experiencing the issues described here where I was getting no colourisation of JavaScript and no Intellisense. I applied the fix mentioned in the post but it didn't work. Turned out I was missing the file itself file C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.JScript.AuthoringServices.dll and a complete search of the hard drive yielded... Read More...
Obscure ASP.NET Problem - AJAX Control Toolkit, CollapsiblePanelExtender, Image controls pages loading more than once....
Sunday, September 09, 2007 10:05 PM
Had an issue on a current project where a page was being loaded twice for each request, although it was a little different for each browser. Under IE, this particular page was loaded, then the 'Default.aspx' page in the same directory was loaded. In Firefox, the same page was loaded twice. This was verified by simply placing breakpoints in the Page_Load events... Read More...
Beginning ASP.NET 2.0 AJAX Book is out!
Friday, July 13, 2007 1:12 PM
The past year or so I have been working with a number of excellent co-authors on another book called Beginning ASP.NET 2.0 AJAX and as you can imagine, is solely devoted to the topic of the Microsoft ASP.NET 2.0 AJAX Extensions . Well its out and you can go and grab yourself a copy . You probably want at least 2, perhaps 3 or 4. If you can tear yourself away... Read More...
AJAX Control Toolkit New Release and Orcas
Saturday, March 03, 2007 10:07 PM
A new release of the AJAX Control toolkit has just hit the airwaves. It contains a bunch of fixes in there, as well as some new controls, specifically the ListSearch and Slideshow controls. In addition, all release bits now use compressed javascript files stripped of xml comments and safe whitespace The toolkit is now up to Version 1.0.10301.0 and its one of... Read More...
ASP.NET Podcast #82 - Wally and Me wrap up 2006
Friday, January 12, 2007 11:31 AM
Wally and myself did a podcast that kind of sums up the year of 2006 with respect to what technology we have seen and how the podcast has been doing. Tune in and give us your feedback. ASP.NET Podcast site link http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/01/11/asp-net-podcast-show-82-wally-and-paul-talk-about-2006-and-2007.aspx Subscribe... Read More...
by Glav | with no comments
ASP.NET Podcast - Scott Guthrie Interview
Monday, November 20, 2006 12:32 PM
Its been a little while between podcasts, but I finally got around to interviewing Scott Guthrie and have posted it for your listening pleasure. Direct Download : ( http://www.aspnetpodcast.com/PodcastFiles/ASPNETPodcast20061119-ScottGuInterview.mp3 ) Subscribe (Feed) Link to the podcast site: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2006/11... Read More...
ASP.NET AJAX Beta 2
Wednesday, November 08, 2006 9:57 AM
So AJAX ASP.NET Beta 2 is released. If you are using the AJAX Control toolkit , you will want to grab the latest release set so that it works properly with Beta 2, otherwise, as soon as you install Beta 2, the toolkit will break. Hint : The current release branch of the toolkit works with Beta 2, but if you hold off a little bit, the dev branch will soon be migrated... Read More...
Debugging Javascript on a Live site - Fun and Games
Thursday, November 02, 2006 8:17 AM
I was discussing debugging of Javascript on one of the ASP.NET Ajax forums recently and thought I'd share how I go about it, as you'd be surprised how many people are unaware of this capability. Note: This only discusses getting the debugging process going, not other debugging techniques such as using tools like Fiddler and others... Scenario: A site is experiencing... Read More...
More Posts