IWeb to Dreamweaver

I agreed to host a website for a friend who's new to web design. She designed the site in iWeb. When she had trouble publishing it, I downloaded her site to my computer, then published it with Dreamweaver - and it blew up in my face.
Actually, the site seems to work OK now that we've got the pages in the right location (in the public_html folder and NOT in the folder "MySite.com"). The problem is that all the images, JS and CSS files have lowercase names, but the links all began with capital letters. So I simply changed the links to lower case, and that fixed the problem.
But I'd like to understand what's going on here. Is iWeb case insensitive, which means trouble when you publish it to a Linux server? Or is it possible that the code was somehow altered when I imported it into Dreamweaver?
I forgot to mention that some of the files contain spaces that were filled with %20 in the code. I fixed them by replacing every instance of %20 with an underscore. Anyway, I wondered if anyone might be able to suggest what the overall problem is here. My guess is that iWeb is simply case insensitive and tolerant of %20, whereas Linux servers are more particular.
Another question: Many of the images are surrounded by attractive white borders with scalloped images on my computer - but these borders don't appear online. Each image is contained by a div that looks like this:
<div style="height: 300px; width: 225px;  height: 300px; left: 446px; position: absolute; top: 134px; width: 225px; z-index: 1; " class="tinyText style_SkipStroke_3 stroke_0">
I discovered that the scalloped borders disappear if I delete this: class="tinyText style_SkipStroke_3 stroke_0"
But I don't understand exactly what it is. I don't see any class named "tinyText," "style_SkipStroke_3" or "stroke_0" in the associated CSS files. This does look vaguely familiar to me, but I can't remember exactly what sort of technology/program/language this is.
Anyway, can anyone suggest how these scalloped borders are generated and why they don't appear online?
I have another, more complicated JS question that I'll ask in a separate thread.
Thanks!

Hi
The %20 is caused by iWeb pages being imported into Dreamweaver as utf-8, but should not cause any problems in normal text just in links.
The lack of border styles may be caused by missing javascript or image files, or that this style of border is css3 which is implemented in Safari and now in Firefox, (can be emulated using javascript), without seeing the code for the class I cannot help further although the fact it is being used in an absolute positioned element does point to it being javascript/image generated.
The class may be in the javascript file not the css.
PZ
www.pziecina.com

