Adam Green
Twitter API Consultant
adam@140dev.com
781-879-2960
@140dev

140dev Source Code

Free open source code for Twitter API programming with PHP and MySQL

This is a great starting point for custom Twitter applications. The plugin architecture makes it easy to extend.

The next release of the 140dev Twitter framework will introduce a set of tweet display themes. There will just be 4 at first, but I intend to have about a dozen by the following version. I know people love pre-built themes. Refined Business Colorful Minimalist

When in doubt, blame server paths

by Adam Green on November 12, 2010

in 140dev Source Code

I’ve been making a lot of changes in the 140dev code as a result of my son’s testing. It is great to get someone who isn’t an experienced PHP coder to test this. He blocks on things I’d just write around. I modified the scripts in the Twitter database server module to eliminate the need […]

I rebuilt the code for the 104dev system using a WP-style architecture. As expected the messiest part was getting the directory paths right. I think the idea of putting most of the functionality into separate plugin directories will be a big win. There will be a very small core of tweet collection code and general […]

I’ve been thinking about how to prepare the tweet aggregation code used for the dev tweets page. I know that I want to add multiple modules to the system, and make it easy to customize the appearance of the tweet list. This sounds a lot like the WordPress model with plugins and themes, so I’m […]