Back in August 2008, a mere month after the iPhone was released, I published my list of apps that I used. I had quite a list back then and still have the personal rule that I won't have more than 4 pages of apps since it's too hard to find ...
Not sure what is going on with Nike, but they are returning PIN data with every query now. This messes up the results and creates cases where you will see divide by zero errors. I've added conditionals to check for the zero, and to check for the extra ...
Looks like a few things changed at the Nike site. My new script is updated to talk to their servers properly. The change is that Nike got rid of the external_profile_login request and now requires you to do a generate_pin request. Also be sure to create the ...
A few people have asked about how I pulled some of the URLs for communicating with the Nike servers. It all started with the Wordpress plugin which revealed the first pair of URLs we needed and how to utilize them.
https://www.nike.com/nikeplus/v1/services/app/external\_profile\_login.jhtml?
login=$username&password=$password&locale=en_us
and
http://www.nike.com/nikeplus/v1/services/app/getuserdata.jhtml
The first URL is called and returns this XML structure ...
A while back I got a Nike+iPod attachment for my iPod. I really love the stats the Nike web site gives you, but there is really no good way to share that data. Nike came out with some desktop widgets for Yahoo Widgets, but you still can't easily ...