Sublime Text 2 is a new cross-platform text editor that I’ve recently switched to. It’s still in public beta, but already offers better performance (and battery life!) and a better look (fonts that render properly!) than Java-based IDEs such as Netbeans. One thing it didn’t have was support for PHPUnit, so I’ve made a plugin. It’s available to install via Package Control.
- Carlos Pires
We’ve spent hours combing through Lion for secrets and put out a call on Twitter for your favorites. This post brings over forty such hidden tricks and tips for your viewing pleasure. Enjoy!
- Carlos Pires
A CAPTCHA is a test to tell humans and robots apart. You've probably used one before: identifying a string of letters from an image to show that you are human, rather than a "bot". This site provides a web service to generate textual CAPTCHAs based on simple logic questions.
- Carlos Pires
Without a doubt Ajax applications are becoming more powerful by the day. That also means that JavaScript files are getting bigger and more complex. So lets look at some ways to cut down on bandwidth and memory by compressing JavaScript files.
- Carlos Pires
In the world of software management there exists a dread place called "dependency hell." The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this pit of despair.
- Carlos Pires
GitX is a git GUI made for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style!
- Carlos Pires