Chomper Stomping
jQuery/JavaScript/CSS 3/HTML 5, Java/PHP/Python/ActionScript, Git, Chrome/Firefox Extensions, Wordpress/Game/iPhone App Development and other random techie tidbits I've collected


 
Posts Tagged ‘How to’
 

 
 

SPE (Python IDE) for Windows

I’ve been playing with Python this weekend. Currently I’m rebuilding “Clink” in Python instead of finishing it in Flash (It really needs AS 3.0 to do properly, and I only have access to 2.0). The book I ...
by Christopher McCulloh
13

 
 
 

How to ORDER BY before GROUP BY with MySQL

I’ve got a table that tracks inventory at multiple vendors for multiple products by timestamp. I want to only select the most recent inventory count per vendor by product. One way to do this is with a bunch of while loops...
by Christopher McCulloh
6