The box shadows created rendered in IE by CSS3PIE look darker and are blurred differently than in browsers that render...

makandra dev

The very useful andand gem does not play very nice with Ruby's SimpleDelegator (or vice versa). This following will...

.../boot partition, there might be an easier fix: It is possible to configure a better compression algorithm for the images in /boot. To do this, edit /etc/initramfs-tools/initramfs.conf and change the...

To improve installation times of gems you can use the following approach: gem install xyz --no-document To permanently ignore...

When doing Basic Authentication, your browser will send an "Authorization" header. Its value is simply a Base64-encoded representation of...

yoyo.io

Fontawesome 4 has introduced new naming conventions that make it easy to retrieve variants of a given icon.

makandra dev
stackoverflow.com

...by adding certain properties. In Chrome, the combination of the following properties has the best effect. box-shadow: 0 0 0 #000 transform: translate3d(0,0,0) # remember to add...

Consider you have a file that uses improper encoding on special characters. Example: You see the latin1 version "ñ" for...

When you create a new branch and push it to origin, you won't be tracking it. This means a...

Reading user input in console applications is usually done using Kernel#gets. Stubbing that can be a bit hairy.

...you have a new version of Mocha and an old version of Rails. The best solution is to update Mocha to the latest version and switch to Rails edge.

ubuntuforums.org

Keyboard layout reverting to US on (every) reboot Cause: I found the same problem, but only on my wife...

makandra dev

Every time you open a directory containing images, Windows creates those pesky Thumbs.db files for a minor speed-up and...

Are you adding a "Then show me the page" and re-run Cucumber whenever there is a failing scenario? Don...

Check if you have puppetsync enabled on the master and client [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet...

I had trouble serving an MP4 video to my iPad. Although the video complied with all the specs (H.264 codec...

github.com

The asset pipeline (which is actually backed by sprockets) has a nice feature where templates ending in .jst are compiled...

When using an odd value for line-height in CSS the result will vary across all major browsers.\

Just like Ruby Gems tag their version releases to the corresponding Git commit, it can be helpful to track production...

A Rake task appears in rake -T if it has a description: desc 'Compile assets' task :compile do ... end

github.com

jquery-placeholder is a simple jQuery plugin that enables form placeholders in browsers that do not support them natively, i.e...

github.com

...bundle/config so your fellow developers (and all the servers you will deploy to) will benefit from this setting...

teddziuba.com

Around the time in my life when I stopped ordering drinks made with more than one ingredient, I was woken...

Say you want to allow users to emphasize some string, but the whole markdown thing would be far too much...