David Barkol's blog
-
Web Inspector for Safari on Windows
If you've downloaded Safari for Windows and are a looking for a tool similar to Firebug or Nikhil's Web Development Helper, then you might be interested in the WebKit Open Source Project. Within the project is a tool call Web Inspector that performs much of the same tasks as the tools mentioned earlier. To run the tool:
-
We're on .NET Rocks!
A while back, Garbin, Rama and myself did an interview with the .NET Rocks guys. We were given an opportunity to talk about ASP.NET AJAX and our upcoming book. Today, the recording has been released on the site which you can find here. Both Carl and Richard were fun and easy to talk to. Enjoy.
-
MIX07 Session: Extending the Browser Programming Model with Silverlight
There have been a lot of great sessions here at MIX07. To compliment those sessions, there has been some great blog coverage as well. A great post is this one from from Scott Hanselman, that puts things into context quite nicely.
-
ASP.NET AJAX: Client-side event viewer
Often times when an ASP.NET developer is first learning about the page lifecycle, he puts together a simple application that displays the raised events on the page. This widespread technique helps him understand the order in which the events occur, the arguments that are passed along, and ultimately what can and cannot be accomplished during each event.
-
MSDN Webcast Recap: An Introduction to ASP.NET 2.0 Web Parts
First, thank you to everyone who attended the webcast last week on ASP.NET 2.0 Web Parts. During the webcast there were some great questions and I had a fun time doing it. Below are the related links:
-
Upcoming MSDN Webcast: An Introduction to ASP.NET 2.0 Web Parts
This Friday, March 9th at 1pm Pacific time, I'll be presenting an MSDN webcast on Web Parts in ASP.NET 2.0. In addition to a general introduction on what Web Parts are and how developers can effectively use them to build portals, I'm hoping to throw in a little ASP.NET AJAX stuff towards the end.
-
Ajax book: ASP.NET AJAX In Action
Over the past few months I've had the pleasure of working closely with Alessandro 'Garbin' Gallo and Rama Krishna Vavilala on an Ajax book called ASP.NET AJAX In Action. Today, portions of the book become available through Mannings early access program, also known as MEAP. Through MEAP, you can receive early and updated versions of chapters as they become written, polished and eventually released. It also means that you can provide us with your input and feedback, which can influence changes we make to the chapters. We're very excited to share all our hard work and look forward to your feedback.
-
ASP.NET AJAX - Ajax Server Extensions sample
In ASP.NET AJAX, the Ajax Server Extensions consists of a powerful set of server controls that simulate Ajax behavior on the client. In other words, these controls do not perform Ajax in its traditional sense (JavaScript calls to a server and dynamic updates with dhtml) but rather in a different way that gives the same illusion to the end user.