Videoblogging for Dummies
Ranked #85,563 in Computers & Electronics, #1,330,244 overall
My most recent book
This is my most recent book, Videoblogging for Dummies. It came out in 2006, when videoblogs were still getting the ground under their feet. It's still a great book about using the power of video in your blogs to open up your world.
I do presentations (PPT) on videoblogging, complete with handouts (PDF), if you're interested or just want a quick reference to look over. If you'd like to contact me about speaking to your organization about videoblogging, please contact me by phone or email. I spoke at Vloggercon 2006, just months before the book came out.
I do presentations (PPT) on videoblogging, complete with handouts (PDF), if you're interested or just want a quick reference to look over. If you'd like to contact me about speaking to your organization about videoblogging, please contact me by phone or email. I spoke at Vloggercon 2006, just months before the book came out.
Contents at a Glance
Embedding Video Script
Awesome script for embedding a video in your site.
When I had the book about 2/3 of the way done, Microsoft Internet Explorer changed abruptly, almost overnight, so that embedded objects, like videos, now prompted the user with an annoying pop-up. I had to rewrite my elegant embed tags to use a javascript to get around the IE problem. Since then, blog platforms have adopted a number of ways to embed videos, so you will probably never need my little JavaScript.
However, if you have old videos on your blog, or you just find yourself needing something you can copy-paste for a quick-and-dirty vlog, here it is:
// create a function to write the object and embed tags:
function embed_vlog(vlog_url,vlog_width,vlog_height) {
// writes the object tag.
document.write('<object src="' + vlog_url + '" width="' + vlog_width + '" height="' + vlog_height + '" autostart="false">'
// and the embed tag, for older browsers.
+ '<embed src="' + vlog_url + '" width="' + vlog_width + '" height="' + vlog_height + '" autostart="false"></embed>'
// and the noembed tag, for really non-compliant browsers.
+ '<noembed><a href="' + vlog_url + '">Click to play the video!</a></noembed>');
// closes the object tag.
+ '</object>');
//ends the function
}
However, if you have old videos on your blog, or you just find yourself needing something you can copy-paste for a quick-and-dirty vlog, here it is:
// create a function to write the object and embed tags:
function embed_vlog(vlog_url,vlog_width,vlog_height) {
// writes the object tag.
document.write('<object src="' + vlog_url + '" width="' + vlog_width + '" height="' + vlog_height + '" autostart="false">'
// and the embed tag, for older browsers.
+ '<embed src="' + vlog_url + '" width="' + vlog_width + '" height="' + vlog_height + '" autostart="false"></embed>'
// and the noembed tag, for really non-compliant browsers.
+ '<noembed><a href="' + vlog_url + '">Click to play the video!</a></noembed>');
// closes the object tag.
+ '</object>');
//ends the function
}
Spotlight
Videoblogging For Dummies (For Dummies (Computers))
Amazon Price: $1.97 (as of 02/16/2012)![]()
This is it! THE BOOK, available on Amazon.com and other fine retailers everywhere.
Flickr Photos
Oh, man, I have so much love for people who've posted their pictures of my book to Flickr.
On YouTube
A little bit of reader love on YouTube from DesertNut.
Of Interest on Amazon
These are some related books from Amazon.com to help get you started with videoblogging.
On the Blogs
- Youku Releases Dedicated Mobile "Paike" Video-Blogging Apps
- The new apps are designed to complement the feature set of Youku's existing mobile clients with dedicated video shooting and uploading functionality, and to highlight the social media aspects of video blogging through its integration with the popular ...
- Youku Releases Dedicated Mobile "Paike" Video-Blogging Apps
- The new apps are designed to complement the feature set of Youku's existing mobile clients with dedicated video shooting and uploading functionality, and to highlight the social media aspects of video blogging through its integration with the popular ...
- Video Blog: The Phantom Menace 3D Midnight Experience
- Though there was one idiot in my theater who, no joke, was filming the climax of the movie on his camera (a 3D movie, that has been on DVD for a decade), I decided to limit the video blogging to the beginning and the end of the moviegoing experience.
- Chris Barnes video blogging from 2012 Masters
- PBA star, Team USA member and Triple Crown winner, Chris Barnes, is producing a series of video blog updates from the 2012 USBC Masters this week. The Masters is the major that has eluded Barnes in his outstanding career, and the title that would give ...
Book Blog Feed
Fetching RSS feed... please stand byFrench Videoblogging for Dummies?
by mortaine
mortaine
Hi, this is the squidoo of Stephanie Bryant, writer, blogger, and traveler.
- 1 featured lens
- Winner of 2 trophies!
- Top lens » Carlsbad Caverns
Feeling creative?
Create a Lens!