Author Archive


Entrepreneur Heal Thyself

As a freelancer or sole proprietor, how do you decide when to start a new project? I’m not talking about taking on client projects… I’m referring to ventures, product or application ideas that you have and think would make a good business. Are you the kind of person who gets an idea in their head [...]

Business, Programming

Update

It’s been about a month since I posted anything worth while and I wanted to write a quick update to let everyone know I’m still here. Things are pretty hectic right now because I’m trying to get BadgeTracker ready for it’s next major release next month. That’s monopolizing most of my time at the moment [...]

Misc.

ScoutMailer Case Study

I’m a big fan of the e-mail marketing app Campaign Monitor (CM). A couple of months back I wrote a post about how I resell CM to a niche market as ScoutMailer. Today the folks over at Campaign Monitor have posted a case study of ScoutMailer with some insights on how to resell CM to [...]

Misc.

Your thoughts: why so negative?

I came across this post on TechCrunch yesterday about SitePoints new project Flippa. I’m a fan of SitePoint, have been for many years, but I have not used any of their auction or design services. The thing that struck me the most about this situation is how negative the feedback and responses have been in [...]

Misc.

Simplified Compatibility Checking

Fever, a new RSS feed reading application, just launched recently. Many of you might be familiar with the developer Shaun Inman from his popular stats tracking app Mint. I haven’t personally used Mint but I’m a huge fan of RSS feeds so when I heard about Fever I had to give it a shot. I [...]

Programming

Speedy Subscriptions Using Spreedly (Part 2) – Account Configuration

If you’ve ever accepted payments with PayPal you’ll know all the magic is in the settings/configuration. There are tons of configuration options that you can modify to make PayPal work just the way you like. The same holds true for Spreedly. The developers have paid attention to detail and provided us with the ability to [...]

Programming

Speedy Subscriptions Using Spreedly (Part 1) – Overview & Account Setup

I developed Sign-Up-Sheet.com four years ago first as a sandbox project for learning Ruby on Rails (RoR). After becoming disillusioned with RoR, I redeveloped the app in PHP using CodeIgniter (CI) and that’s where it’s been ever since. Every once and a while I try to add a new feature here or there but find [...]

Programming

Facebook Connect Library for CodeIgniter

Just a brief follow-up to the post series I did a while back on Implementing Facebook Connect with CI. Today, Elliot Haughin continued his tradition of releasing helpful CI libraries and published a new library for implementing Facebook Connect using CodeIgniter. Haven’t had a chance to review it personally yet but I would imagine it’s [...]

CodeIgniter, Programming

Support the National Center for Missing and Exploited Children

“The U.S. Department of Justice reports that in a one-year period of time 797,000 children were reported missing. That is an average of 2,100 children reported missing each day. 1,682,900 children ran away or were thrown away. 203,900 children were abducted by family members. 198,300 children were involuntarily missing, lost or injured. 58,200 children were [...]

Misc.

Building Applications using CodeIgniter (Part 4) – Code Templates

Last July I wrote a post entitled “What does your code say about you?” In that post I discuss the importance of writing clean well formatted code. It’s vitally important, even if you are the only programmer working on a project, that you document and format your code because you may be the only programmer [...]

CodeIgniter