All work and no play makes Jack Dennis a dull null boy. So one of the wonderful things about living here is that regardless the season we always have something great to do outside. During this time of year we go on a hike each Wednesday with a group of friends. Usually a great time to unwind and …
Author Archives: dniswhite
Hello world!
First post and like all things developed for the first time you start with a simple Hello World. I am going to a different level though and also put out some code examples. The following code samples can be be seen in action here. $(‘#helloBtn’).button().click(function() { alert(‘Hello World.’); }); Some simple Objective C debug logging. …