Bryan Denny

3,214
Reputation
256 views

Registered User

Name Bryan Denny
Member for 1 year
Seen 2 days ago
Website
Location US
Age 22
Currently web (C#/ASP.NET) programmer for a printing business.

Former computer science college student with a strong background in Java and PHP.
2d
awarded  Tumbleweed
Nov
23
awarded  Notable Question
Nov
21
awarded  Stellar Question
Nov
19
revised Is it possible to stream to an Android phone with Microsoft Media Server?
edited tags
Nov
19
revised Is it possible to stream to an Android phone with Microsoft Media Server?
added 5 characters in body
Nov
18
asked Is it possible to stream to an Android phone with Microsoft Media Server?
Nov
17
awarded  Good Question
Nov
16
awarded  Popular Question
Nov
6
awarded  Popular Question
Nov
5
awarded  Nice Question
Oct
16
awarded  Popular Question
Oct
8
revised How good is this representation of a context free grammar for a parser?
added 377 characters in body
Oct
6
awarded  Notable Question
Sep
24
revised What is the best way to do unit testing for ASP.NET 2.0 web pages (C#)?
edited tags; edited title
Sep
18
awarded  Popular Question
Sep
15
revised How to create sockets in javascript …
added 49 characters in body
Sep
15
answered How to create sockets in javascript …
Sep
11
comment How can I check for available disk space?
Ah okay, I missed the ManagementScope, this should work for me then. I'll give it a try
Sep
11
revised How can I check for available disk space?
added 4 characters in body
Sep
11
comment How can I check for available disk space?
This works for the machine that is executing the code, but what about for a remote server?
Sep
11
comment How can I check for available disk space?
This works for the machine that is executing the code, but what about for a remote server?
Sep
11
answered How can I check for available disk space?
Sep
11
asked How can I check for available disk space?
Sep
9
awarded  Notable Question
Sep
3
comment Error in Java Expression
What are the types of the variables?
Sep
2
accepted ASP.NET Update Panel stops jquery from working
Sep
1
revised My master page has empty space on the bottom and right side. Can I “center” my master page and set a background image?
added 7 characters in body
Sep
1
revised My master page has empty space on the bottom and right side. Can I “center” my master page and set a background image?
added 258 characters in body
Sep
1
answered My master page has empty space on the bottom and right side. Can I “center” my master page and set a background image?
Aug
28
answered Is it acceptable to make external links target=”_blank”?
Aug
27
accepted Help with Regex?
Aug
27
answered Help with Regex?
Aug
24
awarded  Notable Question
Aug
20
comment Is there any way to have persistent (regardless of how small) client-side storage via the web?
Well cookies == writing to a user's disk, and I don't know how you are going to avoid writing to a user's disk AND somehow save state on the client's machine. People are scared enough of enabling cookies, good luck allowing them write access to their machine.
Aug
20
revised Is there any way to have persistent (regardless of how small) client-side storage via the web?
added 15 characters in body
Aug
20
comment Is there any way to have persistent (regardless of how small) client-side storage via the web?
Then use a session. Each page load will check the session to see if they are still authenticated or not. Session does not leave server side.
Aug
20
comment Is there any way to have persistent (regardless of how small) client-side storage via the web?
Do you mean server side? Why even let the client store it when you can keep it on the server?
Aug
20
answered Is there any way to have persistent (regardless of how small) client-side storage via the web?
Aug
20
comment How do I fill a dropdownlist on mouse event with jQuery?
State is hard to keep track of because there could be 10-20+ of these drop down lists, which are dynamically created as the user adds more rows to the form (each row has a unique version of this drop down list). Every time they select an item in one of these drop down lists, it affects the items in another (one or more) drop down lists. For better performance, we only update the one they are interacting with (so they don't have to wait as it fills other drop down lists that they may or may not interact with).
Aug
20
comment How do I fill a dropdownlist on mouse event with jQuery?
I tried onClick. The problem with it is that everytime you click an item in the drop down list it will call the generate the dropdownlist again.
Aug
20
asked How do I fill a dropdownlist on mouse event with jQuery?
Aug
19
asked System.IO.Exception error: “The requested operation cannot be performed on a file with a user-mapped section open.”
Aug
19
revised In java: Take snapshot of a directory and restore it
added 296 characters in body
Aug
19
revised In java: Take snapshot of a directory and restore it
edited body
Aug
19
revised In java: Take snapshot of a directory and restore it
added 124 characters in body
Aug
19
answered In java: Take snapshot of a directory and restore it
Aug
19
comment Running IE6, IE7, and IE8 on the same machine
Although this tool is nice, it has some limitations. I had issues with Uploadify not working in IE6/IE7 with IETester, but Uploadify worked just fine in Virtual/Real machines.
Aug
17
answered jQuery Change picture on link click (matching with the same number in id)
Aug
15
awarded  Popular Question
Aug
14
answered How can I pull in my BlogSpot page into a page on my web site