Monday, July 24, 2006

Popup Blocker Tester

I just stumbled across this today. It's a website that allows you to test your pop-up blocker. I use Firefox and got only one of the popups form the whole list. Go Mozilla!

Labels: ,

Thursday, July 20, 2006

Electric Cars

Tesla motors recently demonstrated it's new electric sportscar for enthusiasts in Santa Monica. This thing proves that there can be a future for pure electric cars in the future.

I applaud the people of Tesla motors for engaging in business that will drive the next generation of of vastly reduced pollution automobiles.

Labels: , , , , ,

Monday, July 17, 2006

High elevations, clean air, beautiful vistas...

This post has been moved here.

Labels: , , , , ,

Thursday, July 06, 2006

isChecked Function

This is a function that I wrote to check whether a value is true in order to determine if a checkbox or a radio button is checked.

Use would be something likethe line below but with the {} replaced by <> if the value passed were true the box would be checked when the page loads.

{checkbox name="cbxOne" value="1"<%=isChecked(value)%>}

Click here to view the function.

Labels: , , ,