Articles tagged with Javascript

Client-side sql databases in Javascript

By john

It occurred to me that I didn't really go into much detail about the local storage part of my 5K TODO app. It's quite a neat piece of tech and because it works in Safari it also works on the iPhone. That obviously means you can use javascript+local storage …