Craig

918
Reputation
90 views

Registered User

Name Craig
Member for 1 year
Seen 3 hours ago
Website
Location États-Unis d'Amérique
Age 28
I can take apart the remote control and I can almost put it back together.
Nov
25
comment Ultra simple version control
Yeah SharePoint is probably the best bet for people used to working with office documents.
Nov
23
comment Worst UI You’ve Ever Used
What, no "Reset" button?
Nov
17
awarded  Popular Question
Oct
16
comment Web based method to determine if an iPhone is connected via 3G or Wifi
Seems like what you really need is a way to test their bandwidth, not necessarily whether they're on 3G or WiFi.
Oct
7
comment How to upgrade a password storage scheme (change hashing-algorithm)
You could also have the login process "upgrade" the password to the new hashing algorithm, assuming you have access to the cleartext password at that time.
Sep
30
awarded  Commentator
Sep
30
comment Namespace being automatically imported
If it's an asp.net web application (as opposed to web site) then it definitely is in a namespace. You can right-click->properties on the web project to see.
Sep
26
comment Best practices for C# GUI naming conventions?
That MS support article only lists VB4/VB6 languages in the "Applies To" at the end. Maybe not the best reference for modern .NET development.
Sep
26
comment Best practices for C# GUI naming conventions?
Personally I name a textbox for what it's for: name, username, password, etc. Unless it collides with some class member, then add a suffix like: nameTextBox or nameInput.
Sep
26
answered Best practices for C# GUI naming conventions?
Sep
26
comment Best practices for C# GUI naming conventions?
+1 for linking Microsoft's .NET naming recommendations.
Sep
26
answered How to define a good convention for css?
Sep
21
comment Resharper problem with unit tests
Yeah I'm having this same problem with ReSharper 4.5.1274.1 in VS2005. Very annoying. Used to work fine with version 4.5.1231.7.
Sep
19
comment How to diagnose computer hardware without booting?
This should probably be on SuperUser.
Sep
4
awarded  Autobiographer
Aug
20
awarded  Yearling