Friday, August 26, 2011
Books I've Read This Week
Wednesday, August 24, 2011
Webcomic Wednesday: Ratfist
Ratfist is a webcomic by Doug TenNapel. You can see the titular character to the left as he is a sort of amalgam of Batman and Earth Worm Jim. EWJ is another character created by TenNapel.
The strip is at times silly and poignant but always worth a read. The whole story is collected so if you start at the link above you can read the whole thing and get a beginning, middle and end.
The strip is at times silly and poignant but always worth a read. The whole story is collected so if you start at the link above you can read the whole thing and get a beginning, middle and end.
Friday, August 19, 2011
Books I've Read This Week
I used to do a weekly in depth review of a book I'd read the previous week. Starting this Friday I'm going to give some quick hits of books I've read in the previous seven days. Hopefully this will be the beginning of a running feature here on my blog.
Well that's it until next Friday.
Well that's it until next Friday.
Tuesday, August 9, 2011
Brew Strong K-Cup Coffee
Thanks to Lifehacker for linking to this post on the Instructables that shows how to brew better, stronger (sadly not harder or faster*) coffee. By combining a My K-Cup with any used K-Cup you can increase the amount of pressure used when brewing your coffee for better flavour extraction from your ground coffee. I think this is an excellent trick to add to your home brewing arsenal.* If you prefer the Kanye West version here it is.
Monday, August 8, 2011
Our OSCON PhoneGap Slides
Well the PhoneGap presentation that Becky Gibson and I gave at OSCON this year seems to have been well received. Thirteen people have rated us so far giving us an average of 4.15 stars out of 5 which I consider to be pretty good. If you are looking for the slides and example code you can find it here.
Next up for me is an internal presentation at the end of the month and then I will head down to Ottawa chapter of CocoaHeads to talk about developing cross platform mobile apps with PhoneGap.
Update: Now available on SlideShare as well.
Next up for me is an internal presentation at the end of the month and then I will head down to Ottawa chapter of CocoaHeads to talk about developing cross platform mobile apps with PhoneGap.
Update: Now available on SlideShare as well.
Labels:
mobile,
oscon,
phonegap,
programming,
webdev
Saturday, July 30, 2011
Upgrading your PhoneGap Android Application to 1.0.0
With the release of PhoneGap 1.0.0 some folks may run into some problems upgrading their existing applications to the latest version. If you are not using "droidgap create" to generate a brand new Eclipse project using PhoneGap 1.0.0 here are a few things you should be aware of:
- Obviously you'll need to modify the script tag that references phonegap-{ver}.js to be phonegap-1.0.0.js.
- Secondly you'll need to remove the current phonegap-{ver}.jar from the build path and add phonegap-1.0.0.jar to the build path.
- If you run your app and it gets the Force Close dialog then you probably didn't copy plugins.xml into the res/xml directory in your application. If the xml directory doesn't exist create it!
- If you are unable to open a second html page in your app then you're missing the following tag which should be placed in the application tag of your apps AndroidManifest.xml:
<activity android:name="com.phonegap.DroidGap" android:label="@string/app_name" android:configChanges="orientation|keyboardHidden">
<intent-filter>
</intent-filter>
</activity>
Please note after you add this activity you should have two activities under your applications tag. The above activity should not replace the one currently in your application tag.
- If you see and error about PluginManager.addService() not existing then you are using old style plugins. Go into the Plugins .js file and comment out of straight up delete the PluginManager.addService() line from the PhoneGap.addContructor() method. Then you should add a plugin tag to the plugins tag in your plugins.xml.
For instance if you are using the TTS plugin you'd add:
<plugin name="TTS" value="com.phonegap.plugins.speech.TTS"/>
Tuesday, July 19, 2011
My Upcoming Conferences
Apparently people like this PhoneGap thing. So much so I'll be talking about it at three conferences this year.
- OSCON July 27, 2011 - Building Native Mobile Applications with PhoneGap
- InterLab, US Dept. Of Energy October 2011 - Workshop on Building Cross Platform Mobile Apps with PhoneGap
- AnDevCon II November 2011 - Extending Your PhoneGap Application with Plug-ins
Subscribe to:
Posts (Atom)

