11
Jan
Written by: ame235

Some cool iPhone Wallpapers on this website:
http://poolga.com/en/




11
Jan
Written by: ame235

screen-shot-2010-01-11-at-13-34-23

 

 
//Just a screenshot of debug mode,
big changes are on the times (now aligned on the left)
all changes made to keep sticking at the original teehanlax blueprint.
please report any ideas or thoughts on this ;)

//twitter seems ok,
still no debug available.
if someone knows how to show usr icons,
and why for the same user i have two containers (ame235)
never used twitter, this is no priority for me :P

//weather updates the right way and shows current(not forecast) infos.
//weather can now also be updated by taping on the icon/text of weather.

//waiting for infos on PUSH to integrate.

 

 

 




10
Jan

// Weather Icons, Forecast, temps..
Dmeerpa was perfectly right, worse: both high and lo temps also where the forecast ones.
>Code modded to have the current temps/icons.

// Weather Update:
I Met today the Firebug addon for Firefox which really helps in debugging all this JavaScript.
For last “weather update” problem, theme keeps on updating every 0.1 secs (independently of what updateinterval was set)
this could lag the iPhone a lot. (even if i did not notice XD !!)
>found the code bug, modded, now refreshes when asked (update interval)
more debugging to come to be sure the icon/temps refreshes after code change.
EDIT: Looks ok.
New Problem on my iPhone: when i put refresh interval to 15mins and the phone is in standby (black screen) my iPhone looses wi-Fi connection,
what happens is: if the wi-fi was down during the moment of update, there is no update.
No solution to this since there is no trigger for “back on-line” in the iPhone. Setting to 1min can do the trick..

// added Twitter support.
Twitter should be ok:
data recieved by theme comming from twitter plugin:
var twitter = {"tweets":[
{"tweet":"Geeeez","name":"ame235","date":(new Date()).getTime()},
{"tweet":"hello","name":"ame235","date":(new Date()).getTime()+76*3654000},
{"tweet":"Blah","name":"JASPER","date":(new Date()).getTime()}
]};

no debugging available (I have no twitter account…)
if someone wants too debug this please ask in comments (i’ll send to comment mail address).

//PUSH Notifications:
if anyone has the same data output as the one for Twitter for Push notifications,
please post so i can integrate Push Notifications.. (with Facebook 3.1 will add support to facebook also!!)