Microsoft provides virtual machines for different Internet Explorer versions. The images are available for various virtualization solutions, including VirtualBox...
Awesome color schemes for RubyMine, Sublime Text 2 and other editors. To install the themes into your Rubymine, copy intellij...
Axlsx is an incredible gem to generate "Office Open XML" spreadsheet files (XLSX). Does not break on large spreadsheets and...
Generate dummy images for a given dimension and topic.
A jQuery audio player plugin that is responsive and touch-friendly. The UI is css-only, no images used.
jquery-timing is a very useful jquery plugin that helps to remove lots of nested anonymous functions. It's API...
If - for whatever reason - you have to render stylesheets dynamically, the following snippet might be of help. It emulates what...
If you have a PNG and want to know a pixel's alpha channel value, you can use Gimp:
imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement...
Modern cameras often produce JPEGs that have a "I should be rotated 90° to the left" flag. If you process...
Ever wanted to preview a pattern from Subtle Patterns on your site without the hassle of swapping out images and...
Icon fonts like Font Awesome are infinitely scalable, look great on high-DPI displays and will give your app a...
Why is this useful? You can have a background image on the same element, overlaying it with a transparent gradient...
Richard Powell presents a collection of CSS styling advice that's mainly taken from SMACSS. Although at makandra we're...
There is no reason to leave trailing whitespace characters in your project's files, so don't add any.
to_file has been removed in Paperclip 3.0.1. Instead of using File to access Paperclip storage objects (like this: File.read...
simple_format ignores Rails' XSS protection. Even when called with an unsafe string, HTML characters will not be escaped or...
Given you store files on Amazon S3 and you need to stream those files out to people while you don...
This plugin makes it easy to add fit-to-fill background video to websites. It can play silent ambient background...
Trick: Do not use convert but mogrify: mogrify -resize 50% * This overwrites the original image file. In contrast, convert writes...
Note: Modern Rails has two build pipelines, the asset pipeline (or "Sprockets") and Webpacker. The principles below apply for both...
We frequently use the handy Paperclip Gem to manage file attachments. If you need to move the files from local...
If a customer calls and tells you that she cannot see some content of her website beware of the following...
A print stylesheet is easy to create. Choose a font suited for paper, hide some elements, done. Unfortunately print stylesheets...