okay, now that we have a thread I wanted to ask if there is a javascript library for resizing divs like jquery-ui's resizable() but without jquery?
Julian Turner
is there a prepacked image gallery like craigslist's? so far i'm just manually copy pasting their shit figuring it out. maybe i'll just copy someones slideshow
Austin Jones
Whats a good way of going through the call stack step by step when clicking a button on a web page. I don't know which function is tied to the click event so I find it hard to know where to put the breakpoint for debugging.