gangeles |
Domingo 02 de octubre de 2005 a las 18:24:16
Founded by Dario Sciacca in August of 2000, DS Effects is a software house specializing in visual effects programming. Our goal is to create the most interesting and useful graphics tools for use in your video presentations, web sites and cell phones. Currently we are committed to developing applets, scripts, flash, games, screensavers and wallpapers....
gangeles |
Sábado 01 de octubre de 2005 a las 22:41:05
When creating a web page, you may need to account for the possibility that viewers will be using browsers of various versions from various vendors. You may also need to account for the possibility that certain page elements such as native plug-ins may not be available on all operating systems. This sample code enables you to detect the browser's vendor, version number, and operating system. It has been tested on Navigator 2, 3, 4, Netscape 6, Internet Explorer 3, 4, 5, 5.5 and 6, Opera3, Opera 4 and Opera 5, and HotJava 3.0 on Windows 98, Windows NT, the Macintosh, RedHat Linux and SunOS5. It is believed to be compatible with all JavaScript-capable browser versions on all platforms. It creates an group of variables whose names all begin with "is_". These variables indicate the browser's vendor, version number, JavaScript version, and operating system. After you have checked the browser vendor and version, you can dynamically generate optimized HTML markup and your JavaScript code can conditionally branch to execute JavaScript code optimized for the dynamically generated page or the current browser's vendor or version number. This tip is useful when developing a page with features not supported by all browsers. For example, users who are using Navigator 4 can view content that includes the LAYER tag. Other users can view a "non-layers" version of the same file. As another example, Navigator 4 and Internet Explorer often implement the same Dynamic HTML functionality with different objects and methods. After checking the browser vendor, you can conditionally execute the correct JavaScript code fork for the current browser. And with the Gecko layout engine in Netscape 6, you can for the first time write code using the W3C standard DOM Level 1 and Level 2. In the future you will not need to check for browser or platform, since all of the user agents will be standards compliant, like Netscape 6 and Mozilla, but for now while Navigator 4 and IE5 are still popular you should always include code forks in your scripts....
gangeles |
Sábado 24 de septiembre de 2005 a las 02:05:51
official notice: moock fpi discontinued Five years after the launch of the moock fpi detection system, I'm officially halting its development. Macromedia now offers a better flash detection system, called the Flash Player Detection Kit....
gangeles |
Martes 16 de agosto de 2005 a las 12:54:54
Código JavaScript desarrollado para Internet Explorer cuyo objetivo es dadas una fecha inicial y final calcular el tiempo transcurrido en años, meses y días....
gangeles |
Martes 16 de agosto de 2005 a las 12:56:17
Código JavaScript desarrollado para Internet Explorer cuyo objetivo es traducir la entrada numérica a su correspondiente en letra. Tengo dos versiones la segunda la llamo extendida y en lo particular es uno de los programas que más me gusta pues tiene una sección de autoprueba....