BluDomain and difficulty getting indexed by Google

One of the photography forums I spend a lot of time on has a web site board where I tend to camp out. A good percentage of the photographers are using Flash template sites like BluDomain, FlashPalette, or PortfolioSitez which are nice, relatively inexpensive, and fairly easy to setup. BluDomain goes a step farther with [...]

JavaScript Error ‘expected identifier, string or number’ in IE

Sometimes you get those errors that just pick at you and you can’t seem to find a solution. It happened to me this morning when testing a JavaScript library I’m writing in IE7. FireFox worked without a hitch, but IE threw an ‘expected identifier, string or number’ error pointing to the last line of the [...]

How to insert tabs in a textarea

I’ve always found it annoying that tabs don’t, well, tab in textareas on HTML pages. To be fair, they do what they’re supposed to and move on to the next field. But for a web app I’m working on I needed a way for the tab key to insert a tab.