ask.libreoffice.org

Upgade to LibreOffice 3.5.3+ or disable hardware accelleration in Tools → Options → LibreOffice → View → Graphic output.

You might have notices this behavior when you cut a selection or use the rubber tool. The behavior depends on...

Embedding bitmap images within PDF sometimes results in large files because the bitmaps are not compressed. If you don't...

Geordi, our collection of command line tools, has been extended by another command deploy-to-production. This script encapsulates the...

weblog.jamisbuck.org

How to get a backtrace from a running Ruby process: Ruby 2.6 # First, find out the PID of your Ruby...

The following two hints are taken from Github's Ruby style guide: If your regular expression mentions a lot of...

Capybara has a global option (Capybara.ignore_hidden_elements) that determines whether Capybara sees or ignores hidden elements.

makandra dev
responsive.is

Online tool to test how a site behaves in popular desktop, tablet and phone resolutions.

If your project manager wants to do gatekeeping on a project, as a developer you need to follow the following...

If you're responsible for gatekeeping in a projects, here is a guide, what to do. In order to reduce...

answers.yahoo.com

You want Photoshop to always open files with "full" (100%) zoom and not try to fit them to your screen...

webupd8.org

SkypeTab-NG (NG stands for Next Generation) is a tool that adds tabs to Skype for Linux. Besides providing a...

If you're using Paperclip to store and convert images attached to your models, processing a lot of images will...

The unix command line tool less is a good choice for browsing logfiles. In the standard configuration, though, it does...

github.com

When internationalizing your Rails app, you'll be replacing strings like 'Please enter your name' with t('.name_prompt'). You...

To reduce download time, application servers usually serve content using gzip compression, if the browser supports it.

There are several options, but most of them are impractical. The best way is to use the :ruby filter:

sgruendel.blogspot.com

When you install Type 1 fonts (like makandra's corporate typeface), they won't show up in OpenOffice. OpenOffice requires...

When using the screen tool you may be unable to start a screen session but instead encounter an error:

commandlinefu.com

The colors in Rails log files are helpful when watching them but, since they are ANSI color codes like ^[[4...

awsdocs.s3.amazonaws.com

There is a new card about how to do this with the new AWS Command Line Interface

whatsmydns.net

whatsmydns.net is an online service that allows you to instantly perform a DNS lookup to check a hostnames current IP...

If you use Amazon AWS cloud services you definitively want to utilize software raid for IO intensive stuff such as...

When you have a program running in a hidden X screen (like with Xvfb for Selenium tests) you may want...