REM Blog
-
10/19/2012
How to query the version of a sqlite db
Here's a quick one, but I've had to look this up more than once, so I thought I better blog about it
-
10/09/2012
How To Find The Line Number Of An Error
As a beginner, one of my biggest pet peeves about working with iOS, was not being able to see the line number that caused an error in the debugger.
-
10/06/2012
When using setTimeout(), setInterval(), or requestAnimationFrame()
Remember that the scope of 'this' will be global when your callback function runs in setTimeout(), setInterval(). or requestAnimationFrame().
-
10/05/2012
Adding a Time and a Date and then Converting to Timestamp
This took me longer to figure out than it should have.
-
10/02/2012
Quick Tip - Keyboard and becomeFirstResponder
Quick Tip - Keyboard and becomeFirstResponder
-
9/28/2012
Links To Android Articles On The Old Blog Site
To see a few posts on Android, visit the old blog site. Hope to get back to android development soon.
-
9/08/2012
WebGL: Up and Running by Tony Parisi; O'reilly Media
If you're a web developer looking for a quick introduction to 3D graphics, then this is the book for you.
-
10/30/2011
A quick note on the detach() method..
Here's an interesting little observation I made about the detach() method