Get Started

scream
There are many ways to determine what to charge. Here are four to avoid.Read More
 
1208374_35118328
Knowing which you are makes all the difference in your marketing strategy.Read More
 
When I first came across Heroku it was a Ruby-only cloud service. I wasn’t a Ruby developer so I quickly forgot about it. But then they partnered with Facebook and you could create a Facebook app... Read More
Thumbnail
Imagine a friend of yours approaches you one day and would like you to build her a website so she can showcase her photography. She wants to be able to easily upload her photographs and have them... Read More
 
 
Thumbnail
Integrating with Facebook from PHP is easy with the help of Facebook’s PHP SDK and some HTTP libraries like Zend_Http_Client or PEAR HTTP_Request2. In this article I’ll show you how to get... Read More
 
Thumbnail
MySQL events were added in MySQL 5.1.6 and offer an alternative to scheduled tasks and cron jobs. Events can be used to create backups, delete stale records, aggregate data for reports, and so on.... Read More
 
Thumbnail
MySQL events were added in MySQL 5.1.6 and offer an alternative to scheduled tasks and cron jobs. Events can be used to create backups, delete stale records, aggregate data for reports, and so on.... Read More
 
Thumbnail
This simple 5 step tutorial will create a working Rails 3.1 app using Twitter Bootstrap Last month I discussed all of the different gems that are available for integrating Twitter Bootstrap with a... Read More
 
 
When I first started programming the only type of code I wrote was procedural. You know the type, one thing leads to another with a thrown in function here and there and you have a working... Read More
Thumbnail
When I first started programming the only type of code I wrote was procedural. You know the type, one thing leads to another with a thrown in function here and there and you have a working... Read More
 
hunting
There are many ways to prospect for new clients—some involve hunting; others, farming. Find out whether one is better than the other in John Tabita’s latest article.Read More
 
In the previous article we thinly disguised a Rack tutorial as a comparison of PHP and Ruby. The aim of the article was to point out that most PHP developers start out on a pretty well thought out... Read More
Thumbnail
Git is a (distributed) version control system. What is that? A version control system is software that allows a programmer to track and manage the history of a project, where such a project could be... Read More
 
If you’re ever stuck on a problem, Google it and you’ll find a swarm of users have most likely experienced the same issue and have already shared their solution. If it’s not out there, ask in... Read More