Archives
-
View In Browser
I have been developing in ASP.NET since the beginning. I have been training in Visual Studio since I can remember. I have learned many keyboard shortcuts over the years. I cannot believe it has taken me this long to discover a keyboard shortcut for one of the most common tasks I do - View In Browser. If you have not stumbled across it yet, it is [Ctrl]-[Shift]-[W].
-
Book Review: Silverlight 1.0 (Wrox)
Yesterday I got my copy of Silverlight 1.0 published by Wrox, authored by Devin Rader, Jason Beres, J. Ambrose Little, and Grant Hinkson.
-
ASP.NET AJAX Class in Dallas, Texas
I am returning to Phoenix today after teaching ASP.NET AJAX in Dallas, Texas. Thanks to everyone who attended the class!
-
Writing Technical Content
I just read a blog post from Jeff Putz on "Why you should (or shouldn't) write a programming book".
-
Silverlight Plugin Unable to do Height Percentage in Firefox
I recently published a video on resizing Silverlight controls. I just observed an odd behavior in the Firefox browser when setting the height of the plugin to any percentage (10%, 50%, 100%). I can set the width to 100%, as the screenshot below indicates:
-
Video: The Effect of Resizing on Silverlight Controls
-
Jaiku
My Jaiku landing page is http://palermo4.jaiku.com/
-
Create An Application To Test XAML Dynamically
My first Silverlight video is now available at the Silverlight.net site.
-
HttpRequest Using IsAjax & IsJson Extension Methods
Although the ScriptManager has a property named IsInAsyncPostBack to determine an AJAX call, the control is scoped to the page it is contained in. If writing code in a custom HTTP module, what if I need to know in the BeginRequest event whether the current request is AJAX or JSON?