PHPmaster.com has a new introductory tutorial for those just starting out with PHP (or with programming really) talking about using looping structures for sets of data - for, while/do-while and foreach.
repetitive tasksPHPMaster.com: Learning LoopsPHPDeveloper.org Thu, 12/15/2011 - 10:15
PHPmaster.com has a new introductory tutorial for those just starting out with PHP (or with programming really) talking about using looping structures for sets of data - for, while/do-while and foreach. Command Line Magic: Scripting, Part OneLinux Magazine: Top Stories Mon, 06/27/2011 - 15:37
Creating shell scripts is the lazy (smart) system administrator's way to automate and build intelligence into repetitive tasks. Continue reading ServerGrove Blog: Symfony + Git + Capistrano = CapifonyPHPDeveloper.org Thu, 07/15/2010 - 12:38
On the ServerGrove blog there's a recent post looking at an interesting combination of technologies that could allow you to deploy your Symfony applications easier and more quickly - Capifony (Symfony+Git+Capistrano). Nefarious Designs Blog: Website builds using MakePHPDeveloper.org Fri, 02/26/2010 - 10:09
New from the Nefarious Designs blog today is a comprehensive post on using make to create automated website builds. Bash Tricks II: Repetitive tasks on filesLinux Today Sun, 06/07/2009 - 08:02
Technology Floss: "I didn't want to spend the next month checking each compressed file to see if my target file was there. So I made a one-liner that did the whole thing for me." Tags:
|