Languages

Information


Change this site!


Select Style:
-->

(This requires the SVG plugin.)

This is the master table for Brie A. Gordon's widgets.

widget name. due date. date completed. link to my SVG widget. notes/hints/improvements
button.19 march 2009on time. 1. buttonBorder changes color onmouseover to indicate to user that the button is activated. Button becomes dark gray onmousedown to indicate to user that the button has been pushed. Button returns to original color onmouseup to indicate to user that the button is no longer being pushed. Behavior is the same whether user clicks on the rectangle or the text. Works in IE, FF. :-).
radio buttons.19 march 2009on time.2. radio buttonIn order to prevent confusion, the user can not select the text next to the radio button. This was accomplished using pointer-events.
check boxes.19 march 2009on time.3. check boxes.created each box manually instead of through script. it's not a lot of boxes and I understand it better. used modulus to determine when to check or uncheck the box.
selection.19 march 200927 april 20094. selectI am pretty happy with this as it stands. Improvements: The ability to select an item and then change your mind.
text input.26 march 200924 april 20095. text inputbasic. will add text if user clicks on text or box.
password input.26 march 200926 april 20096. password inputtext input served as great foundation.
textarea.26 march 200926 april 20097. textareaOne of my favorites. It's only a few lines but I could extend it indefinitely. Cuts lines even if it's in the middle of a word.

Disclaimer
I do not write in any languages that require compilation.