Live data from Hacker News

Great tool for posting HTML/CSS/JS examples online

jsfiddle.net

11–19 of 19 posts

Re: Great tool for posting HTML/CSS/JS examples online

#13
post #7
post #6

What does it mean by "normalized CSS"?

From here: http://doc.jsfiddle.net/api/post.html?highlight=normalized , given this: > normalize_css: yes or no - should normalize.css be loaded before any CSS declarations? I'm guessing it's an external CSS file, probably to enforce consistency between browsers. Haven't looked at it, though - just assuming. "normalize" is nowhere else in the documentation, oddly enough.

The checkbox has been just added few days ago. Before it wasn't optional. Just written the doc http://doc.jsfiddle.net/basic/introduction.html#normalize-cs...

Docs are opensourced (https://github.com/jsfiddle/jsfiddle-docs-alpha)

Please file issues and requests https://github.com/jsfiddle/jsfiddle-docs-alpha/issues

Re: Great tool for posting HTML/CSS/JS examples online

#14
post #3
post #2

This seems pretty amazing, but I guess there's no way around letting users work on arbitrary JavaScript and XSS? http://jsfiddle.net/wk7sK/

They could put all executed code in a cookie-less domain, that way it can't access any private resources on your behalf (modulo XSS bugs on other sites). This is what the Google code playground does: http://code.google.com/apis/ajax/playground/

They use the same editor engine

Re: Great tool for posting HTML/CSS/JS examples online

#15
post #9

I just realized it could be great if stackoverflow.com would integrate with this site's API, so web development questions would get a better platform for posting the "code/markup in question" and getting answers that way as well.

We're writing beta and there API will get more useful

Re: Great tool for posting HTML/CSS/JS examples online

#19
post #16

Previous discussions about JsFiddle: http://news.ycombinator.com/item?id=2125230 http://news.ycombinator.com/item?id=1125200

I thought I wasn't the only one who used this.

I actually wrote the facebook hacker's cup entirely with jsfiddle -- until I got fed-up with the content being so poorly run.

Post reply on HN