-
Yet another very good Vista review. Very good for Apple, that is. On MacDailyNews.com, with link to original article on BusinessWeek.com.
links for 2007-03-20
Posted on March 19th, 2007 at 11:18 pm · No Comments
Filed in:
Links Worth Following
→ No Comments • Read 87 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This
digg IT
Posted on March 19th, 2007 at 8:32 pm · No Comments
Filed in:
WordPress Books
A new plugin being tested here.
Although I have my doubts about digg, I’ve always been curious about whether my posts have ever been “dugg.” I’ve often seen buttons with digg counts on other WordPress Web sites. I figured it was time to try installing one on this site.
digg what?
digg, in case you don’t know, is a social bookmarking site that’s pretty popular among blog enthusiasts. You sign up for a free membership, then “digg” blog posts you like. If the post has never been dugg, you can be the first to digg it. Otherwise, you can just add your digg to the count of existing diggs. You can also add comments about the post.
Posts with lots of diggs — generally more than 100 — get lots of visits, mostly from people who monitor popular posts on the digg site. So, for a blogger, being dugg could be a good thing.
I say could be because if you’ve got a lot of diggs, your post could become so popular that hits exceed your bandwidth. That happened with podiobooks.com, which I learned about today. A note on its site says:
We’ve been Dugg and Lifehacked in the last 24 hours, and the site is experiencing a little oddness from time to time. We’re working on getting things stabilized.
That’s when you can get the site. You’re just as likely to get a Server Error 500 when you attempt to access. Oops. Hopefully, things will calm down for them enough for their server to handle incoming requests.
The Plugin
Getting the digg button on a post is a matter of installing a plugin and modifying the WordPress theme’s template code to add a new function.
I needed to find the plugin, so I used by friend Google to search for digg wordpress plugin.
I first found Digg This, which was at the top of the list. I wasted no time downloading and installing it. Unfortunately, I couldn’t get it to work. And when I scrolled through the list of comments, I discovered that I wasn’t the only one.
I decided to keep looking.
I then found digg IT (which may have been called Digg This in a previous incarnation). I downloaded and installed it. It worked immediately, perfectly. If I’m still using it as you read this, you’ll see it at the top right of each post.
(I say if because I might not keep it. Although it works like a charm, seeing so many posts with 0 diggs is kind of depressing. I have a post that’s been read over 3,000 times and still has 0 diggs. [sigh] You can help cheer me up by occasionally digging my posts.)
The installation required a single line of code to be inserted in The Loop, right before the <?php the_content(); ?> tag:
<?php if(function_exists(digg_this)) { digg_this('', '', '', ''); } ?>
It’s a nice piece of code because it checks to make sure the function exists before actually calling it. So if the plugin fails or is not compatible with a future version of WordPress, your site visitors won’t see an error message. I like neat code like that.
Unfortunately, the documentation does have a tiny error. It tells you to insert the code in your index.php file. If the <?php the_content(); ?> tag for your theme isn’t in that file, those instructions could confuse you. In my case, that tag is in my post.php file. So you do need to have a little knowledge about your theme’s template files to install it properly. Just open them all up until you find the <?php the_content(); ?> tag and you can’t go wrong.
Anyway, if you’re posts are dugg or you want them dugg, you might want to give this plugin a try. You can’t beat it for ease of installation and use.
March 26 Update: I removed the digg count from my pages. The zeros were really getting to me. If the site ever starts getting diggs on a more regular basis, I’ll put it back. For now, the code is just commented out.
→ No Comments • Read 115 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This
How to Create a Slide Show for iDVD with iPhoto
Posted on March 19th, 2007 at 12:43 pm · 38 Comments
Filed in:
Mac OS Books
The details.
Last week, I wrote a brief article about how I was creating slide shows for an iDVD project. After struggling too long with an iMovie bug that manifests itself with the Ken Burns effect applied to high resolution photos, I turned to iPhoto. My article didn’t go into details about it, but I asked readers to let me know if they wanted more information. Lauren commented that she did. So here’s a bit more detail.
The Goal
I wanted to create a DVD that included still images we’d taken during several trips to points of interest in the Southwest. The DVD would be displayed at a trade show, so it needed to look good.
I like the Ken Burns effect that’s part of various Apple software programs. This effect, named for filmmaker Ken Burns, combines movement with zooming to add motion to still images. Mr. Burns uses this technique extensively in his historical documentaries to make old, still images more visually appealing and interesting to viewers. It, in effect, makes motion possible in images created before motion picture technology was available.
At least three Apple software programs utilize this effect: the System Preferences Screen Saver, iPhoto, and iDVD. I’m sure others do, too. If you know what they are, please don’t hesitate to list them in the Comments for this post.
The idea was to build a slide show using the effect, add music and titles, and include the resulting “movie” on my DVD.
iMovie Fails Miserably
I’d been using iMovie to build a slideshow using this effect, but the high-resolution photo bug was preventing me from getting the job done. This bug, which is under discussion on the Apple Support forums, blanks out an image when you attempt to apply the Ken Burns effect to it. This makes it impossible to manually apply the effect. Extremely frustrating.
I hope Apple does something to fix the bug soon.
iPhoto to the Rescue!
The solution I came up with was to create the slideshow movie in iPhoto and bring it into iMovie as a clip for a longer movie. I could also add chapter markers and title pages and all sorts of cool iMovie things to the project before pulling it into iDVD for menu stuff and burning.
Here’s one way to create a slide show movie in iPhoto. (Of course, there are other ways. This is the way I did it.)
- Open iPhoto.
- Create a new album and give it the name you want to use for your slideshow.
- Drag photos that you want to include in the slide show from any other album or the Library into the new album.
- Open the album you created.
- Drag the photos around to put them in the order in which you want them to appear.

