Popup Blocker Tester
Labels: computers, Popup Blocker
RamblingsA place for random thoughts and the occasional code snippet written by me. You can also view my web page here to see more code and internet work I have done. Monday, July 24, 2006Popup 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: computers, Popup Blocker Thursday, July 20, 2006Electric 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: Electric Car, Energy, environment, Environmentalism, Tesla, zero emissions Monday, July 17, 2006High elevations, clean air, beautiful vistas...
This post has been moved here.
Labels: Camping, High Sierra, hiking, Moved, Onion Valley, Sierra Nevada Thursday, July 06, 2006isChecked 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: asp, computers, functions, Programming |