...the following snippet: require 'headless' headless = Headless.new at_exit do headless.destroy end Before("@selenium,@javascript", "~@no-headless") do headless.start if Capybara.current_driver == :selenium end After("@selenium,@javascript", "~@no-headless") do...

...headless mode if you are running a scenario that is tagged with @selenium or @javascript. If you don't want a specific scenario to hide the selenium browser window, you...

makandra dev
github.com

...do not use ID's for CSS. Id's are much better used as javascript hooks so use them for this instead. .list {…} instead of #list {…} Animate an interface using...

...classes not inline styles Inline styles added by javascript are harder to update and maintain, prefer to add classes using javascript. CSS3 transitions can then handle any animations and if...

You can say this in Javascript:

daringfireball.net

Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C...

makandra dev
build.phonegap.com

Write your app using HTML, CSS or JavaScript, upload it to the PhoneGap Build service and get back app-store ready apps for Apple iOS, Google Android, Windows Phone...

makandra dev
fontawesome.com

...some icon names, and introduces new prefixes fab, far, and fas. There is a JavaScript shim that you can use as a "quick fix". It allows you to keep v4...

weareoutman.github.io

ClockPicker is a JavaScript and Bootstrap implementation of an Android-style time picker which looks and feels great. Unfortunately, it is no longer maintained...

makandra dev
eager.io

SmartUnderline is an open-source JavaScript library which uses clever tricks to draw underlines in a more beautiful and readable way. We've not yet put this into a project...

css-tricks.com

...web technology in 2015. Note that you can now trigger a copy action through Javascript, no Flash required...

makandra dev
github.com

Build dashboards using ascii/ansi art and javascript

dimsemenov.com

Responsive Lightbox JavaScript that just works. You can use it for single images or a gallery. Animations are optional...

makandra dev
databound.me

Databound provides Javascript a simple API to the Ruby on Rails CRUD. Tries to expose a full model CRUD as an API. Not sure if this is useful for more...

makandra dev
ankane.github.io

Create beautiful Javascript charts with one line of Ruby. Promising chart library for easily rendering charts with Google Charts. This seems to not submit your data points to Google...

makandra dev
mark-rolich.github.io

RulersGuides.js is a Javascript library which enables Photoshop-like rulers and guides interface on a web page Also available as a bookmarklet...

makandra dev
cssdeck.com

Clever hack to allow user interaction without Javascript (by using radio buttons and selecting on :checked...

confreaks.com

Opal is a source to source ruby to javascript compiler, corelib and a runtime implementation that currently passes 3000 rubyspecs w/a reachable goal of passing them all...

makandra dev
github.com

Tracekit is a JavaScript library that automatically normalizes and exposes stack traces for unhandled exceptions across the 5 major browsers: IE, Firefox, Chrome, Safari, and Opera...

makandra dev
leemunroe.com

Shows how to implement an animated progress bar in pure CSS, without animated GIFs, Javascript or Flash...

makandra dev
bitbucket.org

Makes a robust determination of a user's timezone through Javascript...

youtube.com

...how they made the new Basecamp feel very fast without using a lot of Javascript (most of Basecamp still lives on the server). The two tricks they used are PJAX...

makandra dev
goat1000.com

TagCanvas is a Javascript class which will draw and animate a HTML5 canvas based tag cloud...

makandra dev
github.com

A small library to provide the Rails I18n translations in Javascript clients...

makandra dev
codemirror.net

CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code...

0xfe.blogspot.com

...notifications using WebKit's webkitNotifications API. This means you can create popup bubbles from Javascript...