Monday, January 9th, 2012
When I got to the office this morning and unpacked my bag, I realized I left something at home: my laptop. Not one to let a little thing like a missing computer ruin my day, I’ve decided to see if I can simply rely on my iPad.
(more…)
Tags:1password, Dropbox, IPad, laptop, plaintext, work
Posted in iPhone/iPad, Misc. | 1 Comment »
Sunday, January 10th, 2010
This post is intended for a small audience: a class I’m teaching at AU. However, it might be useful to other people, too. Essentially, it describes one way to embed multimedia into Blogger posts, with some help from Dropbox, my favorite Web tool EVER.
Here goes:
- Sign up for a Blogger blog and a Dropbox account. (Here’s a link for the latter.)
- Copy your multimedia files (.mp3, .swf, etc.) to the Dropbox public folder.
- Go to the Dropbox Web interface and click into your Public folder.
- Use the arrow to get the public URL for the file in question.
- If you’re trying to embed audio, copy this text into your Blogger entry:
<embed src= “http://www.odeo.com/flash/audio_player_standard_gray.swf” quality=”high” width=”300″ height=”52″ allowScriptAccess=”always” wmode=”transparent” type=”application/x-shockwave-flash” flashvars= “valid_sample_rate=true&external_url=[MP3 URL HERE]” pluginspage=”http://www.macromedia.com/go/getflashplayer”> </embed>
- Replace [MP3 URL HERE] with the URL you copied from Dropbox.
- Publish.
- For SWFs, do the same as above, but use this embed code:
<embed src=”[SWF URL HERE]” quality=”high” allowscriptaccess=”always” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” align=”middle” height=”[###]” width=”[###]“></embed>
- In this instance, replace [SWF URL HERE] with the Dropbox public URL and [###] with the appropriate SWF sizes.
- Publish.
That’s it.
Tags:Add new tag, Blogger, Dropbox, Hosts, Multimedia, SWF, Uniform Resource Locator, User interface, Web Design and Development
Posted in Misc. | No Comments »