Lunch Shoppe

Manic, odd, and slightly tipsy. It's Abhi!

May 10

Apr 30

Apr 29

Apr 28

Equal Div Box Height

Way to make two content div boxes equal height through javascript. CSS hacks suck and this seems the most reasonable solution outside of that…

 box1 = document.getElementById('box1');
box2 = document.getElementById('box2');
if(box1.offsetHeight > box2.offsetHeight) {
box2.style.height = box1.offsetHeight + "px";
} else {
box1.style.height = box2.offsetHeight + "px";
}

Apr 23
Fuck the Earth Day

Apr 14
“While noise is never cited as a reason for the spasms of violence, it is a silent enemy that makes the pressures of life that much harder to cope with, people on the streets here said.”

A City Where You Can’t Hear Yourself Scream - New York Times

 I like the pun.


Apr 9

www.popgive.com: Not Everyone Who Shows Up Is There To Help You www.popgive.com: Not Everyone Who Shows Up Is There To Help You

Mar 19

Mar 15

Mar 10

Mar 3


Feb 26

Feb 25

Page 1 of 61