Rob

4,683
Reputation
615 views

Registered User

Name Rob
Member for 1 year
Seen 43 mins ago
Website
Location Salem, MA
Age 25
Scientific application developer working in Cambridge, MA

Currently Developing In/With
  • ASP.NET
  • C#
  • CSS
  • JavaScript
  • Visual Basic .NET
  • Visual Basic for Applications
  • XHTML
  • XML / XSLT
Nov
19
comment prime number in vba excel 2003
Have you tried stepping through the code while watching the locals to see what is going on yet?
Nov
19
answered Downloaded word file displaying incorrectly
Nov
19
revised prime number in vba excel 2003
formatting, tagging
Nov
17
comment RegEx match open tags except XHTML self-contained tags
When are the t-shirts going to be on the market?
Nov
16
comment Storing Record Lock Tokens in ASP.NET
Makes sense, why pessimistic as opposed to optimistic though?
Nov
16
comment Storing Record Lock Tokens in ASP.NET
I was actually considering the same thing with the modification of a user id as well.
Nov
16
revised Storing Record Lock Tokens in ASP.NET
edited tags
Nov
16
comment Storing Record Lock Tokens in ASP.NET
We are using ASP.NET MVC and all of the protocol edits are indeed going to be routed through a single controller.
Nov
16
asked Storing Record Lock Tokens in ASP.NET
Oct
30
accepted Creating a Word doc in C#.NET
Oct
29
revised ASP.NET MVC - pull and populate masterpage contents from database?
added 100 characters in body
Oct
27
awarded  Popular Question
Oct
26
revised ASP.NET to AS/400 Communication Error
token formating, should be a bit easier to read
Oct
20
awarded  Guru
Oct
16
comment What makes you lose motivation?
@Phil - I didn't ask the original question.
Oct
8
answered iPhone SDK on PowerPC?
Oct
8
answered Where can i get free certification online for php, javascript, css etc
Oct
8
revised Where can i get free certification online for php, javascript, css etc
edited tags
Oct
1
comment How do you remove “shared” status from a file in Visual Source Safe?
That did the trick, thanks for the help.
Oct
1
asked How do you remove “shared” status from a file in Visual Source Safe?
Sep
30
comment What interview question weeds out ‘bad’ applicants?
@Jonathan - It would have to be specific to the person and the position that they are interviewing for. For example, a web developer could reasonably be expected to have at least read an article or two about a language such as Ruby on Rails even if they haven't actually used it yet.
Sep
29
revised Code Golf: Lasers
added 1 characters in body
Sep
29
revised Code Golf: Lasers
265 character version
Sep
29
revised Code Golf: Lasers
added 1 characters in body
Sep
29
revised Code Golf: Lasers
More revisions to the code; edited body
Sep
28
comment Code Golf: Lasers
@strager- Just saw your comment, looks like you posted it up while I was updating the code, down to 300 characters. I'll see what I can do with the elimination of Math.abs().
Sep
28
revised Code Golf: Lasers
300 character version
Sep
28
comment Code Golf: Lasers
@LiraNuna - Good point on the indexOf minimization.
Sep
28
revised Code Golf: Lasers
typeo :(
Sep
28
revised How many people actually read “The Art Of Computer Programming” books?
corrected link format
Sep
28
awarded  Nice Answer
Sep
28
revised Code Golf: Lasers
minor updates to the code; edited body
Sep
28
answered Code Golf: Lasers
Sep
23
comment Who owns the code I write?
Voted to close as too localized as this really depends upon what the local laws are and what your employment agreement says.
Sep
23
answered Underestimate and therefore undercharge your clients— what would you do?
Sep
19
revised How to get every character in a string
edited tags
Sep
19
revised How to get every character in a string
added 123 characters in body
Sep
19
answered How to get every character in a string
Sep
19
revised How to get every character in a string
added 1 characters in body; edited tags
Sep
18
revised Send email works locally, but not from remote server
added question, cleaned up code
Sep
16
revised Microsoft Query SQL query question
edited body
Sep
16
revised Microsoft Query SQL query question
deleted 330 characters in body; edited tags; edited title
Sep
16
revised Microsoft Query SQL query question
edited tags
Sep
11
revised Why is the XSLT disable-output-escaping not implemented in Firefox?
deleted 57 characters in body
Sep
11
comment unable to export 5000 rows
Have you tried generating and saving the document on the server then downloading it? That might give you some insight into what is going on.
Sep
11
comment export gridview data
@Eric - You can get them by having Office installed on the same machine. However, it should be noted that running Office on a server generally isn't considered to be a best practice.
Sep
9
comment Algorithm for dividing people into 1-to-1 or 2-to-2 teams
It sounds like this is just a simple round-robin tournament which isn't too hard to code; however, what sort of scoring rules should be used? Is the winner the one with the most wins, or are you using a point system where strength of play comes into account?
Sep
4
revised Coding brain teaser to update an array (language agnostic)
edited tags
Aug
25
comment In XSLT how do you test to see if a variable exists?
This seems to be a good answer to bring to the top as it also provides a better way of doing things if someone else has the same question.
Aug
25
revised Creating a Word doc in C#.NET
Cleaned things up a bit.