How to make back, forward and reload work in Ajax-based apps

Wednesday, July 16th, 2008

With Ajax apps getting more and more popular, there's often the question of the browsers own controls working or not in the app in question. If you hit reload, you might end up back on the start page of the application, if you hit back.. who knows. I think this is ...

Put Excel on the net with ASP.NET

Wednesday, June 18th, 2008

Remember when I introduced the idea of cloning Google Spreadsheets with ASP.NET using Excel? Well, it turns out to be a perfectly feasible task, and I have a working prototype too!

Getting rid of Ajax development nuisances

Wednesday, December 12th, 2007

Everyone who has worked with Ajax probably knows how annoying it used to be sometimes to get the code working in some browsers (*coughiecough*) This thing is now mostly a thing of the past, thanks to various great JavaScript libraries/frameworks providing excellent Ajax-functionality. There's another thing too, though. A lot of people ...