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...

makandra dev

Sometimes you might want to check a short link for it's destination before clicking on it. Additional you get...

reddit.com

Chrome has discontinued support for 32-Bit Linux builds and this might break your apt-get update.

makandra dev
chrome.google.com

When you're facing a somewhat complex Google Analytics setup and want to find out what's happening, you can...

makandra dev

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...

docs.google.com

A very informative and interesting presentation about browsing performance, looking at efforts Google Chrome takes to increase it.

keycdn.com

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...

As the web is being used for more and more tasks, expectations rise. Not only should web pages offer rich...

makandra dev
developer.chrome.com

In the DevTools settings, there's a "Shortcuts" section. Found these keyboard shortcuts there: General ESC Toggle drawer

makandra dev
devdocs.io

DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you...

You can make both mobile Chrome and mobile Safari display a native app install banner. The banner suggests that the...

Here is how to start your Rails application to accept both HTTP and HTTPS in development. gem install passenger

When running capybara with Chrome you might start seeing frequent "no alert open" errors when trying to interact with browser...

makandra dev
getmdl.io

CSS (+ some Javascript) framework, implementing Google's material design for static web pages. Can be used for plain websites without...

Disabling auto-complete in login forms is probably a bad idea, since it encourages weak passwords. If you are still...

google.com

Surprisingly exhaustive new icon set by Google. Available as PNG, SVG and as a icon font. Comment from Henning

caniuse.com

All major browsers (IE8+, FF3.5+, Safari 4+, any Chrome) support sessionStorage, a JavaScript storage object that survives page reloads and...