Coursebuilder Extensions for CS4 or CS 5

Is there a separate Coursebuilder extension that can be downloaded for CS4 or CS5 or does it only come with the Dreamweaver packaged with the elearning suite?  I don't want that suite, but I need the Coursebuilder.

The message you sent requires that you verify that you
are a real live human being and not a spam source.
To complete this verification, simply reply to this message and leave
the subject line intact.
The headers of the message sent from your address are shown below:
From [email protected] Thu Jul 21 10:37:31 2011
Received: from mail.sgaur.hosted.jivesoftware.com (209.46.39.252)
by a2s39.a2hosting.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.69)
(envelope-from <[email protected]>)
id 1QjuNU-0029mt-U3
for [email protected]; Thu, 21 Jul 2011 10:37:31 -0400
Date: Thu, 21 Jul 2011 08:37:13 -0600
From: T_Colorado <[email protected]>
Reply-To: [email protected]
To:
Message-ID: <1853097646.6197051311259048003.JavaMail.jive@sgaurwa41p>
Subject: Dreamweaver extensions Coursebuilder Extensions for CS4 or CS 5
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_627954_1516001199.1311259033642"
Content-Disposition: inline
X-Spam-Status: No, score=-3.6
X-Spam-Score: -35
X-Spam-Bar: ---
X-Ham-Report: Spam detection software, running on the system "a2s39.a2hosting.com", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.
Content preview:  borggirl <mailto:[email protected]> 07/21/2011 08:06 AM Please
respond to mailto:[email protected]
  To
email address removed
cc  Subject Dreamweaver extensions
Coursebuilder Extensions for CS4 or CS 5 Â Â Â Â Â Â The message you sent
requires that you verify that you are a real live human being and not a spam
source. Â To complete this verification, simply reply to this message and
leave the subject line intact. Â The headers of the message sent from your
address are shown below: Â From mailto:mailto:[email protected] Thu Jul 21
10:02:57 2011 Received: from mail.sgaur.hosted.jivesoftware.com (209.46.39.252)
    by a2s39.a2hosting.com with esmtps (TLSv1:AES256-SHA:256)    Â
(Exim 4.69) Â Â Â Â (envelope-from <mailto:mailto:[email protected]>) Â Â
  id 1Qjtq3-001rnM-QA     for mailto:mailto:[email protected];
