For questions about how jsFiddle is used on and linked from the Stack Exchange network. Not for asking about questions about jsFiddle.

learn more… | top users | synonyms

-13
votes
0answers
68 views

Don't require me to add code if I'm editing someone's question and fixing/adding jsfiddle links

So I was trying to edit this question, and it had broke jsfiddle links like so [http://jsfiddle.net/.....], so I tried to fix it, editing it into a full [link](http://jsfiddle.net/.....) form, but ...
3
votes
3answers
130 views

When to use JSBin or JSFiddle?

In many answers I've seen links to JSBin and JSFiddle and found them useful. When asking or answering a question when is it better to put the code directly on the page versus putting a link to the ...
-4
votes
0answers
71 views

Add strong hinting towards using online resources (fiddles) that are mentioned in wiki [duplicate]

I see a lot of people ask pretty simple JavaScript, regex and SQL questions. Stack Overflow encourages to post relevant code in the question and this is all good and I am definitively all for keeping ...
18
votes
2answers
164 views

What should be done with questions where the question and answer are 404 on jsfiddle?

This is an example: http://stackoverflow.com/questions/9569986/jquery-register-click-event-twice (10k) It seems like it should be a candidate for close and deletion-- this is no longer really a ...
0
votes
0answers
55 views

Quality filter fails to block questions linking to jsfiddle without any code [duplicate]

Judging from this question posted just now on Stack Overflow, the fix by Kevin that was introduced a while ago is nuked and removed from the code, I'll take a guess that as result of tightening the ...
0
votes
1answer
76 views

Stricter <kbd> formatting; disallow JSFiddle links and other non-kbd content from the <kbd> tag

Firstly, I've seen a few people using <kbd> tags to emphasise JSFiddle demo links, which goes against the W3C specification: The kbd element represents user input (typically keyboard input, ...
4
votes
0answers
73 views

Edit rejected for changing too much of the original post on link only answer

I recently encountered this link only answer and edited it to include the content from the jsfiddle link. The suggested edit was rejected however (by a ratio of 3:2). What is the correct proceedure ...
-7
votes
2answers
381 views

How can I avoid down-votes?

I think my question is fair, but the person who answered it has down-voted me. Why? Is it because I didn't write proper code in the question, and gave a direct link to view it instead? Should I ...
7
votes
1answer
97 views

Do backticks count as code for jsFiddle links?

According to Kevin's answer to Prevent posts with links to jsfiddle and no code: ... if you try and post to Stack Overflow with a link to either jsfiddle.net or ideone.com you'll be required to ...
0
votes
2answers
50 views

Should I edit the jsfiddle after the question has been answered?

So I've been wondering about this: On the one hand the question is a record of a problem to be solved. On the other hand, people come to stack overflow for the solution, and since the question ...
10
votes
1answer
166 views

Users fooling stackoverflow by highlighting jsfiddle links instead of an actual code

I just answered a question here and in the morning when I went back to the page, IE Issue - using a span in an anchor to make DIV clickable what I saw was that this particular user (Pavlo Shandro) ...
4
votes
1answer
165 views

Please clarify the jsfiddle.net linking restriction in the error message [duplicate]

The jsfiddle linking restriction gives you a popup: "Links to jsfiddle.net must be accompanied by code." When I encountered that popup, I found it to be counter-intuitive and to require ...
8
votes
0answers
82 views

Check if link to jsFiddle is actually a link to code

I get why there is a check to avoid links to jsFiddle without code. I agree with the check. But recently I wanted to quote a user on the github page for jsFiddle, which included a link to ...
9
votes
2answers
137 views

Detect attempts at disguising meaningless text as code blocks

Currently, the quality filter only asks that you have a code block before it will accept your submission of a post containing a jsFiddle link. Without a block of code, the submission is rejected with ...
-16
votes
1answer
473 views

What does “Links to jsfiddle.net must be accompanied by code.” mean? [duplicate]

Why I can not save my question with this link? Please check the [code][1] Thanks! [1]: http://jsfiddle.net/tZFuX/2/
26
votes
2answers
351 views

Make error notifications in posts more obvious/visible

I was reading a question, and the OP had entered a jsFiddle link without the http:// into the question. I wanted that to be a link, so I edited it to add the http://. When I went to save the edit ...
0
votes
0answers
32 views

Fiddel-style sandbox [duplicate]

Possible Duplicate: Custom jsFiddle for Stack Overflow I've noticed that more and more questions use fiddel to demonstrate their problem, and more and more answers have links to a fiddel as ...
3
votes
1answer
116 views

“Don't just link to jsfiddle.net” when editing a post but not when asking the question?

I was trying to edit a post which had a jsfiddle link. The whole content was not just the link, but I believe there are other posts (like this, for example) that address this. Anyway, when I hit the ...
5
votes
1answer
90 views

JSFiddle links in code-block are recognized as valid inline code

I originally posted this as an answer (10k only) to the feature-request Prevent posts with links to jsfiddle and no code. Ben is uǝq backwards suggested to post this as a dedicated bug report because ...
13
votes
2answers
278 views

Is posting a link to jsFiddle without code allowed again?

I recently stumbled upon this question, which initially contained a link to jsfiddle.net but no code. Obviously the questioner had no problem posting it. The link is active (not a plain text URL) and ...
20
votes
1answer
313 views

“Don't just link to jsfiddle.net” hint sometimes hinders answering the questions

Recently I found a new hint when answering the questions in SO, saying: Please make your answer complete by including relevant, formatted code inline (don't just link to jsfiddle.net). In one ...
2
votes
2answers
54 views

Extra space character at start of paragraph after code block

In some cases, paragraphs after a code block are given an extra space character at the start. You can see this in the image below--the paragraph beginning with "You" is fine, but the one beginning ...
2
votes
1answer
83 views

Can't save question edit when replacing link with a jsfiddle

I was trying to edit this question by another user and replace the link demonstrating the problem with a link to jsfiddle instead to make experimenting with the problem easier. However, the edit ...
13
votes
0answers
107 views

Tricking the jsfiddle-Link-Only-Filter with parentheses

This question asked a rather vague question with just a link to jsfiddle - but crucially the link was placed inside parenthesis Sample code here (http://jsfiddle.net/CPtp4/4/) I tried to edit ...
4
votes
2answers
576 views

Why are answers with jsfiddle.net in body not allowed?

Today I encountered a new annoying rule: Oops! Your answer couldn't be submitted because: Please make your answer complete by including relevant, formatted code inline (don't just link to ...
6
votes
3answers
168 views

Error message about only using Jsfiddle, when code is included inline

When posting an answer, I got an error: "Please made your answer complete by including relevant, formatted code inline (don't just link to jsfiddle.net)" Even though I did include relevant code, just ...
61
votes
6answers
2k views

Prevent posts with links to jsfiddle and no code

It's extremely common for people to ask and answer questions with no code other than a link to http://jsfiddle.net or similar service. These of course are not appropriate. I have personally been ...
30
votes
2answers
316 views

Auto-embed jsFiddle into questions

Among the html/css/javascript/jquery tags, it's common to use jsFiddle to give a self-contained example. Unfortunately, it leads to really, really crappy questions, in that you end up with a question ...
9
votes
1answer
120 views

How to deal with unnecessary “Please post a jsFiddle” comments

A definite stance on the use of jsfiddle as a resource for displaying code relevant to a question hasn't really been reached. We've had quite a few questions regarding this on meta but I don't think ...
5
votes
1answer
104 views

Use of the jsfiddle tag

Should the jsfiddle tag be used when a post just uses jsfiddle to demonstrate code, or should the jsfiddle tag only be used when the question is about jsfiddle? I think it should not be used just ...
22
votes
1answer
255 views

My suggested edit rejected because I pulled in jsFiddle code

The following suggested edit, in which I copied code from a linked jsFiddle into a question but left the link to that jsFiddle intact, was rejected and one reviewer's reason was "Do not inline ...
21
votes
4answers
213 views

Should I edit posts to pull in the code from jsFiddle?

These questions Answer that only contains a link to jsFiddle When jsFiddle and other related sites are gone, so is the information ask what to do about answers like this Try this : ...
0
votes
0answers
110 views

A Stack Exchange (Cat and the) `Fiddle` [duplicate]

Possible Duplicate: Custom jsFiddle for StackOverflow Based on this question: When jsFiddle and other related sites are gone, so is the information Since it is possible for these site to ...
11
votes
0answers
262 views

Stack Exchange creator's (official?) take on pastebin, fiddles, images, et cetera

What is the "official" take on sharing code/images/etc on SE sites? By "official" I mean I'm looking for any thoughts on this by the creators of the SE engine/software. Note that I appreciate the ...
26
votes
4answers
384 views

When jsFiddle and other related sites are gone, so is the information

For JavaScript related questions, most of the code is posted on jsFiddle and other similar web sites. Also, answers are posted in jsFiddle, modified from the original questions. It just dawned on me ...
0
votes
1answer
128 views

What testing tools should be used in conjunction with Stack Overflow?

What testing tools should be used in conjunction with Stack Overflow? By "testing tools," I mean online tools for testing code like jsFiddle and Codepad. It seems that the most common ones in use are ...
24
votes
2answers
816 views

Answer that only contains a link to jsFiddle

jsFiddle is a great tool for live preview, however there are lots of answers that goes along this : Try this : http://jsfiddle.net/s0m3R4nd0mCh4r/ And nothing else is provided in the answer. ...
19
votes
3answers
577 views

Make askers aware of JSFiddle

Questions in the html, css, javascript and jquery tags tend to profit immensely from the asker providing a ready-made example on jsfiddle.net or a similar "live preview" service. The problem becomes ...