F

Here is where the computer is not just a "stupid machine"
Scroll Up
start.. image1
 
image2
 
image3
 
image4
 
image5
 
image6
 
image7
 
image8
 
image9
 
image10
 
end.
Scroll Down

// this tells jquery to run the function below once the DOM is ready $(document).ready(function() { // choose text for the show/hide link var showText="Show the hidden text"; var hideText="Hide the text"; // create the toggle link $("#hide_this").before("

"+showText+""); // hide the content $('#hide_this').hide(); // capture clicks on the newly created link $('a#toggle_link').click(function() { // change the link text if ($('a#toggle_link').text()==showText) { $('a#toggle_link').text(hideText); } else { $('a#toggle_link').text(showText); } // toggle the display $('#hide_this').toggle('slow'); // return false so any link destination is not followed return false; }); });

What is Aimster?

Browse the article What is Aimster?
What is Aimster?
With all the recent Napster news in the newspapers and television, the recent availability of Aimster may be of interest to people who want to share files. Aimster leverages the popularity of AOL's Instant Messenger (AIM). Your instant message buddies can help by recommending files without the hassles of e-mail. Aimster lets you share files only with those you already know and trust -- those on your buddy list. It is more manageable and relatively limited compared to Napster. You share files only with those you choose from your AIM buddy list. AIM users do not have to be AOL users.
The Next Killer Application?
Aimster users may not have the legal worries of Napster, since you have more control over your files. All of the reported 50 to 60 million Napster users have access to your files while you are connected to a Napster node. Aimster users can only search or be searched by others who are on their AIM buddy list. Instant file sharing may be the next killer application, allowing people to share their artwork, photos, recipes and other creative items.

0 comments

Post a Comment

Followers