Related Content from Around Faves
web development
-
Didn't know about this until now. I discovered this while I was investigating how a certain Web site still seemed to remember stuff about me even though I had cleared my cookies.
1 FaverViewed: 9 TimesQuoted: Currently, only Mozilla-based browsers provide a working implementation of the DOM Storage specification. However, Internet Explorer does have a similar feature called "userData behavior" that allows you to persist data across multiple browser sessions.
...
DOM Storage is useful because no good browser-only methods exist for persisting reasonable amounts of data for any period of time. Browser cookies have limited capacity and provide no support for organizing persisted data, and other methods (such as Flash Local Storage) require an external plugin. - mike - Jun 25 200814 FaversViewed: 3 Times
- mike - 29 days ago2 FaversViewed: 12 Times
web hosting
-
Getting mime types set so that you can serve files directly from the Google Code SVN repository. Seems like a great way to host a small collaborative project, and have the live site just being served from the google code host!
2 FaversViewed: 3 Times - krituxds - 1 hour ago12 Favers
- abstract - yesterday1 FaverViewed: 1 Time


