great alternative for those of us who hate using anything more than a plain text editor (those big bloated editors *cough*dreamweaver*snort*) but wouldn't mind having some kind of preview feature.
"Doesn't this waste bandwidth? If you work with large files won't it have to load it every single keystroke? That's alote of bandwidth."No. The page that refreshes is being generated on the client side. In fact, you can easily make an offline version of this so called "real-time HTML editor" It's not realtime at all. I checked the code and it will only refesh every 150 millisecond at the MAX, even if you type faster than that.
scorch6969Aug 30, 2005
DUDE, THIS s**t IS BADASS! but a dup...
ayamAug 30, 2005
now im waiting for the real time php
n3tfuryAug 30, 2005
pretty slick!
positronAug 30, 2005
great alternative for those of us who hate using anything more than a plain text editor (those big bloated editors *cough*dreamweaver*snort*) but wouldn't mind having some kind of preview feature.
Closed AccountAug 30, 2005
"Doesn't this waste bandwidth? If you work with large files won't it have to load it every single keystroke? That's alote of bandwidth."No. The page that refreshes is being generated on the client side. In fact, you can easily make an offline version of this so called "real-time HTML editor" It's not realtime at all. I checked the code and it will only refesh every 150 millisecond at the MAX, even if you type faster than that.
Closed AccountAug 31, 2005
dood.. this totally sucks, what is the big fuss???? i cant believe this is at the top of the programming section..
skealoha86Aug 31, 2005
i've wanted this from like friggin 1999... this is awesome..... woohoo!
luis_betancourtSep 18, 2005
asdf
8__jungSep 23, 2005
This is pretty much usless. But it is still pretty cool none the less.
jarrodtrainqueDec 2, 2005
This seems needlessly complicated. I built realtime editor here that doesn't require a refresh: <a class="user" href="http://trainque.com/code/html_editor.html">http://trainque.com/code/html_editor.html</a>Source code here: <a class="user" href="http://trainque.com/code/html_editor.txt">http://trainque.com/code/html_editor.txt</a>
demonkeyAug 17, 2006
This is great for formatting tables with colspan/rowspan and playing with various alignment options.