Unfortunately, Web APIs haven’t provided the functionality to copy text to the clipboard through JavaScript, which is why visiting...
Spreewald comes with a selector_for helper that matches an English term like the user's profile into a CSS...
You can include files from app/assets or from the public folder with javascript_include_tag. The subtle difference that tells...
Free Bootstrap theme resembling Material Design. Bootswatch offers Sass and Less files, so the theme can easily be integrated into...
CTRL + SHIFT + ALT + N Search for any symbol in your application, like CSS classes, Ruby classes, methods, helpers etc...
When running capybara with Chrome you might start seeing frequent "no alert open" errors when trying to interact with browser...
tl;dr: Use event.currentTarget unless you are absolutely certain that you need event.target. Since it hasn't been written down...
iPads will not trigger click events for all elements. You can fix that, but you don't want to know...
This blew my mind today: 12 Little-Known CSS Facts 12 Little-Known CSS Facts (The Sequel) Please make sure...
CSS (+ some Javascript) framework, implementing Google's material design for static web pages. Can be used for plain websites without...
Disabling auto-complete in login forms is probably a bad idea, since it encourages weak passwords. If you are still...
If you need to follow links, click buttons, etc. using Capybara inside an , you can do it like this:
CSS support in major e-mail clients is horrible. This will give you an overview what you will not be...
Insanely detailled guide about controlling copy & paste behavior using web technology in 2015. Note that you can now trigger a...
Small web application where you can upload an image (PNG, JPEG, GIF) and generate a base64-encoded version of it...
HTTP/2 will make our applications faster, simpler, and more robust—a rare combination—by allowing us to undo many of...
Note: Making a reverse proxy with nginx is much more straightforward. A reverse proxy is a "man in the middle...
All major browsers (IE8+, FF3.5+, Safari 4+, any Chrome) support sessionStorage, a JavaScript storage object that survives page reloads and...
I was annoyed that RubyMine's autocompletion did not work via Ctrl+Space for me. In fact, it did not...
Datetime picker that offers: simple UI without a specific framework several of customization options allows custom date/time validations Localization happens...
When you have an element you want to hide, you can add a ng-show='isOpen' attribute to that element...
Service that you can integrate for user feedback. Super-simple integration: Add a tag to your layout, done. It will then add a button to the bottom right of your application. When a user clicks it, they can take a screenshot and leave a message. The screenshot then appears in TrackDuck's interface for you to work off. Current pricing is 9 USD per month for the smallest tier (1 project).
jquery-placeholder is a simple jQuery plugin that enables form placeholders in browsers that do not support them natively, i.e...
There are times when you have a chunk of text that you want to do something with, e.g. replace something...