December 5, 2011
PhoneGap is really cool since you can use web development technologies to do native mobile app development. Unfortunately it doesn’t support everything the phone does via its JavaScript API. For that you need to use plugins which execute native code, and is called from JavaScript. Makeup Of a Plugin PhoneGap plugins consist of 2 things. [...]
Read the full article →
December 2, 2011
For GoDjango I like to use HTML5 video playback for all the screencasts, but unfortunately there isn’t a good standard video type for playback. Generally MP4 (h.264) works fine for mobile devices, chrome, safari, and IE. However, for Firefox, my browser of choice, you need to have either Webm or Ogg Vorbis. I ended up [...]
Read the full article →