January 10, 2010 – 11:03 am
I’ve been experimenting with using Phing to automate building and deploying web applications. I want to share one of my build scripts and perhaps get some feedback from anyone with more experience using Phing. The requirements for the build script are fairly simple:
It will not handle deployment. This particular web application is deployed by the [...]
January 2, 2010 – 4:36 pm
Back in October, Jeffrey Zeldman tweeted something that I strongly agree with:
Real web designers write code. Always have, always will. #aea
This sparked many conversations including these two tweets from Chris Shiflett:
According to @zeldman, real web designers write code. (I think he means HTML and CSS, not PHP, Perl, and Python.) What do you think?
I’ve now [...]
Last night I went to the Burlington, Vermont City Council meeting to listen to our newly re-elected mayor, Bob Kiss, give his State of the City speech and watch the City Council attempt to elect a new council president. I said “attempt” because, after 14 rounds of voting, they were still deadlocked 7-7 for opposing [...]
A claim you may have heard me make before is that the web is not a visual medium. Some of you know exactly what I mean and some of you probably think I’m nuts. For those of you who think I’m crazy, let me elaborate. You, like most people, probably experience the web visually. However, [...]
January 17, 2009 – 3:37 pm
The Burlington, VT PHP Users Group will be meeting Thursday January 22nd from from 6:00 pm to 8:00 pm. Since we (Found Line) recently had some demolition – I mean renovations – done we’ve got a bit more space so thought we’d finally host the meeting. Here’s a description of the presentation, “CSS for Web [...]
September 27, 2008 – 9:21 am
I’m currently working on a project where the client is running their own web server that I will not have direct access to. This is actually a good thing in that it is a nice way to enforce the separation of the development and integration environments from the staging and production environments. However, how do [...]
September 22, 2008 – 11:18 am
ZendCon 2008 wrapped up last week. This was my first time going to ZendCon and it was definitely worth it. There were over 650 people and over 60 sessions at the Santa Clara conference. I’ll try to post summaries and highlights from the sessions I attended. It was a great opportunity to attended presentations [...]
I am surprised by how many developers think it’s OK to do work directly in a production environment or to deploy to production directly from their development environment. I found a good article today that explains the traditional Development/Integration/Staging/Production practice. The specific setup may be different depending on your environment, but the basic ideas are [...]
I’ve been trying out a new way to run web applications on my local machine. Since I work on many different websites I like to be able to run these sites on my local machine. This lets me try out changes locally before committing them to Subversion and rolling them out to a staging or [...]
A big thanks to Bluehouse Group for hosting Last nights Burlington, VT PHP Users Group meeting! Both Matthew Weier O’Phinney and Rob Riggen provided some great presentations. Matthew’s presentation was a continuation of his best practices series. This one was on documenation. Rob presented the latest installment of his framework series, this one on Zend [...]