Archive | HTML RSS feed for this section

HTML Character Code Utility

I threw together this HTML character code utility today while searching for arrow characters. I was surprised to see that they go up almost to 60,000 and includes the alphabet for just about every language, including braille. Check it out at http://verysimple.com/content/html/ I was thinking that it would be cool to have it searchable but [...]

Leave a comment Continue Reading →

Forcing Firefox to obey autocomplete="off" for password fields

Autocomplete is a nice feature which fills in common form fields automatically for the user. However, in some cases you don’t want this to happen.  Some examples could be an account management page where you don’t want the admin password to be auto-filled in when you are creating and managing accounts.  Another example is any [...]

25 Comments Continue Reading →

AJAX DataGrid Comparison

UPDATE 04-2010: This post was originally written in 2006.  There are a lot more options for ajax datagrids now and most of them are constantly evolving.  Even if I were to review them all, it would be difficult to keep this page updated.  So, instead the original article is below and I’ll focus on my [...]

12 Comments Continue Reading →