Dr Dork

1,625
reputation
163 views

Registered User

name Dr Dork
member for 1 year
seen Dec 10 at 21:58
website
location
age
Dec
11
awarded  Popular Question
Dec
10
revised Code-Profiling non-standard languages (like VBS2 script)
added 13 characters in body
Dec
10
asked Code-Profiling non-standard languages (like VBS2 script)
Dec
2
comment Quickest way to pass data to a popup window I created using window.open()?
worked great, thank you!
Dec
2
asked Quickest way to pass data to a popup window I created using window.open()?
Dec
1
comment how can I get yesterdays date in unix format in javascript?
thank you, worked great!
Dec
1
asked how can I get yesterdays date in unix format in javascript?
Dec
1
comment How do I pass the image object into the onclick function being assigned to it?
thanks Jose! that worked great :)
Dec
1
asked How do I pass the image object into the onclick function being assigned to it?
Dec
1
asked How can I make my Java Servlet class handle SAXException’s?
Dec
1
comment Quickest way to convert XML to JSON in Java
great! i'll look into it, thanks so much!
Dec
1
comment Quickest way to convert XML to JSON in Java
i can't use XML directly due to a requirement in the spec, but i agree with you. thanks!
Dec
1
asked Quickest way to convert XML to JSON in Java
Nov
21
comment whats a good tool for finding syntax errors in my javascript code?
thanks, i'll try it out!
Nov
21
asked whats a good tool for finding syntax errors in my javascript code?
Nov
20
revised Error received when attempting to load XSLT generated XHTML
added 60 characters in body
Nov
20
asked Error received when attempting to load XSLT generated XHTML
Nov
20
comment Simple XSLT Question: How can I add the closing “/” at the end of a single tag?
thanks! i was getting an that said "The server did not understand the request, or the request was invalid. Error processing resource 'w3.org/TR/xhtml1/…;. So I removed the doctype-system attribute and now it fixed the problem with omitting the '/', but now I'm receiving an error on line 2 of the output XHTML "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" that says "Required white space was missing". Your thoughts? Thanks again for your help!
Nov
20
revised Quick question, how can I display my XSL code in a browser
added 192 characters in body; added 1 characters in body
Nov
20
revised Simple XSLT Question: How can I add the closing “/” at the end of a single tag?
added 80 characters in body
Nov
20
asked Simple XSLT Question: How can I add the closing “/” at the end of a single tag?
Nov
20
comment Why does this XSLT code add a new line?
thank you, that worked!
Nov
19
comment Why does this XSLT code add a new line?
you'd think so, but i still have a new line. i must be missing something. with that and the strip-space, i'm still getting a new line. anyhow, i'll keep pounding on it, thanks for your help!
Nov
19
comment Why does this XSLT code add a new line?
@Rashmi Are you using the transformNode() function in IE to apply your stylesheet?
Nov
19
asked Why does this XSLT code add a new line?
Nov
18
asked Quick question, how can I display my XSL code in a browser
Nov
17
awarded  Popular Question
Nov
1
comment Why doesn’t the match operator match anything?
learning a lot! thanks again :)
Nov
1
comment Why doesn’t the match operator match anything?
perfect! the "\s" was causing the problem. thanks so much! why is that"\s" problematic?
Nov
1
comment Why doesn’t the match operator match anything?
hmmm...that didn't seem to make a difference.
Nov
1
asked Why doesn’t the match operator match anything?
Nov
1
comment Why doesn’t my Perl match operator match anything?
learning a lot! thanks so much!
Nov
1
comment Why doesn’t my Perl match operator match anything?
thanks, Ivan, i just updated my code to show a bit more.
Nov
1
revised Why doesn’t my Perl match operator match anything?
added 92 characters in body
Nov
1
asked Why doesn’t my Perl match operator match anything?
Oct
22
comment I’m new to Perl and have a few regex questions
thank you very much!
Oct
22
asked I’m new to Perl and have a few regex questions
Oct
6
asked Javascript variable scope question
Oct
2
awarded  Popular Question
Oct
1
awarded  Notable Question
Sep
24
comment Why does my embedded youtube video work in FF, but not IE?
that did it, thanks so much!
Sep
24
asked Why does my embedded youtube video work in FF, but not IE?
Sep
23
comment Why does this Javascript DOM code only workin FF, but not IE?
wow, thanks for breaking it down for me!
Sep
23
comment Why does this Javascript DOM code only workin FF, but not IE?
thanks! i'll give that a try.
Sep
23
asked Why does this Javascript DOM code only workin FF, but not IE?
Sep
22
comment Are CSS styles applied to markup that is added after the page loads?
thank you much!
Sep
22
comment Are CSS styles applied to markup that is added after the page loads?
thank you much!
Sep
22
comment Are CSS styles applied to markup that is added after the page loads?
that fixed it, thank you!
Sep
22
asked Are CSS styles applied to markup that is added after the page loads?
Sep
22
comment Why does this javascript code prevent my browser from ever loading?
ok, i added the strict doctype and that seemed to make a big difference, but my page still loads forever...i'll keep messing around with it. thanks again!