This question was sent in by Edwin.
To clarify, I believe Edwin is asking about these JavaScript scripts you can use on website which turn regular <textarea>s into more robust editing environments. You’ll recognize one in use right here on CSS-Tricks:

I like editors like this, especially in WordPress comment forms. WordPress allows commentors to use HTML tags in their comments, like <strong>, <em>, and <a href=â€"> tags. That’s nice, but not all commentors may feel comfortable using tags like that. Instead users may just select text and press buttons just like they are accustomed to doing in something like Microsoft Word.
I’m using the wmd editor in my comment area on CSS-Tricks, which isn’t exactly a WYSIWYG (What You See Is What You Get) editor, but as they put it, a WYSISYM (What You See Is What You Mean) editor. The difference is that wmd uses the “markdown†language inside the actual text area. Markdown is simple conventions like surrounding a word with asterisks (*) to emphasis it. Behind the scenes, those asterisks are converted into actual <em> tags. There are similar conventions for bold text, links, code samples and quotes. That’s about all I need on CSS-Tricks!
So the reason I chose the wmd-editor is:
- Very easy to install. One line of code to link to self-hosted script and that’s it.
- Very easy to customize. Get rid of those buttons I didn’t need.
- Provides live comment preview, so people can see what their comment will look like before posting.
The wmd-editor isn’t the most popular editor on the block. There are far more robust systems out there you may want to look into if you need more power. Check out tinyMCE and FCKeditor.

On October 19, NASA will launch the IBEX, or Interstellar Boundary Explorer, into a 130 mile earth orbit to begin mapping the very edge of our solar system. This region of space, also known by the kick ass scientific name "termination shock," is rife with mystery. Only the Voyager 1 and 2 spacecraft have ventured there, but they weren't armed with the right kind of tech to adequately catalog what's going on at the point where our solar system meets outer space. IBEX is, and from its orbit around our planet it will beam back some of the first detailed measurements of the region.
Unlike Voyager, IBEX's payload includes tech tailor made for measuring solar wind and creating a map of the void.

With the accidental discovery of "black silicon," Harvard physicists may have very well changed the digital photography, solar power and night vision industries forever. What is black silicon, you say? Well, it's just as it sounds. Black silicon. It's what this revolutionary new material does that's important, starting with light sensitivity. Early indications show black silicon is 100 to 500 times more sensitive to light than a traditional silicon wafer.


