Sound "leaks" in  Dreamweaver CS3 page

How can I fix the performance of .mp3 files on this page:
http://www.multiminds.org/history/syllabus.html
The page plays fine in Foxfire. But when opened by Safari,
Opera, and, I think, IE, the sounds (on content pages reached by
spry tabs) seem to "spill" out and play in part from first to last
before the page returns to the sounds I intended it to play first.
Would converting the .mp3 files to .swf files or some other format
help? Something else? Thanks for any guidance you can
provide.

> so I'm applying the behavior to the <td> tag.
Don't. Events applied to anything other than an <a> tag
will usually
produce unreliable and unexpected results. Seems like you are
experiencing
one. Your code below looks fine.
To do this the most dependable way, make the trigger cell
contain an anchor
to which the mouseover event and behavior is applied.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"garethccc" <[email protected]> wrote in
message
news:g9su7n$rfr$[email protected]..
> Hi all,
>
> I can't seem to get the "change property" behaviour to
work in Dreamweaver
> CS3! I'm trying to make a cell's background image change
when I roll over
> another cell in a different table, so I'm applying the
behavior to the
> <td> tag.
>
>
http://img247.imageshack.us/img247/8071/changepropertyfu1.jpg
>
> The code generated by the behavior dialog above is this:
>
>
onmouseover="MM_changeProp('td1','','backgroundImage','thumbnails/australian
> wildflowers.jpg','TD')"
>
> The contextual help associated with the behaviors dialog
is quite poor,
> and
> I'm guessing that the value is entered without
quotations and the like.
>
> I'm sure I'm making a simple mistake - can anyone help
me out?
>
> Thanks all!!
>
>
onmouseover="MM_changeProp('td1','','backgroundImage','thumbnails/australian
> wildflowers.jpg','TD')"
>

