Live data from Hacker News

Show HN: Scratchpad.io - a real-time HTML and CSS editor

scratchpad.io

81–89 of 89 posts

Re: Show HN: Scratchpad.io - a real-time HTML and CSS editor

#81
post #77

Looks like you've made sure any recursion only goes one deep? (Awesome) http://scratchpad.io/5mqq98D51P Every change forces a reload on the iframe. I wonder if there's a way to prevent that. Heading

That has nothing to do with Scratchpad, it's in the spec for HTML frames: "Infinite recursion is prevented. Any frame that attempts to assign as its SRC a URL used by any of its ancestors is treated as if it has no SRC URL at all (basically a blank frame)."

http://www.w3.org/TR/WD-frames-970331

Re: Show HN: Scratchpad.io - a real-time HTML and CSS editor

#82
post #26

I don't wanna down a nice looking project, very well done on the interface but, another one? There are already like 7+ of these I don't really see the need to produce another one especially one that is HTML+CSS only when many of the others feature JavaScript and more. What features do you provide that say, http://jsfiddle.net/ , http://cssdesk.com/ , http://dabblet.com/ , http://rendera.heroku.com/ , doesn't? (Just t…

I think the key extra feature is that you can share what you're working on with someone else and have both people collaborate in real-time (i.e. changes on either end show up near-instantly on the other side). Supplemented by a voice channel, this could potentially be useful. JSFiddle et. al. don't have this, but I'm sure there are others out there that do.

plunker does have that : http://plnkr.co

Re: Show HN: Scratchpad.io - a real-time HTML and CSS editor

#87

"Press ⌘ + i to toggle fullscreen view" What is this thing, I don't have such a key on my computer?

It's on Mac keyboard, on a not-Apple system it's Ctrl+i

Suggestion for the OP, maybe it's better to add it to your page (not everybody is using Apple computers)

Post reply on HN