Adobe has finally released a full-screen capable Flash player! Get the scoop about it here. I’ve already implemented a test version in the StimTV player and it rocks! No more funny window javascript required now.
It works fine with SWFObject using the following code:
1
so.addParam("allowFullScreen", "true");
Just read an article called 10 Things That Will Make Or Break Your Website. Great overview of the what and what not to do when building or rebuilding a website.
I’ve gotta admit, I’m not entirely impressed by the slew of new Web2.0-enabled technologies out there. I was talking to Poli about new technologies and what’s in store for the future and things look rather dull. All I see now and all I can see in the foreseeable future is more integration and more user-interface [...]
The ink has been laid down on a new business venture geared towards Khmer software development which I am a partner in. The premise is similar to that of KhmerConnection in that the venture will seek to fill voids in the availability of certain types of Khmer software. I won’t disclose too many details at [...]
Whatever you do, don’t create callbacks named ‘stop’ or ‘play’ via:
ExternalInterface.addCallback(“play”, null, thisFunc);
ExternalInterface.addCallback(“stop”, null, thatFunc);
Internet Explorer will choke a most horrible script execution error. Having a broken Internet Explorer script debugger didn’t help much either. Firefox showed no problems with this terminology.
If you’ve upgraded Perl in cPanel, you need to make sure you’ve got an up-to-date build of rrdtool or stats will not run properly on the server. To do this, run:
/scripts/rrdtoolinstall
If there is no output, you will have to manual edit the file and comment out the version comparison to force the rebuild. [...]
























