Show
Ignore:
Timestamp:
01/28/07 17:13:20 (2 years ago)
Author:
jm3
Message:

made initial interaction better with some hints on the homepage to start linking / tagging.
removed the "delete tags" link when you have no tags.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/install/traditional-install.php

    r381 r1299  
    44%> 
    55<title> feedmelinks.com : the ADD LINK button </title> 
    6 <% include( "$modules/header.inc.php" ); %> 
     6<%  
     7        $noBody = true; 
     8        include( "$modules/header.inc.php" );  
     9%> 
     10 
     11<script language="javascript"> 
     12 
     13var d=document; var _a=(d.all)?1:0; var l=(!d.getElementById && b.nn)?1:0; 
     14function getE(e,f){if(l){f=(f)?f:self;V=f.document.layers;if(V[e])return V[e];for(W=0;W<V.length;)t=getE(e,V[W++]);return t;}if(_a)return d.all[e];return d.getElementById(e);} 
     15function writeH(e,h){e=getE(e);if(l){Y=e.document;Y.write(h);Y.close();}else e.innerHTML=h;} 
     16 
     17        function remove_onclick_for_all_bookmarklets_on_page( optional_id ) { 
     18 
     19                var e = document.getElementById( "killme" ); 
     20                // isn't working; the href attribute is too long and weird with all the JS, maybe? 
     21                //alert( e.getAttribute( "href" )); 
     22                //e.setAttribute( "href", "#" ); 
     23                //alert( e.getAttribute( "href" )); 
     24                //alert( "remove_onclick_for_all_bookmarklets_on_page called" ); 
     25                // no-up until RP is back up 
     26        } 
     27</script> 
     28 
     29<body onLoad="remove_onclick_for_all_bookmarklets_on_page();"> 
    730 
    831<!-- override the bgcolor cause the screenshots are on white --> 
     
    1437<div style="width: 720px;"> 
    1538 
    16 <h1>Feed Me Links : ADD LINK button.</h1> 
     39<h1>Using Firefox, Mozilla, Safari*, Opera, and Netscape?</h1> 
    1740 
    1841<div style="width: 55em;"> 
    1942 
    20 <div> 
    21 <p> 
    22 <img src="img/the-button.gif" align="right" style="margin-left: 10px;" /> 
    23 <b>Feed Me Links</b> keeps all your links so you can use them from any 
    24 computer or browser. You can share your links with anyone on the 
    25 web and check out what sites other people are linking to.  All of 
    26 this works by adding a new button to your browser called "Add Link". 
    27  
    28  
    29 When you visit on a site you want to remember, just click 'Add 
    30 Link'.  The Feed Me Links gnomes will prompt you to name the link and 
    31 will you save it to a folder of your choosing.  Never easier, you 
    32 salty gumshoe. 
     43<big> 
     44        <ol> 
     45                <li>Drag the "<a title="Add Link" class="bookmarklet" id="killme" href="<%= getBookmarklet() %>">Add Link</a>" button to your browser's links bar: (DRAG, don't click!) 
     46                <li>If you're confused, please see the <a href="/install/traditional-install">detailed instructions</a>.</li> 
     47                <li>Enjoy!</li> 
     48        </ol> 
     49</big> 
    3350 
    3451</p> 
     52 
     53<div style="border: 2px solid red; padding: 1em; margin-top: 2em; margin-bottom: 2em; text-align: center;"> 
     54        <a style="color: white;" href="<%= getBookmarklet() %>"><img src="/img/icon.gif" alt="Add Link" align="middle" border="0" /> Add Link</a><br /> 
     55        <!-- &nbsp; Drag the "Add Link" button to your browser's Links toolbar: --> 
    3556</div> 
    36 <br clear="all" /> 
    37 <br /> 
    3857 
    39 <div style="border: 2px solid red; padding: 1em; margin-top: 2em; margin-bottom: 2em;"> 
    40 <span class="head">To Get It:</span> 
    41 drag the skull to your browser's Links toolbar:  &nbsp; 
     58( * if you see the warning "This link may not be safe", please ignore it. Internet Explorer is not too smart about javascript. ) 
    4259 
    43 <a style="color: white;" href="<%= getBookmarklet() %>"><img src="/img/icon.gif" alt="Add Link" align="middle" border="0" /> Add Link</a><br /> 
     60<!-- <img src="img/the-button.gif" align="right" style="margin-left: 10px;" /> --> 
     61<h3>So what does all this do, now?</h3> 
     62<p> 
     63        Good question.<p/> 
     64        <b>Feed Me Links</b> keeps all your links so you can use them from any 
     65        computer or browser. You can share your links with anyone on the 
     66        web and check out what sites other people are linking to.  All of 
     67        this works by adding a new button to your browser called "Add Link". 
     68</p> 
     69<p> 
     70        When you visit on a site you want to remember, just click 'Add 
     71        Link'.  The Feed Me Links gnomes will prompt you to name the link and 
     72        will you save it to a folder of your choosing.  Never easier, you 
     73        salty gumshoe. 
     74</p> 
    4475 
    45 </div> 
    46 ( * if you see "this link may not be safe", ignore it. Internet Explorer is not too smart about javascript. ) 
     76<p><small> 
     77* Safari users please note -- we have found many issues with Safari on Feed Me Links javascript and with browsing in general. We make an effort to make our code compatible with all browsers, but we've seen several issues in the past that can be traced back to how Safari renders web pages. Caveat Browser.</small></p> 
     78 
     79<h2>Using Internet Explorer on Windows?</h2> 
     80 
     81  <h3>A. Set up your browser</h3> 
     82  <ul> 
     83    <li>Make sure your Links Toolbar is showing. If you cannot see it, 
     84    go to the <b>View > Toolbars > Links</b> menu to make it appear. </li> 
     85    <li>If the "Links" toolbar isn't fully showing, click and hold on 
     86    "Links" while moving it to create more space. </li> 
     87    <li>To remove any unwanted buttons, right click on the name and 
     88    select "Delete". </li> 
     89  </ul> 
     90 
     91  <h3>B. Drag the "Add Link" button to your Links toolbar</h3> 
     92  <ul> 
     93    <li>If the window asks whether you want to "Open" or "Save", choose "Open"</li> 
     94    ("Add Link" button above) 
     95  </ul> 
     96   
     97        <h3>C. All done!</h3> 
     98 
    4799 
    48100<p> 
    49101no software will be installed on your computer, and you will NOT 
    50102need to restart your computer or your browser. No animals were 
    51 harmed in the making of this shhht. </p> </div> 
     103harmed in the making of this. </p> </div> 
    52104 
    53105<h2>