danb

1,170
Reputation
337 views

Registered User

Name danb
Member for 1 year
Seen 1 hour ago
Website
Location US
Age 89
I try
Nov
20
awarded  Taxonomist
Nov
18
comment Map a list of strings with JPA/Hibernate annotations
difficult to query effectively like that...
Nov
13
awarded  Popular Question
Nov
5
awarded  Popular Question
Oct
16
comment Bulk insert into SQL Server a CSV with line breaks in fields
won't that cause problems if it doesn't see the last " as the text enclosure?
Oct
16
asked Bulk insert into SQL Server a CSV with line breaks in fields
Oct
9
accepted how to: add keyboard scroll / enter to autosuggest script?
Oct
4
accepted Using MySQL LOAD DATA INFILE with nonprintable character delimiters
Oct
1
awarded  Civic Duty
Sep
30
answered Can I just hand groovy’s markupbuilder a node list?
Sep
30
comment jQuery what is the ‘ui’ in the following example?
is ui.value the value of the slider's starting position and the slider('value') its current value?
Sep
30
accepted Is there a simple way to alphabetize a String Enumeration in Java?
Sep
30
revised how to: add keyboard scroll / enter to autosuggest script?
added more details about rolling your own... ; added 2 characters in body
Sep
30
comment how to: add keyboard scroll / enter to autosuggest script?
I'd really recommend using a library like jquery or prototype as your foundation as you will have to worry about significantly less cross browser issues. and write much less boilerplate
Sep
30
comment how to: add keyboard scroll / enter to autosuggest script?
well... ultimately if you want to roll your own, you'll need to listen for keyboard events and keep track of your position in the list... then on enter key, push the current selected value into the text field. here is a good overview of keyboard event stuff unixpapa.com/js/key.html
Sep
30
comment how to: add keyboard scroll / enter to autosuggest script?
I guess I'm still not understanding your problem... you just want to be able to move up and down the auto-complete list with the arrow keys and then pick the highlighted option with enter? or something else... as the plugin I pointed you at handles that use case.
Sep
30
revised Does the Java API have a data structure to represent hierarchy
adding groovy sales pitch
Sep
30
comment Is there a simple way to alphabetize a String Enumeration in Java?
You just missed the keySet() method... that'll give you something easier to work with... quick demo in my edited answer
Sep
30
revised Is there a simple way to alphabetize a String Enumeration in Java?
added 105 characters in body
Sep
30
comment how to: add keyboard scroll / enter to autosuggest script?
I hear you on the rolling your own thing.. but this is just such a solved problem... kinda boring :)
Sep
30
comment how to: add keyboard scroll / enter to autosuggest script?
that plugin allows keyboard navigation of the autocomplete list... or am i misunderstanding? type b in the first box in the demo and use the down arrow and enter... not what you mean?
Sep
30
comment jQuery UI Dialog
init it outside the click handler...
Sep
30
comment jQuery UI Dialog
I'm not entirely sure.. but do you need to init the dialog with $('.btn_readbio').dialog(); before .dialog('open') will work? haven't played with it myself...
Sep
30
answered how to: add keyboard scroll / enter to autosuggest script?
Sep
30
answered Alternatives to backdooring java access when unit testing.
Sep
30
comment MySQL Query help
what are you getting? those first 2 queries look fine at first glance to me... never tried that alt query style before... but it looks funny to me :)
Sep
30
comment Is there a simple way to alphabetize a String Enumeration in Java?
maybe post some pseudo code or something for clarity...
Sep
30
answered Is there a simple way to alphabetize a String Enumeration in Java?
Sep
30
answered How is javascript evaluated at the target page in an AJAX situation?
Sep
30
answered Does the Java API have a data structure to represent hierarchy
Sep
30
revised Is there a way of passing all the defined variables to a GroovyShell?
add an alternative
Sep
30
answered Is there a way of passing all the defined variables to a GroovyShell?
Sep
30
revised Using MySQL LOAD DATA INFILE with nonprintable character delimiters
fix the tags and some other minor tweaks
Sep
29
answered Using MySQL LOAD DATA INFILE with nonprintable character delimiters
Sep
29
asked Replacing specific non-printable characters in huge files from linux command line
Sep
29
comment Using MySQL LOAD DATA INFILE with nonprintable character delimiters
I was excited for a sec, but it didn't work.. LOAD DATA wants a string literal... I guess I need to pre-process.. thanks
Sep
29
comment Using MySQL LOAD DATA INFILE with nonprintable character delimiters
hah.. tell me about it... sometimes I hate vendors :)
Sep
29
asked Using MySQL LOAD DATA INFILE with nonprintable character delimiters
Sep
21
accepted Problem with JSP tags - Java code as value
Sep
21
answered Can someone show me how to populate the following MySQL table?
Sep
21
answered Problem with JSP tags - Java code as value
Sep
21
comment How do I enumerate the groovy classes in a specific package?
Yeah, that's where I ended up... I was hoping that there was something in the GDK I had missed that addressed this issue... but it doesn't take a whole lot of code to get it done.
Sep
21
answered Are there reasons not to use JSONP for AJA~X requests?
Sep
21
comment Are there reasons not to use JSONP for AJA~X requests?
yeah... sorry.. I was feeling gimmicky
Sep
17
revised How do I make sure my bash script isn’t already running?
fix some caps
Sep
17
asked How do I make sure my bash script isn’t already running?
Sep
14
awarded  
Sep
11
awarded  Tumbleweed
Sep
4
asked How do I enumerate the groovy classes in a specific package?
Aug
20
awarded  Yearling