2
votes
3answers
66 views
HTML <br /> inside a Select Box
I would like to know if there is anyway I can divide an item on two line inside a select box.
One of the values of my select box is two long to fit in my div.
0
votes
2answers
21 views
How to remove odd border from value part of input element in Safari?
If you have a look at this pic - http://twitpic.com/q0a6p - you can see a strange issue with an outline around the text element of a input tag in a form. (on the right, it is being …
1
vote
2answers
29 views
Make search input to filter through list Jquery
Hey, I am trying to create a search field that will filter or show/hide(which ever is best) the list elements based on what the user typed in and clicked the search button. I have …
0
votes
3answers
24 views
where can I find graph input resources/files?
Hi!
I want to test various algorithms on graphs.
Does anyone know a web where I can get lots of examples in text files?
I've found many examples but they are always images. I want …
0
votes
7answers
250 views
Detect if any key is pressed in C# (not A, B, but any)
Hi,
[EDIT 3]
I kind of "solved it" by at using the "strange" version. At least for the most important keys. It is suffient for my case, where I want to check that ALT and ALT+A ar …
0
votes
4answers
51 views
PHP filter string input, cut off all newlines, 1 chars.
I'm writing in PHP!
There's a user string input, and I want to cut off all newlines,1 chars that are more than 1 in a row (avoid <br /><br />...).
example:
I am a
…
0
votes
6answers
71 views
Make an <input type=”text” /> only numbers are input-able?
<input type="text" id="target" />
How to do it with jQuery?
0
votes
1answer
59 views
is there a max size to the length of a hidden input in html?
in other words:
<input type="hidden" value="Can I put as much as I want in here, or is there a limit?" />
and if so, what is it?
0
votes
4answers
85 views
Java JTextField with input hint
I would like to add a hint value to my JTextField. It should look like Firefox rendering of <input type="text" title="bla">. This creates a edit field with the text 'bla' in …
0
votes
1answer
84 views
OPENGL Keyboard Camera Controls
Hey guys, I have been following this tutorial series for OpenGL: GLUT
http://www.lighthouse3d.com/opengl/glut/
I have reached the stage of implementing camera controls using the …
2
votes
3answers
45 views
php Input field coming across as Integer
EDIT 2:
After writing up an incredibly long explanation in more detail I, of course, discovered my problem and it had nothing to do with the question I asked.
It was caused because …
0
votes
3answers
41 views
How to show file path in <input type=”file” />?
I tried <input type="file" value="path..." /> but not working.
How to fix?
0
votes
4answers
91 views
Input from 4 different mice
I need to build a simple app that takes (click only) input from 4 USB mice connected in addition to the built-in touchpad on a notebook. My preferred operating system for this setu …
1
vote
1answer
133 views
specifying date format when using $form->inputs() in CakePHP
hi all,
I am wondering if there is a way to specify the date format in the forms created using CakePHP's $form->inputs(); Please note that this is not the individual $form->input …
0
votes
1answer
67 views
HTML text input event
I have a form, and want to disable/enable its submit button depending on whether the form's input text fields are empty or have had text entered into them.
I think this means havi …
