February 2012
6 posts
1 tag
links of the week #46
4 Simple Steps to Vertical Rhythm A Simple, Responsive, Mobile First Navigation Anytime atea cocoa-rest-client Creating a blog in Symfony2 dotfiles Essential Sublime Text 2 Plugins and Extensions Everything You Know About CSS Is Wrong Firetask Getting Started - Treehouse Google’s Doodle and Why it Hertz my Brain! » SitePoint Homebrew How I’m designing a RESTful(ish) web...
Feb 27th
2 tags
Firetask from the command line
Wishing to integrate my upcoming todos stored in Firetask with geek tool, I wrote a simple bash script that queries the Firetask sqlite database and displays the flagged tasks and the tasks that are due in 5 days. If you use this script, don’t forget to customize the path to your sqlite file. SQLITE_FILE='/Users/YOU/Dropbox/Firetask/firetask.sql'; TODAY=`date...
Feb 23rd
1 tag
links of the week #45
#grid A List Apart: Articles: Setting Type on the Web to a Baseline Grid A primer on PHP namespaces – Rob Allen’s DevNotes A web-focused Git workflow Apple URL Scheme Reference: Phone Links Attention Developers: NewRelic is your Secret Weapon Baseline - a designer framework Better background images for responsive web design Browser UI Building a High Performance Website Colour...
Feb 20th
2 tags
The list of modified files since a git commit
When deploying a website manually via FTP, it can be very handy to have a list of new and modified files. The following git command shows this list between two revisions : git diff --name-only startid endid If we want to see the changes in the last 3 commits, we can use this syntax : git diff --name-only HEAD~3 HEAD To make this a bit more convenient, I wrote a simple bash script,...
Feb 13th
1 tag
links of the week #44
#97: Intro to CSS Animations 24 ways: Adaptive Images for Responsive Designs… Again 5 Free jQuery Page-Flip Plugins For Book-Like Interfaces A Beginner’s Guide To jQuery-Based JSON API Clients A tutorial for good typography in InDesign - Setting up a baseline grid Aide mémoire symfony2 Aide mémoire twig Beanstalk Bless Categorizr – A modern device detection script Creating responsive...
Feb 13th
1 tag
links of the week #43
* { box-sizing: border-box } FTW 1000px Grid for Responsive Web Design A New Approach (Part II) — Robbie Manson Build Awesome Apps with CSS3 Animations Cobook - The Smart Address Book for Mac Cool headings with pseudo-elements Cross-browser CSS gradient buttons CSS Almanac CSS3 breadcrumbs CSS3 dropdown menu dConstruct Audio Archive Design a Clean e-Commerce Website Interface in...
Feb 5th