Hard Drive Voodoo

Can you bring a hard drive back to life if won't mount in finder?? Yes we can Bob.

Forget diskutil, forget Diskwarrior. Find Testdisk and download it.

Open terminal and navigate to where you put the folder and open with sudo: sudo ./testdisk

Set it loose on the Drive and tell it it's an Mac volume.

It will report a partition and size like:

HFS 263968 268433209 268169242 [wickert family 2]

Turning on rich text editing for drupal webform emails

This is a total hack and if someone can turn it a proper module, please do but I got it to work by commenting out line 269 of webform.emails.inc

'#wysiwyg' => webform_email_html_capable() ? NULL : FALSE,

Drupal 7 update.

Drupalnow has two text formats. textarea and text_format.

Textformat gets the RTE.

Working from the hints here:

http://drupal.stackexchange.com/questions/66001/adding-wysiwyg-to-webfo…

Useful snippits

Subtitles once more

So youtube does a pretty good job of turning transcripts into timed subtitles. And we can use those subtitles in DVD Studio Pro. Cool.
But what if you don't have access to the backend of the clip?
We used to be able to use a firefox extension, but it's not working in latest combo of firefox and flash player.
The answer: 4k Video downloader a standalone app that grabs the vid and the SRT file.
Remember to use jubler to convert it to a DVDSP friendly STL file.
Download from here: http://www.4kdownload.com

Useful snippits