Here is a list of of links that i have used as reference in some way when writing iPhone Software. Continue reading Development Links
Tag Archives: development
Screen Rotation and Browser Scaling
After some test, i have come to realize that browser scaling is just not reliable. Not only does this take up a fair amount of resources, it also has a tendency to cause mobile safari to crash. Having investigated this problem for a while, i have come to the conclusion that having the browser handle scaling, while nice to have, isn’t a good thing to rely on if you have many objects within the page. Continue reading Screen Rotation and Browser Scaling
Javascript Databases for offline storage
This new Javascript DB thing is fantastic. It allows one to open and store information offline, and local to the device that was accessing the website. The retrieval of the information is based on standard SQL. Continue reading Javascript Databases for offline storage
Parsing Excel in PERL
i didn’t know where to put this so i placed it here under the scope of development.
For how to parse EXCEL files in rows and columns, look at http://www.ibm.com/developerworks/linux/library/l-pexcel/