I did some web coding recently and was intensively trying to use some Javascript and HTML5 features to dynamically manipulate content within a webpage. From past experiences, this manipulation can be done in some ways by using getDocumentById as well as innerText. Continue reading Safari vs Mozilla: Javascript HTML5
Save some power – check ServerBackup
This took some time for me to find out, but there was some process on my OSX Server that was churning away at my drives. I really didn’t mind leaving my drives on, but having it spin too often would lead it to an earlier death due to mechanical failure. Continue reading Save some power — check ServerBackup
Some notes on Google AuthSub
Hacked around the whole day trying to get my domain working together with the AuthSub authentication method working with Himiko. Continue reading Some notes on Google AuthSub
FileIO for iPhone
Moving along from simple controls such as AlertViews, Singletons, ScrollViews and ActionSheets, in order to write anything remotely useful, FileIO would have to be done. Continue reading FileIO for iPhone