December 30th, 2011

  • Technology

Open Graph Video Share

I figure I would get one last post in before the end of the year.  I’ve been working with Facebook’s Open Graph again trying to share custom videos and just like every other Facebook technology there are a few caveats. The first being if you don’t have an image to go along with your video you won’t see the video player in your news feed.  Second you have to make all of the OG links use https otherwise those users won’t see the player.  Instead they will be taken to the page with all the OG data. Thirdly, you should set a video width and height meta tag that doesn't cause scrollbars.  I've been using the same dimensions as YouTube, 398x224.

August 25th, 2011

  • Technology

Custom Directory Listings with Htaccess

It never ceases to amaze me how incredibly powerful and misunderstood the .htaccess file is to web developers.  Most of us never need to crack open that file, but if we do, a quick Google search will give you all the code you need.

July 13th, 2011

  • Technology

Great Resource for Arduino

I've been playing around with Arduino for about two weeks now and just a few minutes ago I found a great resource on the web, bildr.  There are a ton of blog posts on Arduino and examples on how to connect some of the more popular sensors and components.  Check it out if you get a chance.

ShortCircuit is a pretty good resource too.

July 8th, 2011

  • Technology

Playing with Arduino

I’ve heard about Arduino for years now, but never invested any time into using it until recently.  It’s pretty addicting and it isn’t all that difficult to get started with.  There are a ton of examples on the Arduino website (basic circuits and code) and the programming language is C.

If you’re looking for a good book on the subject, I would recommend the Arduino Cookbook published by O’Reilly.  I bought a couple books, but this is the one you really need.

Archive of Previous Entries