TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JsFiddle: a REPL for web development

116 pointsby mustpaxover 14 years ago

12 comments

necolasover 14 years ago
Yep, JsFiddle is brilliant.<p>There are a few others too.<p><a href="http://jsbin.com" rel="nofollow">http://jsbin.com</a> - Not as many features as JsFiddle and the preview is on a separate page. The HTML/CSS/JS isn't kept completely apart either.<p><a href="http://cssdesk.com" rel="nofollow">http://cssdesk.com</a> - Primarily for CSS/HTML. Preview is automatically updated.<p><a href="http://mootools.net/shell/" rel="nofollow">http://mootools.net/shell/</a> - Similar but more Mootools-centric; fewer features etc than JsFiddle.
评论 #2126315 未加载
评论 #2126019 未加载
grannyg00seover 14 years ago
It really is great for fiddling with html,css,and javascript all on the same screen without having to deal with a complicated development environment or separate files.<p>It would be a nice platform for teaching basics, or even introducing something new.
评论 #2127375 未加载
wallflyover 14 years ago
How amazingly cool is this!<p><a href="http://jsfiddle.net/michaelsbradleyjr/sZUtU/" rel="nofollow">http://jsfiddle.net/michaelsbradleyjr/sZUtU/</a><p>I had not really tinkered with flapjax on the client-side until tonight, but jsfiddle sparked my instincts to really fiddle with something I had been delaying fiddling (or "tinkering") with.<p>So, thank you, jsfiddle! I think you're going to make for a powerful creativity enhancer. :-D
hermanthegermanover 14 years ago
Would be nice to have a preloaded example - i had to look at the screen for half a minute just to sort out all the elements that don't make immediate sense if there's not context that you're accustomed to..
评论 #2125569 未加载
GrooveStompover 14 years ago
Very nice. There was a different tool I used for prototyping html, but it wasn't as nice and intuitive as this. For now it's bookmarked so I can look at it in more depth later.
Tychoover 14 years ago
I think Panic should update Coda to allow a similar 4-square split of the window. Currently you can split the window as many times as you want, but they all have to be the same orientation (ie. You could have 4 rows <i>or</i> 4 columns.<p>But yes jsfiddle is great. Note that you can load more resources into it, like KnockoutJS, and use them to. It also does automatic version control (well, the version number increments when you press save, but the old URL still works). I first discovered it in the Stackoverflow JS chartroom, where everyone was using it. I showed a lecturer at university, and now lots of people there are 'fiddling.'
simonsover 14 years ago
I recently wrote a little throwaway blogpost that used the embed ability of jsFiddle (<a href="http://breakfastdinnertea.co.uk/blog/keep-those-rows-line-little-jquery-snippet/" rel="nofollow">http://breakfastdinnertea.co.uk/blog/keep-those-rows-line-li...</a> - excuse the pig ugly design et al). I found it an absolute joy to work with. It also provides nice fork abilities for any ensuing discussion / counter arguments on Twitter or wherever.
wahnfriedenover 14 years ago
JSFiddle is great for embedding code examples in a library's docs too. Highcharts uses them in the API reference, and it's outstandingly useful.
butuover 14 years ago
jsfiddle is really good. I like the auto indenting feature it is doing pretty well. One small feature request :) it would be better if it shows error some box or some thing. So it would be easy to quickly rectify instead of going through the syntax check somewhere else.
aufreak3over 14 years ago
nice! .. one weird UI effect though - when you mouse-over one of the three HTML/CSS/Javascript boxes, the box label disappears!
评论 #2126226 未加载
评论 #2126632 未加载
swannodetteover 14 years ago
A wonderful project written in MooTools- IMHO, a civilized and superior JS toolkit if your JS environment is homogenous/sane.
评论 #2125746 未加载
michaeltyover 14 years ago
MDC, use this!
评论 #2126465 未加载