Archive for the 'WordPress' Category

How we post screencasts at Digital Media Cookbook

Andy Rush on Jun 10th 2010

View Mobile Version (iPhone, etc.)

Ingredients

1 – A Computer with Internet access.

1 – An account at Screencast.com.

1 – We use the Aspect Ratio Calculator site to scale the screencast video to a smaller size.

1 – A place to publish the HTML code from Screencast.com. We use a site on a WordPress multiuser installation.

Directions

  1. This process assumes that you have created a screencast in Jing, which is a free program to create screencasts. I use the Pro version of Jing to get an MPEG4 version, which I later upload to Blip.tv for the iPhone version.
  2. After the screencast has been completed, you have the option to save your video to several places, one of them being Screencast.com. Clicking on the Screencast.com button starts the upload process within the Jing program. It will notify you when your video has finished uploading.
  3. Once your video is uploaded you can navigate to Screencast.com, login and find your video. If you used Jing, it will be in a Jing folder (you can also use Camtasia Studio with Screencast.com)
  4. Click on the Jing folder and find the thumbnail icon for your screencast. Click on the Share button next to the thumbnail icon.
  5. In the Share Content window, look for the Embed on your page: area and click in the field with the “embed code”. Copy this, by selecting Edit>Copy from your browser menu, or by using the keyboard shortcut Ctrl-c (PC) or Command-c (Mac).
  6. Now we create a new post in our WordPress blog. In the HTML editor (don’t use the Visual Editor to paste the code) we paste the code by choosing Edit>Paste from your browser menu, or by pressing CTRL-c or Command-c
  7. Next, we need to make some modifications to the code to fit it in the blog post. Depending on what size video you recorded, you will probably need to scale the video down in size to fit it in the blog post. There may be some trial and error here but you need to find the right pixel dimensions for the video. In our example we have a 1280×720 video. We scale it to 560×315. Different WordPress blogs have different spaces for posts. Starting with a 450 pixel wide setting should be good and you can adjust later.
  8. Depending on the aspect ratio of your video, the size that you scale your video to may vary. Let’s say we start with 1280×720, and we want to scale to a width of 450 pixels. Use the Aspect Ratio Calculator site to determine what the ratio should be. If the width needs to be 450 then the height needs to be 253 to maintain the 16:9 ratio.
  9. Now you need to change all of the occurrences of the 1280 width to 450 (there will be 4 3 of them), and all of the 720 height to 253. UPDATE – HTML5 code has no been added to the embed code for the screencasts. Whereas there used to be 4 places to update the dimensions, there are now 3.
  10. Make sure to give your post a title and then publish the page. You should now be able to view the page and watch the screencast from within the blog.

Filed in WordPress | No responses yet

Publish blog posts to more than one blog using syndication

Andy Rush on Jun 22nd 2009

View Mobile Version (iPhone, iPad, etc.)

Ingredients

1 – A Computer with Internet Access

1 – A WordPress blog hosted on a web server (example uses Bluehost and has “Simple Script” installation script).

1 – The FeedWordPress plugin installed on the WordPress blog

Directions

  1. These directions will assume you have a working WordPress installation with the FeedWordPress plugin already installed.
  2. Get the full RSS feed, category feed, or tag feed from another blog/website.
  3. Login to the Dashboard for your WordPress site.
  4. Click on the Syndication link on the left-hand menu (FeedWordPress provides this as part of the installation).
  5. Paste the link to the feed you wish to use in the appropriate field and then click the Syndicate button.
  6. You should get a preview of a post from the feed you are using. If the feed preview works, you can click the button to “Use This Feed”.
  7. The FeedWordPress plugin is now used to transfer (syndicate) the posts from the WordPress blog that you have chosen. You can set the plugin to syndicate the files automatically, or manually.

Filed in WordPress | No responses yet

How to test a new WordPress theme

Andy Rush on Jun 12th 2009

View Mobile Version (iPhone, iPad, etc.)

Ingredients

1 – Computer with access to the Internet

1 – A WordPress blog hosted on a web server (example uses Bluehost and has “Simple Script” installation script) with FTP access

1 – The archive of the WordPress theme you want to test

1 – Theme Test Drive WordPress plugin – the plugin installation instructions are available on this site

Directions

  1. These directions will assume you have a working WordPress installation on a server with FTP access. In order to test a new theme you will need to upload it (using FTP) to your wp-content/themes directory
  2. Login to your WordPress dashboard
  3. DO NOT activate the theme – instead go to the Appearance tab (Design tab if you are using WP 2.6 or earlier) and click Theme Test Drive
  4. Note that Theme Test Drive has a theme uploader built in. Under the Usage area, select the theme you want to test from the drop-down menu
  5. Click the Enable Theme Drive button. When the message appears that your theme has been enabled, you may view it by visiting the site. If you want other non-admin users to see the site, have them add ?theme=xxx (where xxx is the name of the theme – it’s case sensitive) to the end of your website URL. They can test out any theme as long as they know the name of the theme

Filed in WordPress | No responses yet