Archive for August, 2007

Nokia’s future User Experience

Here’s a video showing the future Nokia interfaces, there’s a multi-touch pad and of course the touchscreen:

London here we come :)

Me and Dragos Novac have just been qualified for the Seedcamp finals held next week in London, UK.

Take a look who’s coming, we’re going meet people like Niklas Zennstrom or Michael Arrington.

New SqlDataSource

I want an SqlDataSource that automatically generates the command queries having as parameters some high-level stuff like the table name, some filter conditions etc. It’s 2007 and I am concatenating strings for an SQL query.

Just as I get some spare time I’ll write it.

seedcamp shortlist

Urbee was shortlisted for Seedcamp, we’ve just had the interview, results are in tomorrow.

A blast from the past

Any resemblances?

1973-era flowchart:

ASP.NET rants

One thing I hate about SqlDataSource + GridView / DetailsView is the lack of partial updates, why the hell do I need to maintain the values for all the fields in a record so they all get updated, it’s a nonsense. Presuming you have user roles, guess what, I can’t hide the fields users aren’t supposed to see as they get NULL’ed in the database when the record is updated :( .

Programming attitudes

- Enterprise Architect

-

Nokia Accessories

Did you know that Nokia has some fashionable or high-tech accessories, exciting and disruptive as Nokia has always been:

Nokia Fashion Jewelry Collection

Nokia Digital Pen

Simply write on paper with this pen and it will save an image of what you’ve written, image that you can get it on your mobile via Bluetooth.

Response.Redirect ThreadAbortException

Response.Redirect, in an attempt to mimic the old ASP behavior of stopping execution of the current page at the moment it is reached, raises a ThreadAbortException that is then catched by ASP.NET that performs the redirection. This is certainly overkill, just pass false as the second parameter and then be careful to exit the current function.

infoweekly

Mihai Pătraşcu, one of the most promising researchers in algorithms and data structures I know has recently started a blog: infoweekly.