Tag: javascript
July 11, 2012
Tech Conference Videos Online
Like many older generation software developers, i.e. the set of programmers over 29, I have a lot of commitments that I can’t put on hold for days at a time. In my professional life, I have my standard work hours. Then I usually have one…
March 31, 2012
Project: Facebook Data Liberation — Part 4 — Reading Feeds
Back in Part 1, I explained why I’m making this HTML5 application. The condensed version of the story so far is that I’m making is a web/mobile app that can read a running/fitness Facebook group feed. Now we are up to Part 4 where…
March 30, 2012
Project: Facebook Data Liberation — Part 3 — Authentication
There are a few ways to work with the Facebook API in a HTML5 application. You can use their JavaScript SDK, you can do the integration on the server side, or you can make direct calls with your own JavaScript functions. I'm going to use that last technique.