PHP programming
Rile Media has been programming web projects with PHP since PHP-3 in the mid ’90′s. We have one main philosophy – keep it simple. That keeps us, and you, out of trouble. It’s a powerful language available for free and used by most decent hosting services. Many of the larger open source projects – like WordPress – use it. When utilized in concert with MySQL or PostgreSQL you have a robust underlying ramework for creating pure magic.
We use what the industry refers to as “Best Practices”. No, this does not mean using an object oriented style everywhere. it means we use the right tool and right method for achieving the desired result – predictable, sustainable, reliable and maintainable. If it isn’t all 4 of those things, a mistake was made. How will you be able to tell?
- Code stops working every time one piece of server software is upgraded.
- There’s only 2 people left on the planet that can maintain your application.
- Some stuff works, some stuff doesn’t. Sometimes.
Successful businesses stand the test of time.
So does successful programming.