Posts Tagged ‘programming’

Why I love RubyMotion

Comments (0)

I’ve been asked a few times in the last week about why I’m using RubyMotion and why I’m so ecstatic about it. To give some background, I’ve been working on a mobile app called “Bring It On” for a few weeks now. I built the first version of the app in Objective-C and while it [...]

Tip of the Day: Documentation

Comments (0)

This is probably the biggest oversight by developers across every language and skill set. It’s great that you write stellar code, but you can’t rely on the fact that the next developer to touch your code is going to have all of your memories, experiences, or time to read through your code to understand what [...]

Must-have Magento Extensions

Comments (10)

As Magento grows, so does it’s base for extensions and contributions. I often find myself browsing the collection of them, and try to experiment with a new extension on every site that I build. This is my list of must-haves and favorite magento extensions thus far, and hopefully I’ll add to this list as time [...]

Installing Zend Framework on MAMP

Comments (52)

As usual, I’m sharing a solution a problem that I personally encountered and couldn’t find a great solution for. So I’ve been using my laptop more and more as my local development environment in order to keep things private and secure while in the dev stage. Among learning how to fully utilize SVN locally, I’ve been trying to setup my laptop to be a fully functional server while also being extremely easy to maintain and change my environment on the fly. To do this, I’m running MAMP (Mac Apache MySQL PHP) available for free at mamp.info as well as the Zend Framework bundled with Zend Tool.

close