Categories
flash technology web

Flash Border


It seems that we really missed that one. While we were busy honing Flash presentations for our clients some bright people decided that they can make a hit on Microsoft. And they got away with it.

Now all Flash objects in almost all web sites that use them produce an ugly border around them. Thanks, clever folks of Eolas Technologies. I wish someone, just for once, would make you handpick hundred of wet ones off the wet floor while some kids keep throwing watermelon’s parts under your feet.

On the other hand it’s a lot of fun watch how people are trying to figure this one out. Ofcourse the workaround has already been developed, ofcourse this is a nuissance for whole bunch of web masters around the world and the fact that pricks at Eolas have supposedly invented something effectively cancelled by what these morons have just done.

The workaround that seem to work so far – embedding Flash objects via JavaScript. For regular hostings that support .htaccess and PHP (thanks to Miracle):

1. In .htaccess:

AddType application/x-httpd-php .html .htm
php_value auto_prepend_file header_for_all_html.php

2. In header_for_all_html.php :
{?php
//Optionally check for (strpos($_SERVER[‘HTTP_USER_AGENT’],’MSIE’) !== false)
echo ‘{script language=”JavaScript” type=”text/javascript” src=”/path/to/super_puper_flash_updater.js”} {/script}’;
?}
(Change the brackets though)

3. For super_puper_flash_updater.js – check here: http://miracle.pisem.net/flash_replacer_v0.3.js

Categories
web zealus.com

Zealus Is A Helper

Yeah, somebody had to brag about how good we are, why don’t I do it myself 🙂

A very good friend of mine asked if I can help him set up some Football (as in soccer) Team Manager web sites for two leagues he’s in. Needless to say I was eager to help and within days both http://swisswifa.com and http://www.portrfm.com were set up thanks to the folks that develop Joomla and Mambo content management systems.

Basically both systems still bear very similar look, components and modules are still compatible with both (developers promise they’ll ruin that in Joomla version 1.1 due later this year), system can literally be set up in minutes and I never even imagined having enough time to see all the templates that were developed for Mambo/Joomla. In fact, at some point I was very tempted to use Mambo to run our own Zealus web site.

So far, both sites are running (in addition to core components) guestbook and comments components, admins are thinking of using some photo gallery, although I am not entirely sure as to what exactly they are going to put there.

Categories
business seo web

Always look on the bright side!

On the subject of SEO (search engine optimization) – found very interesting conversation on one of the russian forums that discussed doorway making as opposed to “white” optimization methods for web site promotion. Basically, doorway making is considered “black” kind of a deal because it’s cheap, it’s fast, it’s effective and it messes up search engine output. “White” methods are just as effective, but slow, expensive and don’t mess up search engines’ output. In other words – the truth is somewhere in between, I suspect. Those, who need immediate results use cheaper and faster methods while more stable companies will use more expensive but more “stable” results.

Speaking of “more stable” results I recalled that some time ago the US Robotics web site was swarming with invisible text, invisible keywords, invisible links and other “dark side” stuff. Checked it today and the stuff has magically disappeared. Probably recent events with BMW.de played huge role in that…