REM Blog
-
11/01/2013
Getting the Height of the StatusBar in iOS
A snippet that will give you the status bar height, regardless of the orientation
-
10/30/2013
Some Problems of Developing for iOS
Issues that I'm experiencing as a part-time iOS developer
-
10/23/2013
Currying and Partially Applied Functions
A very simple example of currying and partial applied functions
-
10/10/2013
Sorting an array of objects by a property
How to sort an array of objects by one of the object's properties
-
10/10/2013
Java Generics
A good little code sample to help with understanding generics in Java
-
10/09/2013
Using JavaScript regular expressions to match beginning and end of strings
-
10/04/2013
Be careful when using instanceof
If you intend to throw an error if an object is not an instanof some class, be careful of this mistake that's easy to make.
-
9/27/2013
Handlebars - Calling a helper function from another helper
And a useful helper for populating select boxes.
-
9/27/2013
Apache and Filenames That Have Ampersands In Them
-
9/20/2013
Handlebars - reaching up to a value in the parent context