Variables

var number_1 = 999.9; var number_2 = 0.1; var sum = number_1 + number_2; document.write(sum); /* Strings */ var string_1 = «Buenas Tardes<br>»; var string_2 = «¿Como estas?<br>»; var saludo = string_1 + string_2; document.write(saludo); /* Arrays */ ciudades = [ «merida», «yucatan», «mexico<br>» ]; document.write(ciudades); var reservacion_vuelo = {aerolinea:»Mexicana»,numero:342,asiento:»34f»}; document.write(reservacion_vuelo.numero); var clave = «romeo»;… Leer más: Variables »

javaScript HTML DOCS

Header <script language=»JavaScript» type=»text/javascript» src=»js/codigo.js»></script> <script language=»javascript»> <!— //… script statements //—> </script> Body <script></script>   Tags: HTML+DOCS, script

Editor Ed Unix V7

El editor ed fue hecho con la idea de tener un editor rápido y pequeño con lo mínimo indispensable. Es, además, un editor confiable y que puede ser usado en las peores condiciones: con terminales lentas, en conexiones por modem y, quizá la más interesante, desde archivos por bloques. La mayoría de los editores asumen… Leer más: Editor Ed Unix V7 »

How can I disable the User Account Control (UAC) feature on my Windows Vista computer?

Windows Vista has the built-in ability to automatically reduce the potential of security breeches in the system. It does that by automatically enabling a feature called User Account Control (or UAC for short). The UAC forces users that are part of the local administrators group to run like they were regular users with no administrative… Leer más: How can I disable the User Account Control (UAC) feature… »

Esta es mi casa

File Attachment: Google Earth Link Home Sweet Home TerrenoFile Attachment:Terreno Google Earth Link     Tags: mi+casa

Solaris Tips

Mounting the floppy: # volcheck Now it should be mounted properly! Install gcc from www.sunfreeware.com: Download gcc for Solaris and do: # gunzip [package.gz] # pkgadd -d [package] Make symbolic links for: # ln -s /usr/local/bin/gcc /bin/gcc # ln -s /usr/ccs/bin/make /bin/make # ln -s /usr/ccs/bin/ar /bin/ar # ln -s /usr/ccs/bin/ld /bin/ld or add the… Leer más: Solaris Tips »

PHP for Apache2 on Solaris 10

http://meljr.com/~meljr/PHPSolaris10.html Version 1.02 January 23, 2006 by: Mel Lester Jr. ([email protected]) Log into the global zone as root and ensure that /opt/csw/bin and /usr/sfw/bin are in $PATH global# echo $PATH /opt/csw/bin:/usr/sfw/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin