The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP by David Powers

The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and
PHP by David Powers:
Would this book help me learn about Spry and Ajax and how
applications can be made with them, if I my e-commerce site runs on
a compiled C code shopping cart (ShopSite) but supports PHP
server-side scripts or is it only for shopping carts based on PHP
itself (like X-Cart)?
I am not sure. Someone please let me know so I can purchase
this book. Thanks.

ahsenabro wrote:
> 1. Do I have to be a developer/programmer in order to
learn from this book or
> can a tech-savvy entrepreneur can also get some gems out
of it and direct his
> programmer?
You don't need any prior knowledge of Ajax or PHP, but you do
need to
know the basics of HTML and CSS. As I say in the
introduction, "You
don't need to be an expert, but you do need to have an
inquiring mind.
It doesn't teach the basics of web design, nor does it
attempt to list
every single feature in Dreamweaver CS3. There are plenty of
other books
to fill that gap. However, by working through this book,
you'll gain an
in-depth knowledge of the most important features of
Dreamweaver."
> 2. I am interested in purchasing this book mainly to
implement cool Ajax/Spry
> stuff on my e-commerce site. I am asking about PHP
because the book's content
> mentions making a PHP site. Now I realize this book is
not about shopping
> carts, but the Ajax/Spry stuff can be implemented on
e-commerce sites, right?
The book provides detailed coverage of the Spry 1.4 features
in
Dreamweaver CS3, which can be applied to any site. With minor
adaptation, you can also use Spry 1.6. It's important to
realize,
though, that the Spry/Ajax features in Dreamweaver CS3 do
*not* cover
asynchronous requests to the server. The ability to
communicate
asynchronously with the server was added in Spry 1.6. If it's
asynchronous server calls and responses that you're after,
your
programmer will need to dig around in the Spry 1.6
documentation on the
Adobe Labs site, and hand-code it.
The Spry features covered in the book are Spry Effects, Spry
UI widgets
(menu, accordion, tabbed panels, and collapsible panels),
Spry
Validation Widgets, and Spry XML Data Sets.
> I just want to know if I can learn and implement
Ajax/Spry apps on my
> simple HTML/CSS-based pages, on a server which allows
server-side PHP scripts
> but the pages themselves are not with .php extension. Is
this book still going
> to be applicable?
Yes. All the Spry techniques can be used on any web page. It
doesn't
need to be a PHP one.
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Adobe Dreamweaver CS3 with ASP coldfusion and PHP search?

    I am working through Adobe Dreamweaver CS3 with ASP
    coldfusion and PHP with the intent of creating a data base site
    that primarily requires a search engine on the index page. The
    search page in the book uses specific search criteria ensuring that
    there will always be a match to the data base but I need to create
    an input text field search engine. My Q, if there is no data within
    the data base that match the variable, will it return with an error
    requiring an argument in the code to respond to no matching data.
    Hopefully there are comprehensive online recourses for these search
    engines as they are so common. I am a complete newby to all aspects
    of web development and code so it will need to be a thorough
    explanation, an idiots guide. ANY HELP GREATLY APPRECIATED

    Rob,
    Let me try to answer your questions, understanding that my
    answers are laced with my experience and therefore my bias.
    1. For the most part the SQL that you write for Access, MS
    SQL or MySQL is going to be the same. I won't make that claim about
    Oracle or PostgreSQL because I have limited or no experience in
    those areas. To be sure when you head down the road with any DBMS
    there are finer points on 'value added' features (to over simplify
    things like MS SQL's Transact SQL), but for the most part when you
    are pulling out, inserting or deleting records the SQL that you
    write will be the same. In fact, I don't think I had to make any of
    the SQL in the book different to deal with the back end db.
    2. As for your host steering you away from MySQL, I don't
    know why that would be. It is MUCH more stable and robust than
    Access for web development. My research showed that you can use
    MySQL just fine with ASP though that clearly wouldn't be
    Microsoft's first choice.
    3. A quick aside, the fact that you are building ASP on a Mac
    would seem to indicate that you are developing on your production
    server. That's never a good idea. Go local if you can. If you have
    a newer Intel Mac you can use VM Fusion, Parallels or even Boot
    Camp to run Windows in a virtual environment and develop there,
    only moving your code to production when you are happy with it.
    There is of course the fact that they two environments would not be
    identical and you may need to change a few references, but it is
    still a better practice than developing on your live site. Some web
    hosts give you the ability to set up a subdomain. If yours does,
    you could set one up with a duplicate of your site and develop
    there.
    4. Let me try to pull your 'rant-let' apart into two issue. I
    begin with a question. I'm not sure what the Mac part has to do
    with it. The primary language I work in at my day job is
    ColdFusion. The majority of the most serious developers I know in
    the CF world work on Macs. I am forced into the PC world because of
    a cultural bias at the business school where I work. Having said
    that, the only time I have felt there was ANY difference in the
    tools, resources, choices I had was in any way affected by platform
    was when Adobe still had not released Flex Builder 2 for the Mac.
    Now that is behind us as well. This reaction of mine may be based
    on the fact that Access never comes into play in the work that I
    do. I regularly work with MS SQL and MySQL. (OK, so SQL Enterprise
    Manager, the MS tool of choice to talk to MS SQL is Windows only,
    but I only use that at the day job. But even there you can find
    cross-platform, free tools like Aqua Data Studio to talk from a Mac
    to MS SQL.) If I'm missing your point on the Mac, please let me
    know. Since the advent of the Intel Mac I think it is hands-down
    the best choice for a web developer. You can have Mac, Windows and
    Unix all on one machine. It doesn't get any better (providing you
    have the RAM :-)).
    As for the security question, it is somewhat analogous to the
    war on viruses and spyware. As the defenses get better, so do the
    attacks. Most languages have developed functions for vetting user
    input variables and best practices for building these things. It is
    mainly a user education issue. When I took over the book you are
    working out of, the one thing Jeffrey told me it needed was more
    security. I did my best to put more in under the constraints of the
    publisher. They didn't want the book to be any longer than the
    previous version. I did my best to modify the code used to include
    "string safe" functions and to add verbiage about the importance of
    security. It was clear that I could not add as much as was needed
    and I said so in the book. Much more is needed for a serious
    treatment of the subject and not acknowledging that would have been
    a disservice to the readers. I've been working as a developer for
    over a decade and I don't know all there is to know about it. It's
    a constantly changing field, just like all of web development. In
    fact next week I'm going through a 2-day SANS Web Application
    Security workshop in hopes of learning more. So at the risk of
    sounding like an industry apologist, I don't think it's a
    shortcoming of the development community. It is, as they say, "a
    developing situation".
    HTH,
    Bob
    http://bobflynn.info/

  • Missing File - Adobe Dreamweaver CS3 with ASP, Coldfusion, and PHP

    On page 263 of Adobe Dreamweaver CS3 with ASP, Coldfusion,
    and PHP by:Jeffrey Bardzel and Bob Flynn the file called
    countryDetailXML.asp is missing. How can I find that file? Any
    idea?
    Thanks for your help.

    @citaiz,
    That file is created earlier in the lesson in an exercise
    starting on page 257. For the sake of the lesson, you can use
    countryDetail.xml that is included in the lesson 09 start folder.
    It is not important for this lesson that the XML is a static file
    or one generated in real time from the database. The version of
    Spry (1.4) that shipped with DW CS3 used XML data only. The current
    version (1.6.1) can use JSON and HTML tables for the data source as
    well. You can get the latest version of Spry for free at
    http://labs.adobe.com/technologies/spry/,
    including an extension to update your copy of DW to the latest
    version.
    Bob Flynn

  • ANN: Using Spry 1.6 with Essential Guide to Dreamweaver CS3

    It has been brought to my attention that most of the example
    files in
    Chapters 19 and 20 of "The Essential Guide to Dreamweaver CS3
    with CSS,
    Ajax, and PHP" don't work as expected after upgrading to Spry
    1.6. This
    is because Spry 1.6 handles HTML in CDATA sections
    differently. The
    solution is to add entityEncodeStrings:false to the options
    passed to
    the Spry XML Dataset. For details, see the book's updates
    page at the
    following address:
    http://foundationphp.com/egdwcs3/updates.php#spryhtml
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

    datasetname.setColumnType('row','html'); is also a solution.
    u can read more about it in the API.

  • Adobe DW CS3 with ASP, Coldfusion, and PHP Training book - problem.

    Hi
    I have been creating a site and using the DW CS3 'Training
    from the Source' book by Jeffrey Bardzell and Bob Flynn as the
    tutorial text.
    Basically - I have an .asp form that collects data into
    fields, which are validated using the DW validate form funstions,
    then passes the data to another .asp page that emails the data to
    me.
    All works well for me and for a lot of people I have used to
    test the site....
    BUT
    I am getting some people whose data is obviously NOT being
    captured or passed - as teh Emails are blank. I can't ask them what
    browsers they are using - as their Email address should be in the
    Data !!
    I did try the form with the Javascript Disabled in my browser
    - and the validation then failed to work - but the data still did
    get sent.
    1. If Javascript is disabled - how can I get the validation
    to work?
    2. Is there any other reason that my data may be getting lost
    Thanks in Advance
    Phil

    PhilAJ,
    quote:
    Surely if DW is creating this then it should aways work ?
    It would be nice, wouldn't it? ;-)
    There are two basic types of validation - client-side and
    server-side.
    Client-side validation uses JavaScript, in this case the code
    that DW generates, but you are dependent on the user's browser
    settings. It happens on the user's machine before anything is sent
    back across the Internet to your web server. If they want to turn
    off JS, they can.
    Server-side validation takes place on the server with the
    data sent from the user. webpro2k has provided you with a nice bit
    of code to test whether those fields come in blank. If they do, you
    can decide what to do with the user's interaction. Instead of the
    Thank You page, or wherever you may have sent them after a
    successful submission, you could send them back to the form
    indicating the fields they neglected to fill out and pre-populating
    those they already filled out with the data from the first
    submission.
    Best practice is to do both client-side (in theory it reduces
    user frustration if done right.) and server side (to ensure clean
    data). It takes a little extra work. You know your audience and
    your needs, so you can do the cost/benefit analysis.
    Regards,
    Bob

  • Dreamweaver 8 with ASP, ColdFusion and PHP Downloads

    Hi,
    I wondered if anyone new if there is anywhere to download the accompanying files (off the CDROM)? I can't find anywhere on the Adobe site where you can.
    I purchased the book from Oxfam Bookstore and the CD is snapped in two pieces but I'd obviously like to follow the tutorials.
    Thanks

    That's quite an old book, so I don't know if there's still any support for it. I wrote the most recent version: "Adobe Dreamweaver CS5 with PHP: Training from the Source". The files for my book are not freely available for download, so I suspect the same is true of the Dreamweaver 8 version.
    According to the publisher's website, you can request a replacement CD from [email protected] However, I wouldn't hold out much hope of getting a replacement for an old book that was bought from a charity shop. Sorry.

  • Dreamweaver 8 with ASP, ColdFusion, and PHP

    I'm having trouble with diplaying multiple recordsets. I did
    everything that the book told me to do, but it doesn't work. I just
    got done with the tours.asp and it works fine. Now I'm working on
    the index.asp. rs_journal comes up fine, but when I add the
    rs_worldregions, the page won't come up. I even uploaded the
    finished sample of index.asp that came with the book and that
    didn't work.
    Has anyone read this book and have the same troubles?

    This is what the code looks like.
    <%@LANGUAGE="VBSCRIPT"%>
    <!--#include file="Connections/conn_newland.asp" -->
    <%
    Dim rs_journal
    Dim rs_journal_numRows
    Set rs_journal = Server.CreateObject("ADODB.Recordset")
    rs_journal.ActiveConnection = MM_conn_newland_STRING
    rs_journal.Source = "SELECT journalID, journal_entry FROM
    tbl_journal ORDER BY journalID DESC"
    rs_journal.CursorType = 0
    rs_journal.CursorLocation = 2
    rs_journal.LockType = 1
    rs_journal.Open()
    rs_journal_numRows = 0
    %>
    <%
    Dim rs_worldregions
    Dim rs_worldregions_numRows
    Set rs_worldregions = Server.CreateObject("ADODB.Recordset")
    rs_worldregions.ActiveConnection = MM_conn_newland_STRING
    rs_worldregions.Source = "SELECT * FROM tbl_region ORDER BY
    regionName ASC"
    rs_worldregions.CursorType = 0
    rs_worldregions.CursorLocation = 2
    rs_worldregions.LockType = 1
    rs_worldregions.Open()
    rs_worldregions_numRows = 0
    %>
    <%
    Dim Repeat1__numRows
    Dim Repeat1__index
    Repeat1__numRows = -1
    Repeat1__index = 0
    rs_worldregions_numRows = rs_worldregions_numRows +
    Repeat1__numRows
    %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <title>Newland Tours</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <link href="css/newland.css" rel="stylesheet"
    type="text/css" /></head>
    <body>
    <table width="750" border="0" cellpadding="3"
    cellspacing="0">
    <tr>
    <td colspan="2" width="470"><img
    src="images/banner_left.gif" width="451" height="68" alt="Newland
    Tours Banner, Left." /></td>
    <td width="280"><img src="images/banner_right.jpg"
    width="276" height="68" alt="Newland Tour Banner, Right."
    /></td>
    </tr>
    <tr valign="top">
    <td width="180"> </td>
    <td width="290"> </td>
    <td width="280"> </td>
    </tr>
    <tr valign="top">
    <td width="180" bgcolor="#DCDFD9">
    <p class="navhead">Explore the Site</p>
    <p>
    <a href="about.asp">About Newland
    Tours</a><br />
    <a href="tours.asp">Find Tours</a><br />
    <%
    While ((Repeat1__numRows <> 0) AND (NOT
    rs_worldregions.EOF))
    %>
      <a
    href="tours_detail.asp?regionID=<%=(rs_worldregions.Fields.Item("regionID").Value)%>"><%= (rs_worldregions.Fields.Item("regionName").Value)%></a><br
    />
    <%
    Repeat1__index=Repeat1__index+1
    Repeat1__numRows=Repeat1__numRows-1
    rs_worldregions.MoveNext()
    Wend
    %>
    <a href="profiles.asp">Country
    Profiles</a><br />
    <a href="contact.asp">Contact an
    Agent</a></p>
    <p><br />
    &copy; 2003 Newland Tours</p>
    </td>
    <td width="290">
    <p>Operating since 1968, Newland Tours offers an array
    of travel tours. Whether you love hiking in exotic locations or
    want to get the most out of your retirement, Newland Tours has a
    package for you.</p>
    <p><img src="images/title_featured_vacation.gif"
    width="276" height="25" alt="Featured Vacation." /></p>
    <p><img src="images/temple_small.jpg" width="72"
    height="90" align="left" alt="Heian Jingu Shrine, Kyoto
    Prefecture." /><strong>Highlights of
    Japan</strong></p>
    <p class="caption"> Image: Heian Jingu Shrine, Kyoto
    Prefecture</p>
    <p>Get a taste for Japan's diversity, from the
    serenity of its shrines to the chaos of urban life. Meet
    &quot;Fuji-san,&quot; Japan's highest mountain at 12,387
    feet, visit temples, walk through gardens, and browse in Japan's
    most elegant shopping districts.</p>
    <p>
    Only $1,199/adult and $899/child USD.
    </p>
    </td>
    <td width="280"><p><img
    src="images/title_travelers_journal.gif" width="276" height="25"
    alt="Traveler's Journal." /></p>
    <img src="images/icon_tj.gif" width="81" height="81"
    align="right" "Traveler's Journal logo."
    /><%=(rs_journal.Fields.Item("journal_entry").Value)%></td>
    </tr>
    </table>
    <br />
    <br />
    </body>
    </html>
    <%
    rs_journal.Close()
    Set rs_journal = Nothing
    %>
    <%
    rs_worldregions.Close()
    Set rs_worldregions = Nothing
    %>

  • ANN: Using Spry 1.6 with Essential Guide to DW CS3

    It has been brought to my attention that most of the example
    files in
    Chapters 19 and 20 of "The Essential Guide to Dreamweaver CS3
    with CSS,
    Ajax, and PHP" don't work as expected after upgrading to Spry
    1.6. This
    is because Spry 1.6 handles HTML in CDATA sections
    differently. The
    solution is to add entityEncodeStrings:false to the options
    passed to
    the Spry XML Dataset. For details, see the book's updates
    page at the
    following address:
    http://foundationphp.com/egdwcs3/updates.php#spryhtml
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

    David Powers wrote:
    > It has been brought to my attention that most of the
    example files in
    > Chapters 19 and 20 of "The Essential Guide to
    Dreamweaver CS3 with CSS,
    > Ajax, and PHP" don't work as expected after upgrading to
    Spry 1.6. This
    > is because Spry 1.6 handles HTML in CDATA sections
    differently. The
    > solution is to add entityEncodeStrings:false to the
    options passed to
    > the Spry XML Dataset. For details, see the book's
    updates page at the
    > following address:
    >
    >
    http://foundationphp.com/egdwcs3/updates.php#spryhtml
    >
    Thanks, David. ;-)
    Bonnie

  • Dreamweaver CS3 with MySQL

    I've created a stored proc in MySQL5.1 and can view and
    execute it through MySQL. When I go to Dreamweaver CS3 and view my
    existing database connection it doesn't detect the stored
    procedure. I've tried starting and stopping the mysql and
    coldfusion services but that didn't work. I've closed and opened
    Dreamweaver. I've rebooted my machine but still no luck. I've
    checked the coldfusion settings and I'm allowing stored procedures
    on that connection. I have no idea what else to try. What do I need
    to do to fix this?

    rudyjwr wrote:
    > I've tried starting and stopping the
    > mysql and coldfusion services but that didn't work. I've
    closed and opened
    > Dreamweaver. I've rebooted my machine but still no luck.
    I've checked the
    > coldfusion settings and I'm allowing stored procedures
    on that connection. I
    > have no idea what else to try. What do I need to do to
    fix this?
    I'm not sure about ColdFusion, but Dreamweaver doesn't
    support MySQL
    stored procedures with its PHP server model. MySQL added
    support for
    stored procedures only in version 5.0. Most of the database
    related
    functionality in Dreamweaver predates MySQL 5.0.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Moved the "Connections" folder, now Dreamweaver CS3 can't find MySQL connection...

    Hi,
    Dreamweaver creates a "Connections" folder in the site root
    where all database connection files are stored. I want to move this
    folder to another path but then DW can't find the connection (for
    example in admin/includes/Connections).
    How can I tell DW the new path of the "Connections" folder so
    I can still use DW extensions to find all available database
    connections?
    Thanks!
    Regards,
    Checo

    _Checo_ wrote:
    > How can I tell DW the new path of the "Connections"
    folder so I can still use
    > DW extensions to find all available database
    connections?
    Answered your duplicate post in the AppDev forum. Please
    don't post
    identical questions in multiple forum.s
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • OT: Tutorial | How to author HTML, CSS, jQuery, and PHP 5.4 in Dreamweaver CC

    Hi all,
    Dreamweaver CC 2014 comes with a host of tutorials for both beginners and advanced users. In this tutorial you will learn how the latest support for HTML5, CSS3, jQuery and PHP5.4 in Dreamweaver can help you author static, dynamic, mobile or responsive projects.
    We would love to hear your opinion on this tutorial after you complete the training.
    https://helpx.adobe.com/dreamweaver/how-to/html-css-jquery-php-dreamweaver.html?scid=socia l26198776
    Thanks,
    Preran

    jlig wrote:
    > David, I just read thru the sample chapter 7 "Building
    Site Navigation with the
    > Spry Menu bar".
    > - Finally a Spry resource that is friendly , thorough
    and easy to follow
    > along.
    > - I especially like your honest comments in the "Mixed
    Blessing" section.
    Glad you found it useful. I felt it was essential to present
    a balanced
    view of Spry widgets, rather than giving a starry-eyed one.
    > Trying to adjust the Tab Colors, Fonts, CSS page sizes,
    margins, borders, etc
    > is a bit of a nightmare for me. I know it is just a
    matter of learning, but it
    > would help to have resources like yours that take all of
    the practical
    > considerations into mind for end-users.
    It is quite easy to do simple things with CSS, but it's very
    powerful,
    and has a long learning curve. Keep at it, and you'll get
    there in the end.
    > ps: How about a similiar new resource: "The Essential
    Guide to Dreamweaver
    > CS3 with ADDT, SPRY, CSS, AJAX and PHP / ColdFusion"
    I'm not a big fan of ADDT (Adobe knows my opinions, because I
    have told
    them directly). I would like to see how ADDT develops before
    committing
    to writing about it. As for ColdFusion, I experimented with
    it a long
    time ago, but decided I preferred to improve my knowledge of
    PHP before
    branching out into other fields.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Slight roadblock in "DW 8 with ASP, ColdFusion, and PHP: Training from the Source"

    I'm working my way through Dreamweaver 8 with ASP,
    ColdFusion, and PHP:
    Training from the Source. I've come to the middle of Lesson 6
    and have hit
    my first obstacle in learning PHP. I'm following the
    instructions to format
    the output of the tour price calculator, but my issue is with
    where to place
    the following PHP code: <?php setlocale(LC_MONETARY,
    'en_US'); echo
    money_format('%i', $tourPrice); ?>
    I placed it before the DOCTYPE and when that didn't work, I
    tried inserting
    right before the code that retrieves the tour price (in the
    body of the
    page). That didn't work either.
    I also tried changing money_format to number_format and
    manually inserting
    the $, but when I tested everything, the output printed as
    follows:
    The estimated cost of your tour is
    $0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000500.
    I'm not quite sure where I've gone wrong.
    Thanks for any help,
    Heather

    Coach Bob wrote:
    > David,
    >
    > I would like to understand better your comment about the
    money_format. The
    > ability to use it is dependent on the host system's
    support of the C library
    > function strfmon(), correct? So if a user were
    developing on a windows box with
    > a local WAMP install it would not work while it may work
    on their *nix-based
    > Web host?
    Check the PHP documentation - it tells you all you need to
    know:
    http://www.php.net/manual/en/function.money-format.php
    > I will see to it that it gets corrected in the next
    version of the book!
    I've no idea what relationship you have with "Training from
    the Source",
    but I find it interesting - to say the least - that you need
    to the ask
    the author of a rival book.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • DW CS3 and DW CS3 with CSS

    Hello and thanks in advance for your input. Years ago I
    taught myself GoLive and am now making the change to Dreamweaver
    CS3. I purchased it before CS4 was released so will have to upgrade
    later. My question is this: I signed up for the Lynda.com online
    classes to learn CS3 and notice that there are two different
    tutorial categories, CS3 dated 4-07 and CS3 with CSS dated 3-08.
    Are these two different programs? I purchased the design premium
    suite and it lists Dreamweaver as CS3 and does not mention "with
    CSS" in the title. I am not sure which tutorial program to use to
    begin building my website and because it's Sunday they are not open
    today. I am anxious to get started today, so would greatly
    appreciate your insight. Thanks very much.

    Thanks for your reply.
    Yes, they are two different tutorials and from what you
    mention, I am assuming that the more recent tutorial simply focuses
    on utilizing CSS to build the site more effectively than what is
    probably taught with the first tutorial. From what you said, it
    seems like I should first take the CSS tutorial to get the
    foundation of my site as uniform as possible and then perhaps go
    back and study the basic DW CS3 tutorial to help fill in the gaps.
    The reason why I am making such a big deal with asking is
    because I know the laying of the foundation on a site going in is
    so important. Each tutorial is about 11 hours, so I just wanted to
    spend my time efficiently. Thanks for the suggestion of going the
    CSS route first.

  • Dreamweaver CS3 with existing Server Behaviours

    Hi All,
    Obviously i'm aware of the upcoming launch of Dreamweaver
    CS3, which looks good, I'm currently using MX 2004 and considering
    upgrading, however before i do so i have some queries.
    We specialise in building ASP applications, which is why we
    bought MX 2004 in the first place, as it included a number of
    Server Behaviuors like login, go to detail page, recordset builders
    etc, however as we found up, some of the key Server Behaviours,
    like file upload and smartmail were not included.
    Since then we've spent a lot of money buying extensions such
    as WebAssist's SuperSuite and DMXZone's SmartMailor and
    PureASPUpload to mention but a few.
    Obviously keen to ensure before we purchase Dreamweaver CS3
    that it is still aimed at developers and ccomes with Server
    Behaviours but also that it still supports all of these extensions
    and that we wouldn't therefore be losing the use of these very
    usefull tools.
    Thanks in advance

    GTN1707 wrote:
    > Obviously keen to ensure before we purchase Dreamweaver
    CS3 that it is still
    > aimed at developers and ccomes with Server Behaviours
    but also that it still
    > supports all of these extensions and that we wouldn't
    therefore be losing the
    > use of these very usefull tools.
    Dreamweaver CS3 most definitely supports server behaviors:
    http://www.adobe.com/products/dreamweaver/features/allfeatures/
    "Open server and technology support
    "Support for leading technologies
    "Take advantage of support for leading web development
    technologies,
    including HTML, XHTML, CSS, XML, JavaScript, Ajax, PHP,
    Adobe®
    ColdFusion®, ASP, ASP.NET, and JSP."
    AFAIK, all leading extension developers have been given the
    opportunity
    to test their extensions with the new version. To find out
    whether the
    particular commercial extensions you use are compatible with
    CS3,
    contact the developer directly.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • I am trying to transfer the licence of a Dreamweaver CS3 Macintosh product. A transfer of licence form has been signed by the person that gave it to me. Can anyone help me complete the process?

    I am trying to transfer the licence of a Dreamweaver CS3 Macintosh product. A transfer of licence form has been signed by the person that gave it to me. Can anyone help me to complete the process as Adobe chat say they cannot to help? They told me the forum is looked at by an expert team. Anyone there? Thanks

    Did you complete your form as well?  A form needs to be completed and signed by both parties and submitted to Adobe support via a support ticket. Chat support cannot help, but should have pointed you to the KB article with the instructions.
    Transfer an Adobe product license

Maybe you are looking for

  • I.E./Active X problem loading movie with multiple .swf

    I have a webpage that loads .swf's into a main "container" swf, and I've found a fix for the I.E./Active X (this is a good bookmark: http://www.kirupa.com/developer/flash8/flash_fix.htm ). But the container seems to get stuck on the preloader now? An

  • 2 e4200s on the same network?

    I used to have this exact setup with 2 wrt610ns i believe was the model number, i have one at my house, connected to my dsl, and then another in my "man cave" connected by a approximately 250 foot buried outdoor cat6 cable, inside of conduit of cours

  • Open Hub Services, Format of files

    Hi everybody Does anybody knows how to create a CSV file in ascii format using an open hub in a process chain ? On my system which is a unicode it seems to be as if I could only produce unicode file when I use the process chain. Thank you for your he

  • How i can change the phone number for face time in iPhone 6

    plas i want change my old number to new number for face time in iPhone

  • Seeing database activity in real time.

    Hi all, Just a small question about the monitoring that Oracle provides. I know that dba_tab_modifications provides information about the following SQL> desc DBA_TAB_MODIFICATIONS; Name Type TABLE_OWNER VARCHAR2(30) TABLE_NAME VARCHAR2(30) PARTITION_