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

Thursday, March 04, 2004

Local Connections.. Uhm?!?

Sephiroth's LC - check it out!
This TechNote will explore using the cfproperty tag within ColdFusion Components that are called through Web Services.Macromedia -ColdFusionTechNotes:ColdFusion MX: Using CFCs as Datatypes with Web Services

"this offers a great way to build CFCs that manage data through web services"

Tuesday, March 02, 2004

Read some (old) Php performance vs ASP.Net Performance - talk at
ASP.NET Forums - site.

Im not only one who noticed that ASP.NET is slower than "old" asp...