Similar Messages

  • Adding .swf file to Dreamweaver CS3 page?

    In Dreamweaver MX, I used to import .swf files, view them,
    and they worked, both in Dreamweaver and on the web. But trying out
    Dreamweaver CS3, ,swf files I import don't seem to work for me.
    They're visibly there when I view the Dreamweaver page, but they do
    not play in any browser. Obviously, something has changed. What?
    What do I need to do to get a .swf file to play?
    Thanks for your help.

    > That did not make a .swf file visible. Here's a sample
    of the problem:
    >
    http://www.multiminds.org/newtoncornerneighborhood/test.html
    Your code is sticking some stuff in there that my code
    doesn't
    for example the version is different (that should be okay if
    you have
    Flash 10 installed, but also notice the path on your script:
    http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0
    which is going to director instead of flash.
    I suggest you try my code, of course changed to reference
    your flash file.
    Here's my code for a flash file:
    <SCRIPT TYPE="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','760','height','200','title','Sack
    Law Firm, NYC and Westchester
    County','align','LEFT','src','media/sacklawfade4','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','media/sacklawfade4'
    ); //end AC code
    </SCRIPT><NOSCRIPT><OBJECT
    CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    CODEBASE="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    WIDTH="760" HEIGHT="200" ALIGN="LEFT" TITLE="Sack Law Firm,
    NYC and
    Westchester County">
    <PARAM NAME="movie" VALUE="media/sacklawfade4.swf">
    <PARAM NAME="quality" VALUE="high">
    <EMBED SRC="media/sacklawfade4.swf" WIDTH="760"
    HEIGHT="200"
    ALIGN="LEFT" QUALITY="high"
    PLUGINSPAGE="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    TYPE="application/x-shockwave-flash"></EMBED>
    </OBJECT>
    </NOSCRIPT>

  • Firefox 3.6.13 will not open as the browser to view web pages from within Dreamweaver CS3

    I build websites with Dreamweaver CS3. I am operating on Mac OS 10.4.11 using Firefox 3.6.13 - The problem began on the last software update. I like to use Firefox instead of Safari. Up to the point where I upgraded, I never had a problem but now, when I go to preview/debug in browser, Firefox loads but it goes no farther than my home page ... it will not load the Dreamweaver page preview. Safari works fine. So I think there may be a problem loading 3.6.13 past the startup page.

    Here's the fix. Dump Firefox 3.6.13 and Re-Install Firefox 3.5.16. Problem solved.

  • Viewing new template in dreamweaver cs3 reverst to front page ??

    When i save a new template in Dreamweaver CS3 and then try to preview in IExploer it asks me "do you wnat to open or save this file? when i select either it reverst to my old MS Front Page editor

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • Dreamweaver CS3 will not save page

    I have few details as I'm troubleshooting for a client, but hopefully someone can help get me to the answer...
    Client has Dreamweaver CS3. Been using it for about a year (and before that, earlier versions). One person now cannot save files. After making a change, Save is still gray and keyboard shortcut (ctrl+S) does not work.
    Other things I know (via phone conversation):
    - Using Windows XP
    - Check in/Check Out is enabled, and she is able to check out the file
    - Editing on local and uploading to remote
    - Other people within organization can save changes to the same pages
    - all users have same FTP username and password
    - I am using DW 8 and can access, make changes and save to same pages
    - She can Save As...
    Any ideas will help.
    Thanks in advance!
    Carrie

    tim_ver wrote:
    > Licensing of this product has stopped working. Try
    unintsalling and then
    > reinstalling. I did this again and still same error.
    >
    > How do i fix this issue?
    If you go to the Adobe Support Knowledgebase, you can find
    this sort of
    answer for yourself. Type "licensing has stopped working"
    into the
    "Search for" field, select "Dreamweaver" from the "Product"
    menu, and
    click search. The following page comes up as the first
    result:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401528&sliceId=1
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Just updated to Firefox 3.6.9, I'm building a site and the Dreamweaver CS3 Preview feature no longer works in previewing my pages. Any fixes available?

    Just updated to Firefox 3.6.9 this morning. I'm building a site using Dreamweaver CS3 for a class and the Preview feature was working fine before the update. I can preview my pages in other browsers successfully, but now if I choose Firefox, no window opens.
    I have a Macbook Pro, OS X.

    Sorry, Mozilla did a security fix that broke Dreamweaver with Firefox. Virtually no other programs were broken with that fix, and considering the age of Dreamweaver (~5 years since it was last updated) they decided not to back-out that security fix for one old, elderly program. This problem was discussed at length back in January and February after Firefox 3.6 was first released.

  • Links Problem in Dreamweaver CS3 !

    I recently reinstalled my Dreamweaver CS3. Now everytime i save a file, it saves the whole directory path with the file name. So when i opened my index page and saved it with some changes, all my css tables have been lost. and all the links in the file are relative to my system directory.
    BEFORE, it was index.html
    AFTER SAVE, it is "C:\Documents and Settings\Idiot User\index.html"
    this has happened to EACH link that i used in my page, so even the css stylesheet is not working.
    the entire website appears perfectly in Dreamweaver, but when i upload the files to my webspace, the links link to "file:///C|/Documents%20and%20Settings/Delvin/My%20Documents/CBPC%20Website/sermons.html" , for example.
    also when i change the links, image locations to the File-only, and remove the directory bit, the images disappear in dreamweaver.
    Everything was working perfectly, until i re-installed the program. Can anyone suggest a way in which every file and every link is synced; so it is what it says it is WYSIWYG !

    i do NOT think that it is a helpful answer .
    You may not think so, but it sounds like a very plausible explanation and a mighty good place to start looking.
    In your site definition settings, are your links relative to Document or Site Root?
    Which operating system are you using?
    Did you get all the latest updates for CS3 since re-installing?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Invisible Tables In Dreamweaver CS3

    Hello – I’m having a problem accessing the proper table in Dreamweaver CS3. In the past I never had a problem with this now all of a sudden I cannot figure out what I did to change this setting. I want my tables without borders, which I have achieved by setting it to zero border… however it now completely disappears from the page while I’m working on it and I have nothing to define my table. In the past when working with zero borders it would still define the structure of the table but wouldn’t appear when published on the web. I went into view / visual aids / and checked table borders and still nothing. How can I view my table boundaries while working with no border? For years I had no problem with this and now I’m really puzzled as to what I have done to change the setting. Please, if anyone can help I’d appreciate it.

    Even with a black background, you should be able to see the dotted lines surrounding a table.
    I just tested with a black background with  Visual Aids> table borders turned on and could see the outline, and then turned the borders off, and then I certainly couldn't  a thing  :-) 
    Sounds like something's broken in DW...if DW starts to act a bit weird-  this frequently means you may have a corrupt personal configuration folder.
    Close Dreamweaver, locate the personal configuration folder, and rename it.
    When you restart Dreamweaver, it should create a new configuration folder with all the program defaults.   
    For details of how to find the configuration folder, see this page in the Dreamweaver FAQ
    Hopefully this will fix the problem for you.

  • Php extensions in Dreamweaver CS3

    I have installed Dreamweaver CS3, I am now trying to run a
    simple PHP script (A 'Hello World') however when I try running the
    .php file my browser seems to timeout and the page does not run.
    When I run a standard HTML page on the same website it does work.
    I am using IIS 5.1 is there something else I need to set-up
    for php to work?

    millsyadam wrote:
    >
    >
    > I have installed Dreamweaver CS3, I am now trying to run
    a simple PHP script
    > (A 'Hello World') however when I try running the .php
    file my browser seems to
    > timeout and the page does not run. When I run a standard
    HTML page on the same
    > website it does work.
    > I am using IIS 5.1 is there something else I need to
    set-up for php to work?
    Sounds like you have a problem with your PHP install (you do
    have it installed right?). Maybe take a look at this page for
    installing PHP:
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WS9C4F33E1-12B2-4e40-BD4 0-5D66C1F75EB6.html
    You may want to ask follow up questions in the App Dev forum
    as that forum is focused on the dynamic server side of Dreamweaver:
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=263&entercat= y
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | Adobe Community Expert

  • Dreamweaver CS3 to CS4 Changes

    Changes in Dreamwever CS3 to CS4
    Creating a text box over a photo.
    I have been using a technique in CS3 learned from
    "totaltraining.com"
    I could take a photo into photoshop and slice it into areas
    where I want to create a text block and use the photoshop save to
    web application to write the html code and create the images. then
    I open the html file in Dreamweaver CS3 and select the sliced block
    image that I want to add text on top of and copy the link
    information, Then Delete the image and add the hight measurement to
    keep the space from shifting then paste the link information into
    the box background in the control pallet at the bottom. Then insert
    text on top of the background image. This gives me the ability to
    use the page properties to add a over all background color or image
    and still have a text box with the photo behind it.
    The problem is that with new Dreamweaver CS4 I can not find
    where to paste the link information. The control pallet has changed
    and I can not find out how to add the image back into the cell as a
    background. I have tried to just place the image into the cell but
    everything shifts.
    I know their is probably a better way to do this I am just
    learning and trying to figure this out so any advice would be
    helpful.
    I would just use Dreamweaver3 but the demo I was working on
    expired and I bought the CS4 package.
    I have a website 80% finished and now I'm stuck.
    Thanks, Curtis

    Things that you 'used to be able to do but cannot in CS4' are
    generally
    things that you should never have done in the first place. A
    big thrust of
    CS4 is to remove things from DW that created invalid or
    non-best practice
    HTML. This method certainly sounds like a good candidate -
    for example:
    > use the photoshop save to web application to write the
    > html code
    This is a very bad idea. Such code is fragile beyond
    expectation. One
    should only use a graphics app to write HTML that is to be
    used for
    prototyping, not for production.
    > Then Delete the image and add the hight measurement to
    > keep the space from shifting
    This is a very bad idea. Placing text into a region that is
    vertically
    constrained is like placing a timebomb in your code. What
    happens with the
    visitor makes the text larger to read more comfortably?
    Blammo....
    > Then insert text on top of the background image.
    Bad idea for the same reason.
    > The problem is that with new Dreamweaver CS4 I can not
    find where to paste
    > the
    > link information. The control pallet has changed and I
    can not find out
    > add the
    > image back to the cell as a background.
    There are now two buttons on the Property inspector: HTML and
    CSS. Click
    the HTML one.
    > I have tried to just place the image into the cell but
    everything shifts.
    Which is why you should never use "wizard" HTML.
    > I know their is probably a better way to do this I am
    just learning and
    > trying
    > to figure this out so any advice would be helpful.
    Really? OK - just put DW down and go here -
    http://www.w3schools.com - to
    learn HTML and CSS. When you can understand this -
    http://apptools.com/examples/pagelayout101.php
    then you will be ready to come back to DW. Trying to use DW
    without a fair
    understanding of HTML and CSS is like being beat with a
    broomstick!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Curtis02" <[email protected]> wrote in
    message
    news:[email protected]...
    > Changes in Dreamwever CS3 to CS4
    >
    > Creating a text box over a photo.
    >
    > I have been using a technique in CS3 learned from
    "totaltraining.com"
    > I could take a photo into photoshop and slice it into
    areas where I want
    > to
    > create a text block and use the photoshop save to web
    application to write
    > the
    > html code and create the images. then I open the html
    file in Dreamweaver
    > CS3
    > and select the sliced block image that I want to add
    text on top of and
    > copy
    > the link information, Then Delete the image and add the
    hight measurement
    > to
    > keep the space from shifting then paste the link
    information into the box
    > background in the control pallet at the bottom. Then
    insert text on top of
    > the
    > background image. This gives me the ability to use the
    page properties to
    > add a
    > over all background color or image and still have a text
    box with the
    > photo
    > behind it.
    >
    > The problem is that with new Dreamweaver CS4 I can not
    find where to paste
    > the
    > link information. The control pallet has changed and I
    can not find out
    > add the
    > image back to the cell as a background. I have tried to
    just place the
    > image
    > into the cell but everything shifts.
    >
    > I know their is probably a better way to do this I am
    just learning and
    > trying
    > to figure this out so any advice would be helpful.
    > I would just use Dreamweaver3 but the demo I was working
    on expired and I
    > bought the CS4 package.
    >
    > I have a website 80% finished and now I'm stuck.
    >
    > Thanks, Curtis
    >

  • Who uses Dreamweaver CS3 on Mac OS X?

    Howdy,
    I'm curious to know how many of you here use Dreamweaver CS3
    on the Mac? Not bothered bout you Windows users, I've used it on
    there and it's fine (although bulky and slow).
    I made the switch to mac a long while back, and coming from
    Windows and HomeSite (oh how much I love homesite!!!) the natural
    move was to go to Dreamweaver. So I bought a retail copy (along
    with PhotoShop CS3) for quite a bit of cash, and I don't use CS3 as
    its pretty damn awful on OSX!
    By the way, I NEVER touch the WYSIWYG part of Dreamweaver
    (wish I could delete all WYSIWYG stuff from it, as that what slows
    it down I'm sure)
    To name a few bugs (I'd like to know if you experience these
    too):
    1. It's very slow and bulky, I mean just moving the cursor to
    a new line in code view is slow, just doesn't feel good. It
    actually feels like its about to crash on me any minute! And I'm on
    a 6GB 8 cOre 2.8GHz Mac Pro... so its not my Mac :)
    2. I set my toolbars up to my own preference (i.e. I like to
    have the "Standard" menu showing and the "Document" one not) then
    suddenly out of the blue "Standard" has gone and the "Document" one
    is there. Sometimes I boot up and all is good, open a document and
    it disappears (along with the line numbers on the left), right
    clicking says its still there but it isn't.
    3. Certain folders on the left file view REFUSE to close! I
    collapse them, open another folder up (uncollapse) and what do you
    know, the other folder pops open again. Close and open dreamweaver
    its open again... I've never manged to close this particular
    folder, dreamweaver really likes it for some reason?
    There are plenty more, but they are the main ones!
    The unfortunate thing is I cannot find a good alternative on
    OS X for syntax highlighting, the fact that HTML elements are
    coloured differently is invaluable to me, and thats one of the main
    things I love bout Dreamweaver (not to mention the global replace
    feature that other IDE's don't include)?
    Bring HomeSite to OS X is what I say :)
    What is your experience of DW CS3 on OS X? Does it all work
    correclty for you? Or are you annoyed by it too?
    ta

    Ansel_Tk1 wrote:
    > Next time i hear a mac dude extolling the virtues yada
    yada I'm
    going to tell
    > him to cram it.
    >
    > Tongue in cheek of course :)
    >
    I plotted my escape from Microsoft for years before I finally
    knew
    enough about software and the technologies I was using and
    had
    sufficient money to make the leap. (I went for a top of the
    line MacBook
    Pro.)
    On the negative side, I've learned that the Mac isn't a free
    ride.
    Upgrading to Leopard was a wrestling match, as was upgrading
    to Adobe
    Creative Suite (largely because certain sales people sold me
    the wrong
    upgrade package - twice). I'm also bothered by a number of
    annoyances
    that sometimes remind me of my Windows PC.
    However, I'm working with a far greater variety of software
    programs
    than I ever had on my PC, and the annoyances seldom turn into
    the minor
    catastrophes that made life with M$ living Hell.
    So far, Dreamweaver is working fine for me. The biggest
    annoyance is the
    fact that it likes to jump back and forth between "Spaces,"
    though
    Spaces remains my favorite Leopard feature.
    I'm sorry you're having problems with yours - and I was
    shocked to hear
    that that Rosetta crap also applies to Dreamweaver. I'd never
    heard of
    Rosetta until I had some problems with my browsers. Enabling
    Rosetta
    fixed the problem, but, sheez - all that Rosetta business
    sounds like
    something that came straight from Bill Gates' living room. So
    I'm not
    sure if the problem ultimately rests with Adobe, Mac OS X or
    both.
    Unfortunately, I don't know enough about the situation to
    advise you.
    However, if you live near a sizeable Apple store, schedule an
    appointment with their "Mac Geniuses." I've gone in to see
    them at 7
    a.m. a couple times - free of charge - and they were a big
    help.
    If you're using Leopard, I assume you've already installed
    the two
    updates - 10.5.1 and 10.5.2. Ironically, the second update
    appeared to
    create one of the very problems it's supposed to eliminate.
    (Whether or
    not it's actually a problem is a matter of debate in the Mac
    community;
    it hasn't actually caused any problems for me.)
    You might also try posting some questions on Apple's forums -
    http://discussions.apple.com.
    If nothing works, and you do go back to M$, I certainly
    wouldn't hold it
    against you. If Apple and/or Adobe don't have their act
    together, then
    you can't blame people for returning to a platform that
    works. However,
    I have much greater confidence in both Apple and Adobe to fix
    their
    problems in the long run than I do in Microsoft. Even if you
    get
    Dreamweaver to work on your PC, will your other software
    programs work?
    In summary, I've learned that there's no free ride in
    computing. But I
    still prefer my Mac to M$, and I don't believe I've heard as
    many
    complaints about Dreamweaver on a Mac as I have about Vista.
    But do
    whatever's best for you.
    > I have been using Dreamweaver on the PC for years, quite
    happily too. I've gone
    > through the switch and am now a Mac user as well. I have
    installed CS3 on my
    > MacBook Pro 2.4/4GB/10.5.2 with the expectation of
    getting at least good
    > performance with the (IMHO) premiere Web/DE App - but
    no. CS3 is sluggish to
    > say the least on my Mac, with performance of synching
    files and
    > opening/modifying page components at almost unusable
    speeds. I have done the
    > 'Open Using Rosetta' thing and it only made a slight
    difference. So, I googled
    > the issue and am AMAZED that this is a well known
    problem with CS3 by various
    > accounts posted out there.
    >
    > Really? Seriously? For all the design community on the
    Mac and the large
    > number of web designers using this piece of software
    that this stands? Where is
    > the fix from Adobe? It's not like this suite was just
    released last month! Very
    > sad (I can't stress how sad this is!) when I have to go
    BACK to the PC for a
    > smoother work environment to design web pages...
    >

  • 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/

  • Adobe Dreamweaver CS3 "PUT" Button

    Hi,
    I just created a basic home page using adobe dreamweaver cs3,
    and have already created an ftp link with my website server. But
    how come the "put" button was in gray, and I can't click it?
    Thanks,
    Jimster

    Steve is right on target here. Do not use FTP & RDS when
    you create a site
    definition without checking with either of us first.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dooza" <[email protected]> wrote in message
    news:fmnbou$2am$[email protected]..
    > Jimster1218 wrote:
    >> Yes, I did that. But the "put" button is still in
    gray.
    >
    > It sounds like you have chosen "FTP & RDP", this
    isn't what you wanted to
    > do, you wanted to create a "SITE". Delete your site
    definition and create
    > a new one, but this time select "SITE".
    >
    > When you use "FTP & RDP" you are working live on the
    files on the server,
    > that is why there is not PUT.
    >
    > When you use "SITE" you have a local site, and your
    remote site. For more
    > information use F1 and have a read.
    >
    > Steve

  • Dreamweaver CS3 bug with templates?

    Hello,
    I am having a very major problem with a template. I am on
    Dreamweaver CS3 and my template has been created in Dreamweaver 8
    and it says in parenthesis (xhtml) - even though all my pages from
    the template are html.
    When I now make even the most minor change (even adding one
    single letter) to my template or when I try to create a new page
    from that template, the resulting pages have missing images (my
    whole top banner), but the actual template looks perfect. You can
    actually seean example of a page on a test website at
    http://ww2.itrak.com/iTRAKnouveau/
    I seem to remember I actually had this problem once before
    and I did not have it in Dreamweaver 8 but I am not sure of my
    recollection.
    Unfortunately, this time I cannot access Dreamweaver 8
    anymore... I am really hoping someone can solve this one with me!!
    Christine

    nope
    Jo
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Sounds like it's not a DW problem after all....
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "josie1one" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> There's this:
    >>
    >> body {
    >> background-color: #d3d5d6;
    >> margin-top: 0px;
    >> background-image: url(); <----------- no image
    defined
    >> background-repeat: repeat-x;
    >>
    >> and
    >>
    http://ww2.itrak.com/iTRAKnouveau/images/header_print.jpg
    >>
    http://ww2.itrak.com/iTRAKnouveau/images/header_itrack_4_01.jpg
    through
    >> to 4_24 don't appear to be on the server - Not
    Found. Can you check your
    >> site definition?
    >>
    >> --
    >> Jo
    >>
    >>
    >>
    >>
    >> "Strateege Health"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Hello,
    >>> I am having a very major problem with a
    template. I am on Dreamweaver
    >>> CS3 and
    >>> my template has been created in Dreamweaver 8
    and it says in parenthesis
    >>> (xhtml) - even though all my pages from the
    template are html.
    >>> When I now make even the most minor change (even
    adding one single
    >>> letter) to
    >>> my template or when I try to create a new page
    from that template, the
    >>> resulting pages have missing images (my whole
    top banner), but the
    >>> actual
    >>> template looks perfect. You can actually seean
    example of a page on a
    >>> test
    >>> website at
    http://ww2.itrak.com/iTRAKnouveau/
    >>> I seem to remember I actually had this problem
    once before and I did not
    >>> have
    >>> it in Dreamweaver 8 but I am not sure of my
    recollection.
    >>> Unfortunately, this time I cannot access
    Dreamweaver 8 anymore... I am
    >>> really
    >>> hoping someone can solve this one with me!!
    >>> Christine
    >>>
    >>
    >>
    >

  • In Dreamweaver CS3, can I save to Test AND Production FTP Servers when I press save the document?

    Hi, and thank you for reading this.
    I've setup a production and test FTP servers in Dreamweaver CS3. It is either saves to production or test server when I click COMMAND+S (CONTROL on PC), but I'd like teh file to be saved on both simultaneously. Persssing Sync the Servers won't work since the servers are not mine and they a bit different, teh files are not the same. I just would like to be able to save 1 file at a time in both production and server with one click.
    I've been searching the Interenet but could not find anything other than basic FTP setup. Any help would be appreaciated. Thanks!
    Anton

    Hi John, first of all thank you for replying!
    The reason why I would like to have Dreamweaver to save to both servers Test and the Production at the same time is because it would save me a lot of time keeping both servers more or less in sync. I have to keep both Test and Production servers syncronized, but only wihtin a specific content. While I test my design I do use Test server, but then the hassle begins when I am asked to make changes to the content.
    For example, I have a content page called books.html. I first built it on a Test server. Then switched to the tab called Remote, connect to the Remote Server, and save it. Very simple.
    However, then I need to create 10 more pages, lets call them books1.html, books2.html, and so on. Again sync them with the Remote server.
    All is great, but then my boss comes and say, hey there is a mistake on these files: books3, books4, books7, and books8. Please change the text content on those. So, I know the pages are working fine, I just need to update the text on both Test and Remote servers.
    So at this point I have to open these 4 files, change the text, then SAVE ALL to Test server. Then, I switch to Remote tab, go back to files press any key and 'Delete' keys so that Dreamweaver would see the change in file so that it would be able to save it. Then again 'SAVE ALL' to the Remote server.
    This is happening very OFTEN. It would save me so much time and brain power remembering which files I should sync if I am in a hurry and jump from one project to another, losing track of small changes in files when there are a lot of .html files.
    CMS is only in development now so I have to work with what I got. As to regard to backups, I use Time Machine so I am set with that. Plus I use MAMP. So basically I first use MAMP for testing, then upload changes to the Test server with all the BIG databases, and only then to Remote (production) with real Database. However, this is only when I develop new pages, very often I just need to modify what's already has been created. So that's why a feature like Save to BOTH servers (Test and Remote) would make a big difference to me.
    - Nookeen
    http://nookeen.com

Maybe you are looking for

  • In 27q form Amount deducted and amount payable are not matching

    Dear All Here we made a z programm for form 24 qa as zf24q.But what is happening means in the excell the Amount Tax deducted and Tax deposited is showing correctly but in display these two amounts are not matching.so kindly give any suggestion for me

  • Unable to play more than 1 song at a time

    I have been using iTunes on my desktop for years without much trouble. I usually place it on shuffle and let it go. Suddenly, today I am unable to play anything more than 1 song at a time. It no longer will go on to the next song either in shuffle or

  • New Windows 10 Insider Preview Build 10074 now available

    New Windows 10 Insider Preview Build 10074 now available, see here- http://blogs.windows.com/bloggingwindows/2015/04/2​9/new-windows-10-insider-preview-build-10074-now-a​... and from that page: New Windows 10 Insider Preview Build 10074 now available

  • CS3 Browse presets

    I have just installed CS4 web premium on my iMac. I didn't upgrade After Effects so am still using CS3. When I go to Browse Presets... from the Effects palette, Bridge CS4 opens, but the path to my presets is not working. It is opening at the last vi

  • CIN tab for foreign vendors

    Hello experts, Is it possible to activate CIN tab for foreign vendors also? We have a requirement in our project. Please reply ASAP. Points assured. Thanks, Senthil