Unearthed Playgrounds

  • Archive
  • RSS
‘Revolution Calling’ by QueensrÿcheWho do you trust when everyone’s a crook?
View Separately

‘Revolution Calling’ by Queensrÿche
Who do you trust when everyone’s a crook?

    • #thisismyjam
  • 3 days ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
‘Last Day on Earth’ by Duran DuranSo what would you do?
View Separately

‘Last Day on Earth’ by Duran Duran
So what would you do?

    • #thisismyjam
  • 1 week ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
‘Rage Hard’ by Frankie Goes to HollywoodDo not go gently…
View Separately

‘Rage Hard’ by Frankie Goes to Hollywood
Do not go gently…

    • #thisismyjam
  • 2 weeks ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
‘Dinosaur’ by King CrimsonSomebody’s digging my bones…
View Separately

‘Dinosaur’ by King Crimson
Somebody’s digging my bones…

    • #thisismyjam
  • 3 weeks ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
‘On the Turning Away’ by Pink FloydDon’t join in the turning away….
View Separately

‘On the Turning Away’ by Pink Floyd
Don’t join in the turning away….

    • #thisismyjam
  • 4 weeks ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
‘Dreamline’ by RushLearning that we’re only immortal, for a limited time.
View Separately

‘Dreamline’ by Rush
Learning that we’re only immortal, for a limited time.

Source: thisismyjam.com

    • #jam
  • 1 month ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

The Battle

A short retelling of a lesson learned.

    • #blog
  • 1 month ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

JQuery for overriding the status bar

Not certain if anyone could use this, but if you have a requirement like I do that you need to ensure that the window status bar has the same text as the title attribute in the html, this is a simple JQuery script that will do that for you:

$(document).ready(function(){
  $('*[title]').mouseenter(function() {
    window.status=$(this).attr('title');
    return true;
  });
  $('*[title]').focus(function() {
    window.status=$(this).attr('title');
    return true;
  });
  $('*[title]').mouseleave(function() {
    blankStatus();
  });
  $('*[title]').blur(function() {
    blankStatus();
  });
  $('*[title]').focusout(function() {
    blankStatus();
  });
});
function blankStatus() {
  window.status = "";
  return true;
}
    • #code
    • #jquery
  • 4 months ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Portrait/Logo

About

Stuff that I dug up to play with: code, writing, etc.

Pages

  • Haiku 575
  • Risus TOTM

Following

  • quote-book
  • wilwheaton
  • georgetakei
  • marvelentertainment
  • neil-gaiman
  • staff
  • disqus
  • onethingwell
  • yahoo
  • adventuretime
  • 575
  • support
  • minimalmac
  • marissamayr
  • ministryofdesign
  • retrorpg
  • risus
  • comicbooks
  • developers
  • engineering
  • editorial
  • ipadfirst
  • cleireac
  • micasaessucasa
  • celebratepoetry
  • cycloctopusinspired
  • conjuror

I Dig These Posts

  • Photo via wilwheaton

    ryallsfiles:

    Fantastic Four model sheet by John Byrne. Also, the endpapers for our coming John Byrne’s Fantastic Four Artist’s Edition, which...

    Photo via wilwheaton
  • Photo via minimalmac

    To wit, too many of the apps I see these days are things I have been using plain text files for for years. That is what your app is competing...

    Photo via minimalmac
  • Quote via quote-book
    “I was born lost and take no pleasure in being found.”
    — John Steinbeck
    Quote via quote-book
  • Quote via quote-book
    “As a child I never heard one woman say to me, “I love my body.” Not my mother, my elder sister, my best friend. No one woman has ever said, “I am so...”
    Quote via quote-book
See more →
  • RSS
  • Random
  • Archive
  • Mobile
Effector Theme by Pixel Union