- With the album’s contents displayed and no single image selected, click the Slide Show button at the bottom of the window. A new Slideshow album is created and displayed.

- Click the Settings button to display default settings for all the slides in the slide show.

- Choose a desired transition from the Transition pop-up menu.
- Toggle the check boxes so only the following ones are turned on:
- Scale photos to fill screen
- Automatic Ken Burns Effect
- Select the Fit slideshow to music radio button.
- Choose a format from the Slideshow Format pop-up menu. Don’t leave it set to Current Display; pick the option that corresponds to the format of your iMovie project.
- Click OK.
- Back in the slideshow album’s window, click the Music button.
- In the dialog sheet that appears, make sure the Play music during slideshow check box is turned on. Then use the dialog to locate and select the song you want to play during the slideshow and click OK.

You’re now ready to preview the slide show. Click the Play button, sit back, and watch the entire show.
Fine-Tuning the Presentation
While you watch the show, you may want to make notes about the order of the slides, the amount of time each slide appears (the longer the music, the move time per slide; the more slides, the shorter the time per slide), and the way the Ken Burns effect works on your images — particularly the vertical orientation (portrait) images. You can fine tune each image if you like by setting slide options. (This is where iMovie failed me, but iPhoto doesn’t seem to have the same bug.)
To change the order in which slides appear, drag them into a different order at the top of the slide show album’s window.
The following changes override the default settings for the slide show for a specific slide.
To set basic options for a specific slide:
- Select the slide you want to change.
- Choose options from the Effect or Transition pop-up menu.
To set Ken Burns Effect options for a specific slide:
- Select the slide you want to change.
- Turn on the Ken Burns Effect check box.
- If necessary, drag the slider to the Start position.
- Drag the zoom slider to the desired start magnification.
- In the image window, drag the image to the desired start view.

- Drag the slider to the End position.
- Drag the zoom slider to the desired end magnification.
- In the image window, drag the image to the desired end view.

The effect will move and zoom the image smoothly from the start to end settings.
Saving the Slide Show as an iDVD-Ready Movie
This is the painfully simple part of the job. Just choose Share > Send to iDVD.
iPhoto will create a slide show movie in QuickTime format and save it to your hard disk in the Movie folder. This may take some time — enough for a coffee or bathroom break.
When iPhoto is finished, it launches iDVD and places the movie in whatever Project was last used. You can use it there if you like or do what I did: delete it from the project, close the project without saving it, and quit iDVD. Then open your iMovie project and drag the icon for the movie into it. You can then add titles and chapter markers and other iMovie things to fancy it up.
Conclusion
What I like most about this technique is the quality of the movie. It’s pretty darn good — certainly good enough for DVD use on a regular television. And I don’t know if I’m imagining things, but it seems to be better than the slide shows I’ve created with iMovie.
Best of all, if you like the show with the default settings, it only takes minutes to create. In fact, your Mac is likely to take more time saving the slide show as a movie than you took to put it together.
Message from Page Sponsor:
Full-fletched internet services companies has many ways to make money on the internet. Webmasters who need instant search engine traffic will pay for the ppc management program. Before opting for this method, the webmasters need a good web design. There are many web design tools that you can get for free. To get their websites online, they need to sign up for good hosting plans which provide free domain and domain parking. Generally, there are two types of hosting, i.e., php hosting and asp hosting.
→ 38 Comments • Read 867 Times
Add to Del.icio.us •
Technorati This •
Digg This •
Stumble it! •
Twit This







