606 reputation
29
bio website stackexchange.com/users/…
location Norway
age 37
visits member for 2 years, 3 months
seen Apr 24 at 7:22
stats profile views 23

I am a Software Consultant.

My StackFlare

I am interrested in .NET programming (C#, VB), web programming (ASP.NET, Javascript) and GUI design.


Apr
2
answered A Web Enabled Desktop App
Mar
8
comment Why do light switches find themselves OUTSIDE the room they light up in some European countries?
@Macros: For bathrooms, it's a security issue, as wet environment have higher risk of short-circuiting if not appropriate isolated. Switches are hard to isolate properly, because there are moving parts involved.
Mar
5
revised What is the best way to order items on an admin page?
deleted 7 characters in body
Mar
2
revised Save icon, is the floppy disk icon dead?
added 18 characters in body
Jan
26
awarded  Yearling
Nov
11
answered Treatment of disallowed HTML tags in forum posts
Nov
6
awarded  Quorum
Oct
10
revised Which date format to use?
Emphasized conclusion answers.
Oct
7
comment Which date format to use?
@JohnGB: OK, I have removed my references to reading client locale settings.
Oct
7
revised Which date format to use?
Edited to remove references to users locale settings, as questions specifies "you don't know their preferred format"
Oct
7
comment Save icon, is the floppy disk icon dead?
No. The floppy disk itself is dead, but not the floppy disk icon representing save.
Oct
7
revised Which date format to use?
Added answer to "Which is better"
Oct
7
answered Which date format to use?
Oct
7
comment What icon to use for archive and for restore?
@RogerAttrill: An arrow out of the archive is quite clear to me that it doesn't mean delete. A traditional "open" icon is often a folder with an arrow out of it, but you never think of it as "delte from folder", right?
Oct
6
comment What are the common idioms for the drop portion of a drag and drop operation?
o-oh... broken picture :(
Oct
5
comment How can the classic footer elements be integrated into an infinite scrolling layout?
The ability to link to a specific position can be solved by permalinks, as you have for each answer on all the SE sites (the "link" under each answer).
Oct
5
answered Should people be able to change their usernames?
Oct
5
awarded  Commentator
Oct
5
comment How should the Global Network Auto-Login on SE work?
I think this is answered as appropiate to your question at MSO. It is even explained why it is like it is, and that your request is declined.
Sep
2
comment How do you use an icon to represent 'click once' (not twice)
Just note that the "hand" cursor is declared in css as cursor:pointer;. Do not use cursor:hand;, as this is not standard, and supported by only some browsers.