December Goals and Actions Even with the holidays I was able to hit all my goals with some adjustments. $4,000 in revenue Wrapping up my current projects was just enough for me to hit my revenue goal. Complete planning on my redesign After starting, I found I needed to define my market better so this …
Category: Articles
Interview Yourself: Eric Davis
The challenge has been thrown down. Both Shane Pearlman and now Joshua Clanton have both “requested” that I take Shane’s Entrepreneur Interview. What’s your personal mission statement? Have fun developing software to improve people’s lives. What’s the biggest mess you’ve dealt with this year? My desk…. Really the biggest mess I’ve had is overcommitting to …
Progress Review – November 2007
November Goals and Actions I was wrong about setting so many goals for November. Being booked solid, my time was spread to thin between my goals and my client’s projects. $7,000 in revenue Midway through the month, I found the only way I could hit this target was to either add another project to my …
Mephisto Trackback Library
I really enjoy using Mephisto but it is missing some of the features that other blogging applications have. One is the ability to send a trackback ping to another blog post. So I built my own library to handle it. Download trackback.rb require 'net/http' require 'uri' # Simple trackback class to send a trackback to …
Got API?
If you spend a lot of your time looking up all the different methods and functions from your programming language or framework, try gotAPI. gotAPI consolidates a lot of the API documentation scattered across the web and provides a simple live search for it. Best of all, I can use the same website to lookup …