miércoles, septiembre 20, 2006
martes, septiembre 19, 2006
lunes, septiembre 18, 2006
miércoles, septiembre 13, 2006
Cita
está en prepararse para aprovechar
la ocasión cuando se le presente.
Publicado por
SiTo
en
9/13/2006 08:43:00 a. m.
0
comentarios
martes, septiembre 12, 2006
Direct Manipulation Using JavaScript and CSS
Direct Manipulation Using JavaScript and CSS: "Examples"
Publicado por
SiTo
en
9/12/2006 01:58:00 p. m.
0
comentarios
lunes, septiembre 11, 2006
Encytemedia: The Flurry Continues: More Prototype Updates
Encytemedia: The Flurry Continues: More Prototype Updates: "http://www.epiphantastic.com/index.php/enhanced-prototype-event-model/"
Sample
Publicado por
SiTo
en
9/11/2006 12:30:00 p. m.
0
comentarios
domingo, septiembre 10, 2006
jueves, septiembre 07, 2006
miércoles, septiembre 06, 2006
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.
Publicado por
SiTo
en
9/06/2006 09:48:00 a. m.
0
comentarios
martes, septiembre 05, 2006
miércoles, agosto 30, 2006
martes, agosto 29, 2006
lunes, agosto 28, 2006
Graphics by Greg
Interesante ver la parte de Updated Scriplaculous Sortable Demo
Publicado por
SiTo
en
8/28/2006 09:24:00 a. m.
0
comentarios
domingo, agosto 27, 2006
viernes, agosto 11, 2006
miércoles, agosto 09, 2006
Joining a Fedora Core 4 Workstation/Server to a Windows NT4 Domain
Joining a Fedora Core 4 Workstation/Server to a Windows NT4 Domain: "_______________________"
Publicado por
SiTo
en
8/09/2006 02:33:00 p. m.
0
comentarios
martes, agosto 08, 2006
IEs 4 Linux - Internet Explorers para Linux
IEs 4 Linux - Internet Explorers para Linux: "¿A quién puede interesar?"
Publicado por
SiTo
en
8/08/2006 02:11:00 p. m.
0
comentarios
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
Publicado por
SiTo
en
8/08/2006 02:09:00 p. m.
0
comentarios
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.
"
Publicado por
SiTo
en
8/08/2006 02:07:00 p. m.
0
comentarios
viernes, agosto 04, 2006
Suso Technology Services Inc. -- Web Hosting, E-mail Hosting, Dedicated Servers, Colocation, Web Design and Web Development in Bloomington, Indiana
Suso Technology Services Inc. -- Web Hosting, E-mail Hosting, Dedicated Servers, Colocation, Web Design and Web Development in Bloomington, Indiana: "The SSH FAQ"
Publicado por
SiTo
en
8/04/2006 08:39:00 a. m.
0
comentarios
jueves, agosto 03, 2006
miércoles, agosto 02, 2006
martes, agosto 01, 2006
lunes, julio 31, 2006
Dwarf Mail Server: Installation
Dwarf Mail Server: Installation: "Content"
Publicado por
SiTo
en
7/31/2006 09:39:00 a. m.
0
comentarios
Aptana: The Web IDE
Aptana: The Web IDE: "JavaScript Core Language and DOM documentation is integrated right into Aptana. No more flipping through
reference books to find the parameters for that core function!
"
Publicado por
SiTo
en
7/31/2006 08:56:00 a. m.
0
comentarios
viernes, julio 28, 2006
miércoles, julio 26, 2006
jueves, julio 20, 2006
Destroydrop » Javascripts » Tree » v1
Destroydrop » Javascripts » Tree » v1: "tree.zip"
Publicado por
SiTo
en
7/20/2006 01:07:00 p. m.
0
comentarios
martes, julio 18, 2006
lunes, julio 17, 2006
10-week AJAX Training Course by Sang Shin
10-week AJAX Training Course by Sang Shin: "Presentations,
Hands-on labs, and Flash presentations and demos &
Schedule
"
Publicado por
SiTo
en
7/17/2006 09:38:00 a. m.
0
comentarios
jueves, julio 13, 2006
Vivabit | The Web's Bollocks | A DOM Ready Extension for Prototype
Vivabit | The Web's Bollocks | A DOM Ready Extension for Prototype: "Here?s the script: domready.js"
Publicado por
SiTo
en
7/13/2006 08:50:00 a. m.
0
comentarios
miércoles, julio 12, 2006
simflet: Simflet Home Page
Categories
None
Apache License, Version 2.0
ericmacau
"
Publicado por
SiTo
en
7/12/2006 08:28:00 a. m.
0
comentarios
java.net: Java and USB
java.net: Java and USB: "Device Classes"
Publicado por
SiTo
en
7/12/2006 08:24:00 a. m.
0
comentarios
martes, julio 11, 2006
Carousel Component - Documentation
Carousel Component - Documentation: "Safari 2.0.4/Mac"
Publicado por
SiTo
en
7/11/2006 02:35:00 p. m.
0
comentarios
lunes, julio 10, 2006
viernes, julio 07, 2006
Slightly ThickerBox 1.1
Slightly ThickerBox 1.1: "Download links:"
Publicado por
SiTo
en
7/07/2006 08:52:00 a. m.
0
comentarios