Importing graphics in Dreamweaver MX 2004

On some computers I am finding Dreamweaver MX 2004 imports
images as imagesfilename into the root folder - and not as the
original filename into the default images folder. Is there a
setting that I should be aware of?

I am teacing in Further and Higher Education so sometimes get
classes of 20 plus students. We have been usoing DW MX 2004 for 4
years (CS3 in September!). I have never seen this happen before bur
my colleague says that he has occasionally. Students work from a
network drive in most cases. They would normally create their
sites's root folder on their network area, create an images folder
in this, copy any images required in the site into the images
folder, define a DW site pointing to the 'root folder' and set up
the images folder as the default images folder.
When they need to add further images during developement,
they would either copy those images into the images folder (using
their file mangement program) or use Insert (menu bar)/Images etc.
and navigate to the image(s) they require (outside the site
folder). For two students last Tuesday when they did the latter the
files were 'renamed' and put in the site's 'root' or top folder.
(The files being brought into the site were originally sited in the
same general area as the site's root folder). I have tried to
reproduce this (unsuccessfuly) on a couple of other computers -
albeit briefly - and also looked at the settings on the student's
computers. I have not yet checked whether this action moves round
with the student's network profile.
I don't normally get students to bring image files into their
sites in this way during developemnt - but it should work -
shouldn't it? That is the point of having a default images folder.
We are using Windows XP OS and Novell Network Client.
I really can't work this one out - so would appreciate any
comments. Thanks.

Similar Messages

  • Dreamweaver MX 2004 won't import Jpg

    Im having a weird issue bringing jpeg files into dreamweaver
    mx 2004...it won't let me do it.
    Anyone seen this problem and how to fix it?
    thanks in advance

    What do you mean by "bringing" them into Dreamweaver? Are you
    trying to load
    this with the <img> tag, like so:
    <img src="file.jpg" width="X" height="X" alt="File 1"
    title="">
    If so, what errors are you getting? You need to be more
    specific on your
    problem to get an answer.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "calebtaulbee" <[email protected]> wrote in
    message
    news:e62lo9$6pp$[email protected]..
    > Im having a weird issue bringing jpeg files into
    dreamweaver mx 2004...it
    > won't let me do it.
    >
    > Anyone seen this problem and how to fix it?
    >
    > thanks in advance

  • Dreamweaver MX 2004 - "An Unidentifed Error has occorred." - Please help!!

    Hi folks. I have scoured the internet for a fix to this problem. Most of the posts I read are unanswered or the solution does not work. I am hoping a guru reads mine and has the magic answer - I am ready to chuck the project altogether if I can't find a solution. Although I am not a newbie to simple page design, I have never really tackled data access (dynamic content) before, like I am about to. I am ready and willing to learn but this obstacle may hinder my interest if it is going to be this big a pain in the keester.
    Let's start with my system config:
    Windows XP Pro w/ SP3
    Dreamweaver MX 2004
    IIS 5.1 - configured with FTP support
    PHP 5.2.11
    MySQL 5.0 - For now I am using the Test DB that comes with MySQL. Using "root" account.
    I have verified that all is running properly to the best of my knowledge. Certainly Dreamweaver up until this issue has worked for years. I have not used DW for data access before on this machine but have successfully on others.
    IIS > Loads web content from http://localhost just fine. Including PHP test page. And IIS help stuff that comes pre-installed.
    MySQL > I can build DB's and Schemas just fine. I can even import data from external sources so I have to assume it's running fine.
    Dreamweaver > The site I am building has the following config:
    Local Info
    Site Name: medimj
    Local Root: C:\medimj *set to refresh
    Images: C:\medimj\images
    HTTP: blank
    Remote Info
    Access: Local/Network
    Remote Folder: C:\inetpub\wwwroot\medimj\       *set to refresh auto
    Testing Server
    Server Model: PHP MySQL
    This site contains: Dreamweaver MX Pages Only (default)
    Access: Local/Network
    Testing Server Folder: C:\indetpub\wwwroot\medimj\          *set to refresh auto
    URL Prefix: http://localhost/medimj
    <<<Everything else I believe is irrelevant to the topic and left to defaults>>>
    SO HERE IS WHAT IS HAPPENING:
    When I go to make a data connection (Step 4 under the Database tab of Applications section in DW), I click the "+" button and select "MySQL Connection". The dialogue window appears and I input:
    Connection Name: medimj
    MySql Server: localhost
    User Name: root
    Password: <password>
    I click "Select" button and get an error window that says "An Unidentified error has occurred." and I am taken back to the MySQL Connection dialogue box. I have tried adding http:, slashes, \medimj, IP address, and pipe name to the Server name to make the connection and none of it works. If I put a DB name and click "ok" the binding will appear but no table ever come into view. If I click on "Test" I get the same error.
    Here is the mysql area of the test.php. From what I see, I should be able to make a connection; but I'm not expert. Should I be seeing more information?:
    mysql
    MySQL Support
    enabled
    Active Persistent Links
    0
    Active Links
    0
    Client API version
    5.0.51a
    Directive
    Local Value
    Master Value
    mysql.allow_persistent
    On
    On
    mysql.connect_timeout
    60
    60
    mysql.default_host
    localhost
    localhost
    mysql.default_password
    no value
    no value
    mysql.default_port
    3306
    3306
    mysql.default_socket
    no value
    no value
    mysql.default_user
    no value
    no value
    mysql.max_links
    Unlimited
    Unlimited
    mysql.max_persistent
    Unlimited
    Unlimited
    mysql.trace_mode
    Off
    Off
    I just don't see what's wrong at this point. I really hope somebody here can help.
    I've been at this for 4 days and uninstalled and reinstalled everything to no avail. I hope I have given enough information for someone to make a suggestion that will help. I thank anyone for their time in advance.
    prdreamweaver

    I would like to share with everyone a fix for this problem. I wish I could say I found it here but I did not. After continuing to search the Internet, while eagerly awaiting an answer here, I stumbled upon the answer deep in a thread in the MySQL website forums.
    If someone should find this topic before the supposed Adobe fix, please do not waste your time with what Adobe suggests. It has been know cause more problems than help - as was the case with me. Applying their "fix" forced me to reinstall MySQL and a fresh version of PHP. I am also providing OS information and versions of all components I am using as well as settings within Dreamweaver. I cannot speak as to whether this fix transitions across other versions of Dreamweaver but it's worth looking at if yours does not match mine.
    NOTE: ALWAYS MAKE A RECORD OF WHAT YOU CHANGE. THIS IS BASIC TROUBLESHOOTING AND WILL MINIMIZE THE NEED TO REINSTALL IF THINGS GET WORSE. BEING ABLE TO REVERSE WHAT YOU'VE CHANGED IS IMPORTANT.
    System Info
    OS: Windows XP Pro w/ SP3 (patched to the hilt)
    IIS: 5.1 (installed from XP Pro CD - additional windows components)
    PHP: v5.2.11 (installer version)
    MySQL: v5.0.87 (installer version)
    Dreamweaver: MX 2004
    Install IIS, PHP, and MySQL per their individual instructions.
    IIS Tweaks
    Note: This tweak assumes you haven't already created your website virtual directory under IIS. If you have, you can delete it and follow these steps. You don't have to but I like this recommendation I found on another site as it tricks DW into thinking its attaching to an "outside" server. You'll see what I mean when you see the DW confg options later in this topic.
    1. Create a folder under c:\inetpub\wwwroot that matches the local folder in DW for the site you are designing. Make sure they are spelled the same. If you have pages and images already in your local folder for DW, you don't have to re-create them here. You can sync them to the "server" much like you would when you FTP your pages up to a live server. Just make sure the root folders are named the same.
    2. Right click your localhost site select "properties". Click the "Home Directory" tab. Click on the "Configuration" button. Under "Application Mappings", click the "Add" button. A new dialogue box appears > In the "Executable" area, browse to the root PHP folder and select file "php5isapi.dll" and click ok to return to the dialogue box. In the "Extension" box type ".php" without the quotes. Make sure "Script Engine" and "Check that file exists" are checked. Click ok.
    NOTE: A DIALOGUE BOX MAY APPEAR ASKING IF YOU WANT TO PROPOGATE THE CHANGES ACROSS ALL OTHER SITES. YOU CAN SAY YES BUT IT DOESN'T ALWAYS WORK. (IT'S AN IIS THING) TO SEE IF IT DID, CHECK THE PROPERTIES OF YOUR VIRTUAL DIRECTORY AND FOLLOW STEP TWO IF YOU DON'T SEE THE PHP MAPPING THERE.
    PHP Tweaks
    1. extension_dir = c:\php\ext ~ change folder to match your install
    2. cgi.force_redirect = 0 ~ required for IIS
    3. register_globals = On
    4. register_long_arrays = On
    5. extension=php_mysql.dll ~ removed the ;
    6. extension=php_mysqli.dll ~ removed the ;
    7. include_path = "."
    8. mysql.default_host = localhost
    9. mysql.default_port = 3306
    **NOTE: IF I DIDN'T PUT QUOTES - NEITHER SHOULD YOU.
    10. Save and Close
    copy the file libmysql.dll
    to c:\windows & c:\windows\system32 ~ this file is in the root of PHP 5 folder
    XP Environment Variables: Add the following at the end of Paths> c:\<php folder>;c:\<php folder>\ext ~ change php folder for your install
    NOTE: ANY CHANGES TO ENVIRONMENT VARIABLES HAS THE POTENTIAL TO CAUSE SYSTEM PROBLEMS IF NOT DONE CORRECTLY. MAKE SURE YOU HAVE A ";" AT THE END OF THE PATH BEFORE YOU ADD THE CHANGES.
    REBOOT!!!! THESE CHANGES WILL NOT TAKE EFFECT UNTIL YOU DO SO.
    DW - edit current site or create it new
    Local Info:
    Should be left however you have it now OR if creating new, just do it like you always have.
    Remote Info:
    Access : Local/Network
    Remote Folder: C:\inetpub\wwwroot\<your virtual directory>
    * Check Refresh Automatically
    Testing Server:
    Server Model: PHP MySQL
    Access: Local/ Network
    Testing Server Folder: C:\inetpub\wwwroot\<your virtual directory>
    URL Prefix: http://localhost/<your site name>
    * Check Refresh Automatically
    ** I don't make changes to anything else under site editing so I stop there. Click OK and you're done.
    At this point, you should see under the "Application" section on the "Database" tab, steps 1,2,3 checked. Now create a connection by clicking the "+" button. Enter the following:
    Connection Name: <whatever you want>
    MySQL Server: localhost
    User Name: root (or another account you have created with sufficient privileges)
    Password:
    Database: enter a DB name you wish to connect to or click select if you wish to browse for it.
    You shouldn't get the "Unidentified Error..." message anymore. I know I don't.
    I hope this helps the next poor sap this happens to. I'm sorry for the long post but I hate, hate, hate, when people post half assed instructions because they are too lazy to type.
    Good luck everyone and happy designing!!!
    prdreamweaver
    email: [email protected]
    (you can email me with questions but remember, I am not an expert with dynamic content. however, I am willing to assist if I can)

  • Dreamweaver MX 2004 won't launch.  Please help!

    My old laptop running Dreamweaver MX 2004 is dying, so I installed it on my new Windows XP laptop.  I have installed it several times before and never had a problem.  On the new laptop, when I launch Dreamweaver, it does not start.  In Task Manager, I see a Dreamweaver process start, then two ~e5d141.tmp processes start, then they all disappear.  One Macromedia Licensing.exe process remains for a few seconds or a minute, then it disappears too.  Technical support said my license and registration are all okay.  I installed the 7.0.1 upgrade but that had no effect.  There is nothing the event logs.  I tried uninstalling and reinstalling in safe mode, launching it in safe mode, disabling the graphic accelerator, and lowering my screen resolution to 1280x1024.  I also tried several "Compatibility mode" settings.  I cannot find any log or dump files, although I might not be looking in the right places or for the right file names.  Can anybody please help me?
    Thank you.

    Good morning ArtieTet,
    I had the exact same problem and came across your post. I've since solved it on my computer. I'm not sure what your level of computer expertise is and whether or not you're comfortable editing your registry, so I've dumbed-down the following instructions a bit - forgive me if they're too dumbed-down!
    1. Click Start
    2. Click Run
    3. Type regedit
    4. Click the OK button
    5. Double click the HKEY_CURRENT_USER key (folder) on the left
    6. Double click the SOFTWARE key
    7. Double click the MACROMEDIA key
    8. Right click the DREAMWEAVER MX 2004 key
    9. Click Rename
    10. Type a new name for the key, such as OLD DREAMWEAVER MX 2004
    11. Press Enter
    12. Try to start Dreamweaver again
    If all goes well, Dreamweaver should open and re-create that DREAMWEAVER MX 2004 registry key from scratch. There's likely some corrupt data in it, though I haven't been able to figure out what. If I do, I'll let you know.

  • DReamweaver MX 2004 Nav Bar

    As you will see from this question, I am a newbie at website
    construction.
    I am working on developing a new site using Dreamweaver MX
    2004. I have included a navigation bar, which seems to work OK
    except for the "Down" mode. "Up", "over" and "Over when down" seem
    to work OK, and links to new pages work too.
    I expected that when I click on a button, it would turn to
    the "Down" graphic, and then when the new page opens, it would also
    show the "Down" graphic.
    That doesn't happen. Clicking on a button, shows the "Down"
    graphic fleetingly, and in the new page which opens the "Up" button
    shows. This seems independent of the browser - IE, Firefox etc.
    Suggestions as to what is going on, and how to fix it would
    be gratefully received. Thanks
    Michael

    The DW "Nav Bar" feature is a long-in-the-tooth antique,
    originally written
    to support frames. It is only with frames where you will get
    the "down"
    state of the buttons working properly. In all other cases,
    the Nav Bar is
    an extreme example of bloated functionality that could
    otherwise be achieved
    using simple image swaps on a series of button images, which
    is what I
    recommend you do. Get rid of the old, and go with the 'new'.
    Now - is your page a template controlled page?
    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
    ==================
    "Captum" <[email protected]> wrote in
    message
    news:fpe7vq$si8$[email protected]..
    > As you will see from this question, I am a newbie at
    website construction.
    > I am working on developing a new site using Dreamweaver
    MX 2004. I have
    > included a navigation bar, which seems to work OK except
    for the "Down"
    > mode.
    > "Up", "over" and "Over when down" seem to work OK, and
    links to new pages
    > work
    > too.
    >
    > I expected that when I click on a button, it would turn
    to the "Down"
    > graphic,
    > and then when the new page opens, it would also show the
    "Down" graphic.
    >
    > That doesn't happen. Clicking on a button, shows the
    "Down" graphic
    > fleetingly, and in the new page which opens the "Up"
    button shows. This
    > seems
    > independent of the browser - IE, Firefox etc.
    >
    > Suggestions as to what is going on, and how to fix it
    would be gratefully
    > received. Thanks
    >
    > Michael
    >
    >
    >

  • Dreamweaver MX 2004 serial number invalid on Windows 7?

    I'm trying to switch to a new computer.  I uninstalled Dreamweaver MX 2004 (also called Dreamweaver 7) from my XP machine and tried to install it on my new Windows 7 Home Premium machine.
    After I entered in the last digit of the serial number, a red x appeared next to it. The only button available was Go Back. In other words, it said my serial number was invalid.
    I entered it a couple of more times and then tried an experiment. I installed it again, entered the exact same serial number, and there wasn't any problem. That is, it's definitely a valid serial number.
    Then I found an update to 7.01, which I installed. Now I could enter the serial number and it accepted it, but when I clicked Next, it said that this update required the serial number of the previous product. So I tried entering the serial number for Ultradev, which I believe was the previous product. (If not, it's the only other Dreamweaver disk I have around.)  That didn't work, so I thought maybe 7.01 was looking for the serial number for 7.00, so I tried that. That didn't work.
    Any suggestions?
    I have only one web site that I maintain using Dreamweaver, which is why I haven't upgraded. I'd hate to have to go back to Notepad (actually, I'd use Notepad++ if I had to).
    I just remembered something. When I installed it, I accepted the default directory, which was Program Files, not Program Files (x86).

    I fixed it!
    On http://www.adobe.com/support/contact/, I chose "I need help activating or deactivating my software". It says:
    "If you've installed on more than two computers, you must deactivate one copy by starting that software and choosing Help > Deactivate."
    Fortunately, I still have my old computer. I re-installed Dreamweaver there (I had already uninstalled it) and chose Help > Activation > Transfer License.
    Transfer License became grey (unavailable), which I understood to mean it had deactivate my license.
    I went back to my new machine and did this:
    1. Copied the Dreamweaver 7.0 disk to my hard drive.
    2. Right-clicked "Install Dreamweaver MX 2004.exe" and chose "Run as administrator."
    3. Started Dreamweaver. When it asked me for my serial number, I entered it, and it accepted it! Then it asked me for the serial number of the previous version (because it was an upgrade disk). I entered the old serial number (with hyphens) and it accepted it!
    So, in other words, that was the problem: I had to deactivate it on my old machine.
    After getting it to accept my serial number, I closed it and then ran the 7.01 update, once again running it as administrator.
    Now the only problem is that importing my .ste files doesn't work. I used Manage Sites > Import and chose the .ste file, but got an error message that says "No items match your search."  I puzzled on that one for a bit. Was it saying that it couldn't find my .ste file? I could find my .ste file, and it could, too, because it showed a list of them when I clicked Import.
    I opened one with Notepad++ and discovered that it's an XML file. I think I now know the problem:  The .ste file has pathnames in it that represent the file structure on my old XP machine (D:\Documents and Settings...).  The file structure on my Windows 7 machine is C:\Users\[username]...
    So, after dinner, I need to search the forums on what to do, or back up my .ste files and then try editing the paths with Notepad++.

  • Dreamweaver MX 2004 crashes with one of my sites

    I have been using Dreamweaver MX 2004 for a number of
    different websites over the past few years, but now, one new site
    which I have recently imported, causes DW to crash as soon as I try
    and open it. This is also happening on my second pc.
    The site was built using an older version of DW and using
    style sheets.
    Anyone know how I can fix this?
    I have Windows XP on both machines.

    Instead of importing the entire site, I would create a new
    one and add each folder individually through DW then maybe I would
    find the folder that had the file causing the crash. Once I found
    the folder causing it. I would add the files from that folder
    individually until I found the file causing the issue.
    Then again, I work with smaller sites so it may be a huge
    pain for you. The other thing is rebuilding the site definition may
    fix the problem.

  • Find and replace Dreamweaver mx 2004 problem: not opening saved queries

    Dreamweaver mx 2004 is not opening saved queries! I use find and replace often and uses to save code replacements to reuse
    it. But now when I open the saved query I have 2 situations:
    1) comes completely blank
    2) or only shows truncated text or code in fields.
    I opened the dwr file in text editor and seems to be fine, I mean information saved is there.
    Tried recreating cache, or deleting caché, tried saving new or overwritting existant ones, tried saving into a completely different location,
    tried in other site definition. Nothing seems to work...

    Which FTP app did your predecessor use to upload files?  If it's still on your work station, it should contain the log-in credentials.
    You'll find a few utilities online for revealing passwords
    http://www.rixler.com/?gclid=CJeUxd775LkCFWZk7AodyiAAaQ
    Nancy O.

  • An internal error occurred while writing imported graphics in this document. The file has been saved

    An internal error occurred while writing imported graphics in this document. The file has been saved, but has lost some image data. Please report this error to Adobe Technical Support.
    How do i fix this, there are no images in the document
    thanks
    emma

    We are running FM version 7.2b144 on MS Win xp Pro (32 bit), and I did not notice this until service pack 3 was installed. I believe I have found a work around to the situation and another contributing cause. If graphic files are placed directly in an anchored frame instead of importing by reference, the file somehow becomes misplaced. If you right click the graphic and open the Object Properties dialog box, and see the phrase "no referenced file" below Main Editor: Referenced File: in the lower left hand corner, this has happened. I found if I removed all graphics files without references and imported them by reference, the source file may then be properly saved. I am also using a program called CCleaner, which removes cookies, temp files, browsing history and the like from a system. If the program settings are chosen too aggressively, and the application runs when FM has a file open, this same error will occur, even if all files are referenced properly. I don't know if SP3 has some similar application which is now running in the background and causing this.
    To summarize, if you want to retain SP3, I have eliminated this error by confirming the links to referenced graphics files and avoiding using 3rd party "cleaners" while FM is open.

  • Installed Dreamweaver MX 2004 update for Windows and now Dreamweaver won't open. Help?

    I was having some glitches uploading to a host I ftp to often so I decided to check for a Dreamweaver update for MX 2004.  When I found the Windows update and tried to install - it told me to uninstall Extensions. I uninstalled extensions and continued with the installation of the update.  Now Dreamwever will not open at all - it says Dreamweaver MX 2004 has stopped working.  I can see the update is installed since the version is 7.0.1.  Any ideas on how to undo the update? I have no idea where this program disk is right now for reinstallation plus all my servers are already setup....

    You might try Windows System Restore to a point before you installed the update.
    Good luck.
    Nancy O.

  • Cannot activate Dreamweaver MX 2004 on Windows 7 64 bit pc?

    Hello.
    Does anybody in here know how to activate Dreamweaver MX 2004 on a Windows 7 64 bit pc?
    I keep getting the message that there is an internet connection problem.
    I have deactivated my firewall etc., but it doesn't help me.
    Anybody got an idea? Adobe Chat does not have the answer for me!
    Regards Anders Fj

    Wow! Thank you. It Works! Clever!
    This is really helpful for those
    of us who are nore professionals. I only use Dreamweaver MX 2004 to
    maintain and repair my own small homepage with photos. And I know how to
    use Dreamweaver MX 2004 and I am not interested in learning new tools -
    not now
    ONE MORE QUESTION THOUGH: Where and how do I update my
    Dreamweaver MX 2004 now that I have installed Dreamweaver MX 2004 on my
    new Win 7 64 bit pc?
    Regards
    Anders Fjeldberg, Denmark
    Ken Binney
    skrev den 2014-05-04 00:01:
    CANNOT ACTIVATE DREAMWEAVER MX 2004 ON
    WINDOWS 7 64 BIT PC?
    created by Ken Binney  in _Dreamweaver
    support forum_ - View the full discussion 
    >

  • Creating a Photo Album In Dreamweaver MX 2004

    I followed the steps to create a web photo album using
    Dreamweaver MX 2004 and Fireworks and it creates it. However, I
    can't get it to display on the web when I upload it. It displays
    the message "Page can not be found". Please help!

    I think the fact that you have spaces in your files/folder
    names is bound to
    have created problems. I suggest you do some renaming and
    re-upload.
    BTW it is incredibly difficult to access pages on the site.
    If Alan hadn't
    put the link in I would have given up.
    Jo
    "Alan" <[email protected]> wrote in
    message
    news:C0D03CEE.295268%[email protected]..
    >
    >
    >> Ithe link is on my Events page. you can get to it by
    entering the site
    >> and
    >> clicking the events link.
    >
    >
    http://www.arelevantministry.com/photo%20album/index.htm
    >
    > have you selected and PUT all the files?
    >
    > find "photo%20album" folder, select and Put it.
    > do all the files transfer?
    >
    >
    >

  • Help building an e-commerce site using DreamWeaver MX 2004 and Oracle 10G

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

  • Dreamweaver MX 2004 hangs at start on new Mac Mini OS X 10.5.5

    Dreamweaver MX 2004 hangs at start on Brand New Mac Mini OS X
    10.5.5.
    Mac Mini is brand new, right out of the box. Fresh OS.
    I try to start Dreamweaver, and it hangs, and then the
    Problem Report comes up with the attached info. I've uninstalled,
    downloaded Dreamweaver and re-installed. Nothing works.
    ----------------------- Here is the Problem report
    ----------------------

    Thanks for the reply.
    I downloaded and installed the update.
    I still get the exact same problem, and error report.
    I have the exact same problem with Fireworks MX 2004 as well.
    After a fresh download and install of the software, clicking on the
    application icon just causes it to bounce momentarily in the dock,
    and then it crashes and the error log comes up.
    I have been able to install Flash CS4 without incident,
    though. It works fine, with no problems.
    I shouldn't have to do this on a brand new mini right out of
    the box, but I'm going to run a restore on it, and then try a fresh
    install once again.

  • Width Wrong for Imported Graphics in Frame 9

    Has anyone else had issues with Framemaker detecting the wrong width when importing graphics?  As an example, when I import a JPG of a button that should be 21 x 21 pixels, Framemaker displays the width as 24px and the height as 21px.  This results in a smashed graphic.  If I adjust the dimensions of the graphic in FrameMaker to the correct dimensions, then print the PDF, the right border of the image is off.
    I have tried capturing the graphic a variety of different ways, and I always experience the same results.  I can import the graphic into Captivate or Word and the sizing is correct.  Any ideas?  Thanks!
    I am using FrameMaker version 9.0p237 as part of the Technical Communication Suite 2.

    I just tested this with a sample file at the 21x21 dimensions, and you are absolutely correct. FM9 screws up the dimensions (and default dpi resolution) for PNG and GIF files. I also tried BMP and TIF equivalents and these were ok. FM8 does not have this problem, so it looks like Adobe played with the PNG and GIF filters a bit (perhaps to get rid of all of the extra colours coming in).
    For a JPG or PNG import of a 21x21 at 96dpi, FM9 seems to think that it is 24x21 at 110dpi. FM8 gets it right.
    For a GIF import of the same, FM9 thinks it is 22x21 at 75dpi. FM8 got it right.
    What's also strange is that if the dimensions are both even, e.g. 20x20 at 96dpi, then FM9 gets it right for the JPG, PNG and GIF. However, if the *first* dimension is odd, e.g. 21x20 it gets it wrong again as before, but if the second dimesion is odd, e.g. 20x21, the it gets it right. VERY WIERD!
    It's definitely a BUG.
    I would suggest that you either use BMP or TIF for now OR try to increase your icons by 1 pixel to make them an even size, e.g. 22x22.
    I'd also recommend that you not use JPG for these, but rather GIF or PNG, because you may generate some unwanted artifacts in the JPG due to the lossy compression used.

Maybe you are looking for