Archive for June, 2008

 

Why gays don’t go extinct

Just as I finished my last posting, I found this article. Why gays don’t go extinct This is pretty funny because I have ALWAYS wondered how homosexuality, if hereditary, can survive. Of course I am speaking strictly from an evolutionary scientist point of view. Basically they are saying that if you are gay, your sister [...]

Let gay people get married

Being a devout ( church going ) Catholic, I am perplexed by why so many of us Christians are against the idea of gay marriage. What’s wrong with gay people getting married? 1) It ruins the sanctity of marriage – The sanctity of marriage? Does that even exist? How about we protect the sanctity of [...]

Attempts to hide images from download are futile

Today I ran across a website that uses a pretty neat trick to hide its images. It has an IMG with an SRC that links to a blank image, but the IMG has a ID tag that calls on the actual image. So whenever you try to “view image”, you always get the blank image. [...]

Isleton Crawfish Festival Sucks

How the hell do you call something a festival, if you only got ONE booth selling crawfish? What’s worst, the crawfish they sold there sucked ass. It was flavorless, expensive, and not fresh. I am not one of those once-in-a-while crawfish people. I love crawfish. I eat crawfish almost once a week, ever since they [...]

Santa Cruz Mystery Spot

The biggest mystery about the Santa Cruz Mystery Spot is why there were so many Indians there… Indians from India, not Native Americans… Seriously, the entire place was PACKED with Indians… I have never seen so many Indians in one place before. Is there like a special buzz going around the Indian community about the [...]

I am afriad of blogging

Does anyone ever feel that what they write in their blog is too controversial and might get them in trouble? I do… That’s why I don’t write in my blog that much anymore. Almost every time I sit down to write something, I end up deleting it because I get scared that what I just [...]

Building a form around tables

This is a problem I have been running into a lot lately since I began using tables for tabular data. Let’s say you have a table of data, but each ROW of data is actually editable ( a form ), like an excel spreadsheet. Basic skeleton: <table> <form> <tr> <td><input></td> <td><input></td> <tr> </form> <form> <tr> [...]