podcasting extensions

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default podcasting extensions

    Has anyone developed extensios for creating podcasts and rss feeds in DS?:confused;
    Larry Hinman Guest

  2. Similar Questions and Discussions

    1. CFC Extensions
      I am trying to create CFC files for an application. However no matter how I create the file it does not show up in the Components list in the...
    2. Can't use Extensions
      Hi, I am a new DW user, using DW MX 2004, I know what the extensions are supposed to do, I have a site coded, but for some reason, I can't find how...
    3. Where are my extensions in DW8?
      Where are my extensions in DW8? I'd like my desktop extensions to be in sync with my notebook. I can't find them physically in my DW8...
    4. FTP extensions in PHP
      Hello, Is there any simple way to see if FTP extensions are compiled into the PHP module that I'm using? I want to add a Squirrelmail plugin...
    5. VS.NET EXTENSIONS.
      Hi Guys, I could not connect to IIS Web Server with VS .NET IDE. Could you find me the solution Thanks in Advance, Asfhan
  3. #2

    Default Re: podcasting extensions

    Hi,
    I don't know about podcasting, but there are several extensions for RSS
    feeds integration into Dreamweaver

    [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/MXRSSReader-Writer/Overview/[/url]
    [url]http://www.tecnorama.org/document.php?id_doc=68[/url]

    Alexandru

    Larry Hinman wrote:
    > Has anyone developed extensios for creating podcasts and rss feeds in DS?:confused;
    --
    InterAKT Online - Dreamweaver extensions
    [url]http://www.interaktonline.com/[/url]
    Alexandru COSTIN Guest

  4. #3

    Default Re: podcasting extensions

    I have a very unelegant, but free way of displaying RSS feeds on a ASP page. An
    extension could be made out of the scripts I use I suppose but it takes me 2-3
    minutes to do it as is.

    I use .document.body.innerHTML;
    _y.innerHTML = _x
    }
    //-->
    </script>
    </head>
    <body>
    <div id="framediv">
    <iframe onload="insertIt();" src="../path/filename.asp"></iframe>
    </div>

    cfosterscsc Guest

  5. #4

    Default Re: podcasting extensions

    Apple has a pretty good explanation of their version of RSS to get your podcast
    included into the iTunes podcasting section.

    Their requirements, with good examples, are posted on the Apple page:

    [url]http://phobos.apple.com/static/iTunesRSS.html[/url]

    I would like to know if anyone has, or is in the process, of developing a
    Dreamweaver plug in that will make posting podcasts in Apples RSS form easier.

    Thanks,
    Steve

    skremer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139