Plugins 031 – Configure SMTP WordPress Plugin

Today we’re covering the Configure SMTP WordPress Plugin. This simple plugin allows you to customize the server your blog sends email for notifications, comments, etc… It is very useful if your emails from your blog are getting blocked because of the smtp server they are relayed through is black listed.

Features Include:

  • SMTP host and port options
  • SMTP authentication user name and password
  • SMTP over secure SSL option
  • Sender “From:” name and email
  • Configure for Gmail option
  • Test configuration

Plugins Podcast Skill Level: Any

To learn more about the Configure SMTP WordPress Plugin, please visit the WordPress plugins page, http://wordpress.org/extend/plugins/configure-smtp/. To see more projects developed by Scott Reilly, please go to www.coffee2code.com.

Plugins 028 – PodCamp Pittsburgh WordPress Coverage

In this episode, Angelo goes into detail of the WordPress coverage at this year’s PodCamp Pittsburgh.

Quick Announcement: I will be speaking on Friday, October 16th at the 2009 Blog World and New Media Expo within the WordCamp Las Vegas sessions track. I’ll be speaking on how to setup WordPress for Podcasting at 12:45pm. Friday and Saturday I will be present at the Blubrry/RawVoice booth, so if you’re at Blog World, please stop by and say hello!

PodCamp Pittsburgh 2009

The first session I attended was WordPress Knowledge Exchange hosted by Mike Woycheck (Woy) & John Carman. The session covered an array of recommended plugins and had a lot of insight on WordPress. Here are links to John’s and Woy’s recommended WordPress plugins. Plugins that stood out to me were Bookmarkify, Useful 404s, Time Zone, and Maintenance Mode.

The second session I attended was SEO Plug-ins for Your WordPress Website: Using SEO Tools for your WordPress Website hosted by Jami Broom of Clicks to My Site. Her session slides are available as a downloadable PDF. Jami covered a number of resources for SEO including Google’s Starter Guide, SEOBook.com and SEOMoz.com. Plugins that stood out during this session were Google Analyticator, Robots Meta, Redirection, SEO Friendly Images, Nofollow Case by Case, Platinum SEO Pack, and SEO Smart Links.

PodCamp Pittsburgh was a great unconference! The organizers and volunteers did a great job with the event. I can’t wait for next year!

Next episode I’ll be speaking with Max Sweet (TimeStampStudios.com), a WordPress plugin developer and web designer for WebmasterRadio.FM. Max discusses why his employer moved to WordPress and how the custom plugins he’s developed meet specific needs for the online radio station. We also discuss WordPress MU.

Plugins 027 – TweetMeme WordPress Plugin

Today we’re covering  TweetMeme Button WordPress plugin.

The TweetMeme Button WordPress plugin adds a Tweet me icon to your blog posts and pages. The plugin displays the number of re-tweets referencing your blog post. It is useful both to encourage readers to re-tweet your blog post as well as display how popular the post they are reading is on twitter. You can configure the plugin to remove the tweet me button from both static pages and from your home page. You can also customize the position and location of the button in your blog posts and pages.

The TweetMeme plugin is easy to configure and setup. One small note, some users may experience issues with the button itself depending on how well the theme is designed.

Plugins Podcast Skill Level: Any

To learn more about the TweetMeme Button plugin at http://wordpress.org/extend/plugins/tweetmeme/as well as the TweetMeme service at tweetmeme.com.

Announcements

PodCamp Pittsburgh 4: I will be speaking at PodCamp Pittsburgh this Saturday, October 10th on Plugins for WordPress to assist with Blogging and Podcasting. If you live in the area, please try to make it out, PodCamp Pittsburgh is a free event and covers not only podcasting, but social media, blogging and social sites such as Facebook and Twitter.

Blog World and New Media Expo 2009: I will be speaking on Friday, October 16th at Blog World within the WordCamp Las Vegas sessions track. I’ll be covering how to setup WordPress for Podcasting at 12:45pm. Friday and Saturday I will be present at the Blubrry/RawVoice booth, so if you’re at BlogWorld, please stop by and say hello!

WordPress 2.8 Upgrade WYSIWYG TinyMCE Google Gears Bug

If you’ve recently upgraded to WordPress 2.8 and you’ve noticed that your friendly post editor (WYSIWYG by TinyMCE) no longer appears, you must likely have Google Gears enabled for your site. The Javascript error console includes a line number error and when viewing the script source, unreadable binary characters are present.

To fix, remove your site from the list of sites Google Gears is enabled. To do this from Firefox, click the “Tools” pull down menu and select “Gears Settings”. Click ‘remove’ for the sites listed that are having the problem.

From my research, I’ve discovered that Google Gears Caches files locally without regard to javascript errors, cleared browser cache or taking into account the query strings in the URLs.  It may be too complicated for Google Gears to detect javascript errors, but it should detect when the cache has been cleared in a browser in my opinion. More importantly, when the URL changes, e.g. from /wp-includes/js/tinymce/wp-tinymce.php?c=0&ver=3241-1141 to /wp-includes/js/tinymce/wp-tinymce.php?c=0&ver=3241-1141&change=1), Google Gears should treat this new URL link differently, as the query string may tell the server to send back a completely different code.Google Gears Developers: Please treat the URL including the query string as separate files to be cached in Google Gears.

The only way I could see WordPress developers from preventing this from happening in the future is to rename the wp-tinymce.php file for every release. There may be some documentation for Google Gears as well to tell it to upgrade all of the locally cached files.

Plugins 017 – Interview Paul Kehrer Part 2 CDN Tools & Fidgetr

This episode we continue our interview with Paul Kehrer. Paul has written 4 plugins, 2 of which are publicly available called CDN Tools and Fidgetr plugins, both available at wordpress.org.

Please click for part 1 of this 2 part interview.

In part 2 of this 2 part interview we continue talking about tips for WordPress developers. Paul recommends WordPress plugin developers check out Adam Brown‘s web site for his extensive documentation of the actions and hooks  (Adam Brown’s wp_hooks) in WordPress. We go on to discuss the subversion repository provided by WordPress.org. We reflect on the old and new WordPress plugin search web site as well as discuss the problem when plugins haven’t been updated for the latest builds of WordPress.

To learn more about Paul Kehrer and his plugins, please visit swearingscience.com.