Wufoo Forms WordPress Embed Shortcode

I tossed this together a while ago, and it even made it in to bSuite for a time, but I don’t have a need for it anymore, and I’m cleaning house.

function shortcode_wufoo( $arg ){
// [wufoo id=z7x4m0 domain=place.wufoo.com]

$arg = shortcode_atts( array(
‘id’ => FALSE,
‘domain’ => FALSE,
‘height’ => 500,
), $arg );

if( [...]

Slideshare WordPress Embed Shortcode

I’m cleaning house in bSuite, and I’ve decided that this shortcode function for embedding Slideshare items in WordPress needs to go. Rather than totally toss it away, however, I’m posting it here in case somebody else finds it useful.

function shortcode_slideshare( $arg ){
// [slideshare id=211578&doc=misty-holland-1198496990903941-2&w=425]
 
$arg = shortcode_atts( array(
‘id’ => FALSE,
), $arg );
 
if( ! $arg[’id’] )
return( FALSE [...]

Tricky Uses of bSuite

After writing the project page for wpSMS I didn’t have much more to say in a blog post announcing it. The cool thing about writing Pages in WordPress is that I can create a taxonomy like /projects/wpsms/ to place them in. The downside is that new pages never appear in the RSS feed.
So I need [...]

Do WordPress Pages Better With bSuite

a href=”http://wordpress.org/”>WordPress‘ Pages feature makes the popular blogging platform a sophisticated CMS. bSuite adds a few features to make it even better.

Write excerpts, tag, and categorize your pages
WordPress excerpts are an underused but powerful feature that allow you to explain to your readers why they should read the page you wrote. Tagging [...]

bSuite 4 beta 2

I announced the bSuite 4 public beta not long ago, now I’ve just posted a new version to SVN that addresses some of the bugs and fleshes out some of the features. I have yet to update the bSuite page, but here’s a preview of what’s new or changed:

Additional stats reports
WP2.5-style tag input tools on [...]

bSuite 4 Public Beta

I’ve had a lot of features on the table for bSuite for a while, but this recently discovered comment from John Pratt (whose Smorgasboard.net is a lot of fun), kicked me into gear to actually get working on it again. The result is bSuite 4, which is probably what bSuite 3 should have been all [...]

Language Translation Icon

We all need a recognized icon to represent “translate this.” We’ve got one for feeds and social bookmarking, but where’s our translate icon? A lot of folks simply use flags, but that’s a bad idea because they’re “nationalistic, and represent ideals, boundaries, and political beliefs, but do not represent a language.”
Joe Lee has developed [...]

bSuite 3 Released

I started bStat in 2005 when I ported my blog from pMachine to WordPress and needed to bring over the tools I’d built to identify popular stories and recent comments. I renamed it bSuite when I added tagging and other features to it. Now it’s bSuite 3.
Get it here. Get installation details here, and users [...]

bsuite Bug Fixes (release b2v7)

Work on bsuite3 is progressing well, thanks to help from Zach and Matt, who are collaborating with me on completely rearchitecting how stats are collected and reported. This, however, is not bs3. It’s a transitional release intended to fix some bugs in b2 and make upgrading easier. This upgrade is recommended for all current bsuite [...]

bsuite Bug Fixes (release b2v6)

Update: bugfix release b2v7 available.
It’s been a while since I released a new version of bsuite, my multi-purpose WordPress plugin. I’d been hoping to finish up a series of new features, but those have been delayed and this is mostly just a collection of bugfixes. This update is recommended for all bsuite users.
bsuite Features

Tracks page [...]