Strict Standards: Assigning the return value of new by reference is deprecated in /home/money/public_html/topinternetbusiness/functions.inc.php on line 640
Top Internet Business :: Generate Date-Time For Podcast, Vodcast, Or RSS Feed From Microsoft Office
Home >> Podcasting >> Generate Date-Time for Podcast, Vodcast, or RSS Feed from Microsoft Office

Generate Date-Time for Podcast, Vodcast, or RSS Feed from Microsoft Office


Rating: (0 votes)

Generate Date-Time for Podcast, Vodcast, or RSS Feed from Microsoft Office

The RSS date/time format is a pain to create if you are building the XML for your RSS feed in a text editor. To make things simple, I created a single line of VBA code that would generate a properly formatted RFC 822 date string that can be used in your RSS feed file.

To generate a string for the current date-time, follow these steps:

1. Open any Microsoft Office application.

2. Open the Microsoft Visual Basic development editor (in Word, it is available through the Tools > Macro > Visual Basic Editor menu).

3. You should see the Immediate window at the bottom of the screen. If not, select the View > Immediate Window menu option.

4. Enter the following code into the window (all on a single line) and press the Enter key:

? format(Now(),"ddd, dd mmm yyyy hh:mm:ss") & " GMT"

5. You should see the properly formatted date and time for the present moment appear on the line below. Simply copy the text and paste it into your RSS feed file!

6. If you want to format a particular date/time, you can use code such as:

? format("12/25/06 11:59:59","ddd, dd mmm yyyy hh:mm:ss") & " GMT"

In the XML file for your RSS Feed, Podcast, or Vodcast, you can add a publication date to an item like this (see line):



http://www.cvisual.com/film-techniques/film-interview-jack-sekowski.asp

http://www.cvisual.com/film-techniques/film-interview-jack-sekowski.asp

Interview with screenwriter Jack Sekowski that also includes free download of a produced script "Who's Your Daddy?"

Arts/Movies/Filmmaking

Thu, 01 Jun 2006 09:27:21 GMT



Author : Dan Rahmel

Dan Rahmel has made significant contributions including authoring over a dozen books (e.g. Nuts and Bolts Filmmaking from Focal Press), working as an Art Director and an Electrician in Hollywood feature films and television. He is the founder and webmaster of http://www.cvisual.com. Visit today for Free scripts, Free templates (script, storyboard, etc.), film glossary, and general know-how.


AddThis Social Bookmark Button  Generate Date-Time for Podcast, Vodcast, or RSS Feed from Microsoft Office

Link to this page, just click to copy following code:

Link to our website, just click to copy following code:

Related Items
Podcasting 101Podcasting 101
Author : Sean Ray
Most likely, you’ve heard the term “podcasting” kicked around. But what does it actually mean? For many people, podcasting is the future of online bus ...  Read more
What is an RSS PODCast Feed and How Do I Use It? (More Than You Ever Wanted To Know)What is an RSS PODCast Feed and How Do I Use It? (More Than You Ever Wanted To Know)
Author : Mike Furlong
Although there are some varying opinions, the most common definition of RSS is that it stands for Really Simple Syndication. An RSS PODCast feed may b ...  Read more
Podcasting -- Let the Experiments BeginPodcasting -- Let the Experiments Begin
Author : Vickie Scanlon
As you know podcasting is simply an audio file that is placed on a website. If it is combined with an RSS file -- people can subscribe to your feed, a ...  Read more
How to Create Your Own PodcastsHow to Create Your Own Podcasts
Author : Thomas Jackson
If you frequently listen to Podcasts, you might just get the idea of producing one yourself. Many podcasts sound like normal radio shows but you don't ...  Read more
Creating A PodcastCreating A Podcast
Author : David King Jr
Creating a podcast is both simple and fun, and with a small amount of effort it can payoff for both yourself and your listeners. A podcast is simply a ...  Read more
All Related Articles >>