Blog
-
Developing SharURL: Lessons learned developing a new startup
July 6th, 2009 at 1:15pm | 7 CommentsLast year around this time I decided to pursue an idea for a simple file sharing service without any real planning. Although it shouldn’t have taken more than a few months of part-time work, I just managed to launch SharURL today (you will need this invite code to signup: p9q1h). I made a lot of mistakes ... read more »
-
Micro templates in PHP
June 8th, 2009 at 3:36pm | No CommentsHave you ever had the pleasure of reading PHP code with lines and lines of HTML jammed into strings and a ton of escape characters? I have. In fact, a lot of WordPress plugins are guilty of this. Perhaps you’re guilty of it yourself? This article will show you how to separate your HTML markup ... read more »