Spark Inspector – Runtime Inspection for iOS Apps

Spark Inspector will offer you an entirely new debugging perspective. With a three-dimensional view of your app’s interface and the ability to change view properties at runtime, Spark can help you craft the best apps on earth. Wiring your app together with notifications? Spark’s notification monitor shows you each NSNotification as it’s sent, complete with …

The ‘Trend of Convenience’

The ‘Trend of Convenience’ doesn’t make things more convenient. Instead it mostly eliminates limitations that prevent change from happening in the first place. Take the horse carriage versus the car. Many people think of the car as a more convenient horse carriage, but why is that? Is it because it’s faster? Is it because it’s …

lessphp

LESS Compiler written in PHP. Usage is simple: <?php require “lessc.inc.php”; $less = new lessc; echo $less->compile(“.block { padding: 3 + 4px }”); Of course one can take files as input too (define a 2nd argument to cache on disk): <?php echo $less->compileFile(“input.less”); Also ships with an extra shell executable script plessc $ plessc input.less …

Grunticon: A Grunt.js plugin for managing and delivering sharp icons to all devices

grunticon takes a folder of SVG files (typically, icons that you’ve drawn in an application like Adobe Illustrator), and outputs them to CSS in 3 formats: svg data urls, png data urls, and a third fallback CSS file with references to regular png images, which are also automatically generated and placed in a folder. Just …

New Google Maps Hands-on

Been playing around with the new version myself and must say it’s a great step forward. Here’s the official Google Promo Video: The new Google Maps draws you a tailored map for every search and click you make. So whatever you’re trying to find or wherever you’re trying to go, you’ll always have a map …