THE PENDING DRAFT

The Elements of Typographic Style Applied to the Web

January 6, 2015

ElementsOfTypographicStyles_WebTypography

The Elements of Typographic Style by Robert Bringhurst is one of those books that sits on my “to-read” list for far too long. Many people have praised this book as the “bible of typography” and i heard the phrase “if there’s one book about typography you read, make it this” more than few times.

Richard Rutter took the time to take it to the next level and apply the Elements of Typographic Style to the Web. I only skimmed through some of the chapters and have already learned a thing or two. Definitely something to bookmark.

The Elements of Typographic Style Applied to the Web

An Introduction to Backbone.js

January 2, 2015

After several not so successful attempts to understand Backbone.js by just staring at the code in WordPress Core that makes up the Media Uploader, i decided it is time to jump in and learn some more about it from scratch. It’s pretty overwhelming at first, especially if your JavaScript knowledge is only basic, which is one thing i’d like to change this year.

I might share some of the best tutorials and introductions i found useful along my way in a later post, but for now here’s a good short video introduction to the basics of Backbone.js by Sidney Maestre that i just found:

webdesignrepo

April 1, 2014

webdesignrepo is a curated collection of helpful links from around the web. Primarily the repo is for webdesign links, but there is a large overlap with web development and graphic design.

Huge collection of all kinds of links related to webdesign, sorted in “Daily Visits, Blogs/News, Inspiration, Learning, Tutorials, Snippets, Plugins, Architecture, Tools, Resources and Community”. Definitely something to bookmark!

Am I Responsive?

January 17, 2014

A pretty nice tool that let’s you enter a URL and then displays the page rendered on different viewports.

Am I Responsive?

Headroom.js

December 26, 2013

This neat little JS plugin let you hide your header by reacting to the user scrolling up and down, kinda like we all are familiar from the facebook app.

Headroom.js

Convert Apache Configuration to nginx

December 25, 2013

This comes in handy if you want to migrate from Apache to nginx and have some custom .htaccess Instructions you want to take to the new environment.

First of all, the service was thought as a mod_rewrite to nginx converter. However, it allows you to convert some other instructions that have reason to be ported from Apache to nginx.

.htaccess to nginx Converter