Twitter's Bootstrap CSS blueprint as a jQuery UI theme. Even if you don't want to use Bootstrap as...
Use the command geordi migrate to migrate your databases and to prepare them before running tests. The abbrevation geordi m...
Let's say you have commits that change a file (and looking at the commit details show you the changes...
A short tutorial for XPath. It's the first XPath introduction that ever stuck with me. Also see XPath in...
Removing features and merging those changes back can be painful. Here is how it worked for me.\
In cucumber you are able to run features in whatever directory you like. This also includes executing features in subdirectories...
I have no idea how it's supposed to work (or why the don't have a print CSS), but...
Under XFCE keys like tilde are dead by default, which is impractical for programming and terminal work. To get rid...
Using .downcase or .upcase on strings containing umlauts does not work as expected in Ruby versions before 2.4. It leaves...
This is for you if you get this error: cucumber.yml was found, but could not be parsed. Please refer to...
Though Internet Explorer 9 supports the box-shadow CSS property there is a nasty bug which sometimes prevents it from...
A pull quote is a typographical technique in which an excerpt or quote from an article is duplicated within the...
When you print out a HTML pages, all raster images (like PNGs) will appear aliased. This is because a printer...
When selecting records in a date range, take care not to do it like this: start_date = Date.parse('2007-05...
ExpandAnimations is a LibreOffice/OpenOffice.org Impress extension to expand presentation animations before exporting to PDF. This way the exported PDF will...
jQuery UI's date picker and date time picker doesn't work on touch interfaces. Solution 1: Use Mobiscroll
Although it's tempting flirt with detecting mobile/touch devices with CSS media queries or Javascript feature detection alone, this approach...
Basically, you now need to know if your project uses a "real" time zone or :local, and if config.active_record.time_zone...
This might seem obvious, but I'm rejecting stories because of this on a regular basis. Whenever a list (e.g...
In your Cucumber features you can't really click hidden elements when using Selenium (it does work for a plain...
A possible way for localisation in Rails applications that allows editing translations remotely.
Add a separator between left-aligned and right-aligned items. In the separator properties, set the style to "Transparent" and...
SkypeTab-NG (NG stands for Next Generation) is a tool that adds tabs to Skype for Linux. Besides providing a...
Ruby bindings for Sundown, a fast and full-featured Markdown parser that lets you define renders for arbitrary output formats...