Thu, 21 Jul 2011 10:02:57 -0400 Date: Thu, 21 Jul 2011 08:02:46 -0600 From:
T_Colorado <mailto:mailto:[email protected]> Reply-To: mailto:mailto:[email protected]
To: Susan Hines Message-ID: <296295950.6185071311256974966.JavaMail.jive@sgaurwa41p>
Subject: Dreamweaver extensions Coursebuilder Extensions for CS4 or CS 5
MIME-Version: 1.0 Content-Type: multipart/mixed; Â Â Â Â boundary="----=_Part_626751_1794222057.1
311256966203" Content-Disposition: inline X-Spam-Status: No, score=-3.6 X-Spam-Score:
-35 X-Spam-Bar: --- X-Ham-Report: Spam detection software, running on the
system "a2s39.a2hosting.com", has     identified this incoming email
as possible spam. The original message     has been attached to this
so you can view it (if it isn't spam) or label     similar future email.Â
If you have any questions, see     the administrator of that system for
details. Â Â Â Â Content preview:Â I did find a work around, but you need
to find someone that     has the CS4 with the extension (I think it only
comes with CS4 eLearning     ...
Content analysis details:   (-3.6 points, 5.0 required)
pts rule name              description

Similar Messages

  • Learning Extension for CS4

    I apologize if this has been asked before. My old version of Flash had a free learning extension.  Is there a free learning extension for CS4? For example, drag and drop, etc.
    Thank you for your help.
    Mark

    FWIW, the performance of PatchPanel was nothing to write home about...
    If you need Flash UIs in CS3 and CS4, you can run a swf inside a ScriptUI container using callbacks.
    If you want to go that way, and need debug OWL plugins, send me a PM...
    Harbs

  • How to Package Photoshop Extension for cs4/cs5 with manifest.xml

    Hello,
    tl;dr: How can I package my extension for both cs4 and cs5 in a way that respects the extension's window geometry?
    I have a panel that specifies window geometry in it's manifest.xml. When the panel is installed into Photoshop's panels/ folder, the geometry gets ignored, so I'm trying to package the panel as an extension to be installed via the Extension Manager. I have run into different problems for each CS version. I've read quite a few pdfs about the Extension Manager, UCF command line packaging, etc, and have not been able to find a solution that works for both platforms.
    My understaning
    My trial and error research has lead me to understand that the extension's files must eventually end up in the (mac) /Library/Application Support/Adobe/<CSversion>ServiceManager/extensions/ directory. In CS5, if the extension's folder contains a manifest.xml file (ex: /extensions/GuideGuide/CSXS/manifest.xml) that specifies window geometry, Photoshop will respect that window geometry when the panel opens. However, in CS4, this is not enough. From my tests, Photoshop CS4 doesn't seem to do anything with the manifest.xml file. Instead, I had to modify /Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml and add my extension to it's contents. Once I did this, Photoshop CS4 launches my panel and respects it's window geometry.
    The problem with this is that it's a manual installation. I can't ask my users to dig around in their system files to install my panel. In addition, since it's unsigned using this method, it won't work if they're not flagged for debugging. I've started exploring using the Extension Manager, but I have run into problems that I cannot find ansers in the few pdfs about packaging that I've been able to find.
    CS5 Problems
    If I use the UCF command line tool, I can package and sign my file. It installs fine and does what I want. However, using this method, I haven't been able to find a way to specify the author and description that shows up in the Extension Manager.
    CS4 Problems
    The UCF command line tool doesn't appear to make packages that can be installed by CS4, and I haven't been able to find one that is compatable. I've had to result to using the Extension Manager to package my extension based on a .mxi file. The problem I have here is that installing files this way limits me to putting them in the /panels directory, which then causes the panel to ignore the indow geometry. Is there a way with an .mxi file to install in the /Library/Application Support/Adobe/<CSversion>ServiceManager/extensions/ directory and modify the /Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml file?
    There must be, because Kuler and other extensions are installed there.
    Thank you SO much for any help you might provide. I've spent weeks trying to get this to work and have run into nothing but dead ends and wild goose chases.

    Your extension is a CSXS extension. For CSXS extension it's introduced in Extension Manager 2.1. (You can download Extension manager 2.1 from http://www.adobe.com/exchange/em_download/em20_download.html)
    In Extension Manager CS2.1 only MXP package is supported. In Extension Manager CS5 CSXS extension must be packaged by ZXP format. So you have to generate two packages for CS4(mxp) and CS5(zxp)
    For CS5, you can use ucf.jar to generate the zxp package.
    For CS4, you have to create an MXI file and package it by Extension Manager 2.1 to mxp package. Here is a sample CSXS mxi file:
    <macromedia-extension
               name="CSXS_TEST_EXTENSION"
               version="1.0.0"
               type="Command"
               requires-restart="true">
              <author name="Macromedia" />
              <products>
                        <product name="Dreamweaver" version="10" primary="true" />
                        <product name="Fireworks" version="10" primary="true" />
                        <product name="Flash" version="10" primary="true" />
                        <product name="" version="11" familyname="Photoshop" primary="true" />
                        <product name="Illustrator" version="14" primary="true" />
                        <product name="CSXS" version="1" />
              </products>
              <description>
              <![CDATA[
              CSXS extension sample.
              ]]>
              </description>
              <ui-access>
              <![CDATA[
              Extension Name: kuler
              ]]>
              </ui-access>
              <license-agreement>
              <![CDATA[
              ]]>
              </license-agreement>
              <files>
                        <file source="test_extension" destination="" />
              </files>
    </macromedia-extension>

  • Trouble installing extensions for cs4 on windows 8

    Why does the extension manager say that it can't find the installation file after I downloaded it? I'm running windows 8 and I've opened both dreamweaver and the extension manager in administrator mode.

    When I select the file with the extension manager it claims that it can't find it.

  • Where can i download extensions for photoshop CS4 ?

    Hi, i'm using photoshop cs4. I'm really interested by the extension called " animdessin" who's is also developed for cs4. I wanted to know where can i download it ! Thanks for your answer !

    From here:
    Anim_Dessin for CS4
    Photoshop Animation Extensions

  • PDO Extension for DW CS4/5

    I have upload a basic PHP:PDO connection and Recordset Query creation extension for Dreamweaver to my web site - http://www.pziecina.com/design/dreamweaver/pdo_extension.php
    This is only a trial version for testing purposes, please read the documentation completely before using the extension, (this extension is free, and will remain so).
    Any problems/bugs that you find can be posted on this thread, but please do not post 'how do I' questions in this thread but create your own in the 'application development' section of the forum.
    IMPORTANT: You CANNOT use pdo on any page containing the standard Dreamweaver server behaviours; in fact you cannot use ANY of the server behaviour functions currently provided for Dreamweaver on the same page, (this includes ALL 3rd party PHP MySQL extensions that I currently know about).
    You CAN use them on the same site though, and both types of behaviours will continue to work.
    Paula Z
    www.pziecina.com

    The extension has now been updated to include the log-in/out, restrict access to page items.
    Although I have not completed testing the extension should work in DW8  and above. If you are interested in testing this extension in DW8/CS3 then please let me know and I will provide a link to the slightly modified version for these versions.
    The problem with the update / insert behaviours not appearing in the panel has been fixed, (with a limitation) please read the notes at the bottom of the 'PDO extension' page at - http://www.pziecina.com/design/dreamweaver/pdo_extension.php.
    The extension can also be downloaded at the same address.
    Paula Z

  • Dreamweaver with CourseBuilder  Extension

    Hi,
    I want to give CourseBuilder extension a run before I decide on purchasing it for eLearning projects. I already own Dreamweaver CS4, so is there any way I just get a trial version of this extension, or can I simply download Dreamweaver from the Elearning package with the extension installed?
    GF

    I would like to give a BIG thanks to fosgha for posting this solution!
    I was in exactly the same boat (installing my old Studio 8 on a new Win7Pro machine) and I was going out of my mind trying to figure out how to get Coursebuilder up and running. The suggested solution (turning off UAC or, in my case, pulling its slider down to minimum, then rebooting) did the trick in an instant. I wish all my problems got solved this easy...;^)

  • Extension Manager CS4 not installing extensions in Dreamweaver CS4

    Just installed CS4 Design Premium. Now i want to install some
    extensions to Dreamweaver.
    When I click on the extension to install it I get a message
    from the Extension Manager saying:
    "This extension can not be installed, it products requires
    Dreamweaver 6 or greater. To install this extension, please try to
    install Dreamweaver CS4 or use Extension Manager CS3 which works
    with Adobe CS3 and earlier products."
    I have even tried to install it by opening the Extension
    Manager from Dreamweaver via the
    Commands menu, with the same results.
    - I have version 2.0.274 of Adobe Extension Manager CS4.
    - I do not see the Dreamweaver icon in Extension Manager's
    product list*
    - I tried to reinstall Dreamweaver
    (which also reinstalled Extension Manager)
    - Easy to forget; I am on a Mac
    - The extensions should be okay, as they install quite nice
    in Dreamweaver CS3
    I tried to look for a
    plist to edit, but as I do not really know what to look for
    this action failed.
    *in the same order i find the icons of Flash CS4, Fireworks
    CS4, Photoshop CS4, Indesign CS4, Illustrator CS4 and Bridge CS4 in
    the products list.

    What extensions are you trying to install?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Digital_Me" <[email protected]> wrote in
    message
    news:ge4vjd$6f3$[email protected]..
    > Just installed CS4 Design Premium. Now i want to install
    some extensions
    > to
    > Dreamweaver.
    >
    > When I click on the extension to install it I get a
    message from the
    > Extension
    > Manager saying:
    "This extension can not be installed, it products
    > requires
    > Dreamweaver 6 or greater. To install this extension,
    please try to install
    > Dreamweaver CS4 or use Extension Manager CS3 which works
    with Adobe CS3
    > and
    > earlier products."
    >
    > I have even tried to install it by opening the Extension
    Manager from
    > Dreamweaver via the
    Commands menu, with the same results.
    >
    > - I have version 2.0.274 of Adobe Extension Manager CS4.
    > - I do not see the Dreamweaver icon in Extension
    Manager's product list*
    > - I tried to reinstall Dreamweaver
    (which also reinstalled Extension
    > Manager)
    > - Easy to forget; I am on a Mac
    > - The extensions should be okay, as they install quite
    nice in Dreamweaver
    > CS3
    >
    > I tried to look for a
    plist to edit, but as I do not really know
    > what
    > to look for this action failed.
    >
    > *in the same order i find the icons of Flash CS4,
    Fireworks CS4,
    > Photoshop
    > CS4, Indesign CS4, Illustrator CS4 and Bridge CS4 in the
    products list.
    >
    >

  • Adobe AIR extension for DreamweaverCS4がインストール不可

    Download the Adobe AIR extension for Dreamweaver CS4 (MXP, 42.55MB)をダウンロードし、
    extension managerCS4をダブルクリックでインストールすると、
    「メニューを更新できません。拡張機能はインストールされません。」
    と出ます。
    Download the Adobe AIR installer はインストール済みです。
    どうしたら、拡張機能をインストールできますか?

    Risa Yuguchi さん
    ご返信ありがとうございます。
    C:\Users\<ユーザー名>\AppData\Roaming\Adobe\Dreamweaver CS4\ja_JP\Configuration\Menus\
    フォルダに、menus.xml(全部小文字)があれば、デスクトップにでも移動させてから、再度インストールを試してみてはどうでしょうか。
    インストールできました。ありがとうございます。
    もうひとつ質問なのですが、
     C:\Users\<ユーザー名>\AppData\Roaming\Adobe\Dreamweaver CS4\ja_JP\Configuration\Menus\
     フォルダに、Menus.xmlが新規にできたのですが、menus.xml(全部小文字)を使用するのでしょうか?
    どちらを使用していいのでしょうか?
    現在は、新しく自動作成された、Menus.xmlを使用し、menus_backup.xml(前 menus.xml)として使用しています。

  • Extension Manager CS4 Language Problem

    I have try to install a extension with Extension Manager CS4.
    But i find that it not appear in my flash CS4 component although it
    appear in Extension Manager.
    Then i check for the config directory in my document. I find
    that it install in a wrong lanuage folder. I am using English
    version CS4. But my windows is in Chinese. The Extension Manager
    installed the extension inside the zh_cn folder instead of the en
    folder. So, the ENGLISH flash can't find the extension. I need to
    copy the extension manaul in order to make it work.
    I installed with no problem with Extension Manager CS3. It
    install to a correct directory. Is it a bug on the extension or
    Extension Manager CS4?

    i have do any thing as you said. but resault by the same
    my window is chinese, and when i copy all from zh_cn to en folder, open flash cs4, i can see mc_tween apear in action frame, i make a movieclip,and begin codeing : #include "mc_tween2.as"
    mc.xSlideTo(200,1)
    when i press ctrl+enter to test , my god, it haven't do anny thing although my mc._x is 0
    i give send that file to my friend, they said they can see it move.
    i try to remove mc_tween and restar pc, after that, open flash, go to help\extention manager....., install mc_tween again, this time, mc_tween realy in my en folder, but when i test , it can't play.
    this proplem appear for 3 month untill to day
    please tell me how to install mc_tween whithow reinstall my win to enlish language (

  • How to Install Spry for CS4?

    Hello,
    First off, sorry for such a newb question, but...
    I'm using Dreamweaver CS4. I've been reading about Spry and it sounds very interesting. I'm unclear on what I need to do to install and use it with Dreamweaver. I've downloaded the 1.6.1 version and an updater for CS4.
    Is there an actual installer I should run? Do I copy the files that extracted from the 1.6.1 download to a particular folder? Do I use Adobe Extension Manager to install?
    A step-by-step instruction of just what to do with these files to properly install them for use would be much appreciated.
    thanks very much!
    kim

    Welcome Kim!
    Check out the Spry Insert Bar right in Dreamweaver CS4: it includes
    Spry Data Set
    Spry Regions (Repeat, Repeat List)
    Form Validation (Text Field, Textarea, Checkbox, Select, Password, Validation Confirm, Radio Group)
    Spry Widgets (Menu Bar, Tabbed Panels, Accordion, Collapsible Panel, and Tooltip)
    There are many other Spry doo-dads and functionalities, all of which are explained and illustrated at: http://www.adobe.com/devnet/spry/
    Lots to sink your teeth into!
    Have fun!
    Beth

  • Extension Mgr CS4 won't start on PC

    My Extension Manager CS4 was working fine until I updated Acrobat Reader and Java about a month ago. Now, if I attempt to open EM from within Dreamweaver, I get most of the EM shell, but then it hangs. No extensions are listed, and I can't click on anything. If I try to open EM from my start menu, I get nothing at all. "Adobe Extension Manager CS4.exe" appears in the Task Manager's list of Processes, but not in the list of Applications.
    I tried doing a system restore to an earlier date, but it didn't fix the problem. I tried uninstalling and reinstalling Java, as well as the entire Creative Suite. No luck. I also tried updating EM with the 2.1 patch. No change.
    One odd thing that may be noteworthy: If I right-click on a file in Windows Explorer, Windows Explorer crashes.
    Any help would be welcome. Thanks!

    I had the exact situation with Vista and this is what I did after seeing something on another thread that gave me a crazy idea:
    The thread mentioned installing manually into a user directory. (Users/[name]/Library/Preferences/Adobe/Extension Manager2/Configuration/Extensions/
    The problem was that I did't have the "../Configuration/Extensions/" folders, so I created them and threw an .mxp file in (while every CS4 program was closed).
    I then started up the CS4 Extension Manager and instead of freezing and being blank, my extensions showed up and I was able to install again.  Maybe just a fluke on my end?  I would be interested to know if it works for someone else.

  • Where's the Adobe AIR Extension for Dreamweaver CS5

    I see only the Adobe AIR extension for Dreamweaver CS3 and CS4. Where's the AIR extension for Dreamweaver CS5?
    ~Oscar

    We expect to have an updated extension out in the next few weeks. Please stay tuned for an announcement on our blog here: http://blogs.adobe.com/air/
    Rob Christensen
    Product Manager, Adobe AIR

  • Is there a extensions for master and details pages?

    I want to know if there is an extension for the master page and detail page for Cs4.  I want to display the master page and have separate details pages.  I am using PHP.  I haven't anything on PHP but I have for ASP.  Can any one help me?

    www.webassist.com if you don't mind spending a few pennies.

  • Can't install pixel bender for CS4

    When I click on the download for pixel bender for CS4, it downloads the one for CS5. Can someone give me the correct file to download? I need one for both 32 bit and 64 bit (two different computers). Thanks!

    Thanks for the summary--it definitely helped. The problem you are describing is well known and has been discussed, documented, and resolved many times and in many places. You need to run Adobe Extension Manager CS4 as administrator (right-click the Adobe Extension Manager executable and select "Run as administrator" from the contextual menu) in order to install the Extension. This is necessary because of the elevated privileges required to access the Program Files directory and sub-directories. Please see the installation instructions found here http://labs.adobe.com/technologies/pixelbenderplugin/ or my answer (posed in the form of a question) in this message http://forums.adobe.com/message/3877496#3877496.

Maybe you are looking for

  • Iweb application not responding

    Having a strange issue at my place. iweb had been working since the beginning, however i reimaged them a while ago but put the same versions of all software back on, the only reason i reimaged was as part of housekeeping. So anyway basically iweb was

  • What are the benefits of VAL?

    What are the benefits of VAL? And why is it good for the database ? and why is it a security precaution? for ex CoID = #Val(CoID)#

  • Can't find so can't remove mystery streak on curves adjustment layer

    Take a look at the attached image. I'm working with a psd file someone gave me. There's a weird bluish streak on the top one that I'm trying to get rid of. You'll notice it's on a curves adjustment layer. At least I assume it is. I made that layer re

  • Not receiving contact requests, need help!

    Hi there, I am not receiving contact requests on skype, I kind of rely on getting them since my students try to respond to my ads and make a first contact. Any help here? Please add me, I am rapidiomas. Thanks for your help!

  • E61i's bad s/w!!

    Don't know if Nokia ppl are taking a note of the messages being posted here. I live in India and i just recently bought an E61i. Since then, even though i kinda love this ph but i'm disappointed to see a real **bleep**py s/w loaded on this device! I