Glavs Blog
The dotDude of .Net
-
ASP.NET Podcast - Scott Guthrie Interview
Its been a little while between podcasts, but I finally got around to interviewing Scott Guthrie and have posted it for your listening pleasure.
-
Photsynth demo - ready for you to try
I have seen an application called Photsynth talked about and demo’ed in various ways in the past few months, but now there is a way you can play with it yourself.
-
The promised interview . . . .
During TechEd2006 in Australia (held in August), I was supposed to interview Scott Guthrie but unfortunately it did not pan out (Scott was fully booked and a little ill at the time). I did get interviews with Jorke Odolphi, George Moore, and Eric Deily though.
-
Using blogmailr
So Rob Howard has announced blogmailr, and I used it for the first time to do my last post. Its pretty cool as one of my most used clients is Outlook, and I can use it to blog which makes me happy. Although, being the lazy, forgetful person I am, I need to make things even easier.
-
ASP.NET AJAX Beta 2
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.
-
Debugging Javascript on a Live site - Fun and Games
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.
-
Secure TextBox Updated
There has been quite some interest in my SecureTextBox control that I developed. Basically it offers textual entry via a standard textbox, but uses the SecureString as its internal storage. Typically aimed at entering passwords and similar secure information on a windows form.
-
More on ASP.NET AJAX Web Service Proxies
Previously, I posted about the difference between the proxies generated by the earlier CTP release, and the current Beta 1 release.
-
VS2005, Project files and Assembly References
In a project I am working with, I was migrating some projects from V1.1 to V2.0 of .Net, compiling and building all very happily, until another developer grabbed the latest code from source safe and found that a bunch of assembly references were invalid and therefore the project could not build.
-
ASP.NET AJAX Web Service Proxies
You have no doubt seen the multitude of posts talking about some of the many changes in the beta release of the ASP.NET AJAX libraries compared to the CTP releases.