Firefox too slow?

Is your Firefox starting to get realllllllly slow? Every few months my Firefox starts dragging, so all I do is create a new profile and reimport all my bookmarks and reinstall needed addons. For a rundown on how to create a new profile, click the following link.. http://kb.mozillazine.org/Profile_Manager

Global variables and functions in Actionscript 2

In order to reuse a variable from a different timeline within the same fla file you will need to register the inital variable or function as a _global. Todo this as a variable: 1 _global.myString:String = "My String"; Todo this as a function: 1 _global.myFunction = function() {}

Actionscript conflicting class name

I had a problem today where I got a flash source file from one of my developers’ and I couldnt compile it because it said that there was a conflicting class name, however, it turned out to just be a timestamp issue. Read here for more information http://www.epresenterplus.com/blog/archives/000030.html

expecting T_PAAMAYIM_NEKUDOTAYIM

What the hey? What does this mean? You may one day end up seeing the following error message produced by PHP and wonder to yourself: PHP Parse error: syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM in ///File.php on line 160 You guessed it, “T_PAAMAYIM_NEKUDOTAYIM” is not english. It’s actually a Hebrew word meaning “unexpected” or “Twice Colon“. It happens when PHP tries to call the “::” (double colon) which is used when identifying an uninstantiated class’ method.