Web Designers, Developers & DevOps: Which One Are You?

|

We’ve come a long ways since the days of the all-seeing Webmaster — a relic of a bygone era when the Web consisted of little more than HTML pages and PERL-based form handlers passed around from site to site. Flash forward to today, and the only remnants of ‘Webmasters’ are advertisers squatting on the keyword […]

Better Project Management Through Online Time Tracking

|

Project management can sometimes present a web design, development or creative agency, with a Catch-22-like conundrum. Given the unique and customized nature of many web sites and web-based applications, it is difficult to estimate how long it will take to develop, manage and deliver a new project until we’ve actually gone through the process. For […]

How to Build a Lego Wall in Your Home or Office

|

Many web developers can trace their humble beginnings to the family room floor of their childhood, where boxes of Lego bricks spilled out into our imaginative hands and became flying cars, futuristic skyscrapers, impenetrable fortresses, and whatever else we could think to build. Yes, many of us enjoy developing web-based applications because it is so […]

An Overview of the Open Source Landscape at OSCON 2011

|

This last July I had another opportunity to attend OSCON 2011 in Portland, Oregon. So I did what any self-described beer and technology enthusiast would do, I jumped on a plane and flew north. While in attendance, I soaked in as much knowledge as I could — insight, instruction, tips, and funny stories about the […]

Configure Your Web-based Application to Receive Email Using Wildcard Virtual Subdomains, Postfix and Linux

|

Many web-based applications, including online project management software, feature the ability to accept and process emails. For example, an incoming email may be tweeted, posted to flickr, or appended to a task. The online abundance of productivity tools has helped us get out of our inboxes, but they haven’t replaced email entirely. In fact, many […]

Looking Back on Old School Web Design & Development Methods

|

The Web, as we know it today, has advanced a considerable amount from it’s original incarnation. HTML hasn’t changed as much as the web browser, and web designer and developers have advocated and implemented higher standards in their work. From CSS improvements to better use of semantic HTML, the Web has (mostly) become a better […]

Calculate the number of lines in a CSV file using PHP and Linux

|

When parsing large text files, particularly CSV files, web developers often need to know the number of lines contained in the file up front. Knowing the CSV line count is useful for a number of reasons, for example, displaying a progress meter while parsing the large file, or estimating how long the parsing process might […]