bcwood

1,996
Reputation
133 views

Registered User

Name bcwood
Member for 1 year
Seen 1 hour ago
Website
Location Anchorage, Alaska
Age 27
Web developer (primarily .NET, w/ some PHP)
Dec
4
awarded  Popular Question
Dec
2
awarded  Popular Question
Nov
6
answered Database design question. BIT column for deletions
Oct
29
comment Subversion Ignore Pattern not working too well
@manitra that is only correct for the per-project ignore settings. for the global ignore settings, they all just go on one line.
Oct
29
comment Subversion Ignore Pattern not working too well
@manitra is confused. In the ignore settings for each project, you get a different type of dialog and you specify each item on its' own line. You are correct that in the global ignore settings, every just goes on one line space-delimited.
Oct
29
answered Subversion Ignore Pattern not working too well
Sep
29
awarded  Nice Answer
Sep
10
accepted Appropriate pagefile size for SQL Server
Sep
10
answered Appropriate pagefile size for SQL Server
Sep
4
answered iPhone for Intranet
Sep
1
awarded  Notable Question
Aug
28
accepted Cannot get CSS Elements centered
Aug
28
accepted Saving images: files or blobs?
Aug
28
answered Cannot get CSS Elements centered
Aug
28
answered Saving images: files or blobs?
Aug
27
comment How to Make the KeyBoard Disappear while using a UITextView in iPhone
Nope, this is pretty much what we're stuck with. There's a lot about the iPhone SDK that isn't exactly intuitive.
Aug
26
accepted How to Make the KeyBoard Disappear while using a UITextView in iPhone
Aug
26
answered How to Make the KeyBoard Disappear while using a UITextView in iPhone
Aug
23
comment how to notify webserver when user closes the browser (in asp.net) ?
@klabranche but if they navigate away from the current page, the have left the chat application, which might as well be the same as closing their browser.
Aug
22
comment how to notify webserver when user closes the browser (in asp.net) ?
@klabranche, that is incorrect, Session_End does NOT fire when the browser is closed.
Aug
22
comment how to notify webserver when user closes the browser (in asp.net) ?
The problem with this is that your session timeout is typically fairly long (default is 20 minutes in ASP.NET), so it would take up to 20 minutes for the server to be notified that a user had left. Not acceptable for a "real time" chat application.
Aug
22
answered how to notify webserver when user closes the browser (in asp.net) ?
Aug
15
comment version control with private branches?
Yes, Git can be difficult to get working on Windows, but overall the tools have been getting much better lately. I still love the tools that SVN has, and actually use that more than Git. But in many cases, Git can be a great choice.
Aug
14
answered version control with private branches?
Aug
13
answered How to bind a GridView to a list of multiple types?
Aug
11
answered Subversion - should anyone be developing off the trunk?
Aug
6
comment Adding empty string to RadComboBox
This isn't a good solution in many cases, because it also allows a user to enter their own custom text, instead of forcing them to select one of the existing items. I would guess that in most cases, this type of behavior is not wanted.
Aug
6
awarded  Yearling
Jul
23
answered How can I insert a post into wordpress and associate it with a category?
Jul
23
awarded  Commentator
Jul
23
comment any famous book on designing website user interface to recommend ?
I disagree. The basic principles of good UI design never/rarely change. For example, "The Design of Everyday Things" was written in 1988, and while the book is more about usability in general than UI design specifically, the topics that are discussed in the book are every bit as relevant today as they were when the book was written 21 years ago.
Jul
23
accepted Log4Net configuring log level
Jul
22
comment C# - Check datatype of a value via if condtion
oops, you're right - what do I mean, of course you're right, you're Jon Skeet! :)
Jul
22
comment SQL to return list of years since a specific year
How do you propose keeping this dates table up-to-date? Is your application going to crash on January 1 several years down the road because someone forgot to populate it with next year's dates?
Jul
22
answered C# - Check datatype of a value via if condtion
Jul
13
awarded  
Jul
10
answered Useful values to add to error messages .NET
Jul
9
answered Big O question
Jul
8
answered Are there any Open-source iPhone applications around?
Jul
7
revised Counting files in a directory using .Net
edited tags
Jun
30
revised Hidden Features of C#?
added MSDN link for ?? operator
Jun
28
comment C# Set the visibility of a label using the result of String.IsNullOrEmpty
Where does this code reside? Is it in Page_Load(), or somewhere else?
Jun
26
comment I have just installed VS.NET 2003 which left my newer versions (2005/2008) crippled
The same thing has happened to me before, and I was able to do a repair as JaredPar suggests below.
Jun
20
answered How to disable autopostback for a html button?
Jun
17
accepted SSRS 2005 PDF Export Issue
Jun
17
comment SSRS 2005 PDF Export Issue
I'm talking about the size of the layout on the grid in the designer. There should be a ruler across the top of the designer, and you want to make sure that the grid doesn't extend past 7.5".
Jun
17
answered SSRS 2005 PDF Export Issue
Jun
15
revised In SQL, what is the letter after a table name in a select statement?
added 142 characters in body
Jun
15
answered In SQL, what is the letter after a table name in a select statement?