Michael Pryor

4,613
Reputation
1773 views

Registered User

Name Michael Pryor
Member for 1 year
Seen yesterday
Website
Location New York
Age 33
CFO Fog Creek Software Inc. CFO Stackoverflow.com LLC
2d
awarded  Popular Question
Dec
1
revised INSERT INTO a table from another table, but with the correct user ID for each comment a user adds.
deleted 5 characters in body
Oct
15
awarded  Notable Question
Sep
30
comment What’s the recommended way to start using types from a returned DataRow in C#?
int? i = 3; int x = i + 5; won't work? Weird! Never knew that.
Sep
16
revised Why does this sql code give error 1066 (Not unique table/alias: ‘user’)?
grammar
Sep
15
awarded  Stellar Question
Sep
4
comment What’s the recommended way to start using types from a returned DataRow in C#?
What happens if you call int i = dr.Field<int>("someintcolumn"); and the row is null?
Sep
4
comment What’s the recommended way to start using types from a returned DataRow in C#?
Is there a shortcut to getting (int?) to work. I'm thinking something like int?.TryParse(dr["some"]) ? (int?)dr["some"] : null
Sep
4
comment What’s the recommended way to start using types from a returned DataRow in C#?
I'm stuck. Thanks :)
Sep
4
asked What’s the recommended way to start using types from a returned DataRow in C#?
Sep
4
accepted Is it possible to add a flash video on a fogbugz wiki page
Sep
2
answered Is it possible to add a flash video on a fogbugz wiki page
Aug
28
comment Where is the fogbugz connection string?
Please accept an answer to this question. Thanks!
Aug
28
comment FogBugz - What is the url of Repository when using TortoiseSVN?
Hi, I think I responded to your email the other day, but can you please point out where it's misleading on the website? This is the first time as far as I know that anyone has ever contacted us expecting us to offer subversion hosting.
Aug
26
awarded  Popular Question
Aug
21
revised In PHP, how can I get the Outer XML from a DOMNode?
added 24 characters in body; edited title
Aug
7
comment Can fogbugz track case dependencies?
@adambox Actually you can do this now with the backlog plugin by just assigning an order to your cases. next in the order is the one you work on next.
Aug
6
asked How can I do server side pagination of results in SQL Server 2000?
Aug
5
revised Is there any crash course for FogBUGZ?
added 145 characters in body
Aug
5
awarded  Yearling
Aug
3
revised Screenshot Taking Tools
pricing and freshlog addition
Jul
28
awarded  Popular Question
Jul
23
comment classic asp connecting to access database, file not found
see my recent edit about the named dsn.
Jul
23
answered classic asp connecting to access database, file not found
Jul
21
awarded  Notable Question
Jul
20
revised Ways to prepare your mind before coding?
added 1 characters in body
Jul
15
comment Downloading mail from hotmail
post some of the source code you are using to talk to the server...
Jul
13
comment Difficulty with BugzScout.net from behind a proxy.
Did you ever figure this out? email me at firstname at fogcreek
Jul
13
awarded  Popular Question
Jul
2
comment Why do People use Visual Basic Anymore?
Why do People capitalize their Questions so Strangely? jk :)
Jul
2
answered Why do People use Visual Basic Anymore?
Jul
1
comment iPhone: Logging to a file
updated my answer to be more efficient. that forum post i reference has all the info you need.
Jul
1
revised iPhone: Logging to a file
added 26 characters in body
Jul
1
answered iPhone: Logging to a file
Jun
29
comment How do I replace a text box with a drop down populate by web service in fogbugz using greasemonkey script?
Huh, what are you talking about?
Jun
27
answered How do I replace a text box with a drop down populate by web service in fogbugz using greasemonkey script?
Jun
23
revised Evaluate dice rolling notation strings
edited tags
Jun
16
accepted Cross project issues in fogbugz?
Jun
15
answered Cross project issues in fogbugz?
Jun
15
comment Tax on non-us iphone developer
As I said, "Apparently you can also just "enter nine zeros (000000000) in the space provided in section 6."
Jun
12
comment ASP.NET MVC Routing vs. Reserved Filenames in Windows
I like how you DOS'd yourself.
Jun
12
answered Pin fogbugz tab in visual studio
Jun
11
revised In PHP, how can I get the Outer XML from a DOMNode?
added 417 characters in body
Jun
11
comment In PHP, how can I get the Outer XML from a DOMNode?
No, I have a DOMNode (a subnode of the DOMDocument) and I need to extract out the InnerXML...
Jun
11
asked In PHP, how can I get the Outer XML from a DOMNode?
Jun
11
comment Tax on non-us iphone developer
Just vote to reopen after the close weenies close it
Jun
11
answered Tax on non-us iphone developer
Jun
11
revised Tax on non-us iphone developer
grammar
Jun
11
comment How to update another table with the most recent data in SQL?
I don't think that's the answer. b.f3 is NULL for every row. He wants to grab the row with the MAX(c.f3)