Blog

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

Optimizing Your AdWords Campaign Using Google’s Adwords Campaign Experiments (ACE)

If you haven’t heard of Google’s AdWords Campaign Experiment (ACE), or even worse have heard of it but haven’t started using it, it’s time to take a serious look at what ACE can do. Aside from lowering your Cost Per Acquisition (CPA), this feature can…

Read More

Objective C – Using a UIScrollView for Infinite Page Loops

When creating paging functionality for iPhone apps, there may be times that an infinite page loop would be desired. For example, if you have a small gallery of photos you are displaying, you may want to swipe through the set and have it start back…

Read More

Embrace the Touch-Screen

If you ask me, one of the best features of the Apple iPhone is the touch-screen. Touch-screens have been around forever; at least it seems that way to someone who just turned 30. The thing is, for as long as they’ve been around, I’ve pretty much…

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