-
Breaking down Tweetdeck configuration and storage.
I decided to look at the possibility of eventually exporting the configuration data contained in TweetDeck: You can find the groups, friends, and columns settings in a SQLite database file in a path like: C:Documents and Settings{USERNAME}Application DataTweetDeckFast.{some hideously long hex string}Local Storetd_{version?}_{twitter username}.db I used SQLite database browser to look at this file. (I…
-
Mobile Billing Meter
Billing Meter bit.ly link or Billing Meter tech0x20 link. This isn’t perfect. First of all, some connections are just too slow for a constant refresh rate of less than 20-30 seconds. Secondly, I think many mobile browsers have a refresh cut-off at which point they will ask you if you really want to keep refreshing.…
-
Two page mobile magic 8-ball
Two page mobile magic 8-ball Had to use random numbers to prevent caching of pages by mobile web browsers. It’s entirely possible that I made this workaround too complicated, as I had a file version problem on my local drive (I was updating the wrong file.) The first page uses a random number in a…
