Proseworlds: Exit Theory
I have a get-to-know-you project on Google App Engine, and that project is Proseworlds. I am building a simple browser-based game, adding features one at a time in spare moments of time. Read more
I have a get-to-know-you project on Google App Engine, and that project is Proseworlds. I am building a simple browser-based game, adding features one at a time in spare moments of time. Read more
A fairly common requirement on a database-backed website (say) is to read in tabular information and turn it in to a hierarchy. Without a little bit of planning it is easy to let the code for this get obscure and difficult to read. PHP has features that should be used to keep grouping clear. Read more