Keeping the right site tied to my short url on MobileMe

I have maintained multiple websites in multiple domain files, all published to MobileMe since iWeb first came out. I have one site which serves as an index page to all the sites I maintain. This index site is designed to be tied to my short url at MobileMe (http://web.me.com/username). That way from my short url I (or others) can access all the sites.
Prior to iWeb 09, I knew how to make sure that site remained tied to my short user name. Namely, I only published website changes using "Publish to MobileMe" and never "Publish All to MobileMe."
I recently bought a MacBook Pro, with iWeb 09 installed, and have shifted to using it to maintain my websites. But now, any time I update a website (using "Publish Changes"), that website "takes over" the short url.
Is there a solution to this? I did try searching the forums before posting, but my search turned up so many "false matches" I'm afraid I gave up slogging through them all.
kabing

With iWeb 09 the last published site is the one that the will be the default site when entering the minimal http://web.me.com/username URL. You can fix that using the method Wyodor posted here: http://discussions.apple.com/thread.jspa?messageID=10748607&#10748607 .
Or you can purchase a domain name for that entry site and use simple domain name forwarding with or without masking. The domain name would be pointed to the URL http://web.me.com/username/EntrySiteName/. Then it won't matter which site is the last published site.
My tutorial site, http://toadstutorials.info, is setup with the simple URL forwarding with masking. Then down side to masking is that visitors can only bookmark the first/entry page of the site.
OT

Similar Messages

  • How to keep the right sidebar on this website from going under the main content (center) column?

    Hi...is there a way to keep the right sidebar on this website from going under the main content (center) column when the browser window is made smaller? It would be great if the middle (main content) column could get smaller instead of the sidebar moving under the text when the window is made smaller. I'm working with a fluid layout and this is the first time I've tried this. Any help would be appreciated. Here is the link to the website:
    http://www.elynncohen.com
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <meta name="Keywords" content="career counseling, college counseling, job search, career choice, college options, career options, work, jobs, new opportunities, career change, new career, new job" />
    <meta name="Description" content="Your Career Direction :: Career and College Counseling" "Considering your college choices & career options" "Preparing for the world of work after college" "Seeking a new position to further your career"
    "In-transition and considering new opportunities"
    "Seeking to make a significant and meaningful career change"  />
    <meta name="Publisher" content="Your Career Direction, LLC" />
    <meta name="Copyright" content="Copyright 2012, Your Career Direction, LLC. All rights reserved." />
    <meta name="Author" content="Lisa Mark" />
    <meta name="Language" content="en-US" />
    <meta name="distribution" content="global" />
    <meta name="revisit-after" content="10 days" />
    <meta name="Robots" content="All" />
    <link rel="Index" href="index.html" />
    <link rel="Site Map" href="sitemap.html" />
    <script type="text/javascript" src="//use.typekit.net/ifb2bte.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    <style type="text/css">
    <!--
    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl {
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;    
        padding-left: 15px;
    .container .sidebar1 h3 {
        padding-left: 0px;
        color: #C60651;
        font-size: x-large;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img {
        border: none;
    a:link {
        color:#414958;
        text-decoration: underline;
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus {
        text-decoration: none;
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    .header {
        padding-top: 40px;
    #Quote {
        float: right;
        clear: left;
        margin-right: 1%;
    .sidebar1 {
        float: left;
        width: 20%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: museo-sans;
    arial;
        max-width: 200px;
        min-width: 180px;
    .content {
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10;
        font-family: museo-sans;
    arial;
        width: 30%;
    .container .content p {
        padding-top: 0px;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: museo-sans;
    arial;
        font-size: 90%;
        position: relative;
    .content ul, .content ol {
        padding-top: 0px;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 40px;
        font-family: museo-sans; arial;
        font-size: 100%;
        color: #666;
    .container .content p {
        font-family: museo-sans;
    arial;
        padding-top: 0px;
        padding-left: 17px;
        padding-bottom: 0px;
    #Quote {
        float: right;
        clear: both;
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family:museo-sans; arial;
        line-height: 250%;
    .nav {
        font-family: museo-sans;
    arial;
        padding-left: 0px;
    ul.nav li {
        font-family: museo-sans; arial;
        padding-bottom: 10px;
    ul.nav a, ul.nav a:visited
        display: block;
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: museo-sans; arial;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 15px;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
        color: #C60651;
        font-family:museo-sans; arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
        padding-bottom: 10px;
    .content img {
    .footer {
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 10px;
    .fltrt { 
        float: right;
        margin-left: 8px;
    .fltlft {
        float: left;
        margin-right: 8px;
    .clearfloat {
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
        font-family: museo-sans; arial;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: museo-sans; arial;
    .container .content .content {
        font-family: museo-sans; arial;
    .container .content ul li strong {
        font-family: museo-sans;
    arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    .container .content ul {
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .sidebar1 .nav li {
        padding-bottom: 10%;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 .nav li a {
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-right: 0%;
        padding-left: 0%;
        font-size: 85%;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #978980;
        font-family: museo-sans;
    arial;
        font-size: 82%;
        padding-left: 20%;
        text-align: left;
        text-indent: 8px;
    .nav li a {
        padding-bottom: 10px;
    h8 {
        font-family: museo-sans; arial;
        font-size: 100%;
    h4 {
        font-family: museo-sans;
    arial;
        font-size: 100%;
        color: #C60651;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 0px;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family:museo-sans; arial;
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    h7 {
        font-family: museo-sans; arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: museo-sans; arial;
    .sidebar2 p img {
        min-width: 200px;
        max-width: 100%;
    .container .content img {
        padding-left: 3%;
    img {
        position: static;
        text-align: left;
    body,td,th {
        font-family: museo-sans; arial;
    h5 {
        font-size: 150%;
        color: #C60651;
        padding-left: 0px;
        font-family:museo-sans; arial;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
        font-size: 87%;
    .container .sidebar2 p {
        font-size: 90%;
    .container .sidebar1 .nav li {
        font-family: museo-sans;
    arial;
    .container .sidebar1 .nav li a {
        padding-left: 0px;
        margin-bottom: 0px;
        height: 30px;
    li a {
        padding-left: 2px;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content
    ul.nav a { zoom: 1; } 
    </style>
    <![endif]--></head>
    <body><script type="text/javascript">
    function pageWidth() {
    return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;
    function pageHeight() {
    return window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;
    </script>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#index.html" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Your Career Direction Logo" name="Insert_logo" width="50%" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
    </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">High School Students</a></li>
          <li><a href="#">College Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
      </div>
      <div class="content">
    <p>Given today's competitive job market, global economy, and changed corporate culture,
    we can no longer depend upon others to ensure our professional futures. Choosing or
    changing your career direction requires self-reflection, career education and an action plan.</p>
    <img src="images/Whether-you-are-.gif" alt="Whether you are considering your college choices and career options" width="197" height="31" align="left">
    <ul>
          <br><br><li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
    <img src="images/Onethingisforsureraster.gif" width="352" height="49" alt="One thing is for sure, we all want to direct our own careers, our own lives!">
    <br><p> Building a successful and rewarding career requires linking your interests, education and experience with employment trends, growth industries, and career choices. It takes making smart decisions about your college major, vocational training and continuing education options. With enthusiasm, persistence and top notch job search skills, you can succeed in finding a path to career that is right for you.</p>
    <p> We are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go and become what you want to be.</p>
    <img src="images/yourcareerourpassionraster.gif" width="441" height="20" alt="At Your Career Direction, YOUR career is our passion!"> </div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="100%" alt="Lisa Mark counseling a student"></p>
        <p>Our mission is to help you explore, choose and create your direction for an exciting and rewarding career path.</p>
         <p>We incorporate our experience with today's job market and career counseling expertise with your passions and interests. We'll introduce you to new career ideas, target companies and generate job and internship opportunities for you.</p>
         <p>We provide step by step guidance to ensure your success during the college application, job interview
    and decision making process.
    </p>
    </div>
      <div class="footer">
        <div id="footer">
          <h6 align="left"> Your Career Direction, LLC •  96 Harvard Avenue, Maplewood, N.J. 07040 • (973) 996-0207 • [email protected]</h6>
             </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    You should make your sidebar1 and sidebar2 fixed positioned. Make your content DIV fluid.
    This should help you: http://www.glish.com/css/7.asp

  • Clients on secondary site cannot find the right site to connect

    Hi, I have a primary site of SCCM 2012 R2, and a secondary site.
    The Site code for the primary site is 'LPZ' and for the secondary site is 'SCZ', when I trying to install an SCCM  client at the secondary site (in windows client or server) it is assigned only to the primary Site, and if you try to change the site
    manually to correct the site assignment we receive this error message "Failed to update site assignment".
    We have updated the AD and both the primary and secondary site are published into my AD, and the SCCM servers has the proper rights over the container.
    Reviewing the installation logs I cant find any clue to help me to resolve this behaviour.
    Raulito

    Resident site is where the Client physically exists and this is determined by the boundary groups.
    Assigned site is the Site to which client is assigned and this is LPZ in your case for all machines as you have just one Primary.
    Following TechNet link explains this in detail:
    https://technet.microsoft.com/en-us/library/gg682060.aspx
    -RG

  • My album artwork is scrambled and manually changing the artwork does not seem to keep the right artwork with the songs! Any suggestions?

    I manually re-synced my ipod with all of my music because I had typed in a bunch of names where my library had previously said track#/unknown album, and when I was done syncing, a good percentage of the album art was scrambled.  When I try to manually change the artwork on the inappropriately tagged albums or delete and re-sync the album, it does not keep the artwork that I assign to it or the correct artwork that is associated with it in itunes.  Is there anything I can do to fix this?

    It seems like I've seen this... I think you should un-sync all music (in iTunes) hit Apply and then resync it all back on.

  • How can i get popup blocker to keep the allowed sites that i add?

    Here where I work, we have a site that opens in a popup window. I have added it to the popup exceptions list, but after a day or so, that site disappears from that allowed site list. Not sure what keeps going on. It's been doing this for a while, even on previous versions. The browser is on the most current version, 33.0, just FYI.
    Any assistance would be greatly appreciated. Thank you.

    Can you find a pattern to the disappearance? For example:
    # Every time you exit Firefox it is cleared?
    # Every time to shut down and restart Windows it is cleared?
    # It is cleared on a schedule?
    For #1, make sure Firefox is not set to clear too much history at shutdown.
    "3-bar" menu button (or Tools menu) > Options > Privacy
    If you have "Firefox will: Remember history" then there shouldn't be a problem. If you have "Firefox will: Use custom settings for history" then make sure "Clear history when Firefox closes" is NOT checked, or if it is checked, click the Settings button and make sure that Site Preferences are NOT set to be cleared.
    For #2 and #3, utility, privacy and system cleaning software sometimes clean up browser settings beyond just clearing cookies. You may need to check their settings if you have one or more of these programs.

  • Links I get for a photo-sharing website open correctly in IE but not in Firefox 35.0, which goes to the right site but the wrong page. Previous Fox was fine.

    In the past, clicking on the link in Thunderbird opened the page at shutterfly.com correctly in FF (default browser). Now it goes
    straight to one of the options for the photos that the link referred to.
    Copy & paste the link directly into FF gives the same dud result - whereas IE opens it perfectly.
    I have also tried disabling Adblockplus and my various plug-ins.

    guigs2 - I've tried that but no joy. In fact, the about:config was set to user
    defined, so I reset it to default as advised and tried the link again. No change.
    jayelbe - Somehow I don't think the sender of the link would like having his
    Shutterfly page floating around the place, even if its in a good cause. Sorry!
    You could, of course, set up a Shutterfly account (its free), upload a pic and
    share it with whoever - the invite to share is sent direct from the site.
    Regards, Crimble

  • Setting & keeping the right time & date

    Hi,
    After light saving I had to re-set the time on my iPod touch which was in itself weird. But what really bugs me is that it always changes the time (its a random time) when I place it in my apple doc thats plugged into my Mac Pro.
    Any help would be much appreciated!

    it is updating to compare to your Mac Pro,
    check the time and date on your Mac Pro

  • In using iWeb to publish my site with FileZilla, I have inadvertently published a subdirectory instead of the root site. Can anyone guide me?

    In the site name I put my site: combustionevent.com
    And I put in my server address in the ftp settings and correct user name & password
    In the website URL I typed in: www.mysitet.com
    But when it publishes, it's found at: http://www.mysite.com/www.mysite.com/mysite_Home.html
    I can't seem to figure out how to get it out of a subdirectory.
    Thanks,
    Nixels1954
    Message was edited by: Nixels1954

    Well, of course you won't be able to because producing the site folder, which is what it is is normal practice for iWeb.  Due to the site structure, iWeb will create and publish a site folder.
    To get over this you have 2 choices:
    1. Change the site name to something shorter and more applicable and upload again and keep the site folder.
    2.  Publish your site to a local folder from iWeb and then use Cyberduck to upload your site to iWeb, but upload the CONTENTS ONLY of your site folder rather than the whole site folder itself.  Your url will then be http://www.domain.com/page_name.html.

  • Printing in the right colours?

    Hi.
    I have an logo which is 2 shades of purple and a black outline.
    I have had it printed a few times now with great disappointment. Sometimes the purples come out in a greyish faded purple red, other times quite pink.
    What do i need to do in order to make sure the right purples are printed in every company?
    Please bear in mind that im completely new to this. Im only designing as i can find or afford any decent designers.
    Thanks, Benji

    Benji,
    I think i get the concept of spot colours but going about doing something about it.... i woudnt have a clue where to start...
    Is it a computer program, a shade of ink, a colour code???
    In edit> colour settings... there is an RGB drop down menu with loads of different settings and the same for CMYK...
    What is RGB vs CMYK all about and why is there no selection for viewing in either?
    RGB (Red/Green/Blue) is the kind of colours made of light you see on the screen; that is especially used for web.
    CMYK (Cyan/Magenta/Yellow/Black) is the colours made as blend of the four inks, also called process colours; used for print.
    RGB span a wider range of colours, called Gamut, and especially many bright colours cannot be reproduced with CMYK so you may lose the brightness of the colour by goind from RGB to CMYK.
    Spot colours are special inks that may be used along with or instead of CMYK; they may be much brighter.
    You may specify spot colours in your document. You should not expect to see them represented truly on screen so you have to know them from a swatch book or similar.
    When you choose Document Color Mode, you choose which kind of colours you are using, and those will be represented; if you use the other kind, or if you switch mode, the colours will change, sometimes profoundly.
    The colour settings are tools to get/keep the right/consistent colours all the way from the creation of artwork to the final use in print or on screen or whatever.
    Again, apologies for being completely new to this but i appreciate your patience and advice.
    Thanks

  • Tab plus + on the right side is gone!!

    a childish programmer came to the idea to remove new tab plus + to the left site!!! But I want it again on the right site after opend new tab!
    if I open a new tab ____+ plus should stay directly after new opened tab

    I have now solved that problem!
    Put flexible 2 tabs on the right side of an opend new tab then move + tabe between the two flexible tabs after that remove left flexible tab so + icon is always near the new opened tab
    Mozilla should throw out that idiotic programmer who changed the place of new + tab from the right site !

  • Problem with google search: on right site - set to german..

    Hello everybody, sorry it´s my first post. When i something forgotten, please ask.
    My quest is, can i set the google - search on the right from safari from
    google .com to goole de.
    or
    Is this inpossible to reset.
    I set my Startpage to google de, but the search list is not the same. On the right site
    I test it with iCab.
    you welcome

    The Operator said i go to the "premium" site, on which a sepparate billing of traffic,several times more expensive than usual. it happens only when i use google search in safari. When i open the same site in the browser without using google search, traffic is billed according to tariff

  • Short URL in the browser address bar

    Hi we are using Robo Help product. we launched it on Apache Tomcat server.
    When we publish a project in an area and try to view that, the URL in the address bar is displayed very long with % characters and other junk.
    can anyone please let me know how to customize the URL? a user friendly URL in place of the long URL. Any help would be greatly appreciated. Thank you!

    Hi Colum,
    can you please explain these 2 points from  your posts. I am very new to Robohelp so I am not able to understand  some of these terms
    1. When  the help is called (e.g. through an API call) the end user sees a much  shorter URL along the lines of what Mayank has provided.
    2.  If  you are wanting to shorten the actual URL that is returned by your  browser, why would you want to? I wouldn't even go there as it will  depend on the browser being used.
    I  am attaching the screenshot which explains you clearly about my  requirement in a sequence.
    1 st screenshot shows you the login screen
    2nd screenshot shows the projects window where in if we click on that displays the projects
    3rd screenshot shows the project 'CCC' and when we click on View Project opens 4th screenshot
    If you see the URL in screenshot it contains lot of % characters and other junk. I want a user friendly URL in place of that. can you please help me? I have to put this in place Friday, anyhelp on this would be greatly appreciated. Thank you so much for looking into this.

  • "short" urls and multiple domain files

    In http://discussions.apple.com/thread.jspa?threadID=655367&tstart=0,
    Apnewbie said:
    "If you have separate sites with separate Domain files and published separately to .Mac, they will be listed on your iDisk in alphabetical order and your short .Mac url will point to the one at the top of the list on the iDisk."
    I'm thinking about splitting my domain file, as my sites are growing large and it is time consuming for iWeb to recreate all the pages when I've only changed one site. I'd like to keep a particular "site" (consisting of one page with links to my other "real" sites) at the top of the list so it is always what appears when folks go to my short url. Are than any non-alphanumeric characters that I can use at the begin that won't cause problems for browsers?
    Does this mean that if my preferred "top site" is in domain file A and I publish domain file B after I've published domain A, the "top site" will still be the site at the short url?
    Also, can somebody please remind me again how to use a link in the forums here but have text other than the full url show up? I think I've done it before, but I've forgotten.
    iBook G4 14 in   Mac OS X (10.4.7)   iMac 400 MHz G3 OS 9.2.2

    Apnewbie said:
    "If you have separate sites with separate Domain
    files and published separately to .Mac, they will be
    listed on your iDisk in alphabetical order and your
    short .Mac url will point to the one at the top of
    the list on the iDisk."
    I spoke too soon on this and a correction is needed. When you publish to .Mac using individual Domain files, your short url will point to the most recently published index.html file, which will then take you to your most recently published site. I tested this just prior to that last statement in that post and my browser cache tripped me up here.
    I'm thinking about splitting my domain file, as my
    sites are growing large and it is time consuming for
    iWeb to recreate all the pages when I've only changed
    one site. I'd like to keep a particular "site"
    (consisting of one page with links to my other "real"
    sites) at the top of the list so it is always what
    appears when folks go to my short url. Are than any
    non-alphanumeric characters that I can use at the
    begin that won't cause problems for browsers?
    I don't think that's necessary; you can keep a copy of the index.html file which points to your preferred site and place it back on your iDisk after publishing any site to force your short url to point to the site of your choice.
    Does this mean that if my preferred "top site" is in
    domain file A and I publish domain file B
    after I've published domain A, the "top site"
    will still be the site at the short url?
    Again, the short url will point to the most recently published index.html file in .Mac. Sorry for the confusion.

  • Re-sizing, align right while keeping the menu fixed using flash AS2

    contact
    khuon
    mau
    My problem is recreating the align right effect while keeping
    the menu fixed using flash AS2 mostly for re sizing as well as
    different screen sizes.
    While i can do one or the other but both is just not
    happening.
    I have tried all sorts of weird and wonderful things but as
    yet, alas no easy/simple solution :(
    I must admit it has been a long time since i have been here
    but.. I thought if someone could have a quick look and maybe please
    give me a few pointers ??
    Anything at all would be better than what i have now ...
    Thanks for your time

    The link again is I forgot to add http to the link before, but it should have worked.
    http://www.lipowiec.org/test/index.php
    a) used Dreamweaver to create new site selected 1 column, elastic, centered, header, and footer
    b) used spry to add horizontal menu to header
    c) followed instructions from Spry Help
    http://livedocs.adobe.com/en_US/Spry/SDG/index.html?lang=en_US ->
    working with spry widgets -> working with the menu bar widget -> Customize the dimension of menu items as indicated
    To change the dimension of menu items by changing the width properties of the menu item’s li and ul tags.
    Locate the ul.MenuBarVertical li or ul.MenuBarHorizontal li rule.
    Change the width property to a desired width, or change the property to auto to remove a fixed width, and add the property and value white-space: nowrap; to the rule.
    Locate the ul.MenuBarVertical ul or ul.MenuBarHorizontal ul rule.
    Change the width property to a desired width (or change the property to auto to remove a fixed width).
    Locate the ul.MenuBarVertical ul li or ul.MenuBarHorizontal ul li rule.
    Add the following properties to the rule: float: none; and background-color: transparent;.
    Delete the width: 8.2em; property and value.
    Under IE it's broken, under the other browsers it works.
    There need to be more IE HACKS added.

  • How can I download a US iPad User's Manual when my apple ID keeps sending me to the French site?

    How can I download a US iPad User's Manual when my apple ID keeps sending me to the French site?  I live in France but am American and prefer to work in English.  My Apple ID is tied to my French address and Apple blocks me from downloading from the US site.  What do I need to do to get US apps and manuals if I don't have a US address for a credit card?

    Perhaps the simplest thing you could do is ask a US based friend to download the User Guide, have them email it to you in PDF.  Save the PDF to your iTunes account, then sync it to your iPad.

Maybe you are looking for

  • Problem in importing JavaClass in oracle forms

    Hi gurus, I I am using Forms [32 Bit] Version 10.1.2.0.2 (Production) Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production      With the Partitioning, OLAP and Data Mining options Oracle Toolkit Version 10.1.2.0.2 (Production) PL/SQ

  • Can you download to a portable hard drive

    Is it possible to download photos to a portable hard drive on I pad 2

  • Photo stream not working iPad to iPhone

    Pics that are saved in my photo stream on my iPad don't show up on my iPhone. It used to work fine, but recently my iPhone just turned off all iCloud settings by itself (another issue), now it won't transfer iPad to iPhone. Pics transfer from iPhone

  • Integration Process Referencing Message Interfaces In A Different SWCV

    Hello Experts! I am creating an Integration Process IP within SWCV A, using an Interface Mapping Object within SWCV A, Abstract Message Interface MI_A1 from SWCV B and Abstract Message Interface MI_A2 from SWCV B. Because we have the dependencies set

  • Apache Flex SDK 4.14.0

    Apache Flex 4.14 Released! : Apache Flex Apache Flex 4.14 is a update to Apache Flex 4.13.0 and follows the trend of compatibility of Adobe Flex 4.6. Apache Flex 4.14 adds support for the latest Flash Player and AIR runtimes, promises, native support