Tera-WURFL - Mobile device capability detection!
Let me introduce my latest and greatest software: Tera-WURFL! What the heck is that?!?! Well, ‘Tera’ is just plain cool because it comes from …
Blog posts from 2006-2011
Let me introduce my latest and greatest software: Tera-WURFL! What the heck is that?!?! Well, ‘Tera’ is just plain cool because it comes from …
I decided that I might as well learn another language besides PHP ActionScript Perl C++ VB and Javascript: Ruby, and more specifically, the latest craze: Ruby …
I ran across a problem today where I wanted to generate random colors in Actionscript. Naturally my first step was to generate a random number for the red, …
If you want to use Dreamweaver’s syntax highlighting features in PHP HEREDOC variables you can do it like this:
<?php
$something = 'test'; …As an experiment I have created a full-featured drop down (slide down) menu in Actionscript - there are no movie clips, buttons, bitmaps, shapes - nothing. My …
I just ran across a problem where I needed to ignore/disable <br> tags. Here’s the situation - I use CSS to spice up my <code> tags in this …
I’ve seen a lot of people trying to store IP Addresses in MySQL VARCHAR fields - this is very inefficient! There are two common ways to store ips that …
I have come up with a practical use for MySQL Stored Procedures and developed a very useful example for the sceptics. The following is a MySQL SP that …