Leave your neighbr a comment!
If you haven't noticed, there's a new button in the neighbrhood ... go to any post's permalink and you'll see the shiny new reply button!
neighbr: darthnuri
never call getimagesize(); to a remote URL, always use it locally!

neighbr: darthnuri
samus.jpg
Hottest roly poly, ever.

neighbr: geekjeremy
You're site is broken...sorry :(

neighbr: darthnuri
origami-yoda.jpg
Folder paper well, you do.

neighbr: darthnuri
16podborka75bk5.jpg
Really, I do.

neighbr: darthnuri
left4dead.jpg
Probably one of the greatest zombie apocalypse themed wallpapers, ever.

neighbr: darthnuri
kitty.jpeg
Whoa.

neighbr: darthnuri
mrrogers.gif
Contrary to popular belief, Mr. Rogers never served in any branch of the Armed Forces, and was not hiding tattoos on his arms with his long sleeves.

neighbr: cody
Neato

neighbr: darthnuri

neighbr: darthnuri

neighbr: darthnuri

neighbr: darthnuri

neighbr: darthnuri

neighbr: arguments.callee
// like an array, but with one important difference
var myObj = {
    name : "Some Dude",
    age   : "20"
}
for (var i in myObj) {
    if (myObj.hasOwnProperty(i)) {
        alert(myObj[i]); // actual properties
    } else {
        // ignore inherited properties like "length"
    }
}

32
Neighbr