Tag Archives: Twitter

Goodbye, ExtraLife Radio, My Old Friend

This past Friday I feel like an era ended as Scott Johnson, creator of the ExtraLife webcomic, announced that the ExtraLife Radio podcast (ELR) would be shutting its doors.  Ordinarily, there’s not much cause to write about a podcast that was or has gone away (a.k.a. podfading), but that’s not what happened here.  The show was still, even in its more recent highly irregular schedule, as entertaining as it ever was.  However, I really felt the need to mention that this podcast was not just one of my all time favorites, it was one of the ones that carried me through so much change in my life.

Read More »

Posted in General | Also tagged , | 5 Responses

TouringPlans.com Lines: Consumption, Contribution, & Gaming

For those that don’t know, TouringPlans.com is the website for the Unofficial Guide to Walt Disney World (*ding*).  ”The Guide” is a favorite among travelers to Walt Disney World, and the Disney online community, especially fans of the WDW Today Podcast.  The greatest asset of the book and the site is the sheer amount of data that sits behind them.  This is not stagnant data taken years ago that is only somewhat correct, or worse, mostly incorrect.  Instead this is a very up to date set of data that is constantly being tweaked, finely tuned, and analyzed by their team to bring to us, the consumer, as accurate an experience as possible.

Back in November of 2009, TouringPlans.com  announced a new web based application for the iPhone called Lines.  Since that time it has grown to include versions for Android, Palm, and Blackberry devices.  At it’s core, it is a means by which, from your smartphone, you can access what is generally the most coveted of all Disney Theme Park knowledge, “How long am I going to have to stand in this line?” Read More »

Posted in Disney | Also tagged , , , | 5 Responses

Movie Review: The Spy Next Door

Rating:3.5/5 ★★★½☆ 
Jackie Chan's House

Jackie Chan's House

I have to be honest with you up front, I’m a huge Jackie Chan fan.  I’m not just talking the modern day “American” movie star Jackie Chan that has come about with movies like Rush HourAround the World in 80 Days, and The Tuxedo.  No, I’m talking about classic, pirate fighting, Project A Jackie Chan.  I’ve even included the picture on the left to show that I’ve whizzed past the man’s house at 30 mph on a Hollywood tour bus just to catch a glimpse.  And I confess all this to you because while the cinema student in me says that this movie was only 3 stars, my appreciation for all things Jackie Chan has required me to give it an extra half star – just on principle. Read More »

Posted in Movie Review | Also tagged , | 4 Responses

Integrating Twitter and WordPress

I’ve known about WordPress for a long time, and this is the first time I’m really playing with it in order to integrate a blog into my online presence. Like many these days, I have a Twitter account, so I made this my first target for integration.  There were four primary goals here:

  1. Make it so that when I post a blog entry have it automatically posted to Twitter.
  2. Show my recent tweets.
  3. Show my favorite tweets.
  4. Show the photos I’ve tied to my Twitter account using Twitpic.

Read More »

Posted in General | Also tagged , | 1 Response

Recent Tweets CSS Makeover

Played a bit with styles for the Recent Tweets widget from Twitter Tools.  I just wanted to give it some pizazz.  To do this I made the Tweets it shows look/behave somewhat like they do on on the Twitter home page.  First you’ll notice that I replaced the bullets with a smaller version of the social media icon I used (see the top right of the blog).  Then I placed a very grey one pixel line above list item in the widget.  And finally I set each Tweet so that when the mouse hovers over it it gets a darker grey background.

The CSS code looks like this:

/* Twitter Tools */
.aktt_tweets ul li { font-size: 85%; list-style-image: url(tweet.png); border-width: 0; border-top: 1px solid #EEEEEE; }
.aktt_tweets ul li:hover { background-color: #F7F7F7; }
.aktt_tweets .aktt_more_updates { list-style-image: none; list-style-type: none; font-size: 75%; font-weight: bold; font-variant: small-caps; }
.aktt_tweets .aktt_more_updates:hover { background-color: transparent; }

Read More »

Posted in General | Also tagged | 1 Response

Blog Tweets… Yeah Yeah

Well, I bailed on Su.pr fairly quickly.  It simply would not work, and I don’t have a high degree of tolerance for things that are not well documented.  Don’t get me wrong I have no beef with StumbleUpon – they are a great site.  I just think the Su.pr service requires better documentation.  That’s all.

That had be head to the plugin directory at the WordPress site.  Didn’t take long to find something that seems like it will do the job for me: Twitter Tools.

While the plugin can do cross polination (meaning Tweets go to the Blog, and Blog posts go to Twitter), for my needs I really only want a one way trail.  The way I have things now my Tweets already go to Facebook (again see social links on the top right of the blog).  This means that when the plugin posts to Twitter, I’ll also get that reflected on Facebook.  For me that works.

Read More »

Posted in General | Also tagged , | 2 Responses