Embedding a Twitter feed using jQuery

This is based on some code at: http://www.myphpetc.com/2009/11/jquery-twitter-streaming-widget-in-30.html but has been modified to enable embedding twitter feeds in multiple locations (using different search terms) on the same page. First, include jquery in the <head> of your page – here I’m using the google hosted version: <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”></script> The following script will scan the page [...]

MODx ManagerLogin snippet redirection

Do you use LoginLogoutLink and ManagerLogin to have a nicely formatted login page? This hack will ensure that when you login, you remain on the page you came from.

Importing users from Ning to WordPress MU

Moving from Ning to wordpress? In the absence of an import script, here is a way to get those ning users from the csv dump into wordpress (NOT buddypress).

Redirecting users to their primary blog in WordPress MU

Using the login_redirect filter in Wordpress isn’t as intuitive as it may seem…

WordPress MU User Capabilities Plugin

WPMU plugin which lists all blogs and users and lets you set the capability of each user on each blog.

Importing WordPress users into WordPress MU

Of course, this is no longer required for version 3.0, but here is how to do it anyway…

Using Social Privacy to create a part-public, part-private WordPress Blog

Using the Social Privacy set of plugins for Wordpress

jQuery plugin: inlinemultiselect

This plugin takes <select> elements which have the attribute multiple set, and converts them into editable, inline lists. It has been developed to enable the use of controlled vocabulary within a sentence by incorporating multiple select lists of words or phrases at key points, so the words or phrases can be added to the sentence [...]