Tag Archives: javascript

Fixing twitterrific’s iphone lat lon cryptography the hard way

Twitterrific’s iPhone App updates your location on twitter using the twitter api. This is fine and dandy but the problem is that it updates with the actual latitude and longitude that (I assume) comes from the iphone api.
So, since most people simply just want to know where you are without hurting their heads doing [...]

Dustin Diaz’s Brain Teaser

Late last night Dustin Diaz posted a short brain teaser, there are lots of solutions already posted, but I didn’t see any with a similar approach to mine, so I thought I would also share:

            var arr = ['a', 'b', 'c', 'c', 'd', 'e', 'e',

          [...]