My Girlfriend Hates This Blog

She's Just Not That Into Code…

Posts in the “code” category

10 Placeholder Sites for Web Development

I was randomly surfing the net when I was reminded of several interesting sites that I’ve used in the past to generate random placeholder text for web applications. Here are 10 sites that I think can be useful to both web designer & developers. They help you to get a realistic idea of what the page … Continue reading →

Hot Key Equivalents between Visual Studio 2010 and Eclipse 3.6 IDEs

If you’ve found yourself “lucky” enough to be in a situation where you have to switch back and forth between Visual Studio and Eclipse environments, you may notice (and be annoyed) that the shortcut / hot keys may be a little different. You may even make a mistake once in a while.

Javascript Regular Expressions Cheat Sheet

I wrote this page many years ago in my old blog so I’d have a quick reference to using regular expressions in my Javascript and Perl projects – It became quite popular, and then I stopped publishing my blog a year or two ago… I’ve resurrected (and updated it) for this blog, including links to … Continue reading →

Detecting IE9′s Document Mode using Javascript

Internet Explorer 9

I was experiencing some issues with IE9 and an HTML page – only when the browser was set to “Document Mode: IE9 standards” in the Developer Tools (F12) menu option. I had the need to do some smart detection in Javascript. Using some documentation I found on Microsoft’s MSDN site, I wrote a small Javascript … Continue reading →

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 →

← Older posts