tutorialzine.com

A very clever hack to parse a structured URL object is to create a element and set its href to...

When putting phone numbers into web pages, you should use tel: links so smartphone users can click those numbers to...

One of the many useful features of TextMate is autocompletion of words. If I were in TextMate right now, I...

A great two-part article about various hacks you can use to create great-looking screen designers when you're...

Settings -> Editor -> General -> Smart Keys -> Unindent -> To nearest indent position RubyMine 7.0: Settings -> Editor -> General -> Smart Keys -> Backspace...

By default, Twitter Bootstrap's print styles include printing links. /* Bootstrap's way of printing URLs */ @media print {

tex.stackexchange.com

tlmgr is the TeX Live Manager and responsible for the TeX installation on your (Linux) machine. If you're getting...

makandra dev
blog.idrsolutions.com

If you have issues with PDFs, fix them like this: pdftk .pdf output .pdf Background I had an issue where...

Just install the texlive-xetex package: sudo apt-get install texlive-xetex Running integration tests without texlive-xetex will produce...

Browsers make this very hard. Even when you explicitely set the selection inside the textarea (e. g. using jquery-fieldselection...

We upgraded a Rails 2 application to Rails 3.2 and Ruby 2.1, changed the mysql adapter from mysql to mysql2...

In Thunderbird, you can set custom font faces and sizes for reading plain-text e-mails. However, Thunderbird sometimes "randomly...

If you're using the :header_html option in PDFKit (or the corresponding --header-html option in wkhtmltopdf), and the...

Capybara and most assistive technology will fail to find tags that are missing an href attribute. This will probably happen...

When your system is not running on English, you may sometimes want to run some applications and not use your...

In Rails, you can very easily send emails with HTML and plaintext bodies. However, if you're trying to debug...

Let's say you have two screens: Show a given project Show a report for all projects Ideally you want...

github.com

PDFKit converts a web page to a PDF document. It uses a Webkit engine under the hood...

Nearly all jQuery traversal functions ignore elements that are not HTML tags. To work with other type of nodes (like...

playbook.cio.gov

The The U.S. Digital Services Playbook is pretty amazing (context).

When you have an Angular directive that transcludes content, you might want to do something in case there is no...

TL;DR In blueprints, always wrap associations in blocks. # Broken Task.blueprint(:vacation) do project Project.make(:vacation) hours 8 accounting_method...

In Cucumber, scenario outlines help avoiding tests that are basically the same, except for a few variables (such as different...

When you don't only have a favicon.ico in your project but also PNGs of different sizes and backgrounds, you...