repetitive tasks

PHPMaster.com: Learning Loops

PHPDeveloper.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 One

Linux 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 = Capifony

PHPDeveloper.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 Make

PHPDeveloper.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.

He looks specifically at how to manage and build the Javascript and CSS portions of a site (but parts of it could be applied to just about any files you might want to automate).


 

Bash Tricks II: Repetitive tasks on files

Linux 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."