So you downloaded a theme for Chrome a while ago and don't remember which one it is?

makandra dev
stackoverflow.com

IE has a "Compatibility Mode" for old browsers. You can keep IE from offering it (and fix some other things...

Spreewald gives you the within meta step that will constrain page inspection to a given scope. Unfortunately, this does not...

Cucumber's docstrings let you add long strings to a step like this: # foo.feature Given this text: """ First line

This card existed before, but was outdated due to browser implementation changes. The information below is validated for the current...

about.gitlab.com

When full text search is overkill and like queries do not deliver this might be an approach you could try...

Let's say you want to find the element with the text hello in the following DOM tree: hello

There are a million ways to center s or text in CSS, horizontally or vertically. All the ways are unsatisfying...

github.com

Note The maintenance mode is enabled on all application server as soon as the file /public/system/maintenance.html is present. Installation

makandra dev

Ever wondered how you can create a simple table output in bash? You can use the tool column for creating...

postgresql.org

PostgreSQL offers a really handy field type: json. You can store any JSON there, in any structure. While its flexibility...

Until recently, you could open a new tab via window.open when using execute_script in Selenium tests. It no longer...

makandra dev
ne.di.unimi.it

Command line text editor with syntax highlighting, menus (F1), etc. This might be a worthy replacement for nano if you...

keycdn.com

Table of contents of the linked article: What are Web Fonts? Advantages of Web Fonts Disadvantages of Web Fonts

mail-tester.com

You can use mail-tester.com to check your application's e-mails for issues that might cause e-mails to be...

makandra dev
github.com

Note This card does not reflect the current state of lazy loading technologies. The native lazy attribute could be used...

Nobody needs HTML e-mails. However, you occasionally might have to write an HTML message for some weird reason. Here...

makandra dev

Redactor is yet another WYSIWYG editor. It definitely has its weak points, but I want to point out that it...

makandra dev
github.com

SitePrism gives you a simple, clean and semantic DSL for describing your site using the Page Object Model pattern, for...

devdocs.io

All browsers + IE9 know the CSS :empty selector. It lets you hide an element when it has no content, i.e...

hacks.mozilla.org

Unfortunately, Web APIs haven’t provided the functionality to copy text to the clipboard through JavaScript, which is why visiting...

On Ruby 1.9+, standard ruby character classes like \w, \d will only match 7-Bit ASCII characters: "foo" =~ /\w+/ # matches...

If you hover over the text of a card, you will now see EDIT links at the top right corner...

If you're supporting IE9+, you can listen to input to see if a text field changes. Other than change...