[QUICKTIPS] MySQL spatial data

It’s MySQL spatial data week here, though I am spreading out the posts to, um, ease the pain (or boredom). Anyway, here are some commands/functions I don’t want to forget about later:   Start with an existing table called geometry, add a spatial column and index it: ALTER TABLE geometry ADD coord POINT NOT NULL; CREATE SPATIAL INDEX coord ON geometry (coord);   Insert... Read More

About AviKaco

I am a 28 year old Web Developer and Front-End Developer in Jakarta, Indonesia. I am a Software Engineer for Webaxis, the prestigious web development shop.

The majority of my time is spent with XHTML, CSS, JavaScript (MooTools and jQuery), PHP, MySQL, and XML. My talent lies in implementing AJAX and JavaScript effects that enhance the functionality of the website and the site’s appeal. I also have experience with Flash. I’m quick to pick up any language I need to.

I don’t design the websites – I make them work.