January 8, 2004
It had to happen, I just ran into the first real glitch in my car's Bluetooth feature - no support for +. All dialing is via voice recognition, you say "dial" to dial, "pair" to pair a phone, "phonebook" to access the phonebook, "one" for 1, and so on. Managing phones and phonebook entries works...
January 7, 2004
I've been buried in DBMS software this past week, and just finished brand new installs of DB2, MySQL, Oracle, PostgreSQL, SQL Server, Sybase on Windows and Linux boxes. (No, I am not a masochist, this was to test SQL scripts on lots of platforms). Of the six DBMSs listed, all but MySQL and...
January 6, 2004
I'll be back in London at the end of this month, and so another visit to the UKCFUG. This time I'll be sneak peeking Macromedia Flex. Registration for this event is required, go to http://www.ukcfug.org/.
January 4, 2004
A few of you asked to see the ActionScript code use to implement the query2tree() function used in the Flex example I posted last week. So, here it is: function query2tree(src) { // Define tree object var tree:XML = new XML(); // Define vars var recNo:Number, itemCount:Number; var rec:Object; var...
January 3, 2004
Stay on top of the Mars Exploration Rover Mission via NASA's Flash based M2K4 site at http://www.nasa.gov/externalflash/m2k4/frameset.html. Animations, images, Mars surface exploration, trivia and more.
January 1, 2004
My ColdFusion Resources page lists columns, articles, presentations and more. Over the years the list has grown to the point that the page requires about eight page-down scrolls to see the entire two column list. So, this page seemed like an ideal first Flex app; a tree control showing categories...
January 1, 2004
I used much of my quiet time over the holidays to play with Flex (the in-beta product formerly known as Royale), and honestly, it's been a quite a while since I have had this much fun. Flex is highly addictive, and has that same instant-gratification feel that makes using ColdFusion such a...
January 1, 2004
This is just too cute for words, Make-a-Flake (at http://snowflakes.lookandfeel.com/) lets you design your own snowflake using paper, scissors, and Flash. This is a really nice example of Flashifying a familiar experience.
December 31, 2003
2003 was a pretty intense and very hectic year. New products, a new baby, new books, over 150,000 actual miles logged, dozens of speaking engagements, a new blog, trips to over a dozen countries, a new Macromedia conference ... Wow! Thanks for all your support this past year, both personally and...
December 29, 2003
I recently needed to change the JRE used by JRun (to a newer version). No problem, just stop JRun, remove the old JRE, install the new one and restart JRun. Right? Nope. JRun stores the JRE path, and that needs to be updated to reflect the new JRE location. It took a few minutes to find where this...