Features of Python Fiddle include auto-complete, syntax highlighting, import of snippets by URL, built-in share menu, and authentication by Facebook, Twitter, or Google.
November 21, 2013
by Fiddle Salad Support
0 comments
November 21, 2013
by Fiddle Salad Support
0 comments
Features of Python Fiddle include auto-complete, syntax highlighting, import of snippets by URL, built-in share menu, and authentication by Facebook, Twitter, or Google.
October 7, 2013
by Fiddle Salad Support
0 comments
Contest Winners and Results: The most popular fiddles ordered by Google Analytic’s pageviews are: http://fiddlesalad.com/javascript/accordion-jquery-session-one/ http://fiddlesalad.com/html/jquery-testing-and-practise/ http://fiddlesalad.com/less/my-login-page/ http://fiddlesalad.com/css/proof-of-concept/ http://fiddlesalad.com/javascript/slide-image-jquery/ and the winning authors of the fiddles are kustajiaji, oscavi, and myblck91. Book Give-away: Hold a chance to win a free … Continue reading
October 4, 2013
by Fiddle Salad Support
0 comments
My costs for hosting static JavaScript and CSS files keep growing on Amazon, compared to my web hosting fees, which have stayed at a flat rate. So I decided to look into what’s happening. Ever since I started Python Fiddle … Continue reading
September 1, 2013
by Fiddle Salad Support
0 comments
How much do the roundness of icons affect user perception and acceptance of a chrome app? Absolutely and totally! From a recent experience in modifying the Jade Editor icon so that the corners did not have oversized curves, the answer … Continue reading
August 3, 2013
by Fiddle Salad Support
0 comments
In Fiddle Salad 1.5, JavaScript errors no longer go away silently in the background. In the modes with linting such as JavaScript and TypeScript, errors are shown immediately and the error line is highlighted. For modes that don’t have linting … Continue reading
July 1, 2013
by Fiddle Salad Support
0 comments
Over at CSS Tricks, there was a poll in 2012 on CSS preprocessors and LESS was the most popular. With CSS preprocessors, the ones that support CSS syntax are more popular since you can reuse existing CSS code and copy from … Continue reading
June 30, 2013
by Fiddle Salad Support
0 comments
I have been working on a new release of Fiddle Salad the past month with a major upgrade to CodeMirror. Integrated JavaScript and CSS lint has long been a feature lacking in the previous release of Fiddle Salad. As an example, … Continue reading
April 3, 2012
by Fiddle Salad Support
0 comments
Try Fiddle Salad »
March 31, 2012
by Fiddle Salad Support
0 comments
Major Additions Search & Replace Ctrl+F and Ctrl+Shift+R now launches search and replace, respectively. Search also supports regular expressions. Auto-Complete Auto-complete has been enhanced to show suggestions as you type, without hitting extra keys. Just type code as usual and choose … Continue reading
March 31, 2012
by Fiddle Salad Support
0 comments
While wrapping up the release for this month, I was noticed opening a saved fiddle in Firefox appeared to introduce a race condition. The error message in the console wasn’t much help. It just said “b is undefined” and a … Continue reading