The Holy Grail of Webdesign

…. is almost live : http://psdbreaker.com.

Provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified

I recently got the dreadful error when starting the website, even if the database connection string was more than correct and it worked in sql management studio. If you’ve tried anything else without success of getting your website started, and you use SQL Server-backed session persistance, be sure to also check for the sessionState connection string...

Nokia Friend View

Similar to Jaiku and Google Latitude: Friend View from Nokia. (thanks, Tase!)

John Carmack on iPhone Development

Wolfenstein 3D for iPhone is out, here are John Carmack’s comments.

Digi Cafe Awards

Yey both Coolio and Urbee won prizes at last night’s Digi Cafe Awards, Urbee even won the big prize!

Exceptions when DataBinding

A really annoying thing if you use the DataSourceID databinding is that you can’t identify the control that throws the exception, the only thing that you get is an ID-less stacktrace and the debugger doesn’t break at all …

Cool New Projects in .ro

HeYo and Redesignme. Good luck!

DigiCafe tonight

Don’t forget about the first DigiCafe meeting, tonight @ Loggia, 18:30. Be there!

Remove Javascript Property

Or how do you remove an element from an associative array( an Object actually) – I really did not know, it’s delete lastids[room].

Comet Long Polling on IIS

I can’t get it to work, the IIS server stops responding after a short number of connections that are in an open state. Also researching the safest way – writing a Windows Service for WCF hosting, the Comet server will run on port 81 though.