ars_electroniques 2

TwitterFacebook
Get flash to fully experience Pearltrees
Participacio

Scalable City creates an urban/suburban/rural environment via a data visualization pipeline. Each step in this pipeline builds upon the previous, amplifying exaggerations, artifacts and the patterns of algorithmic process. The results of this are experiences such as prints, video installations and interactive multi-user games and virtual environments.

Scalable City by Sheldon Brown

http://crca.ucsd.edu/sheldon/scalable/index.html
http://www.brainjar.com/dhtml/windows/default2.asp First, to deal with any browser incompatibilities, the script does some checking and stores the browser information in a global variable called browser. This is built as a user-defined object with properties to indicate the browser type and version number. // Determine browser and version. function Browser() { var ua, s, i; this.isIE = false; // Internet Explorer this.isNS = false; // Netscape this.version = null; ua = navigator.userAgent; s = "MSIE"; if ((i = ua.indexOf(s)) >= 0) { this.isIE = true; this.version = parseFloat(ua.substr(i + s.length)); return; } s = "Netscape6/"; if ((i = ua.indexOf(s)) >= 0) { this.isNS = true; this.version = parseFloat(ua.substr(i + s.length)); return; } // Treat any other "Gecko" browser as NS 6.1. s = "Gecko"; if ((i = ua.indexOf(s)) >= 0) { this.isNS = true; this.version = 6.1; return; } } var browser = new Browser();

Bride of Windows

tutorial sobre Dynamic HTML

Realizar mediante Dynamic HTML efectos dinámicos en el texto y otros elementos de la página de manera sencilla y completa: texto expansible, modificación del color de fondo y texto elástico. http://www.htmlpoint.com/dhtml/
Aquí tiene unos códigos interesantes que optimizarán su sitio web al máximo, intentaremos incluir algunos cada cierto tiempo, espero que le sean útiles. Este código redirecciona a cualquier visitante que visite una página hacia la web que usted quiera, en este ejemplo http://www.mundodelmarketing.com Con este script en nuestro código deshabilitaremos el botón derecho de nuestros visitantes, así no podrán copiar nuestras imágenes, etc.

Codigos para añadir en una web, recursos gratuitos para una web,

http://www.mundodelmarketing.com/codigos.htm#3
http://www.dmedia.net/dreamwarrior/ The Dreamwarrior is our own section to support and inform you about our extensions for Macromedia Dreamweaver .

Dreamwarrior - Dreamweaver Extensions