Matcha Design Blog

Posts matching #php

Concrete CMS Releases Version 5.5

By Jason Brown | Tuesday, January 10, 2012

At Matcha Design we've used Concrete CMS for several client sites. We find it's easy for clients to edit, even if they're not very tech savvy, and it's a powerful CMS solution that takes very little time to build for. Concrete recently officially launched version 5.5, which includes a major overhaul of the entire interface. Read More...


Ruby on Rails Compared to PHP

By Jason Brown | Tuesday, November 29, 2011

I've been using PHP for years. In some ways it's a messy language, but it gets the job done and is widely adapted in the web community. How about another programming language called, "Ruby on Rails"? Let's have a comparison between the two. Read More...


Tips to Optimize Programming in Any Language

By Jason Brown | Tuesday, August 16, 2011

Good programming involves more than simply being able to write software that will solve a problem or accomplish a task. That's programming, but good programming considers a number of factors, such as the speed of the operations, what to do if something goes wrong, development time, and maintainability of code. Here are a few language-independent tips to keep in mind when writing programs or websites that will hopefully save someone some future headaches. Read More...


Image Manipulation in PHP - GD vs IMagick

By Jason Brown | Tuesday, July 19, 2011

Recently I've been working with image manipulation in PHP, using GD and ImageMagick. Both libraries are very useful but they're quite different in a number of ways. I thought I'd take this opportunity to go over some of the differences and provide some suggestions on which might be better for different uses. Read More...


5 Reference Resources for Developers

By Jason Brown | Tuesday, March 15, 2011

Every developer needs some reference now and then. Whether you're dealing with a new problem you've never encountered before, learning a new scripting language, or you just can't remember which function you need, these web sites will help you get the job done. Read More...