Trouble with "Share This" snippet

I am having strange problems with my HTML snippets for "Share This". I am working in iWeb 09, and have just created this (my first iWeb) site. Also, I am publishing to FTP - not Mobileme.
It works fine on several of my pages, but on others it moves over text and/or does not work at all after publishing.
I have added the "twit this" snippet to every page and it works perfectly. I don't understand why some are working and other are not.
Any suggestions?

I have BTMM enabled on all machines that I wish to be able to connect to and i have the enabled the same user on each machine, i.e. I am logged in to Machine 1 with user = 'user1' with password = 'user1pw'.
I also have enable 'user1' on Machine 2.

Similar Messages

  • Trouble with iWeb code snippet for drop down menu

    Hello,
    So, I'm having a bit of trouble figuring this out and it goes beyond my knowledge, to be honest. I'm working on a website for someone and when viewed in Safari for Mac or iPad or even iPhone, it all works out great. But, when viewed in any other browser for Mac or Windows, the drop down doesn't display the "menu heading," only what should be the first drop down selection. Not only that, that page now becomes "unselectable" and more or less dead.
    Here is what it should read, and does on Safari:
    Rates and Hours
    FAQ - Yoga
    FAQ - Reiki
    FAQ - Massage
    On all other browsers, it displays the FAQ - Yoga option as the "title" and only displays the other two options. So, is this something that can be fixed in the code snippet or is what I'm seeing a more involved HTML issue that would require actual skills to fix? Any help or direction would be greatly appreciated because I'd love to get this knocked out and also pick something up in addition. If I have to edit the actual HTML pages themselves I could do that as well; I've got an editor and have done that for my own site when needed. Anyway, thank you very much in advance!
    Her
    <html>
    <title></title>
    <head>
    <script>
    <!--
    function land(ref, target)
    lowtarget=target.toLowerCase();
    if (lowtarget=="_self") {window.location=loc;}
    else {if (lowtarget=="_top") {top.location=loc;}
    else {if (lowtarget=="_blank") {window.open(loc);}
    else {if (lowtarget=="_parent") {parent.location=loc;}
    else {parent.frames[target].location=loc;};
    function jump(menu)
    ref=menu.choice.options[menu.choice.selectedIndex].value;
    splitc=ref.lastIndexOf("*");
    target="";
    if (splitc!=-1)
    {loc=ref.substring(0,splitc);
    target=ref.substring(splitc+1,1000);}
    else {loc=ref; target="_self";};
    if (ref != "") {land(loc,target);}
    //-->
    </script>
    </head>
    <body>
    <style type="text/css">
    <!--
    .combobox {
    background-color: #fef3e2;
    color: #463c3c;
    font-size: 13pt;
    font-family: optima;
    font-weight: normal;
    font-style: none;
    -->
    </style>
    <form action="dummy" method="post"><select name="choice" size="1" class="combobox" onChange="jump(this.form)"
    <option value="">Rates, Hours, Reservations</option>
    <option value="http://yogareikimassage.com/MG/Rates.html*_top">Rates and Hours</option>
    <option value="http://yogareikimassage.com/MG/FAQ_-_Yoga.html*_top">FAQ and Reserve - Yoga</option>
    <option value="http://yogareikimassage.com/MG/FAQ_-_Reiki.html*_top">FAQ and Reserve - Reiki</option>
    <option value="http://yogareikimassage.com/MG/FAQ_-_Massage.html*_top">FAQ and Reserve - Massage</option>
    <option value="http://yogareikimassage.com/MG/FAQ_-_Personal_Training.html*_top">FAQ and Reserve - Training</option>
    </select>
    </form>
    </body>
    </html>

    Here is what it should read, and does on Safari:
    Rates and Hours
    FAQ - Yoga
    FAQ - Reiki
    FAQ - Massage
    No, it shouldn't and it doesn't. It should look like :
    Rates, Hours, Reservations
    Rates and Hours
    FAQ - Yoga
    FAQ - Reiki
    FAQ - Massage
    FAQ and Reserve - Training
    Here's the correct part :
    <select>
              <option value="">Rates, Hours, Reservations</option>
              <option value="http://yogareikimassage.com/MG/Rates.html*_top">Rates and Hours</option>
              <option value="http://yogareikimassage.com/MG/FAQ_-_Yoga.html*_top">FAQ and Reserve - Yoga</option>
              <option value="http://yogareikimassage.com/MG/FAQ_-_Reiki.html*_top">FAQ and Reserve - Reiki</option>
              <option value="http://yogareikimassage.com/MG/FAQ_-_Massage.html*_top">FAQ and Reserve - Massage</option>
              <option value="http://yogareikimassage.com/MG/FAQ_-_Personal_Training.html*_top">FAQ and Reserve - Training</option>
    </select>
    The <select> item was missing. And if you don't want the first line in the menu (Rates, Hours, Reservations) then don't enter it in the first place.
    BTW, it's not a dropdown menu. It's a selection list in a form.

  • Trouble with shares and access to sub folders

    We're attempting to replicate our Netware configuration to a new MacOS 10.4.6 server. On Netware we where able to create a share that was available to all users, however the folders they saw within the share where governed by their access rights within the tree. For example, take the following structure:
    Data --+-- Folder1
    |
    +-- Folder2
    Rights for Folder1 where assigned to Group1 and rights to Folder2 to Group2. All users in Group1 and Group2 could then mount the drive and see the folders that they where a member of.
    We have attempted to replicate this on MacOS as follows:
    Data --+-- Folder1 (ACL Group1 = Read/Write)
    |
    +-- Folder2 (ACL Group2 = Read/Write)
    However, when you mount Data on Mac or Windows it says you have no access rights and won't let you dig down to Folder1 or Folder2. Is there something I'm missing?

    If all users in Group 1 and Group2 have access to
    the root Data folder then that permission will
    propogate down the tree and they will have read
    access to each of the sub folders. If folders within
    suddenly gain everyone RW access then they will be
    able to open and see the folder.
    Thanks, I've solved the problem. I needed all users to have access to the root of the 'volume' but for that not to propogate down the tree. I've found the inheritence settings and that I think has solved the problems.
    You can control this by propagating permissions
    downward from the top level folder. Do this:
    Create a group for everyone who accesses Data called
    DataGroup.
    Add DataGroup to the group list for everyone. (You
    can mass select Users and add the group to everyone
    who needs it at once.)
    Change the Unix group owner of the Data folder to
    DataGroup and set these permissions:
    Owner: admin RW, Group: DataGroup R, Everyone: None
    Open Data and set Folder1 privileges to:
    Owner: admin RW, Group: Group1 RW, Everyone: None
    and propagate these settings to the subfolders. Be
    sure to propagate Group Ownership and Group
    Permissions and Everyone permissions.
    NOTE: This is the traditional *nix way - with ACLs
    you can do this and then fine-grain the control using
    the ACL granting Group 1 Full Control and propagating
    that.
    Now set Folder2 to Group2 etc.
    This allows you access to Data (versus using staff or
    some generic Unix group but those will work too) but
    allows you to control who has access to the
    subfolders. In this case membership in DataGroup only
    grants you access to see the folders - it doesn't
    even guarantee access to any of the subfolders.
    If you want nested folders within Folder1 or Folder2
    you can do the same thing - create a folder owned by
    a specific user and set Group Read access to none and
    propagate that through the subtree. Just be aware
    that propagations that happen above that folder can
    reverse the settings. Always set large and then get
    specific. New Users are granted access to Data by
    adding DataGroup and users access to folders are
    granted or revoked by adding or removing the Group1,
    Group2 etc settings.
    I think that once you get it set how you want and try
    it you'll find that the Data folder is redundant and
    is giving you unnecessary conceptual problems. If you
    make the Folder1, Folder2 etc shares then after a
    user authenticates they will see only the folders
    they have permission to access. If I am in Group1 and
    I authenticate my selection of folders will only be
    folders accessible by Group1 - I will never even see
    Folder2. By grouping them in Data you are adding a
    layer of permissions that is probably not needed. But
    everyone has their own organizational system and
    sometimes it's easier to leave users with what their
    used to using. (I have users that still mount Users
    and navigate to their own folder even though their
    user folder shows up at the login level simply
    because that's the way they've always done it.)
    No there are good reasons to share the Data folder and not the children below. For example, if you are on Windows clients and you wish to map the share to a drive letter you will have no way of doing this if you don't have the containing folder.
    Yes, I understand with ACLs (or at least I think I
    do and have setup a system that works). The problem
    is that new folders get Everyone Read access. Which
    ruins the effective permissions for that folder. I
    need a way of making the default posix permissions
    O=RW,G=None,Everyone=None.
    We have a lot of folders to deal with Folder 1 and
    Folder 2 are only examples. We have about 15 or more
    folders with sub folders that have differing access
    rights. All this we have sorted out except the
    default POSIX permissions for new folders/files.
    You can change Umask default privilege settings but
    DON'T. Well, DON'T unless you're a *nix guru. It
    changes the default for all created files - including
    those created by the system and this can lead to
    serious problems down the road.
    I don't want a whole system default change to umask I want one that works only for people connected via AFP, you would think that would be possible. Similarly I want one for SMB access also.
    If you get this working you will see that despite the
    POSIX settings the ACLs are working. If you really
    need your Unix permissions to be set a certain way
    chuck ACLs and set "Inherit from Parent Folder" in
    AFP and SAMBA. With ACLs on the system will only do
    POSIX settings.
    In the windows world you either use POSIX or ACLs in the mac world you use a combination of both. That can be an asset but it can also be a major problem. If only you could use the inherit setting for POSIX when ACLs where enabled it would solve all these worries.
    Thanks for your time on this.
    Ian

  • Trouble with share/burn for part of library

    Trying to use the share/burn command.  I select parts of the library I want to back up, but IPhoto thinks I want to burn the entire library and says there is insufficient space on the target DVD.  I select the year by ticking the corresponding box which turns blue.  I've done this before without difficulty.
    Using iPhoto 6, OS10.6.8

    Also how many photos are in the year's selection to be burned?  The resulting library that is burned will be larger than just the size of the photos selected.  It will include all edited versions, database files, and other files the library requires.  It can get over the size allotted for the disk.  For a DVD I try to limit the size of the selected photos to 4 GB or less.
    Unless you plan to never upgrade to iPhoto 9 (11) or later I'd give some serious thought to what Terence has to say.  To be able to move on up the chain at some time in the future to the latest version of iPhoto and Mac I'd get an external HD formatted OS X Extended (journaled) and copy the entire library to it.  You can keep it updated with backup software that does incremental backups, i.e. copying only those new or modified file to the EHD.  Three such apps are Synk, Synk Pro and ChronoSync.

  • Trouble with writing this (this is not the cash register)

    someone please help me with this i want to make it so that if someone crashes then he will get back up on mouse click
    is there a way to do this
    public class CollisionHandler
    public CollisionHandler(Ground ground1)
    ground = ground1;
    public boolean isInCollision(PhysicsPoint physicspoint)
    return physicspoint.place.y > (float)ground.getMaxY(physicspoint.place.x);
    public void handleCollision(PhysicsPoint physicspoint)
    moveToSurface(physicspoint);
    physicspoint.collisionToSlope(ground.getSlope(physicspoint.place.x), ground.getFriction(physicspoint.place.x));
    private void moveToSurface(PhysicsPoint physicspoint)
    float f = 0.0F;
    Vector2 vector2 = Vector2.multiply(ground.getSlopeNormal(physicspoint.place.x), 0.4F);
    Vector2 vector2_1 = physicspoint.place;
    for(int i = 0; i < 10; i++)
    vector2_1.x += vector2.x;
    vector2_1.y += vector2.y;
    float f1 = ground.getMaxY(vector2_1.x);
    if(vector2_1.y <= f1)
    return;
    public Vector2[] isInCollision(PhysicsSphere physicssphere)
    Object obj = null;
    Vector2 vector2_1 = new Vector2(0.0F, 0.0F);
    Vector2 vector2_2 = new Vector2(0.0F, 0.0F);
    int i = 0;
    for(int j = -(int)physicssphere.radius; j <= (int)physicssphere.radius; j += 4)
    Vector2 vector2 = createContactPlace(physicssphere, j);
    if(isInCollisionWithPlace(physicssphere, vector2))
    vector2_1 = Vector2.add(vector2_1, vector2);
    vector2_2 = Vector2.add(vector2_2, ground.getSlope(vector2.x));
    i++;
    if(i == 0)
    return null;
    } else
    Vector2 avector2[] = new Vector2[2];
    avector2[0] = Vector2.divide(vector2_1, i);
    avector2[1] = Vector2.normalize(vector2_2);
    return avector2;
    private Vector2 createContactPlace(PhysicsSphere physicssphere, int i)
    float f = ((PhysicsPoint) (physicssphere)).place.x - (float)i;
    float f1 = ground.getMaxY(f);
    if(f1 < ((PhysicsPoint) (physicssphere)).place.y)
    f1 = ((PhysicsPoint) (physicssphere)).place.y;
    return new Vector2(f, f1);
    private boolean isInCollisionWithPlace(PhysicsSphere physicssphere, Vector2 vector2)
    float f = Vector2.substract(vector2, ((PhysicsPoint) (physicssphere)).place).length();
    return f <= physicssphere.radius;
    public void handleCollision(PhysicsSphere physicssphere, Vector2 avector2[])
    if(moveToSurface(physicssphere, avector2))
    physicssphere.collisionToSlope(avector2[1], avector2[0], ground.getFriction(((PhysicsPoint) (physicssphere)).place.x));
    private boolean moveToSurface(PhysicsSphere physicssphere, Vector2 avector2[])
    RotateMatrix33 rotatematrix33 = new RotateMatrix33(4.712389F);
    Vector2 vector2 = Vector2.multiply(Matrix33.multiply(rotatematrix33, avector2[1]), 0.35F);
    if(Vector2.dot(vector2, ((PhysicsPoint) (physicssphere)).speed) >= 0.0F)
    return false;
    Vector2 vector2_1 = ((PhysicsPoint) (physicssphere)).place;
    for(int i = 0; i < 20; i++)
    vector2_1.x += vector2.x;
    vector2_1.y += vector2.y;
    avector2 = isInCollision(physicssphere);
    if(avector2 == null)
    break;
    vector2 = Vector2.multiply(Matrix33.multiply(rotatematrix33, avector2[1]), 0.35F);
    return true;
    private static final int SPHERE_COLLISION_STEP = 4;
    Ground ground;
    }

    i dont think i have that gui thing or whatever, how
    can i get itGUI is Graphical User Interface--buttons, windows, etc. Some programs have one, some don't. If you want your program to respond to mouse clicks, you have to use classes that are used for handling GUIs. (Note: I don't think your program would necessarily have to display any windows or other graphical elements just to be able to respond to clicks, but then I don't do GUIs, so I might be talkin' outta my butt.)
    Here are some GUI tutorials. I'm too lazy to strip out the now-broken url tags, so you'll have to copy and paste the URLs yourself.
    Trail: Creating a GUI with JFC/Swing
    How to Make Dialogs
    How to Use Progress Bars
    Multi-threading in Swing
    Threads and AWT/Swing (IBM article: section at bottom)
    Using HTML in Swing Components

  • Anyone else having/had trouble with the 'this cable or accessory is not certified...' Messaging popping in continuously when you haven't got a cable plugged in?

    "cable or accessory not certified" popping up when nothings connected to the iPhone?

    I Have tried cleaning the port, got some lint out an I thought that would of helped but its doing it even more, I'd say every 10-20 seconds or so, it happens less when I actually plug it in though to my lightening to USB cable, it is charging really fast though, I just plugged it in then an it went from 20% battery to  37%  in under 10 mins, I'm pretty sure if I unplugged it an started using it I'd probably lose it just have fast too, any other suggestions? Thanks in advance.

  • I play pogo gams and they are not loading im always having trouble with firefox

    every time i try to play my pogo games the games are not loading and i keep losing my interent connection. why do i always have trouble with firefox this is getting very annoying
    since i pay to play pogo games

    how can this be fixed

  • My wife and I share apple id but have our own phones, and now having trouble with imessage

    My wife and I share apple id but have our own phones, and now having trouble with imessage. Sharing calenders, apps, music, contacts, etc...all great. But when we imessage each other. Our phones get confused and either not deliver message, or send it to and from itself.

    Go to Settings > Facetime and you will see "You can be reached for video calls at:"
    This should list your phone number (iPhone) and your email address (probably the gmail one).
    And then an option for "Add another email..."
    Choose that and enter your @me.com account and it'll send a verification email.
    Same for iMessage: Settings > Messages > "Receive at" > Add Another Email
    So you can be called by facetime and use iMessage through multiple email accounts yes.

  • I have one apple ID and multiple family members share this with their devices.  How do we keep pics and messages separate?

    I have one apple ID and multiple family members share this with their individual devices.  How do we keep pics and messages separate for each device?

    For messages
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    For other issue:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

  • I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this?

    I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this? I have shut down my phone, but still no luck!

    iMessage and FaceTime went down yesterday for some people. Mine is still down. My iMessage is saying the same thing about being activated. Sounds like you are still down too. Ignore the status page that says everything is fine - it lies.

  • I am having all kinds of trouble with itunes and updating my ipad. when I open up itunes, it seems to just sit there, never going to itunes store. when I connect my ipad, I check update and it starts, but then I get this message:backup can't be saved on

    I am having all kinds of trouble with itunes and updating my ipad. I open itunes up but it doesn't do anything except open to a blank screen. I try to access the itunes store but it won't go there. When I connect my ipad, and try to update it, it starts and then I get a message that says backup cannot be saved on this computer. I have tried everything suggested to no avail. This is the 2nd or 3rd time I have had problems with itunes. Sometimes I even get a message that I am not connected to the internet.
    I have uninstalled and re-installed. Any help?

    You might not have enough space left on your hardrive.

  • I'm having trouble with my Apple ID. I changed my email account, and recently (a month ago) and since I switched is requested every time I open any app to Apple ID password to the old email. How can I solve this? Could it be that my iPhone 4S is in sync w

    I'm having trouble with my Apple ID. I changed my email account, and recently (a month ago) and since I switched is requested every time I open any app to Apple ID password to the old email. How can I solve this? Could it be that my iPhone 4S is in sync with my Ipod???

    If you updated your existing account then try logging out of it on the iPhone by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPhone. If you created a new account then any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can download updates to its apps.

  • I have a new MacBook and I'm having trouble with the help section. I would like to rearrange the order of my photos with in an Event, how do I do this? I follow the directions but it will not work. Thanks for some tips.

    I have a new MacBook Pro and I'm having trouble with some of the Help sections. I want to rearrange the order of my photo's within an Event. I have followed the directions but it will not let me do it, what am I missing?  Thanks for any tips.

    Are you talking about iPhoto? If you are please post this in the iPhoto forum, thanks!

  • I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store.

    I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store. I have already had to have a technician to look at it and really couldn't figure out what the deal was.  I was told that the APP store software should give me no problems but the truth is that it locks up on the software. This machine is only 4 weeks old and I am using 37 g on a 1 T hard drive. There is no reason for it to be locking up. Also, when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that. I successfully used the help program on my pc lots of times. I did not need a $2000. plus machine to just get email. I just wanted to unload on somebody that might understand my pain and after checking out this site...I think there is a few of you out there.

    I was told that the APP store software should give me no problems but the truth is that it locks up on the software.
    The apps downloaded from the Mac App Store are written by third party developers, not Apple. If you have problems  with those apps you need to visit the support area for their websites. Launch the App Store, locate the app name. You should see a support link.
    when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that
    Go to ~/Library/Preferences. Move the com.apple.helpviewer.plist file from the Preferences folder to the Trash. Restart your Mac, try the Help menu.
    If you need help finding that file, hold down the Finder icon in the Dock then click: New Finder Window. From the menu bar top of your screen click: Go > Go to Folder. Type this in exactly as you see it here:   ~/Library/Preferences/com.apple.helpviewer.plist    That will take you right to that file.
    (.plist) files stores information about a particular app or in this case, the Help viewer. Often times deleting the .plist file resolves the issue.
    It's fine to "unload"... we understand that you expect your iMac to be stable but there are times when things go awry. That's why we have these forums so that you can you get help.
    You may want to read up on how to repair the disk if necessary or reintsall Lion >  OS X Lion: About Lion Recovery
    Apple - Find Out How - Mac Basics
    How to "switch" from PC to Mac >  Apple - Support - Switch 101
    I'm sorry you feel, "ripped off", but you are using the world's most advanced operating system and it may take some time to adjust to a new OS.   http://developer.apple.com/technologies/mac/

  • The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    Click on the Layout button lower right and choose a Vertical lyout from the dropdown

Maybe you are looking for