Websites

Translating Your Vision Effectively To Developers (Part III)

In the previous posts about effectively translating your vision, we discussed the importance of including a developer in the brainstorming stages, writing down your thoughts, having a dedicated project manager and understanding everybody's role. Today we're going to discuss the final two most important items…

Read More

Installing APC on CentOS 5

There can be several issues when installing APC on a CentOS based operating system with PHP 5.3.2. These include a duplicate 'static' error in the zif_apc_compile_file function and some apc_regex errors. This post outlines how to resolve these issues. The complete solution is at the…

Read More

Translating Your Vision Effectively to Developers (Part II)

Last week, I talked about the importance of brainstorming and making sure that you write down your thoughts and ideas when speaking with developers.  This week, I want to share with you the importance of having a project manager as well as some of the…

Read More

Translating Your Vision Effectively to Developers (Part I)

Throughout my career, I’ve witnessed the development of a variety of websites, mobile applications and software projects; I’ve heard a lot of great ideas and I’ve witnessed a lot of frustration when the vision isn’t properly translated to a final project. I’ve had my own…

Read More

Symfony + Doctrine: How to rebuild your DB

This post is about rebuilding your database from a schema.yml file in your Symfony project (Symfony version 1.4.8 embedded in the project at /path/to/your/project/lib/vendor/symfony/lib). If you make a change in your config/doctrine/schema.yml, run these commands from your project's root directory. ./symfony doctrine:drop-db ./symfony doctrine:build-model ./symfony…

Read More

Categories

Search

Recent Posts

Most Common Tags