
For my latest project, I got a chance to use Visual Studio 2008 to create a Windows application in the vb.net language. After learning my way around the interface, I was off and running at the speed of light.
Continue reading VB.net and Visual Studio 2008

I just though I might share a function that I found in the course of trying to capture accurate mouse events in a grid Map editor for my isometric game. The function can be used to find out if a given coordinate falls within a polygon, defined by it’s bounding points.
Continue reading Point in a Polygon
In my latest adventure in the land of Javascript I have streamlined my strategy for organizing my z-index structure for complex applications. Complex being where “windows” and various items may need to be laid over the top of other elements in the DOM. I thought I would share this strategy.