miércoles, septiembre 20, 2006

Blog de Diego Gómez Deck: Web 2.0 - Un nuevo medio: Una hoja de cálculo mejor

Blog de Diego Gómez Deck: Web 2.0 - Un nuevo medio: Una hoja de cálculo mejor: "Publicar un comentario en la entrada"

miércoles, septiembre 13, 2006

Kart

Laboratorio de Cad

Cita

El éxito en la vida de un hombre
está en prepararse para aprovechar
la ocasión cuando se le presente.

miércoles, septiembre 06, 2006

Jack Slocum?s Blog

Jack Slocum?s Blog

Encytemedia: The Flurry Continues: More Prototype Updates

Encytemedia: The Flurry Continues: More Prototype Updates

Ajaxian.com article:

Prototype: DOM, Events, and documentation?

Category: PrototypeView the technorati tag: Prototype

Justin Palmer is shedding more light on Prototype updates.

This time around he covers events and DOM traversal:

Events

In days past bind was great at accepting additional arguments, however, bindAsEventListener didn?t get this love until now. We can pass those additional arguments to bindAsEventListener with ease:
var Clicker = Class.create();
Clicker.prototype = {
initialize: function(link) {
Event.observe(link, 'click', this.onClick.bindAsEventListener(this, 'red'));
},

onClick: function(event, color) {
Event.element(event).setStyle({color: color});
Event.stop(event);
}
}

new Clicker('cool');


DOM made simple

We all hate the DOM, so how about some simpler methods to traverse it?
$('menu').up();
$('menu').down()
$('menu').next()
$('menu').previous()
$('menu').down(2) // grab second arg
$('menu').down('li', 0)
$('sidebar').descendants()
$('selected').previousSiblings()
$('actions').ancestors()
$('actions').siblings()


And it looks like documentation is in the works:

On the documentation front: We have something in the works. We have the API about 80% documented and will have this up for public consumption as soon as we can. This will start off as very basic API docs, but we plan on putting a lot of effort in this as time goes by. On that note, you can send your thanks to Andrew Dupont considering he has worked very hard on the docs.

Prototype Carousel

Prototype Carousel

Enterprise Java Community: Building on Struts for Java 5 Users

Enterprise Java Community: Building on Struts for Java 5 Users

miércoles, agosto 30, 2006

lunes, agosto 28, 2006

Graphics by Greg

Graphics by Greg

Interesante ver la parte de Updated Scriplaculous Sortable Demo

martes, agosto 08, 2006

Integrating Tomcat 5 and Apache 2

Integrating Tomcat 5 and Apache 2

Elephants Dream » Download & Watch

Elephants Dream » Download & Watch

IEs 4 Linux - Internet Explorers para Linux

IEs 4 Linux - Internet Explorers para Linux: "¿A quién puede interesar?"

Instalando Java en Fedora 5

Lo primero es descargar de la página de SUN la versión para Linux (yo he descargado la J2SE en formato .bin) he instalarla en modo superusuario:
1.- Ponemos permisos de ejecución ?chmod +x jdk-1_5_0_06-linux-i586.bin?
2.- Desde /usr/local (directorio donde lo instalaremos) ejecutamo jdk-1_5_0_06-linux-i586.bin
3.- Creo un enlace directo ?ln -s /usr/local/jdk1.5.0_06/ /usr/local/j2sdk? que nos permitira un cambio facil de máquina virtual.
4.- Poenemos el PATH en nuestro Script de arranque
JAVA_HOME=/usr/local/j2sdk
PATH=$JAVA_HOME/bin:$PATH
5.- Comprobamos que esta instalado ?java -version?

Instalamos el Pulg-in, para que FireFox pueda ejecutar Java.
ln -s /usr/local/j2sdk/jre/plugin/i386/ns7/libjavaplugin_oji.so
/usr/lib/mozilla/plugins/libjavaplugin_oji.so

jahshaka.org - Powering the New Hollywood - Home

jahshaka.org - Powering the New Hollywood - Home: "WELCOME TO JAHSHAKA:



The worlds first OpenSource Realtime Editing and Effects System. Jahshaka takes advantage of the power of OpenGL and OpenML to give its users exceptional levels of performance. We currently support Linux, OsX, Irix and Windows, and Solaris is on the way! Jahshaka is licenced to the public under the GNU GPL agreement.

"

CrossFTP Home - The Best Cross-Platform FTP for Windows, Linux, and Mac

CrossFTP Home - The Best Cross-Platform FTP for Windows, Linux, and Mac

SortedTable documentation

SortedTable documentation

lunes, julio 17, 2006

viernes, julio 07, 2006