Symfony Icu requires lib-icu

http://vvv.tobiassjosten.net/symfony/symfony-icu-requires-lib-icu/ http://symfony.com/doc/current/components/intl.html#installation – see “ICU and Deployment Problems”

Code Ownership

http://martinfowler.com/bliki/CodeOwnership.html http://www.jamesshore.com/Agile-Book/collective_code_ownership.html http://www.jamesshore.com/Agile-Book/

HTML Email Design Gallery

http://www.campaignmonitor.com/gallery/

CSS inliner

Writing inline CSS can be a pain, so we built a tool that’ll do the hard work for you. Just paste your HTML below, and we’ll move all your styles inline. http://inliner.cm/

Guide to CSS support in email

The Ultimate Guide to CSS A complete breakdown of the CSS support for every popular mobile, web and desktop email client on the planet. Download the complete guide for all 18 clients, or see the top 10 below.

Propel: Creating Custom Query

http://llanalewis.blogspot.com/2013/07/propel-creating-custom-query.html

How To Migrate Mailboxes Between IMAP Servers With imapcopy

/usr/local/imap_tools/imapcopy.pl -S server1.example.com/sales@example.com/secret -D server2.example.com/sales@example.com/secret http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imap-tools

Beyond grep: ack, a source code search tool for programmers

ack is a tool like grep, optimized for programmers

How to have correct permissions for files 664 and dirs 775 from usb disks?

Type: sudo mount -t vfat -o rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 /dev/sdb1 /media/usb Or put to /etc/fstab: UUID=1234-5678 /media/usb vfat rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 0 0

Git-Flow

http://nvie.com/posts/a-successful-git-branching-model/ https://github.com/nvie/gitflow http://danielkummer.github.io/git-flow-cheatsheet/ http://horusiath.blogspot.com/2013/03/ustrukturyzowane-repozytorium-git-flow.html http://www.slideshare.net/mediacurrent/git-flow-for-daily-use-24681199 http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ http://yakiloo.com/getting-started-git-flow/ https://github.com/OpherV/gitflow4idea http://plugins.jetbrains.com/plugin/7315