My Girlfriend Hates This Blog

She's Just Not That Into Code…

Posts tagged with “google”

Using HTML5 localStorage in Web Applications

HTML5 Logo

localStorage is the W3C Web Storage API specification that allows you to store data locally in key/value pairs, using Javascript. These are stored as strings in the client’s browser without using Cookies of any kind. It is supported in all modern HTML5 browsers. This is not to be confused with the defunct W3C Web SQL … Continue reading →

Mozilla Accelerates Firefox Version Release Schedule

If you’re a Firefox user, you may have noticed it took quite a long time to get your hands on Firefox 4 (it was released March 22, 2011 and came almost 15 months after Firefox 3.6). That’s because Mozilla had quite a long development window. Compared to Google’s Chrome browser which releases a new version … Continue reading →

Fixing Cut and Paste when using Remote Desktop

I can’t believe I didn’t think of this sooner – checking Google seems to have a solution for almost anything. Once in a while, the copy-and-paste between computers when using Remote Desktop in Windows fails. This is essential if I’m working on a Remote computer and want to paste some text into the host computer.