davenpcj

1,131
reputation
77 views

Registered User

name davenpcj
member for 1 year
seen yesterday
website
location
age
Nov
10
awarded  Notable Question
Nov
4
comment Properly bind a Windows Forms Datagrid to an array
I usually prefer to write for the broadest audience possible. Since mainstream support ended October 2008, you're probably right. MS continues to support .Net 1.1 until July 2015. But at the time I wrote the question, 1.1 was all I had, and I didn't want to download the 354MB for the 2.0 SDK. Or the entire VS2005 setup.
Nov
1
awarded  Popular Question
Oct
2
answered Best/fastest way to write a parser in c#
Oct
1
comment CSS issue: a:hover not working with IE (css Ninja needed)
I've been trying to find an answer for hover on button elements in IE7 everywhere; and everyone has the same "use javascript" answer I don't like. Adding the HTML 4.0 DTD worked like a champ. Thanks!
Sep
12
revised Javascript + Firebug : “cannot access optimized closure” What does it mean?
removed extraneous "new" keyword
Sep
6
awarded  Yearling
Aug
21
answered Javascript + Firebug : “cannot access optimized closure” What does it mean?
Aug
21
comment Firebug Net Panel Logs
Does work with Firebug 1.4.2 on FF 3.5.2, I was trying to use it to track data transferred by a frame that reloads itself. It didn't work for my purposes, but it did track successive page loads in firefox. HttpWatch did what I wanted, though the output isn't as nice as firebug.
Jul
26
revised Single XMLHTTPRequest object to make multiple requests.
Added caution about reusing XMLHTTP objects in IE
Jul
26
answered Single XMLHTTPRequest object to make multiple requests.
Jul
26
comment Single XMLHTTPRequest object to make multiple requests.
Multiple subsequent requests can be made with a single XMLHTTPRequest object. Though it really is much more reliable to create a new one.
Jul
8
comment How do I create and use a byte array in perl?
From the perldoc on cpan: "Since this module has to pack() for each STORE and unpack() for each FETCH, it is much slower than the native array", so I'm not sure that's much better, even if it is much friendlier than naked pack/unpack.
Jul
2
asked How do I create and use a byte array in perl?
Jun
25
answered Interview Question 101 - Binary Number Interpretation