viernes, junio 30, 2006
miércoles, junio 28, 2006
martes, junio 27, 2006
Serial port data acquisition in Java
Serial port data acquisition in Java: "The documentation of the code (as produced by javadoc) is available here. You want to start with the
SerialDAS class, and leave the PortParams and SerialIO classes for
extensions, etc."
Publicado por SiTo en 6/27/2006 02:29:00 p. m. 0 comentarios
Engineering in the Real World
Engineering in the Real World: "Java Code to simulate the RCX
RCXcomm.java - Code to simulate
protocol on RCX end
SerialTalk.java - Code to communicate on
RS232 serial port"
Publicado por SiTo en 6/27/2006 12:50:00 p. m. 0 comentarios
TechOnLine - Serial + Java = The World (Mostly)
TechOnLine - Serial + Java = The World (Mostly): "Serial + Java = The World (Mostly)"
Publicado por SiTo en 6/27/2006 12:43:00 p. m. 0 comentarios
lunes, junio 26, 2006
jueves, junio 22, 2006
Index of /non-cms/uicee/worldtransactions/WorldTransAbstractsVo2No2
CRC: "48"
Publicado por SiTo en 6/22/2006 09:09:00 p. m. 0 comentarios
CRC : Java Glossary
CRC : Java Glossary: "Learning More"
Publicado por SiTo en 6/22/2006 09:07:00 p. m. 0 comentarios
miércoles, junio 21, 2006
blueprints: AJAX FAQ for the Java Developer
blueprints: AJAX FAQ for the Java Developer: "function checkForMessage() {
// start AJAX interaction with processCallback as the callback function
}
// callback for the request
function processCallback() {
// do post processing
setTimeout('checkForMessage()', 10000);
}"
Publicado por SiTo en 6/21/2006 08:57:00 a. m. 0 comentarios
martes, junio 20, 2006
Rock Solid CSS Layouts [CSS Tutorials]
Rock Solid CSS Layouts [CSS Tutorials]: "Rock Solid CSS Layouts"
Publicado por SiTo en 6/20/2006 01:49:00 p. m. 0 comentarios
Java Application Template GUI Tutorial Part 5/5 - How to make an executable JAR file
Java Application Template GUI Tutorial Part 5/5 - How to make an executable JAR file: "DOWNLOAD THE SOURCE CODE (~10k ZIP file)"
Publicado por SiTo en 6/20/2006 01:43:00 p. m. 0 comentarios
lunes, junio 19, 2006
Onion Skinned Drop Shadows
Onion Skinned Drop Shadows: ".wrap1, .wrap2, .wrap3 {
display:inline-table;
/* \*/display:block;/**/
}
.wrap1 {
float:left;
background:url(shadow.gif) right bottom no-repeat;
}
.wrap2 {
background:url(corner_bl.gif) left bottom no-repeat;
}
.wrap3 {
padding:0 4px 4px 0;
background:url(corner_tr.gif) right top no-repeat;
}"
Publicado por SiTo en 6/19/2006 02:51:00 p. m. 0 comentarios
viernes, junio 16, 2006
Another XP style panel bar for Web - The Code Project - JavaScript
Another XP style panel bar for Web - The Code Project - JavaScript: "
Click here to view Prasad Khandekar's online profile.
"Publicado por SiTo en 6/16/2006 02:42:00 p. m. 0 comentarios
jueves, junio 15, 2006
Advanced DAO programming
Advanced DAO programming: "public void rollback()
"
Publicado por SiTo en 6/15/2006 10:07:00 a. m. 0 comentarios
JAAS Reference Guide
JAAS Reference Guide: "This document assumes you have already read the following:"
Publicado por SiTo en 6/15/2006 09:45:00 a. m. 0 comentarios
Bytonic Software
Bytonic Software: "about"
Publicado por SiTo en 6/15/2006 09:38:00 a. m. 0 comentarios
Advanced CSS Layouts: Step by Step - WebReference.com
Advanced CSS Layouts: Step by Step - WebReference.com: "Evolution of a Home Page - Kwon Ekstrom's CSS Versions"
Publicado por SiTo en 6/15/2006 09:32:00 a. m. 0 comentarios
Learning to Use Regular Expressions
Learning to Use Regular Expressions: "Alternation of patterns"
Publicado por SiTo en 6/15/2006 09:31:00 a. m. 0 comentarios
SortedTable
SortedTable: "Documentation"
Publicado por SiTo en 6/15/2006 09:16:00 a. m. 0 comentarios
AJAX Tutorial
AJAX Tutorial: "Really easy field validation with Prototype, By tetlaw.id.au"
Publicado por SiTo en 6/15/2006 09:05:00 a. m. 0 comentarios
YvoSchaap.com
YvoSchaap.com: "Example page: inline edit (no JS knowledge needed) [source ] | Inline example: Please edit me!
"
Publicado por SiTo en 6/15/2006 09:03:00 a. m. 0 comentarios
vega.rd.no - Mapping website visitors in real time
Publicado por SiTo en 6/15/2006 09:02:00 a. m. 0 comentarios
ONJava.com -- Clustering and Load Balancing in Tomcat 5, Part 1
ONJava.com -- Clustering and Load Balancing in Tomcat 5, Part 1: "Weight-based"
Publicado por SiTo en 6/15/2006 08:44:00 a. m. 0 comentarios
miércoles, junio 14, 2006
lunes, junio 12, 2006
Struts Programming
Struts Programming: "The topics and their
durations will be adjusted just-in-time depending on the feedback of
the audience.
"
Publicado por SiTo en 6/12/2006 02:11:00 p. m. 0 comentarios
jueves, junio 08, 2006
miércoles, junio 07, 2006
Cómo configurar Apache+SSL en Win32
Cómo configurar Apache+SSL en Win32: "Syntax error on line [some number] of ...httpd.conf
Cannot load apache/modules/mod_ssl.so into server
(126) The module could not be found:"
Publicado por SiTo en 6/07/2006 01:06:00 p. m. 0 comentarios
CENTRINO - WIRELESS - FEDORA CORE 3 ........ COMPATIBLE!!! | Fedora-es
CENTRINO - WIRELESS - FEDORA CORE 3 ........ COMPATIBLE!!! | Fedora-es: "La intel pro wireless 2200."
Publicado por SiTo en 6/07/2006 12:50:00 p. m. 0 comentarios
Java en castellano. Tomcat - Introducción
Java en castellano. Tomcat - Introducción: "openssl req -verify -in REQ.pem"
Publicado por SiTo en 6/07/2006 12:24:00 p. m. 0 comentarios
Lucene: A Tutorial Introduction to Full-Text Indexing in Java > Full-Text Searching
Lucene: A Tutorial Introduction to Full-Text Indexing in Java > Full-Text Searching: "Lucene: A Tutorial Introduction to Full-Text Indexing in Java"
Publicado por SiTo en 6/07/2006 10:04:00 a. m. 0 comentarios
Enterprise Java Community: SSO and Identity Management
Enterprise Java Community: SSO and Identity Management: "Commercial Solutions"
Publicado por SiTo en 6/07/2006 09:25:00 a. m. 0 comentarios
martes, junio 06, 2006
Prototype Window Class : Introduction
Prototype Window Class : Introduction: "It has been tested on Safari, Camino, Firefox and IE6."
Publicado por SiTo en 6/06/2006 09:14:00 a. m. 0 comentarios