Skip to Navigation

Open Source Software

Pods: An Introspective on Software Development

Pods is a pet project that I've been working on for more than a year. It's purpose is to sit on top of WordPress and allow for users to create custom data structures, called content types. It's sort of like Drupal CCK, but for WordPress.

CodeWorks 09 DC

CodeWorks 09Thought I'd give a few overall impressions from CodeWorks DC while they're fresh in my mind.

DataMasher Wins!

In case you haven't gotten the news via Twitter or elsewhere, DataMasher won in a squeaker, over some very stiff competition from This We Know and GovPulse. I got to meet and talk shop with those developers and the developers behind the Visualization Prize winner, QuakeSpotter. They're all scarily smart and great people.

DataMasher: A Drupal-Based Data Visualization Tool

Concept

In creating Datamasher, Forum One's entry in the Sunlight Labs Apps for America 2 competition, we were faced with a challenge: how to take some of the data cataloged on the government's new data.gov website and make it more easily used and understood by average citizens.

Apps for America 2: Lessons Learned During Speedy Application Development!

Since many of us are involved in campaign-focused work that requires rapid turn-around, I wanted to share some lessons from a recent internal project we delivered in 4 weeks for the "Apps for America 2" contest.

(Our application, DataMasher, placed in the top 3 (out of 47), so by they way, I'd appreciate your vote so we can be pushed to #1.)

WordPress: Certain Widgets on Certain Pages

WordPress and Drupal are similar in a lot of ways. They're both extremely popular, powerful, and flexible frameworks. They both have minimal cores, but were built from the ground-up to handle tons of extensibility. Even though WordPress has been traditionally thought of as a blogging system, it's gradually shaping into a more refined, full-featured CMS.

LegiStalker: Getting People Engaged with Congress

There's a lot of people out there wanting to keep up with Congress.

Many people just want to know what their representatives are doing in Congress, how they're voting, and who they're interacting with. Unfortunately, that's pretty hard to find, especially from several different angles.

We at Forum One felt that exposing this information was a pretty good idea, so we ran with it. The final result is the site LegiStalker.

Drupal: Restrict a Block to User's Buddies in Panels

The code below can be used to hide blocks displayed on a Panel page. I think we tried doing this with PHP block visibility but couldn't quite get it to work. Luckily, panels provides the hook_panels_panel_content_alter() for each block/content type you have in a container. The code below is an example of using the hook to display certain blocks only if the logged in user is a buddy of the user whose profile is displayed.

Drupal: Create a Block to Display a User's Organic Groups

I was a bit surprised that, at least in D6, the organic groups module doesn't supply a block to show a user's group memberships. We had to display such a block on a client site recently and defined the box ourself. First, define a new block via hook_block():

Syndicate content