Sending (or piping) emails to a php script would allows a whole world of fun. I had a spare 30 minutes the other night so I sat down, read a few blog posts and forums and set up emails to pipe to a php script.
Coach, Mentor, Developer
I’m Harry Bailey and I help foster tech teams and the humans who help form and fuel them. My work creates better outcomes, more value, happier humans and solid autonomous teams.
My experience as a product owner, business owner, tech strategist and software developer enables me take a team-focused approach. I look to support value creation at every level from pair coding through to business strategy.
Some describe my role as Delivery Coach and some as Agile Coach. My preference is Agility Coach. ‘Agile’ isn’t something to be achieve, and our focus as members of software development teams should be on removing the impediments that limit agility. I work with teams of all sizes and experience levels to be better tomorrow than they are today.
Delay Before Completion of File Load Solved
I was pulling my hair out this morning because although a css file I was loading was offering it’s contents immediately, the file didn’t complete loading to the browser for another 10+ seconds on each refresh.
Continue reading “Delay Before Completion of File Load Solved”
Magic Quotes – Quickly and Safely Removing Slashes
I have seen loads of ways of looping though GET, POST and COOKIE and stripping slashes, but I finally think I found one I am happy with.
The benefits it offers include…
Continue reading “Magic Quotes – Quickly and Safely Removing Slashes”
Location of hosts httpd.conf php.ini on Mac OSX
I’m sick of forgetting where to find my local development files so here is a quick breakdown. It includes hosts file, httpd.conf and php.ini
Continue reading “Location of hosts httpd.conf php.ini on Mac OSX”
Automatically Refreshing a Page Periodically
There are several solutions to making a webpage automatically refresh every few minutes.
Continue reading “Automatically Refreshing a Page Periodically”