jsFiddle - Online Web Editor

jsFiddle.net "the Web is Your Playground"
Follow us on twitter and facebook or meet on IRC#jsfiddle

January 19, 2012 at 11:12pm

2 notes

Browser statistics

Below are the top 5 browsers used last week on jsFiddle (this doesn’t count embedded fiddles).

  1. Chrome - 48%
  2. Firefox - 33%
  3. Safari - 7%
  4. Internet Explorer - 6%
  5. Opera - 3%

Which versions are mostly used? Do developers think about the future?

  1. Chrome (official current release - 16)
    • 18 - 4%
    • 17 - 5%
    • 16 - 81%
    • 15 - 2%
  2. Firefox (9)
    • 10 - 2%
    • 9 - 70%
    • 8 - 11%
    • 7 - 3%
    • 6 - 1%
    • 3.6 - 4%
  3. Safari represents itself as webkit version, no idea how to read it
  4. Internet Explorer (9)
    • 9 - 45%
    • 8 - 42%
    • 7 - 10%
  5. Opera (11.6)
    • 12.0 - 3%
    • 11.6 - 86%
    • 11.5 - 7%

I like when people use development version of the browser. This means experimenting with the newest features, which pushes the web forward. From above numbers it looks like “Chrome people” are the ones who aren’t afraid to do so - almost ten per cent of them are working on a version which hasn’t yet been released.

June 15, 2011 at 11:41pm

8 notes

Official launching app for Chrome

Install here

Just a launchpad at the moment, but the code is open and you’re welcome to collaborate.

Thanks to drublic.de.

May 26, 2011 at 3:08pm

2 notes

Server upgraded

Due to a recent growth the server was pushed to the limit. In the last few days more than 10,000 fiddles and 100,000 versions have been created.

During the rush hours you could experience some latency. Even though we’re still in alpha stage we want to provide the best possible service. Yesterday we’ve upgraded the server and we should be faster than ever!

You are a great community of web developers, you deserve great service.

Please let us know if you experienced any problems.

April 1, 2011 at 10:30am

12 notes

Going commercial

April Fools!

Thanks to anyone who celebrated April Fools Day with us!

There are no stakeholders. There are no Annual Meetings

Stay tuned.

Beta will even extend the features available to free accounts. There will be PRO subscriptions available for users who want even more sweets.


Today was the Annual General Meeting.

Stakeholders agreed that, once jsFiddle goes to beta, all user accounts will be by paid subscription only. Get one now, while they’re still free!

We will post an official document as soon as it will be ready

Picture modded from an original photo by Timothy Volmer

February 26, 2011 at 6:57pm

10 notes

Frameworks updated

If you would like to have your framework updated - please create an issue https://github.com/jsfiddle/jsfiddle-docs-alpha/issues

February 17, 2011 at 11:29am

20 notes

Changelog v0.5a2

Normalize CSS optional

For those of you who would like to test Fiddles in clean CSS environment.

New fields in API

POST, GIT READ and GIST READ are extended and allow to set External Resources and Normalize CSS.

Displaying user’s fiddles JSON

Latest version added to the Fiddle object. http://doc.jsfiddle.net/api/fiddles.html

Force IE7 mode removed

After a few bugs removed we could happily remove the IE7 force tag. IE9 users - please report all bugs to our issues page

Editor updated

Editor (CodeMirror) got updated from v0.92 to v0.94

New keyboard shortcut added

ctrl+s will now Update the fiddle

Bugfix

Set as base cache issue finally fixed

December 16, 2010 at 8:23pm

6 notes

Perceiving Ajax Performance

About a month ago Piotr (@zalun) gave a lightning talk at London Ajax User Group. Video just got uploaded.

See the presentation on Skills Matter website and download the slides in PDF or Keynote format. You may also want to take a look at the survey.

Basically, delay the XHR Request’s Spinner by 0.4s and your site will “be” faster.

December 2, 2010 at 6:12pm

0 notes

Changelog

New API - POST

New API just landed on the live server. It allows to send a post request containing data to display new fiddle. Feel free to write a plugin or simply use it in your project documentation.

You really should read the documentation first.

Git/Gist API new feature

We’ve added an ability to switch dependencies on (the plugins and libs placed under the framework fields). http://doc.jsfiddle.net/use/github.html

Toggle Sidebar

Simply hit ctrl+shift+ (yes, we know it’s not the best shortcut - we will come out with something more suitable soon).

User Interface

Dialog window looks much better now

Share Result added

Setup

HTML 5 becomes the default DocType

Bug fixes

Do not write default CSS code preceeding specific fiddle’s one
Layout breaks when pressing RESET

Edit

Information about the default DTD and Share Result added