Archives
-
Internet Explorer 7 New Beta 3 available now
Following comments from beta testers Microsoft has released a new Beta 3 for IE 7.
-
[ASP.NET 1.x] Storing ViewState in Session State
A very good tip from MSDN magazine (July 2006). If you want to keep your ASP.NET pages lighter why not keeping lengthy ViewState in memory instead of the page.
-
WinFS is dead
Well according to the WinFS Team themselves, what was supposed to be the new milestone of file storage for Vista seems to be dumped as a whole project.
"... These changes do mean that we are not pursuing a separate delivery of WinFS, including the previously planned Beta 2 release. With most of our effort now working towards productizing mature aspects of the WinFS project into SQL and ADO.NET, we do not need to deliver a separate WinFS offering. ..." -
My new pet project
Look what I developed in two weeks, thanks to .Net (1.1) and Ajax!
-
Fixed Headers in large HTML Tables
Thanks to Karin Huber for this nifty Javascript code to fix the headers of any table.
-
Fixing the Back Button and Enabling Bookmarking for AJAX Apps
I didn't post too much lately because I am quite busy on a challenging website using Ajax and .Net 1.1.
-
Building a Pagination System with AJAX
You know how to use AJAX to pull rows from a database, but do you know how to create an AJAX-based system to organize the records neatly into pages? You'll know how to do that by the end of this series! This first article shows you how to build the user interface.
-
.Net 3.0 = .Net 2.0 + WinFx or is it another f*** marketing stunt??
It seems that the naming department in Microsoft has gone crazy in a matter of months. Or maybe nobody is really in charge anymore!
-
NewsGator for Windows Mobile Beta Now Available
A little less than three months ago, Newsgator announced a couple of new mobile RSS readers that were in the works. One of them was a reader for Windows Mobile devices called SmartRead, which was under development by Kevin Cawley. Now christened NewsGator for Windows Mobile Devices, the product has entered public beta, and is available for download here.
-
Architect talk meeting tonight cancelled
Christian Weyer's talk in Dublin this evening has been cancelled. Unfortunately, Christian has come down with a serious flu bug and can't travel. He sends his apologies and promises that he will be back over soon to Ireland to deliver this talk.
-
Robert Scoble leaving Microsoft
So it's official, just read the confirmation from Robert himself, he's leaving Microsoft for a startup Podtech.net. Funny to see that the blog world was faster than him to report on his new career move.
-
vPIP - Videos Playing in Place
If you're looking for some cool ways to embed your videos in a webpage, Enric has created an interesting Javascript library vPIP
-
I tried Google Spreadsheets and no I don't see the point
I received this morning from Google an invitation to try Google Spreadsheets.
-
[Ajax] Avoid the cache effect in Internet Explorer
This is a note for myself but it could be useful for anybody writing some Ajax calls.
-
Ajax is it really worth the pain?
I write this post in a middle of an intense Ajax coding experience and feel it's time to give some thoughts on the rocky journey.