Information from Software Update.
This update addresses issues with wire-bound books and cards.








Information from Software Update.
This update addresses issues with wire-bound books and cards.
→ No Comments • Read 477 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This
Your feedback requested!
I’m interested in learning which of the following topics would interest visitors to this site.
If you choose the last option, please use the Comments link or form for this post to list the topics you’re interested in.
→ 7 Comments • Read 1111 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This
Displaying a list of your recent Viddler videos in your WordPress blog.
If you start using Viddler regularly — either to create video blog entries as discussed in the previous article of this series or to simply get video content online — you might want to make those videos accessible from within your WordPress blog. Fortunately, there’s a WordPress plugin that makes this very easy: viddlerRSS.
The ViddlerRSS plugin works like most other WordPress plugins. Drop it in your plugins folder and activate it. (You can learn more about how to do that in our WordPress book, so don’t expect to find details here.) Then open your WordPress dashboard and choose Options > viddlerRSS. Enter your Username in the appropriate box, select the number of videos to display and, if desired, enter the HTML code you want before and after each video thumbnail. Then click Update viddlerRSS.

Now roll up your sleeves and open the template file where you want to insert the Viddler video thumbnails. (Need help modifying theme files? You can learn about that to do that in our WordPress book, too.) In most cases, this will be your sidebar.php template. Insert the following code into the file where you want the thumbnails to appear: <?php get_viddlerrss(); ?>
Or you can get fancy like I did and put some intelligence into it, in case you ever need to disable the viddlerRSS plugin. Here’s the code I use, which includes a heading and other formatting settings:
<?php if (function_exists('get_viddlerrss')) { ?>
<li>
<h2>My Latest Viddler Videos</h2>
<?php get_viddlerrss(); ?>
</li>
<?php } ?>
Save the changes to your template file.
Now check your blog to see the results of your efforts. As shown here, I’ve got viddlerRSS set up to display thumbnails for my most recent three videos in my blog’s sidebar. Pointing to a video’s thumbnail displays the title of the video, which can help people decide whether they want to view it. Clicking a thumbnail image opens the video on the Viddler site.
Easy enough, right?
The next (and last) article in this series will explain how you can include a video commenting feature in your WordPress blog. Stay tuned!
→ No Comments • Read 819 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This
New article on Peachpit.com.
Just a quick note to let you know that my most recent article for Peachpit’s Web site, “How to Embed a QuickTime Movie in a Web Page or Blog Post” is now online. The article is free and illustrated. I think you’ll enjoy it.
→ No Comments • Read 720 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This
Information from Software Update.
Rent and download your favorite movies with iTunes on your computer or directly to your living room on Apple TV. Enjoy rented movies in sizes up to 720p HD with surround sound on your Apple TV and sizes up to DVD-quality on your computer. Transfer your rented movies from iTunes to your iPod or iPhone and enjoy them on the go.
Also, purchase and download your favorite TV shows, music, and more directly on your Apple TV. Effortlessly transfer purchases made on Apple TV back to your computer with iTunes.
iTunes 7.6.1 includes several bug fixes and improves compatibility with Apple TV software version 2.0.
→ No Comments • Read 310 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This
Recording and posting a video.
If you have a camera — like a built-in iSight, WebCam, or DV camera connected via a cable — you can record video using tools on the Viddler site. This is probably the fastest and easiest way to get a video blog entry recorded and online.
Here are the steps to record a video:
The Record from WebCam screen appears with an Adobe Flash Player Settings dialog atop it. Click the Allow button so Flash can access your audio and video input devices.
In the Select Quality dialog, choose an option suited to your connection speed. I usually choose Medium because I have a relatively slow (512 Kbps) Internet connection. Then click Okay.The screen should show an image of whatever your connected camera is looking at. In my case, I’m using a built-in iSight Camera on my 24-inch iMac, so it’s looking at me:

Please remember that I simply cannot provide details about every single camera that you might be using with your computer and I can’t offer troubleshooting assistance if you can’t get this to work. If you have problems, consult Viddler’s online support options. Although you can post a question in this post’s Comments, be aware that I won’t reply if I don’t have an answer. Someone else, however, may have the information you seek.
When you save a video, it appears in a Recorded video window:

There are a few things you should set for it:
This is where the setup covered in Part II of this series pays off.

Now wasn’t that easy?
I should note here that you can use the Blog This button under any public video you see on the Viddler site. So if another Viddler user creates a cool video you want to share with your blog’s readers, you can add it to your blog, along with some comments, as discussed here.
Next up: Displaying an archive of your recent Viddler videos in your WordPress blog.
→ No Comments • Read 1036 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This