Great tool for posting HTML/CSS/JS examples online
11–19 of 19 posts
Re: Great tool for posting HTML/CSS/JS examples online
#12This seems pretty amazing, but I guess there's no way around letting users work on arbitrary JavaScript and XSS? http://jsfiddle.net/wk7sK/
Re: Great tool for posting HTML/CSS/JS examples online
#13What 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.
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
#14This 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/
Re: Great tool for posting HTML/CSS/JS examples online
#15I 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.
Re: Great tool for posting HTML/CSS/JS examples online
#16Re: Great tool for posting HTML/CSS/JS examples online
#17Re: Great tool for posting HTML/CSS/JS examples online
#18Re: Great tool for posting HTML/CSS/JS examples online
#19Previous discussions about JsFiddle: http://news.ycombinator.com/item?id=2125230 http://news.ycombinator.com/item?id=1125200
I actually wrote the facebook hacker's cup entirely with jsfiddle -- until I got fed-up with the content being so poorly run.