This might be relevant for us since we're often managing customer documents in our apps. I played around with...
If you want to find the commits that touched a specific text in a file, use git log -S 'text...
Icomoon.io offers a free app to build custom icon webfonts. It offers downloads as webfont set (.eot, .ttf, .woff, .woff2...
We have a new gem Minidusen which extracts Dusen's query parsing and LIKE query functionality. Minidusen can no longer...
If you were using Dusen for its query parsing and LIKE queries, we recommend to migrate to Minidusen, which extracts...
A new open source WYSIWYG editor that promises superior fidelity and customizability. This might be a future alternative to Redaktor...
Resources Rails Guide: Internationalization API Guide to localizing a Rails application Locale-aware helpers in ActionView::Helpers::NumberHelper
When building a web application, one is tempted to claim it "done" too early. Make sure you check this list...
So you downloaded a theme for Chrome a while ago and don't remember which one it is?
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...
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...
Note The maintenance mode is enabled on all application server as soon as the file /public/system/maintenance.html is present. Installation
Ever wondered how you can create a simple table output in bash? You can use the tool column for creating...
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...
Command line text editor with syntax highlighting, menus (F1), etc. This might be a worthy replacement for nano if you...
Table of contents of the linked article: What are Web Fonts? Advantages of Web Fonts Disadvantages of Web Fonts
You can use mail-tester.com to check your application's e-mails for issues that might cause e-mails to be...
Note This card does not reflect the current state of lazy loading technologies. The native lazy attribute could be used...