Programming


Speedy Subscriptions Using Spreedly (Part 4) – Checking for Updates

OK let’s recap. So far in this guide I’ve covered: creating your Spreedly account, setting up your subscription plans and (most recently) linking your applications sign-up process to your Spreedly account. The elephant in the room at this point is managing updates and allowing Spreedly to notify our application when users make modifications to their [...]

Programming

Speedy Subscriptions Using Spreedly (Part 3) – The Sign-up Process

Picking up right where I left off, in this post I will review integrating Spreedly with your programs sign-up process. As is the case with most services like this, including PayPal, the quickest way to incorporate Spreedly involves redirecting the user to their website and allowing the financial transaction to take place on their servers. [...]

Programming

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

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

How-to Ensure a Secure Connection Using PHP

Image via Wikipedia When submitting sensitive information over the web it’s important to ensure that the requested page is being accessed via an HTTPS encrypted connection. I’ve come across some forms that don’t check whether a secure connection has been made or not. In other words, you can delete the S from HTTP and instead [...]

CodeIgniter, How-to, Programming

I’m a Zend Certified Engineer (ZCE)

Last week I mentioned that I was going in for my Zend PHP 5 Certification exam on Friday. The test has come and gone and I’m happy to say I passed. To be honest, the test was a little more difficult than I thought it would be and I was a bit nervous at the [...]

Misc., Programming

Zend PHP Certification: Necessary or Not?

Image via Wikipedia I have to start this post out with a quick apology for the lack of recent posts. There is a lot going on right now: working on ScoutPath (which launches in June), putting out fires in BadgeTracker and working full time at my day job. All of this leaves little time for [...]

Programming