Traditionally web browsers restrict loading content to the same origin server. This means that you can’t load content from another domain different than your own. There’s been several ways to solve this problem and HTML5 introduces a new one.

Traditionally web browsers restrict loading content to the same origin server. This means that you can’t load content from another domain different than your own. There’s been several ways to solve this problem and HTML5 introduces a new one.

In the last year I’ve moved more and more towards Git and since I’ve started using Github I don’t want to go back to old SVN. Git is fast and reliable version control system, and Github is the perfect tool … Read the rest
Quote:
If you want to write a codebase once and not update it, ship it on custom hardware that does not include networking capability and call it a day.
If you want to write software that works on the Internet,
I’ve always heard about homebrew for the longest time, specially when installing new software. So far I’ve used it blindly since when I was getting into a new technology, it never seemed the best of times to get introduced to … Read the rest

Short and sweet. Free online. Highly recommended. Not only covers the hows and whys of CoffeeScript but it also goes in detail about the inherent limitations of Javascript and how Coffee alleviates them.
This is an open source book and … Read the rest

An awesome tool for creating simple static sites and learning new front-end technologies. Build on top of Ruby and Sinatra.
Quote:
Middleman is a static site generator based on Sinatra. Providing dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript,
Quote:
In my 25 years in IT I always stuck to one rule – give your customers an honest technical opinion, but if they decide to overrule it for whatever reason, do what they want. This strategy allows me sleep
Facebook is removing App Profile Pages. Unfortunately for many developers that means that the “Add to Page” link that allowed new APPs to be added to Fan Pages as a Tab is also gone. Here’s a simple bookmarklet that … Read the rest