jacklmoore.com

Non-static elements will not inherit their parent's opacity in IE for no good reason. This can lead to...

css-tricks.com

Crazy hack. Might be useful one day. The code required has since been extracted into a library.

extensions.libreoffice.org

Colorizes code in LibreOffice Writer. Note that you need to create a paragraph style _code for this to work.

cssdeck.com

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

If you want to test that a certain text is contained within the document title of your page, you can...

Give the table a style table-layout: fixed Give the cells in the first row a width The same width...

If you have a FooController and also have a layout app/views/layouts/foo.html, Rails will use this without being told so.

TLDR: This card explains which threads and processes interact with each other when you run a Selenium test with Capybara...

Setting the colorbox opacity by hash parameter when initializing doesn't work the way like the documentation tells you.

Just a quick note that Virtus can coerce (auto-cast) structured values like collections or maps: class Klass include Virtus.model...

An annoying part of using font icons is that the icons usually need to live in the DOM. This is...

makandra dev
github.com

FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing...

makandra dev
bradfrostweb.com

A clever way to have inline labels ("placeholders") that don't disappear when the user enters text.

Use protocol independent URLs whenever possible so that the browser will choose the protocol related to the protocol which the...

Ubuntu 12.04 LTS x64, Ruby 1.8.7, Rails 2.13, PDFKit 0.5.4, Phusion Passenger Apache 2 I ran into this, when I...

fontawesome.io

Font Awesome 4 has renamed all icons. What the fuck. Check the attached link for an icon list for the...

makandra dev
magnus-g.github.io

Awesome Sass plugin to experiment with Subtle Patterns based textures. It automatically removes the base color from the pattern, leaving...

creativebloq.com

I recently created a survey asking fellow designers about the problems they faced when creating fully responsive sites. This article...

divshot.com

Motion is quickly becoming one of the most important emerging techniques in building a quality user experience on the web...

Rails has always included a scaffold script that generates a default controller implementation for you. Unfortunately that generated controller is...

It is good programming practice to Don't Repeat Yourself (or DRY). In Ruby on Rails we keep our code...

So you client has asked you to implement a row of buttons to like the URL on Facebook, Twitter and...

| Chrome | CTRL+Shift+J | | Firefox / Firebug | CTRL+Shift+L |

Using text-transform: uppercase - especially on form labels - can cause you serious headaches in Selenium tests. Sometimes the web driver...