Category Archive for 'Health'

BBQ Galvanized Steel

So I kept googling and find more scary things about eating off galvanized steel. Damn, at this point, I am scared. Wonder if I should drink a lot of milk to cleanse my body.

Read Full Post »

Moving a DIV element using Prototype

I finally realized to move a DIV element using Javascript, you need to add "px" in the Javascript function. ARGH…. what a pain that was. Here is an example of moving EXAMPLE DIV to the MAIN DIV location.
<div id="main">This is main group</div><div id="example">This is great</div><script>function move_example() {var firstElement = $('main');var arr = firstElement.viewportOffset();$('example').style.top = arr[1] [...]

Read Full Post »

At long last, food labeling law set to take effect – Food safety- msnbc.com
Most food retailers are now expected to label where the country of origin is for foods sold. It will take effect at the end of the month. It discloses country of origin for  meats, produce, and other food products. Some processed foods [...]

Read Full Post »

List of Tainted Food from China

I'm trying to maintain a list of all the tainted food from china. The whole situation is scaring the heck out of me. I am worried for my friends and family who buy a lot of chinese products. I think it might just get worse. This might be the tip of the iceberg.

Read Full Post »