Twitter Live Search Widget Released, Is Way Cool.

The widget, found here, allows you to enter any search query, along with a title and a caption. The widget will then be built next to the input fields so you can see what it looks like. You can also edit its color and dimensions. If you like it, you simply grab the code and put it on a webpage. From there, it will continuously update in real-time with new results from the query you set.

via Twitter Unveils A Live-Updating Search Widget .

Set this up on Teknoids to try it out using AALL2009 as a relevant search and it works well. The code produced was easily inserted into a Drupal 6 block and added to the site. It will certainly provide an excellent way to leverage twitter on your site.

New Drupal Theming and Design Resource: design.acquia.com

It is so amazing to have a great, global community of passionate Drupalists. It usually means that you can quickly find people who are of like mind that want to help the Drupal world grow in ways that are new, unique, and useful. Today is no exception: I’m happy to say that Jeff Burns and Acquia have partnered to merge his 3rd World Themes project into Acquia’s design-oriented microsite design.acquia.com.

via A great kickoff of design.acquia.com as a design-focused Drupal resource | Acquia.

Looks like this will become an excellent resource for the Drupal theming and design community and a major contribution from the Acquia team. Focus is on porting existing themes from other systems.

Acquia Picks Up $8 Million In Series B For Drupal Development

Acquia, a startup that commercially develops and distributes open source content management system Drupal, has raised a whopping $8 million in series B funding led by North Bridge Venture Partners with Sigma Partners participating. This bring Acquia’s total funding to $15 million.

Acquia, whose co-founder and CTO Dries Buytaert created the Drupal platform in 2001, tells TechCrunch that the company will use the funding to help create and expand the market for Drupal in the enterprise world. Drupal hopes to expand its existing base of 200 subscription customers.

via Acquia Finds $8 Million For Development Of Publishing System Drupal .

Looks like Acquia is headed in the right direction.

Table Wizard Not Going to Cut It on CALI Website

Now, as for linking with nodes – that is not supported at this time. Is this your primary question? I’m going to assume that it’s the main issue you’re facing and turn this into a feature request – at the moment, there’s no way to define relationships between Table Wizard-managed tables and tables integrated with Views by other modules (such as the node table). Supporting that will take some work…

via Allow relationships to other views-enabled tables | drupal.org.

OK, so we imported CALI Lessons into Drupal as nodes. Now I’ve got the table that tracks when folks run those Lessons. It has about 4.4 million rows and contains what is effectively relational data: ids for Lessons, People, etc, and run data: time of run, questions answered, etc. So we were hoping to use Table Wizard to surface the data in Views2 and combine it with Lesson node info to produce nifty pages for people to see the Lessons they have run. But as noted above TW doesn’t support building relationships between TW-managed tables and existing Views tables, so no way to link the nid in the LessonRun table with the nid in the node table or the uid in LessonRun with the uid in the users table with the nifty Views2 interface. Looks like I’ll just need to code it in.