Nokia Liveblog Image Uploading – Part 1
I'm calling this part 1, because I hope to follow it up at some point, although... who knows!
I wanted to be able to upload my photos from my N95 directly to my website, and notice that S60 phones appear to have an option to upload to Flickr and Vox using the 'online services' system, so I figured adding my own shouldn't be too hard. After a bit of googling, I found this:
lifeblog_posting_protocol_specification_1.0.pdf
Continue readingStateless password reset system
It's pretty common for sites to have a password reset system on websites, which allow you to enter your email address, and have the site email you a link you can use to reset your password.
I had a specification that demanded this kind of system, however it needed to be stateless - in that I could not store any extra information. Also, the hash could only be used once, and it was required that it needed to time out after a configurable time period. Also, the URL must be short enough such that it can be easily copied and pasted into the address bar from an email, and doesn't wrap in the email.
Continue reading