Iweb, mac.me rollover code?

I have created html snippets for my website to create rollover states, they work fine when saved to my HD, what do I change the code to when I publish to mac.me? What is the correct URL?

It is not mac.me that you are publishing to at all.
Your site is published to web.me.com, so I really don't know where you got the other from.
You would need to enter your ordinary MobileMe url which is http://web.me.com/username/sitename.
Have you throught about getting new hosting soon, as MobileMe will not be here much longer for you to publish to?

Similar Messages

  • IWeb+.mac does it have an advantage ?

    I want to create a couple of sites with iWeb+.mac
    One is a photo gallery and another gemstone jewelry, which is also based on a lot of images.
    I have a gallery on Pbase, but the overall look is pretty plain and old style, not like zenfolio for example. And I don't want to waste my time and to mess with CSS, because with today's tools it can be done with a couple of clicks.
    Will I be able to create easily an attractive photo site?
    Does the combination of iWeb+.mac create traffic and good ranking on Alexa and Google ?
    thanks!

    snappir wrote:
    One is a photo gallery (...) Will I be able to create easily an attractive photo site?
    You can create a .Mac/MobileMe Web Gallery and hyperlink to it from your iWeb site:
    http://www.apple.com/mobileme/features/gallery.html
    A demo gallery is here:
    http://gallery.mac.com/emily_parker
    You can pseudo embed a .Mac Web Gallery into your site — here's a video tutorial briefly showing that about half-way through:
    http://www.apple.com/ilife/tutorials/#iweb-design-55
    You can also really embed (a page within a page) a .Mac Web Gallery into an iWeb site:
    http://www.macosxhints.com/article.php?story=2007111620013523

  • MAC Address Vendor Codes for Apple?

    Does anyone know if there's a current list of MAC address vendor codes that have been assigned to Apple? I've found a few by searching but I'm not sure how recent they are.

    Go to this page and browse or search the OUI listing for Apple.
    (13628)

  • MX2004 Keeps Inserting Rollover Code

    I have CS4 and won't make the switch in the middle of a project. I've been using DW for many, many years and know that it has a mind of its own. At this point I'm pretty frustrated because even though I have declared an external javascript file containing the rollover code the pages keep adding the same code when the template is updated. Itss driving me crazy and bloats the code.
    Here's the template head:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>A Web Site</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="resource-type" content="document">
    <meta name="revisit-after" content="3 Days">
    <meta name="rank" content="1">
    <meta name="robots" content="index,follow">
    <meta name="distribution" content="Global">
    <meta name="rating" content="Safe For Kids">
    <link href="../images/styles.css" rel="stylesheet" type="text/css">
    <SCRIPT type="text/javascript" src="../js/menu.js"></SCRIPT>  <<<<<<< NOTE THE CALL
    </head>
    <body>
    I've done this for years. The template calls the javascript whether needed on the page or not. Here's a page that calls the code and it is adding the rollover code.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html><!-- InstanceBegin template="/Templates/secondary.dwt.php" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>A Web Site</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="resource-type" content="document">
    <meta name="revisit-after" content="3 Days">
    <meta name="rank" content="1">
    <meta name="robots" content="index,follow">
    <meta name="distribution" content="Global">
    <meta name="rating" content="Safe For Kids">
    <link href="images/styles.css" rel="stylesheet" type="text/css">
    <SCRIPT type="text/javascript" src="js/menu.js"></SCRIPT>
    </head>
    <body onLoad="MM_preloadImages('images/menu/streaming_b2_over.gif','images/menu/streaming_b3_ov er.gif','images/menu/streaming_b4_over.gif','images/menu/streaming_b5_over.gif')">

    Nope. I didn't touch the rollover code. I just cut and pasted the menu system into the new document based on the template. BUT then it failed again and I realized that it did so after adding <script> tags for tool tips. So, I created a new document from the template and cut and pasted the menu code back in and saved the document. Once again any changes to the template are updating and without adding the rollover code back in. I don't know what MX is thinking but I wish that it would stop trying to think for me  I have C4 in the box and just haven't made the switch. This is not the time to learn new stuff.

  • Error message when entering the Mac Store Content Code

    I am receiving an error message when redeeming entering the Mac Store Content Code, which I received as part of the OS X Mountain Lion Up-To-Date program. The error says that 'the code has already been used...'. It hasn't. I had just received.

    I'm having the same problem. This is a pretty big mix-up. A lot of people seem to be having the same issue.

  • How to prevent the insertion of rollover code when using a template

    Hi there
    I am designing a site in Dreamweaver using templates. These templates use rollover images. The code that DW uses for the rollover I have abstracted out into a separate javascript file, which is linked to in the header. Further, I am using window.onload() to call the preloader instead of the <body> onload event. All this works fine.
    The problem is that every time I make a change to the template, DW re-inserts the rollover code into the head of the HTML file, and reinserts the preloader code into the <body> tag.
    Now, I have found a solution to the <body> tag problem by changing the preload flag from 1 to 0 in the link created; it seems that DW uses this flag as in indication of whether to insert the onload code into the boday tag.  So that part is fixed.
    But I can't find any way to keep DW from inserting the unecessary and redundant rollover code into the head of the generated HTML files.  Is there a way I can prevent this from happening?
    ...Mike  

    Just don't externalize your js until the very last step before publishing.
    You can let the dev team know about this here -
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How do I prevent DW from inserting rollover code in a template update?

    Hi there
    I have looked through the help and searched online, and found
    only one reference this question, and it was never answered.
    I have a template, and in the non-editable region of the
    header, I have a link to a .js file containing the javascript
    rollover effect code.
    However, when I update the html files based on this template,
    DW inserts the rollover code into a <script> in the head of
    the html file, which is redundant and bloats the file.
    I can't find a way to disable this behaviour.
    Can anyone give me any guidance?
    ...Mike

    > I can't find a way to disable this behaviour.
    There isn't. Sorry. It is a known bug in DW.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Photos for Life" <[email protected]> wrote
    in message
    news:f4a0t0$o6n$[email protected]..
    > Hi there
    >
    > I have looked through the help and searched online, and
    found only one
    > reference this question, and it was never answered.
    >
    > I have a template, and in the non-editable region of the
    header, I have a
    > link
    > to a .js file containing the javascript rollover effect
    code.
    >
    > However, when I update the html files based on this
    template, DW inserts
    > the
    > rollover code into a <script> in the head of the
    html file, which is
    > redundant
    > and bloats the file.
    >
    > I can't find a way to disable this behaviour.
    >
    > Can anyone give me any guidance?
    >
    > ...Mike
    >

  • Registering for mac os lion code

    does anyone know how I should enter my phone number for registration of the Mac Os lion code? I bought my mac pro in late july. The registration systems keeps saying that I need to re-enter my number. I've tried many times. thanks!

    This is indeed very confusing. You have to enter in the first field a 0, which ist the 0 of the area code. In the second field you enter the rest of the area code. In the third field you enter the phone number. This worked for a registration of a german up-to-date code.

  • IWeb 09 any cleaner code?  Any faster loading pages?

    Just wondering if iWeb 09 has improved in writing cleaner\faster code? Are the pages loading any more quickly than in earlier versions. I've got half a dozen fairly complicated sites done with whatever the last version of iWeb was before 09 ... I'm wondering if I rework them, reload and republish them with 09, whether I will see any improvement in end-user performance (faster-loading pages)?
    Ben

    I have upgraded to iLife '09 seems that pages load EVEN slower than before! Especially on I.E. 6 and 7 browsers. I downloaded the trial of Maestro to see if that would help. No dice.
    Site after Maestro: http://www.only2degrees.com/kktmp/Only2Degrees/Home.html
    you don't even want to know how much worse it was before I ran Maestro on it. .iWebSite.js seems to be what super-bloats this iWeb. I can remove it, but then it disables all the links and buttons.
    the java script seems to just loop and loop and loop and loop and... well you get the picture, all through each page causing it to load slowly. I too at each new release of iWeb hope that Apple has heard us and fixed this problem. They have not. I call and they tell me they will look into it and report it, etc...
    In an ideal world everyone would own a Mac and use Safari or FireFox as their browsers. But it's not ideal, sure wish there was a better way for those of us who don't hand code or have the time to hand code to be able to use iWeb or anything similar to create decent websites.
    Any suggestions or answers would be awesome!
    Kerilyn

  • IWeb, .Mac family pack and 2 computers

    Currently I have a single .Mac account and am using iWeb. My hubby wants his own iWeb site on his own machine so should I upgrade to the family pack on .Mac or get him his own .Mac account? If we go with the family pack does everything need to be done on 1 machine?
    Thanks!

    Apple wrote:
    The Family Pack includes a master account, with everything in the Basic Membership, including 10GB of online storage and 100GB of monthly data transfer, plus four sub-accounts for a total of five .Mac accounts. Each sub-account gets its own email address, iDisk folder, 2.5GB of email and file storage, and 25GB of monthly data transfer. And there’s a shared iDisk folder just for the family. The master account administers the sub-accounts, and the membership can be renewed only through the master account.
    Differences between getting 2 .Mac or Family Pack:
    1. Price: 10 $ a year (Family is cheaper)
    2. If one day another family member wants to have its own website you're better off in having the Family Pack
    What's the same in getting one or the other?
    1. No matter which one you choose you could have the sites on separate computers and publish from separate computers as everyone would have it's own access data
    2. As I understand it: Family Pack Total storage 10 GB (+4*2,5GB) = 20GB and 2 .Mac accounts storage 20 GB
    Regards,
    Cédric
    As mentioned by Chuck you can use the same account. As long as your sites are named differently. The only problem is that when you enter web.mac.com/username/ you will get to the last published site (yours or your sons) unless you replace the index.html file every time you publish. You could also both have a Site named with the same name (let's say Index) at first place in your iWebs followed by the personal sites. The Index site will be identical in both iWeb and contain just an index so people can choose which site to look at yours or yours sons (however sons mostly want only their own stuff... I think... And don't want friends looking at the father's site or so...). That way there's no problem putting in web.mac.com/username/ people would always see the same site no matter who published last

  • How do I install SC2 on my Mac without authorization code?

    I purchased a full version SC2 for my Mac, but as I understand it Adobe no longer supports this product so how can I install it without the authorization code?

    Acquire the installation files and serial number from the page linked below:
    CS2: Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 -
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

  • Possible to import new mac address vendor code translation list in WCS 6?

    Is it possible to import new (IEEE) vendor code list to get correct information regarding clients MAC-addresses? There are too many client vendor codes reported as "Unknown" lately......
    Running 6.0.196.0.
    /jonas

    What is the mac address of the vendor OUI? Every new release of WCS contains the latest MAC vendor OUI so upgrading to WCS 7.0.164.3 should update the vendor's info.
    If its a new device, please post the mac address, device, and vendor.

  • Google Verification to an iweb/.mac website

    I created a great-looking website through iweb. I rented a domanin name through godaddy. I purchased .mac to host the site. It's up and looks great. But now I can't get google to verify the site, which means it won't come up on a google search. Google has sent me a html verification file which I've tried to put in the iweb site, I've made a file on my desktop and dragged it into the sites folder in my idisk, i've created a blank page in my site with the file name printed on the page...I can't make it work.
    I keep getting the error that "We've detected that your 404 (file not found) error page returns a status of 200 (Success) in the header." apparently I can only get the heading of the godaddy domain,, not the godaddydomain.com/verificationcode.
    Should I reconfigure with my [email protected]/godaddydomain? If I can't be searched on google, then the website is a waste of time! Arrrrgh!

    You're not wasting your time!
    If the verification file is in your Sites folder, give Google your .Mac URL...
    http://web.mac.com/username
    Test that you can get to the file from......
    http://web.mac.com/username/googlexxxxxxxxxxxxe.html

  • Alter disjointed rollover code to accomodate database driven images

    The effect I would like to achieve is that by clicking on a
    repeat region thumbnail image (first code block) the larger version
    of the same selected image is viewed concurrently in a different
    portion of the page(second code block)
    THUMBNAIL IMAGE CODE:
    <td ><%
    While ((Repeat1__numRows <> 0) AND (NOT images.EOF))
    %>
    <a href="javascript:;"
    onmouseover="MM_swapImage('largeimage','','largeimage',1)"
    onmouseout="MM_swapImgRestore()"><img
    src="imagescript.asp?path=<%=(images.Fields.Item("url_img").Value)%>&Width=36"
    name="smallimage" border="0" id="smallimage" /></a>
    <%
    Repeat1__index=Repeat1__index+1
    Repeat1__numRows=Repeat1__numRows-1
    images.MoveNext()
    Wend
    %></td>
    LARGER IMAGE CODE:
    <td ><img
    src="imagescript.asp?path=<%=(images.Fields.Item("url_img").Value)%>&Width=250"
    name="largeimage" id="largeimage" /> </td>

    #rollover a {
    border:none;
    text-decoration:none;
    padding: 0 0.5em 0 0.5em; /**space between icons**/
    position: relative; /**remove position rule if full size images will share the same display area. **/
    Your CSS below expresses where on the page to display the disjointed image.  You'll need to tweak left and top values to get it exactly where you want it.
    #rollover a span {
        visibility: hidden;
        background-color: #FFF;
        display: block;
       position: absolute;
        /**adjust positioning of full size images in px or %**/
        left: 250px;
        top: -140px;
    For better answers, give us a link to your test page.
    Nancy O.

  • IWeb/.Mac problems with Updating

    I have two new problems that just began.
    #1 I can't publish/update my work in iWeb anymore. I get a "Publish Error" that stops me from updating anything. It doesn't matter if it's a blog, podcast, or comma on the homepage... nothing will upload anymore.
    #2 Other users can't visit my site anymore because a password protection has suddenly appeared. I don't have a password set to my site and have never done that, so I don't know how it was put onto my three sites. I've checked the password section of the Inspector as well as the .Mac system preference. There is no password set.
    Any help would be appreciated.
    Ted
    http://web.mac.com/tntnzing
    17" 1.67 GHz G4 Laptop   Mac OS X (10.4.6)   1 GB RAM

    I updated this morning and have been unable to publish at all. I did a "publish all" and which it did fine and then the background publishing notice came up and it appeared to have worked fine up until the end. Completely unsuccessful. During the course of trying this three times, I came up with at least three different error messages, ranging from the a "network error, check your Internet connection," which is working fine, to unable to publish. I repaired permissions and even deleted the plist (preferences). I hope Apple can remedy this.Very disappointing.
    iMac G5   Mac OS X (10.4.6)   1 GB RAM

Maybe you are looking for

  • Anyone have success recovering from a disk failure after turning on File Vault

    My wife is running at 13" Macbook Pro Late 2011/Early 2012 running OS 10.7.3.  I updated several Apple fixes and a firmware fix the other day for here.  I also activated her File Vault to encrypt her files when not in use.  She had some intermittent

  • Script for inserting 1000 record in a table...

    Hello Gurus, I have a table structure like this.... USERID     USERNAME     USERPWD     EMAILID     FIRSTNAME     LASTNAME     ISACTIVE 1     superuser     Pyramid123      [email protected] a b      1 21     neha     Pyramid123     [email protected]

  • FM for calculation of Weights of a BOM?

    Hi ABAP, i have/had to code a report which will display BOM´s. According to that BOM, i need to print out the weight of the components, the weight of BOM´s in the BOM, and the weight of the BOM itself. are there any FM´s that can calculate those valu

  • Transferring updates from iBookG4 to Mac Mini

    I do software updates on my iBook G4 using the local library's free wireless connection. At home, my Mac Mini has only a dialup connection. So I put the Mac Mini and iBook on a wireless LAN, with the Mac Mini connected to the wireless router. Is ther

  • How to delete a completed workitem logically or completely

    Hi buddys, Any one kindly help me how to delete a completed leave request work item completely or logically. For example: An employee has allpied for leave and that has been apoproved by his/her manager and the same has been updated in the backend.