skip to main | skip to sidebar

Sime News

Category

  • Business (105)
  • Health (113)
  • Lifestyle (102)
  • Technology (112)
  • World (118)

Archive

  • ► 2013 (265)
    • ► 03/03 - 03/10 (5)
    • ► 02/24 - 03/03 (31)
    • ► 02/17 - 02/24 (33)
    • ► 02/10 - 02/17 (30)
    • ► 02/03 - 02/10 (33)
    • ► 01/27 - 02/03 (33)
    • ► 01/20 - 01/27 (33)
    • ► 01/13 - 01/20 (32)
    • ► 01/06 - 01/13 (35)
  • ▼ 2012 (285)
    • ► 12/30 - 01/06 (34)
    • ► 12/23 - 12/30 (29)
    • ► 12/16 - 12/23 (33)
    • ► 12/09 - 12/16 (33)
    • ► 12/02 - 12/09 (33)
    • ▼ 11/25 - 12/02 (32)
      • South L.A. frustrated by delays in building new Ki...
      • The Cow Jumped Over the Moon (1957)
      • Putin aide denies Russian president has health pro...
      • Doctors Who Work for Hospitals Face a New Bottom Line
      • Shortcuts: Why It’s Not All Bad to Be Bored
      • The lure of fishing endures even when they're not ...
      • A Google-a-Day Puzzle for Nov. 30
      • Stephen King and Steven Spielberg’s “Under the Dom...
      • Recipes for Health: Asian Chopped Salad With Seaso...
      • Powerball's $580-million jackpot inspires wishes, ...
      • A Google-a-Day Puzzle for Nov. 29
      • ‘The Inbetweeners’ Canceled by MTV
      • Cost of Brand-Name Prescription Medicines Soaring
      • App Smart: Apps for Home Repairs for the Handy and...
      • Man who set his two children ablaze pleads guilty
      • A Google-a-Day Puzzle for Nov. 28
      • U.S. author sues filmmaker Tyler Perry over plot o...
      • Recipes for Health: Spinach and Turkey Salad — Rec...
      • Facebook Gift Store Urges Users to Shop While They...
      • Egypt president meets judges, fails to 'contain cr...
      • A Google-a-Day Puzzle for Nov. 27
      • Bin Laden movie “Zero Dark Thirty” based on first-...
      • Books: Woe Is Syphilis, and Other Afflictions of F...
      • Puerto Rico Races to Rescue Its Pension Fund
      • Survey finds lots of unused vacation time
      • A Google-a-Day Puzzle for Nov. 26
      • Agency Investigates Deaths and Injuries Associated...
      • Oprah Winfrey Seeks a Younger Audience to Bolster ...
      • L.A.'s revamped teacher evaluation system getting ...
      • A Google-a-Day Puzzle for Nov. 25
      • Hobbits, superheroes put magic in NZ film industry
      • Indian Prostitutes’ New Autonomy Imperils AIDS Fight
    • ► 11/18 - 11/25 (34)
    • ► 11/11 - 11/18 (30)
    • ► 11/04 - 11/11 (27)

The lure of fishing endures even when they're not biting

Label: World
































































PERSPECTIVE







































































Gale Holland, Los Angeles Times

















November 30, 2012









































































































































































Comments are filtered for language and registration is required. The Times makes no guarantee of comments' factual accuracy. Readers may report inappropriate comments by clicking the Report Abuse link next to a comment. Here are the full legal terms you agree to by using this comment form.












































';
shareDiv.innerHTML = templateHTML;

/* append the new div to the end of the document, which is hidden already with CSS */
document.body.appendChild(shareDiv);

/* Store the div in both a regular JavaScript variable and as a jQuery object so we can reference them faster later */
var shareTip = document.getElementById('shareTip'),
$shareTip = $('#shareTip');

/* This extends our settings object with any user-defined settings passed to the function and returns the jQuery object shareTip
was called on */
return this.each(function() {
if (options) {
$.extend(settings, options);
}

/* This is a hack to make sure the shareTip always fades back to 100% opacity */
var checkOpacity = function (){
if ( $shareTip.css('opacity') !== 1 ){
$shareTip.css({'opacity': 1});
}
};

/* Function that replaces the HTML in the shareTip with the template we defined at the top */
/* It will wipe/reset the links on the social media buttons each time the function is called */
var removeLinks = function (){
shareTip.innerHTML = templateHTML;
};

/* This is the function that makes the links for the Tweet / Share functionality */

var makeURLS = function (link, message){
/* Here we construct the Tweet URL using an array, with values passed to the function */
var tweetConstruct = [
'http://twitter.com/share?url=', link, '&text=', message, '&via=', settings.twitter_account
],
/* Then join the array into one chunk of HTML */
tweetURL = tweetConstruct.join(''),

/* Same story for Facebook */
fbConstruct = [
'http://www.facebook.com/sharer.php?u=', link, '&src=sp'
],

fbURL = fbConstruct.join(''),

newHTML = [
''
],
shareHTML = newHTML.join('');
/* Load in our new HTML */
shareTip.innerHTML = shareHTML;
};

/* Since the shareTip will automatically fade out when the user mouses out of an element */
/* we have to specifically tell the shareTip we want it to stay put when the user mouses over it */
/* This effectively gives the user a 500 ms (or whatever) window to mouse */
/* from the element to the shareTip to prevent it from popping out */
$shareTip.hover(function(){
$shareTip.stop(true, true);
$shareTip.show();
checkOpacity();
}, function(){
$(this).fadeOut(settings.speed);
});

/* This function handles the hover action */
$(this).hover(function(){
/* remove the old links, so someone doesn't accidentally click on them */
removeLinks();

/* If there's already an animation running on the shareTip, stop it */
$shareTip.stop(true, true);

var eso = $(this),
message,
/* Store the width and height of the shareTip and the offset of the element for our calculations */
height = eso.height(),
width = eso.width(),
offset = eso.offset(),
link;


link = eso.children('a').attr('href');
message = escape( eso.find('img').attr('alt') ) || eso.attr(settings.message_attr);

if (link.search('http://') === -1){
link = 'http://www.latimes.com' + link;
}
link = encodeURIComponent(link);

/* If it's at the top of the page, the shareTip will pop under the element */
if (offset.top

You're reading an article about
The lure of fishing endures even when they're not biting
This article
The lure of fishing endures even when they're not biting
can be opened in url
http://simenews.blogspot.com/2012/11/the-lure-of-fishing-endures-even-when.html
The lure of fishing endures even when they're not biting
Related Posts : World

Newer Post Older Post Home

Copyright © Sime News. All rights reserved.
Design And Business Directories

Subscribe Me

  • Blog Komputerbutut
  • Business Directories
  • Jasa Seo
  • Hosting Murah
  • Top Ranking 1 Google
  • U Link Directory
  • Dm Edu General Business Directory
  • Tk Edu General Business Directory
  • J Links Directory
  • Y Directory Business
  • A Top Directory News
  • B Top Directory News
  • C Top Directory News
  • D Top Directory News
  • E Top Directory News
  • Youth News
  • Wild News
  • traffic News
  • Tournament News
  • Signature News
  • Shop News
  • Roads News
  • Phone News
  • Optimal News
  • Occupancy News
  • News Warning
  • News Selling
  • News Events
  • News Democrat
  • News Atlowtide
  • Missing News
  • liberals News
  • Energy News
  • Confused News
  • Building News
  • Commonwealth Life Perusahaan Asuransi Jiwa Terbaik Indonesia
    Business Directory