JS: 10 (or so) Functions I Can’t Live Without
Below are ten JavaScript functions that, over the course of several years, I have found to be indispensable, awesome, and at times life-saving. Read more »
JS: WYSISYG Rich Text Box
Many sites are starting to add rich text boxes, which are text fields that let you create text and alter formatting in a WYSIWYG environment: “What You See Is What You Get”. This basically means a text box that is like a word processor; if you select text and click on the “Bold” button (such as a bold letter B), the text will actually show up in bold.
If such a concept has eluded you, look no further for a detailed tutorial on how to create one. Read more »