Chrome gives you the currently selected element in the inspector with $0. If you select a button in the DOM...
Plot graphs in Ruby WebGraphviz renders in your browser via JavaScript (to store the rendered graph, extract the SVG using...
We used zeroclipboard.js in some of our projects but now we switched to clipboard.js because it does not rely on...
1. Sometimes you have search entries in the autocomplete of the address bar, which are higher weighted than your bookmarks...
These are Chrome plugins that proved useful at makandra. Each is the best-in-class. Dimensions Auto-measure distances by...
A few releases back, Chrome started using a Material Design UI on desktop. If you don't like it (on...
When you're nesting setTimeout(f, 0) calls, your browser will silently increase the delay to 5 milliseconds after the...
Piwik is the leading open-source analytics platform. As such, it is an alternative to Google Analytics. Since it is...
When your controller action raises an unhandled exception, Rails will look at the exception's class and choose an appropriate...
For some years Google Chrome has allowed you to add desktop icon for any web page by going to Tools...
When building a web application, one is tempted to claim it "done" too early. Make sure you check this list...
Chrome's developer tools automagically choose vertical or horizontal panel layout, based on their width. You can disable that magic...
So you downloaded a theme for Chrome a while ago and don't remember which one it is?
The default Google Analytics might not work as expected with your Unpoly app. This is because your app only has...
Current webkit browsers like Chrome and Safari have a special variable in their consoles that refers to the selected DOM...
Sometimes you might want to check a short link for it's destination before clicking on it. Additional you get...
Chrome has discontinued support for 32-Bit Linux builds and this might break your apt-get update.
When you're facing a somewhat complex Google Analytics setup and want to find out what's happening, you can...
Geordi is now (partially) tested with Cucumber. Yay! geordi cucumber supports a new @solo tag. Scenarios tagged with @solo...
Until recently, you could open a new tab via window.open when using execute_script in Selenium tests. It no longer...
A very informative and interesting presentation about browsing performance, looking at efforts Google Chrome takes to increase it.
Table of contents of the linked article: What are Web Fonts? Advantages of Web Fonts Disadvantages of Web Fonts
Our applications not only need to be functional, they need to be fast. But, to quote Donald Knuth, premature optimization...
What is a Cookie? Google it if you do not know. How are cookies transferred between your browser and...