
(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 2009 | on time. | 1. button | Border 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 2009 | on time. | 2. radio button | In 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 2009 | on 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 2009 | 27 april 2009 | 4. select | I am pretty happy with this as it stands. Improvements: The ability to select an item and then change your mind. |
| text input. | 26 march 2009 | 24 april 2009 | 5. text input | basic. will add text if user clicks on text or box. |
| password input. | 26 march 2009 | 26 april 2009 | 6. password input | text input served as great foundation. |
| textarea. | 26 march 2009 | 26 april 2009 | 7. textarea | One 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.