Blog Posts

CRUD in Drupal

No. Not crud. CRUD. Create, Read, Update, Delete. The basic operations a web app needs to do on database records.

I’ve been working on the Provisionator module, which helps with institutional-scale deployments of Drupal sites on a shared hosting server. The module began life as a separate PHP application, and evolved into a Drupal module wrapping those functions. It essentially managed a table within a Drupal site’s database, adding rows for each website deployed.

Read More

Portable Camera Storage on the cheap?

I’m planning a vacation in the spring. The tickets are all in place, and we’re looking forward to it. Can’t say more, because it’s a surprise Christmas present. I’d love to leave the laptop at home, but would currently need to bring it along to dump photos off the camera every day.

Does anyone have any great (and cheap) solution to offload photos from a camera (Canon Digital Rebel xt) without a laptop? I’ve got a 5G iPod (30 Gig), and have looked at the Apple and Belkin media readers - both of which apparently suck the soul out of the battery before finishing the job.

Read More

Custom Fields in Drupal Event Signups

We’re using the Event module to list our workshops at the Teaching & Learning Centre, and the Signup module to let people register to attend workshops (or other events). It’s working really quite well, but we needed to add some extra fields to the registration form so we could track Faculties, Status, etc…

“Sure,” I said, “Drupal’s open source, so we should be able to add any fields we want. Worst case scenario? We’d have to fork Signup.module and maintain our own version with our custom fields in it.”

Read More

TED Talks are changing how I think

I’ve been slowly working through the TED Talks video podcasts - making time to watch several sessions each week. I can’t even begin to describe what an impact they’re having on me. I’m starting to think differently about many issues - some I hadn’t even considered before, others I thought were outside of my reach.

I watched Majora Carter’s presentation this morning. She is the founder of Sustainable South Bronx - a grassroots movement she started in her community to try to bring it back from the brink of ecological (and social and economic) devastation.

Read More

The CogDogBlog Will Be Back Soon

I got an email from Alan last night mentioning that his blog was actually knocked offline by the overzealous actions of spammers. They were hammering his site so hard that his host had to kill the site. He had been running the CogDogBlog on some graciously donated webspace, so it’s understandable that they weren’t thrilled about the load that spammers can add to a server.

Unfortunately, Alan’s got a Day Job™ which is currently in conference management mode (i.e., traveling and busy) so he’ll be trying to get things back up and running in the few spare milliseconds he can eke out in the next little while.

Read More

Flickr: Public Artwork Hacks

The Conversation - improvedWhile browsing the Flickr photos from Calgary, I came across this one by Sherlock77. It prompted a brief discussion, wondering if there was a group for people to put photos of public artwork that had been hacked (or dressed, or modified, or adorned) - legally and non-destructively. I did some searching, but didn’t find anything. So, I created a public group: Public Artwork Hacks.

If you have (or plan to take) photos of public artwork that has been “improved” - here’s the place to share it. Put a Santa hat on The Thinker. Sunglasses on David. Photos that include modifications - without the use of Photoshop to add things - are welcome!

Read More

Dreamtube

Dreamhost rocks. I mean, they just keep piling on awesome new features into their hosting package. Recently, it was essentially infinite bandwidth and storage. Yesterday, they added an automatic Flash video transcoder and presenter, ala YouTube. But, within any Dreamhost site.

All I have to do is upload a video file (.avi, .mov, .mp4) to my site, tell Dreamhost I want it converted to Flash video (using the panel.dreamhost.com site that’s used for managing everything else as well), and their magic elves do their work and email me a javascript snippet to embed a flash player in any web page (or blog post). Like, for instance, this one:

Read More

EduGlu = Drupal + Leech.module?

Thanks to a tip from Bill Fitzgerald, I checked out a copy of the Leech module for Drupal. Despite the rather bad name, it sounds like it is (or eventually will be) perfect for what I need.

It lets users add their own feeds, and can associate said feeds and subsequently aggregated items wit any of the user’s Organic Groups. That takes care of the Class/Cohort/etc… concepts. Users just create or join the appropriate Organic Groups within the Drupal site, and add whatever feeds they want to whatever Organic Groups they want. They could add subfeeds of a blog to different OGs (say myfancyblog.com/tags/bio680/feed to the Biology 680 OG, and myfancyblog.com/tags/poli544 to the Political Science 544 OG…)

Read More

BlogBridge Screencast

I recorded my morning RSS checkin with BlogBridge 4.1 (well, I recorded it with iShowU, but the checkin was done using BlogBridge). The power of the feed star rating feature is really hard to describe - it’s much easier to just show it.

I wound up with a 16 minute recording, which is about how long it takes for me to check in on 443 feeds first thing in the morning. I took some time to describe the BlogBridge interface, but skimmed slightly more than usual so it probably worked out about the same duration.

Read More

Eduglu reloaded

I’ve been meaning to get off my butt and finish mocking up an Eduglu prototype. I’ve been dabbling with a Drupal site, powered by Organic Groups and Aggregator2. I had it basically working on my desktop box, and just tried reproducing the basic pattern here on my Dreamhost server. The whole thing took maybe 15 minutes to set up. Except that it doesn’t work. Dreamhost has disabled the curl in PHP, so the Aggregator2 feed update functions just fail silently. curl, foiled again! (it borked the del.icio.us plugin as well). Instead of spending my time fighting with Dreamhost and porting modules to not use curl, I’ll just finish mocking things up on my desktop or another server.

Read More