Comments (0)
05-Jun-09 10:29
Optimizing MySQL Database Design and Queries
I was recently asked about optimizing an existing Database and existing web application SQL queries. I had some answers but afterwards wanted to make sure I was up-to-date. Here is what I had to say and what I found out.
Comments (0)
10-Apr-09 03:08
GeoSpatial Heaven at http://koordinates.com/
So I'm working on this Real Estate project and need to create boundary maps with cickable regions for an arbitrary list of cities... looked high and low for GeoData (shapefiles, KML, GIS, Arc, whatever) and finally struck gold, at least for California that is.
Comments (1)
29-Mar-09 04:06
Adding reCAPTCHA to ModX Jot Snippet
I just finished writing up a tutorial on the ModX Wiki for how to add reCAPTCHA to the ModX Jot snippet (it's a blog like commenting system).
Comments (0)
27-Mar-09 11:05
What does Database Driven Really Mean?
A database at it's simplest is a structured record of information. It is a place to store and retrieve data from about very specific topics. Your email contact list is a database, your bank account is a database and your appointment calendar is a database. Any type of information can be stored in a properly designed database. Web applications use databases for such things as online product catalogs, registered user account systems and blog posts and comments.
Comments (0)
20-Oct-08 16:53
Super simple Flash ticker using Tweener
So you need a Flash based ticker of some sort? It needs to load items dynamically you say? Oh, well in that case let me give you a hand (well me and Tweener).
Comments (0)
18-Oct-08 12:50
TouchScreen Mouse Events in Flash
After looking everywhere for the answer to what mouse event was the right one to use in Flash on a TouchScreen, I had to discover it through trial and error.
Comments (0)
12-Oct-08 03:48
Keyboard input support in Flash AS3
One technique for providing keyboard input support in Flash is to emulate mouse events using the DispatchEvent method.