Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Awesome. A Web 2.0 version of 'echo'! My old joke about Web 2.0 version of "hello world" is not funny anymore.


What tx says is funny. The site is absolutely simple.

I love it though. I just started learning html and javascript last week and now this thing provides an instant compiler. I change the border size on a table and, BOOM! Right when I finish typing the border shows up with the correct size. I see what it looks like instantly and can change what I want when I want. There isn't any clicking, switching windows, sftp-ing, downloading software, or anything.

It's simple and I love it. Since it handles Javascript I now have an instant way to deploy simple functions and tables. I can figure some useful relation, put it up using html and Javascript, and suddenly anyone anywhere has easy access to my results.

This thing also provides an instant way to write and test content for Google Gadgets, something even more useful than the editor Google provides.

And I think the design is clean, nice, and simple.


If all you want is a preview functionality, how about

<textarea name=foo onkeyup="document.getElementById('preview').innerHTML=this.value;"></textarea> <div id=preview></div>

Hardly rocketscience is it...


Or try the Web Developer Extension for Firefox:

https://addons.mozilla.org/en-US/firefox/addon/60


Woah, you're right. http://jottit.com/s2r9f/

Fun!


Only works in the preview though, when you view the page normally all the script/style is stripped out looks like.


Yes. I wish it weren't dangerous to allow arbitrary Javascript in webpages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: