Tuesday, April 20, 2004

This tutorial shows you how to create a simple MySQL powered Guest book in Flash that will run in any level in the movie. This Guest book is made up of one swf, one script, and one table database. You will learn how to communicate with mySQL database and using a couple of queries such as SELECT and INSERT. After you've learnt this, you'll be able to create almost anything out of it using these simple procedures.

Creating a Guest Book in Flash MX 2004 with PHP
CFMyAdmin is a ColdFusion based MySQL database management tool. Create and manage databases and tables, view table structures, execute SQL statements, and more. CFMyAdmin.com

Thursday, April 15, 2004

Happy Birthday to my Dad!!!

:)

Thursday, April 08, 2004

My greetings to Flash-Db Community : Have a nice eastern

:)

Tuesday, April 06, 2004

"I'm assuming you want a PDA. or something cool like that. If the overhead isn't too bad, use a webservices call. Can't really do it with Flash on the Pocket PC, since remoting is horribly slow. But if you wrote some sort of .NET app it wouldn't be too hard. "

Mapping user's locatin using GPS and ColdFusion :
ArcIMS and ColdFusion Users: Ploting Client Side GPS Coords

Thursday, April 01, 2004

Mike Chambers explains what Flex is for Flash: Macromedia - Flex and Flash

simple, I even understand.

Thursday, March 25, 2004

Macromedia's Flash Communication Server may NOT work withWindows Server 2003

Can't you read / believe system reqs before you buy???

Give a comment if you have experience with Flash Communication Server with Server 2003. Thanks,
Vesa
Hey everybody, it's time for some CSS-stuff. So sit back, turn up some music and read on...
Flash-Db's CSS Tips and Hints...

Wednesday, March 24, 2004

Hey everbody,

I noticed that many problems regarding PHP are caused by the fact that most people are unaware of the changes PHP made in PHP 4.2.0.

The default value for the PHP directive register_globals went from ON to OFF. Reliance on this directive was quite common and many people didn't even know it existed and assumed it's just how PHP works.

This is a major change in PHP. Having register_globals off affects the set of predefined variables available in the global scope. For example, to get DOCUMENT_ROOT you'll use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT, or $_GET['id'] from the URL http://www.example.com/test.php?id=3 instead of $id, or $_ENV['HOME'] instead of $HOME.

Read more from:PHP Register Globals

Thursday, March 18, 2004

This is may be the best lens flare library I seen, even this are "old", I still use them: Flash Kit: Vector Lens Flare Library