makandra dev
github.com

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

devdocs.io

DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Pretty awesome project. You can select multiple docs...

makandra dev
github.com

Provides an easy way to retrieve Google Page Rank, Alexa Rank, backlink counts, and index counts.

material.angularjs.org

The material design project for Angular is a complementary effort to the Polymer project's paper elements collection. Our goal...

polymer-project.org

The Paper elements are a set of UI elements that implement the material design system.

google.com

Impressive set of design guidelines from Google.

See screenshot here. This is great news because network throttling is very painful in Linux. The features are already in...

Since version 34, Chromium/Chrome ignores the autocomplete="off" attribute on forms or input fields. Recent versions of other browser do...

makandra dev

If you once had HTTP Strict Transport Security enabled for a domain, and you want to disable it again, you...

blog.mariadb.org

MariaDB 10 includes numerous innovations developed with and for web-scale players like Google, Fusion-IO and Taobao such as...

Your development machine is usually on a very good network connection. To test how your application behaves on a slow...

Use protocol independent URLs whenever possible so that the browser will choose the protocol related to the protocol which the...

fontawesome.io

Font Awesome 4 has renamed all icons. What the fuck. Check the attached link for an icon list for the...

ng-newsletter.com

Search engines, such as Google and Bing are engineered to crawl static web pages, not javascript-heavy, client-side apps...

So you client has asked you to implement a row of buttons to like the URL on Facebook, Twitter and...

Copy the attached file to features/support. This gets you a convenience method: Capybara.javascript_test? Is true for Selenium, capybara-webkit...

makandra dev
github.com

Chrome extension that shows all info from your rails log (like parameters, response times, view rendering times, DB requests) inside...

| Chrome | CTRL+Shift+J | | Firefox / Firebug | CTRL+Shift+L |

developers.google.com

The Google Chrome DevTools allow you to inspect, debug, and analyze the on-device experience with the full suite of...

makandra dev
github.com

Extends the Chrome WebInspector so you can debug AngularJS applications and hunt down performance issues. It's really, really good...

The Ruby on Rails security list archive can be found here: http://groups.google.com/group/rubyonrails-security You can subscribe to this mailing...

Capybara drivers will usually delete all cookies after each scenario. If you need to lose cookie data in the middle...

Option 1: Creating a self-signed certificate with the openssl binary As igalic commented on this gist. openssl req -new...

The User-Agent HTTP header identifies the client and is sent by "regular" browsers, search engine crawlers, or other web...