Android Fixed Background ScrollView

Posted by Nathan Wong on 5th August 2011

A nice effect that we've been experimenting with lately on mobile platforms is having a static background layer underneath a layer which can scroll up to completely cover it.

Read more... [Post Comment]

Simple links in android

Posted by Nathan Wong on 4th July 2011
Tagged: code, android

There are few things that give a developer more pleasure than finding those small functions and helpful methods that can save huge amounts of work in development. When developing Android apps, one of my very favourite is the Linkify, a small, powerful and configurable utility that automatically adds links to any block of text that you're displaying in your Activity's views.

Read more... [Post Comment]

How to create a PHP tree object using parent child notation

Posted by Mike Caisey on 20th August 2010
Tagged: PHP, object, code, tree
This is a quick guide for PHP coders to help in building things like menus for a website. It encapsulates everything in a single object from a single database query.

Read more... [9 Comment(s)]