Showing posts with label screencast. Show all posts
Showing posts with label screencast. Show all posts

Sunday, October 2, 2011

Screencast Toolset

Best toolset that I've found for working on the Mac with screencasts:
  1. ScreenR
  2. for recording.
  3. Jing for recording.
  4. SimpleMovieX for merging.
    1. The videos merged using this tool will not work as intended on Vimeo or YouTube. They will stop at the very first location that was stitched together.
  5. Final Cut Pro for merging.
    1. The videos merged using this tool can be seamlessly uploaded to top providers like YouTube and everything in the video works as intended. But the content may show up as Public by default! So make sure to secure your content afterwards.

Wednesday, May 25, 2011

RestKit - Getting Started w/ examples on iPhone

The lectures provided by Stanford University on iTunes offer a great start for anyone looking to kick-off iPhone development. Yet they leave a gap when it comes to driving the UI with an easy to use WebServices library. And the thought of "rolling your own" can be scary. This is where RestKit fills in the gap by providing an Objective-C framework that makes it easy to send/receive JSON messages and much much more...

If you want to quickly get some hands-on time with an iPhone simulator and all the features that RestKit has to offer then have a quick peek here.