Tag Archives: web development

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 […]

Web-based Application Development Tip: Protect Your “Tenants”

|

According to the New York times, thieves were able to capture the names, account numbers, e-mail addresses and transaction histories of more than 200,000 Citi customers, using the Citigroup customer web site. This isn’t the first time a financial institution has had its data compromised. What is so alarming about this particular security breach was […]

Four Ways Web Design and Development Agencies Can Give Back

|

Web design and development agencies are typically small businesses where the creative and engineering types flourish in a loosely structured company culture. The few formalities us web designers and developers must comply with usually revolve around deadlines, workflow, meetings, and clients. Overall, it’s not a bad gig, it’s the type of environment where web designers […]

Web-based Application Database Design and Infrastructure

|

In my experience as a web developer at Pelago I’ve helped develop several web-based applications that required more than just an out-of-the box database configuration. While 99% of the online apps we’ve built can get by on a MySQL or PostgreSQL database with little to no configuration, the few that do require optimizations will certainly […]

Revisiting Web Design Decisions Behind the Intervals Mobile App

|

The Intervals Mobile UI launched 7 months ago. In that time we’ve been collecting feedback from our customers and using it quite a bit ourselves. We’ve also been busy architecting the next few features, which will include more client, project and milestone management. When we originally launched the mobile UI, we wrote about what it […]