Running Aptana Studio/Zend Studio/Eclipse on a Retina MacBook Pro

Eclipse based products such as Aptana Studio or Zend Studio are not retina-ready. Luckily, there’s a way to force it to running in Retina mode. Just follow these instructions: Locate Aptana Studio.app Right click it and select Show package contents Open Contents/Info.plist with your favorite text editor Locate the two lines that read </dict> </plist> …

Twitter’s No-Fly Zone

The changes Twitter is planning on pushing forward throughout its API and API usage are turning spiralling into one big fiasco as developers basically are given the finger. Nearly eighteen months ago, we gave developers guidance that they should not build client apps that mimic or reproduce the mainstream Twitter consumer client experience. As Gruber …

CSS image-set in Webkit (Safari/Chrome)

Safari 6 and Chrome 21 added vendor-prefixed support for the proposed CSS4 image-set specification. This proposed specification is designed to support displays with different pixel densities (read: retina displays). background-image: url(image.jpg); background-image: -webkit-image-set(url(image.jpg) 1x, url([email protected]) 2x); /* Also include other prefixed versions of this … */ background-image: image-set(url(image.jpg) 1x, url([email protected]) 2x); Safari 6 and Chrome …

Fontello – iconic fonts scissors

This tool lets you combine iconic webfonts for your own project. With fontello you can: shrink glyph collections, minimizing font size merge symbols from several fonts into a single file access large sets of professional-grade open source icons First, select the icons you like. Then update glyph codes (optional), and download your webfont bundle. Source …