Similar Messages

  • IWeb and Dreamweaver

    Since it seems iWeb doesn't support Flash animations, I'd like to use Dreamweaver 8/Flash 8 as part of the Web-publishing workflow.
    However, much like the Contribute thread, it doesn't seem to be very straightforward, and my suspicion is the index.html file that is created with iWeb (and HomePage).
    Can anyone tell me how to properly use Dreamweaver once an iWeb site is published?

    Scott
    I may be wrong, but if my memory serves my correctly, there were some threads about using flash created in iWork (Keynotes I think).
    I have no idea if this will meet your requirements, but I am sure that there were some sample sites posted.
    Just turned up this thread: http://discussions.apple.com/thread.jspa?messageID=1667896&#1667896
    Will

  • IWeb ignores Dreamweaver templates. do we just need to ban IWeb users?

    Just did a new site in Dreamweaver. Then a guy came in with iWeb and mangled it. iWeb completely ignores the template tags in the file. the web pages were damaged.
    Do we just need to ban cheap programs like iWeb that hide the HTML to make it "user friendly"? Seems iWeb is creating a proprietary format template to make everyone use iWeb.

    I have to agree with Tom here. It is impossible for iWeb to do this to a site created in Dreamweaver. iWeb cannot open a site such as this, as it is not an html editor and cannot import any site created in any other program. It is impossible for your web pages to be damaged by iWeb as iWeb as a program cannot open your Dreamweaver site. In iWeb, the html code is only created when the site is published either to a MobileMe account or to a folder.
    All I can say is that if you don't like iWeb then don't use it. This forum is for iWeb users not Dreamweaver users. Surely there must be forums around for people that use Dreamweaver?

  • IWeb to Dreamweaver II: JS Question

    I'm using Dreamweaver to publish a website created in iWeb to a Linux server and am having a problem with some JavaScript-driven audio files.
    Consider the following code:
    <div id="id9" style="height: 68px; left: 161px; position: absolute; top: 380px; width: 144px; z-index: 1; " class="style_SkipStroke_2">
                  <div class="text-content graphic_textbox_layout_style_default_External_144_68" style="padding: 0px; ">
                    <div class="graphic_textbox_layout_style_default">
                      <p style="padding-top: 0pt; " class="Free_Form">E Morio<br /></p>
                      <p class="Free_Form">Traditional<br /></p>
                      <p style="padding-bottom: 0pt; " class="Free_Form">Lyrics By Gilberto Gil</p>
                    </div>
                  </div>
                </div>
                <div style="height: 120px; left: 45px; position: absolute; top: 532px; width: 102px; z-index: 1; ">
                  <img style="height: 104px; width: 102px; " src="Music_files/sambatuquecoverart_3.jpg" />
                  <script type="text/javascript"><!--
    writeMovie4();
    --></script>
                </div>
    This is the relevant code from the associated JS file:
    function writeMovie3()
    {detectBrowser();if(windowsInternetExplorer)
    {document.write('<object id="id8" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="102" height="16"><param name="src" value="Media/06%20E%20Morio.mov" /><param name="controller" value="true" /><param name="autoplay" value="false" /><param name="scale" value="tofit" /><param name="volume" value="100" /><param name="loop" value="false" /></object>');}
    else if(isiPhone)
    {document.write('<object id="id8" type="video/quicktime" width="102" height="16"><param name="src" value="Media/06%20E%20Morio.mov"/><param name="controller" value="true"/><param name="scale" value="tofit"/></object>');}
    else
    {document.write('<object id="id8" type="video/quicktime" width="102" height="16" data="Media/06%20E%20Morio.mov"><param name="src" value="Media/06%20E%20Morio.mov"/><param name="controller" value="true"/><param name="autoplay" value="false"/><param name="scale" value="tofit"/><param name="volume" value="100"/><param name="loop" value="false"/></object>');}}
    In a folder named Media is the file 06 E Morio.mov.
    When I view the page Music.html locally, I see the standard graphic that's displayed with audio files - a horizontal, metallic-colored thing with a button you can push to start the audio and a little button that slowly moves to the right until the song is finished. But when I view the page online, I don't see anything.
    I tried renaming the audio file to 06_E_Morio.mov (replacing spaces with underscores), then replaced every instance of %20 in the JS file code with an underscore as well. But that killed it locally.
    I had a lot of problems with links that included capital letters and therefore didn't match with images or JS files that were all lower case. Thus, I'm guessing this problem has to do with either some value that should or should not have a capital letter and/or a space issue - either I need to replace %20 with underscores, or I need to insert underscores in the names of the audio files, etc.
    Can anyone offer any suggestions?
    Thank you.

    Wow, I wasn't expecting nearly so simple a solution. I can't believe that's the first time I've ever inserted an audio file. And it's so much simpler than the JavaScript method, I wonder why iWeb uses JS in the first place.
    However, I still have one problem. I don't want any of the audio files to play when the page loads. According to the instructions, the solution is to set AutoPlay to False. So I did that, but it doesn't work. I change False to false (lower case), then changed AutoPlaly to autoplay, but nothing works.
    Do you have any idea what I'm doing wrong?
    <embed src="/Media/06 E Morio.mov?autoplay=false" width="100" height="32"></embed>
    Also, I should have mentioned that the web page created in iWeb is written in XML, though I don't know if that has any bearing on my question.
    Thanks.

  • Iweb vs. dreamweaver

    I was wondering what exactly is the difference between a website made in iweb and a website made in dreamweaver?
    I know functionality is different, for example one can't implement everything quite like one would in dreamweaver, but can a website done on iweb be every bit as popular on a search engine for example as one done on dreamweaver? what are the main draw backs, in a general sense? thx

    Chance Harper wrote:
    ...but can a website done on iweb be every bit as popular on a search engine for example as one done on dreamweaver?
    iWeb is designed for personal websites, not commercial ones — so it lacks integrated Search Engine Optimization (SEO). Plus +"iWeb websites are not made to be search engine friendly."+ ...Read more here:
    _SEO For iWeb: How to get your iWeb Websites into Google & Other Major Search Engines_
    Dreamweaver has a reputation for being overly complex, so if SEO is important to you, you may want to consider simpler alternatives such as Sandvox Pro which has integrated SEO:
    _Get Your Site Noticed and Build Your Audience_
    Or the free, web-based Weebly:
    Visitor Stats & Search Engine Optimization
    ...Read more about Weebly in this post:
    _Domain file - iWeb becoming a headache_

  • IWeb - Dreamweaver

    Can someone please point me in the right direction so that i can find a step-by-step guide to importing a website I created using iWeb into Dreamweaver..
    So far all attempts have failed as the site layout looks a mess when I try..
    Many thanks for your help in advance..
    The idea is that my colleagues can help maintain the website using Dreamweaver in their 'Windows PCs'
    Cheers, B

    You do not import a website.
    You just open the webpage to edit the code. You can create a Site to manage the pages but how they look is another matter.
    Any webpage looks crap in Dreamweaver in.
    Why spend 600 euro/dollar when you can do the same for a 20th of that cost. Or even for free.
    It's not an iWeb issue.

  • IWeb and Adobe Dreamweaver

    Is there a way to have Adobe Dreamweaver (or any other web page creation program) input, edit, and then export back to iWeb pages? There are many times when iWeb simply will not easily what I wish, such as be able to edit the html code, create a child page, enact automations, etc. If that is not possible, is it possible to download the webpage that I have created in iWeb to Dreamweaver, and then use Dreamweaver as my main webpage editor?
    Message was edited by: feucht

    Is there a way to have Adobe Dreamweaver (or any other web page creation program) input, edit, and then export back to iWeb pages?
    No.
    is it possible to download the webpage that I have created in iWeb to Dreamweaver, and then use Dreamweaver as my main webpage editor?
    Maybe. Give it a try.

  • Anyone Using Dreamweaver and iWeb together?

    Hi,
    I have an existing site which was done with iWeb.
    I'm now trying to replace some of the pages with pages created in Dreamweaver.
    I've come up with a couple of options on how to make both tools work nicely together but, I'd like to see how others have done this.
    Thanks in advance.

    I don't think many people will be doing this - you need to make the decision to use either iWeb or Dreamweaver, but not both.
    When an iWeb site is imported or opened with Dreamweaver, the results won't always look the same because of the way iWeb code is created - there is lots of it.
    I don't think that you'll find that many people using Dreamweaver on this forum, as it is an iWeb forum and Dreamweaver is a steep learning curve, especially if you have no html experience - that is why most people use iWeb in the first place.
    You won't find much here!

  • New dedug for iweb

    A tip to all whom want to see the code and see iweb1.2 in a different browser.
    hope it helps.
    On Safari one of it's best features is a hidden menu called Debug.Oh Why apple hides this i don't really know?.
    To activate this menu, Shut down Safari and then launch Terminal from your Applications in /Applications/Utilities/ and type in the following
    (after it says Welcome to darwin)
    defaults write com.apple.Safari IncludeDebugMeni 1.
    when you quit Terminal and restart Safari you will see that you get a new menu that includes Debug(at the end of the menu bar).
    this should some help for people looking at HTMLs and seeing different browsers and you can also see what websites are build on (ie iweb, golive,dreamweaver)
    hope someone has some more tips to use this.
    question at long last can/would this be used to code iweb.1.2?meta?.
    Cheers

    Can you use this to code iweb?
    No.
    The useful thing in Safari Debug menu is Show JavaScript Console.
    Since iWeb generated pages with associated CSS and JS, it is very useful to debug or develop JavaScript; I use that and AppleScript Editor to develop/debug most of iWeb stuffs.

  • Chainging from iweb08 to dreamweaver

    how do i change iweb site to dreamweaver without having to start again from scratch?
    or what else can you advise as iweb is been to slow for all the content i want on my website?
    thanks

    You can certainly add the code necessary to your iWeb site if you utilize "publish to a folder". You just need to add it before you publish to your host. I use Dreamweaver & Coda (depending on my mood) for editing as well as MassReplaceIt for any site wide changes I need to make (Favicon, Title, etc.).
    However, and again, if your goal is to add alot of customization in your ecommerce site as well as integrate alot of scripts/code, your best bet is to either develop a page outside of iWeb in Dreamweaver or just start from scratch. Honestly, if you want to save yourself some work, you could just develop your seperate, ecommerce site in Dreamweaver then just point a sub domain to it if you publish to the same host (i.e.: shop.yoursitehere.com)

  • Can I use iWeb for my own domain without .mac

    I want to use iWeb for creating a simple website. But how can I upload this website to my own domain? Do I need another program. I myself use Dreamweaver. Can I copy the website made in iWeb to dreamweaver? Or... Who can help me out!!!!
    margriet

    You publish to a folder and use an ftp program like Cyberduck, Fetch, or Transmit to upload. I recommend you not use Dreamweaver. Some tips:
    http://homepage.mac.com/thgewecke/iwebserver.html

  • Looking for dreamweaver tutor near Buffalo Grove, IL

    Can anyone here help me find a dreamweaver tutor near Buffalo Grove, IL?  I volunteer for a children's hospital and want to move our existing website from iweb to dreamweaver.  I've taken the intense 3-day DW course twice, but since I don't use it on a daily basis, it's hard to remember everything and apply what I've learned to a specific project.  I love learning with Apple's One on One program and am hoping to find someone who can coach me through the process of creating a website in DW.  Any thoughts?

    deskenaz wrote:
    ...but since I don't use it on a daily basis, it's hard to remember everything and apply what I've learned to a specific project. 
    ...Any thoughts?
    Like SnakEyez02 I think you might benefit from at least taking a look at Wordpress.  If you enjoy learning, why devote that to a product that you are not going to use regularly?  Wordpress is a highly regarded platform that a wide range of people get a good end result with.  People who have absolutely no knowledge of code through experts to who make a living out of it.   If you want to press on with Dreamweaver then you need to brush up on your HTML CSS skills and unless you do, it will be a cruel mistress!  Wordpress equally, will serve you better if you have a good understanding of the underlying technologies which on top of HTML and CSS, includes PHP.
    With Wordpress, you can build a site, enable others to contribute content, and easily add the ability for users to interact.  You can add heaps of functionality through plugins and you can start small and build it up.  A couple of books might interest you: Biginning Wordpress 3.0 and Smashing Wordpress: Beyond the Blog.
    Wordpress has a hugh following and community with masses of tutorials, sites and freebies that will help you on your way.
    Martin

  • Was iWeb really written by people from Apple?

    Up until iWeb I loved everthing Apple. I have given iWeb a chance by building two sites with pictures. I found the process almost painful. Even the older versions of iPhoto had a easier and cleaner way of creating sites for photos. Why didn't Apple just update the code from Claris HomePage, that was a great program or reuse the code taken out of iPhoto? I use Dreamweaver mostly because I use php, but I tried iWeb because Dreamweaver also does not have an easy way to publish photos. I also found that iPhoto and iWeb do not work well together. In iPhoto I selected a number of pictures and "shared" them with iWeb, after a number of false starts, because of iWeb's restrictive behavior, I built a site that I could use. The next day I wanted to build a second site with more pictures, first I was told I selected too many pictures, next every new page I brought into iWeb attached itself to my first site. Non of the problems except one were insurmountable, the one problem I could not get past is the inability to tweek the final code. That is a must for users unless the user has an other program to do that.
    I really think Apple should rethink the end users needs before they provide an update to this program.

    Here is my site, and yes please comment on it so I
    can improve it.
    http://www.p-s-i.ca/
    Magma
    Hi, Magma --
    I went to your site and like the look of it so far but want to report that with Safari I saw 7 little white question marks in blue circles. Also, I saw the sentence: "Download Firefox and see what your Missing"
    Change the your to you're. "Your" is a possessive (your book, my pen, his hard drive) and "you're" is the contracted form of "you are".
    Also, I agree about Firefox but still haven't done it. Leo LaPort, the Tech Guy on KFI radio, swears by it. It is free of all of the dangers of IE because, as Leo puts it, "Firefox is dumb." It is dumb and therefore fast and easy and resistant to the violations that hackers are so intent on committing and to which IE is so vulnerable.
    Leo LaPort had the TV computer show some years ago. He used to be a PC man but switched to Mac and advises everyone to do so as well -- unless they are tied to the PC because of business.
    Lorna in Southern California

  • Web Editor to 'compliment' iWeb

    What would you recommend as an editor (HTML and basic graphic/layout) to compliment iWeb. A few years back I used a program called NVu which was at just the right level for a noob like me (DreamWeaver is sooo complicated!) - is there anything better around now? (Hopefully free!)

    Yes - I have had a look at Freeway, looks nice, but I can't make it open html pages from iWeb. DreamWeaver does, but they look kinda weird (wrong fonts etc etc). An old program (NVu) I have hanging around does quite a good job, but the one page I want to edit - the front page of a blog site from iWeb - has the key text (the list of entries, which is the bit I want to edit) missing and in it's place the words 'blog summary widget'.
    Actually all I want to do at this stage is make some of the text in this summary list into links to files - is there an easier way?

  • RSS/Podcast Feeds...Can it still work with Dreamweaver?

    Hi all...I've grown out of iWeb and am moving onto Dreamweaver.
    With that said...I am still pretty much a newbie (and a consumer) when it comes to web authoring.
    Can I still use iWeb to update and publish both my blog and podcast feed even though I am switching my site to Dreamweaver? I want only those two pages (blog and podcast) to be authored in iWeb because it makes it easy to publish.
    Does anyone else have experience with this...or the best way to do it?
    Thanks!

    Sure you can. Just keep publishing your blog and podcast to .Mac or to a server of your choice. Then publish your dreamweaver pages to either .Mac Homepages (in the Sites folder) or to the same server of your choice. You can then provide links back and forth to the iWeb and Dreamweaver pages and vice versa to keep things looking like part of one big site.

Maybe you are looking for

  • Need help in FM used in IDOC

    Hi experts, Need help with IDOC. I'm creating 2 FM to process an existing idoc. first FM will use the data from idoc 1 to populate EDIDD for idoc 2. second FM will use the data from idoc 2 to populate EDIDD for idoc 3. when during processing, I encou

  • Issue with minor substitution in sql

    I have spend a lot of time trying to get this to work but no joy. I am using sql developer and the db version is 10.2.0.5 Your help and contribution will be greatly appreciated. It is a long sql and I am just pasting the FROM statement as that seems

  • Different filesize for PDF files created in background vs. foreground?

    When I create a PDF file in a background job the filezise is more than 2 times bigger than created with same selection in the foreground?? Why is that? Any suggestions?

  • Different QoS values in the same WLAN

    Hi, Now, with all the unified communications, voice, video and data are in the same device, and I try to give priority to voice and some applications, but in the WLC I can not find the way to mark all that kind of packets. Is it possible to do that?

  • Can someone help please....

    I'm really quite new at Java (2nd semester)...and we've been asked the following: "Write a program that prints itself to standard output. The printed version must b an exact duplicate of the original program, (in other words if the output was copied