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 ‘Programming’
 

 
 

JavaScript Haxagon Game Board with Hexagon tiles

I’m working on a JavaScript version of The Settlers of Catan. The first problem I decided to tackle was constructing (visually and array-structure wise) the game board using nothing but loops (didn’t want to hard co...
by Christopher McCulloh
2

 
 
 

iPhone 0S 3.0.1 not supported for development with Xcode SDK 3.0

I recently updated my iPhone from iPhone OS Version 3.0 (7A341) to iPhone OS Version 3.0.1 (7A400). When I plugged it into my Mac, I was informed that: The version of iPhone OS on “Christopher’s iPhone” does n...
by Christopher McCulloh
15

 
 
 

Print Media Alternate Style Sheet (CSS)

If you don’t want to create an entirely new alternate style-sheet just for print media, there is an easier way to do it. I had a small adjustment I needed to make for printing a page on my site, and rather than creating a...
by Christopher McCulloh
0

 

 
 

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

 
 
 

Stylesheets and Alternate Stylesheets, how including external CSS works

It really helps to read the documentation. Way back when I started designing websites using external stylsheets, I found a little trick. If you had IE specific styles and Firefox specific styles, you could extract them both out...
by Christopher McCulloh
0