Categories
programming technology web

Security threats

Somebody out there doesn’t really like Invision PowerBoard… today I saw fifth (yeah, that’s number 5) vulnerability patch for single release 2.1.5

People on IPS forums are screaming…

Categories
technology web

Telescopic Screens – telescopic and stationary screen kits

Done with another web site. Some minor changes in text and flash pieces, but mainly TelescopicScreen.com is considered done. Site is mainly considered for Florida residents (and alike regions). When you have your pool covered with such screen cover it makes it a lot easier to use it almost all the time, without having to clean the pool from leaves, bugs and other dirt.

Cool stuff, check it out! When Zealus.com will be able to afford ourselves a pool – we definitely gonna have one of those installed.

Categories
flash technology

Back to flash issues

Don’t know about the previous solution, but since we don’t really care for FlashVars we used a simpler method – after the last Object include the reference to the following JavaScript:

theObjects = document.getElementsByTagName(“object”);
for (var i = 0; i

{

theObjects[i].outerHTML = theObjects[i].outerHTML;

}