Yahoo UI Library (YUI)

July 16, 2007

Library of web related UI components, etc

http://developer.yahoo.com/yui/


Java Service Wrapper

July 16, 2007

Java Service Wrapper: What is the Java Service Wrapper?
http://wrapper.tanukisoftware.org/

<<
The Wrapper makes it possible to install a Java Application as a Windows NT Service. The scripts provided with the Wrapper also make it very easy to install those same Java Applications as daemon processes on UNIX systems.

The Wrapper correctly handles user log outs under Windows, service dependencies, and the ability to run services which interact with the desktop.
>>


ATT, Yahoo, SBC, DSL email settings

July 16, 2007

[last updated: 2007-07-16]

AT&T Yahoo! Email Settings Change for POP and SMTP (e.g., Outlook/Outlook Express)

  1. Change the POP server to pop.att.yahoo.com.
  2. Change the SMTP server to smtp.att.yahoo.com.
  3. Check the option labeled Use an encrypted connection (SSL) and change the SMTP port to 465.
  4. Check the option labeled Use an encrypted connection (SSL) and change the POP3 port to 995.

Aptana – free open-source JavaScript-focussed editor

July 12, 2007

Aptana Home Page

<<
The Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.
>>


Amaya – open source HTML/CSS editor from W3C

July 12, 2007

Amaya Home Page

<<

Amaya Amaya is a Web client that acts both as a browser and as an authoring tool. It has been designed by W3C and INRIA with the primary purpose of demonstrating new Web technologies and helping users to generate valid Web pages.With Amaya, you can manipulate rich Web pages containing forms, tables, and the most advanced features from XHTML. You can create and edit complex mathematical expressions within Web pages. You can style your documents using Cascading Style Sheets (CSS).
>>


apache modules enable, disable, list

July 12, 2007

i think this works on debian based systems

enable/disable modules
$a2enmod
$a2dismod

list modules
$apache2 -l (show compiled in modules)
$apache2 -t -D DUMP_MODULES (show all loaded modules)

http://www.debuntu.org/2006/06/15/66-how-to-enable-apache-modules-under-debian-based-system


Oracle, hibernate, jdbc errors

July 12, 2007

Using Oracle 9i with hibernate on Websphere was giving consistent but unpredictable errors when writing to the database.

Patches for oracle on Win2003 – oracle patch v9.2.0.3 and the jdbc driver that came with it also did not help. (the dates on the ojdbc-jars with 9i were in 2002 and 2003)

Using the jdbc driver that came with the Oracle 10g express as the oracle driver in Websphere (but still using Oracle 9i, just the jdbc jar is the one from 10g) fixed the issues.

>>>>ojdbc14.jar
Manifest-Version: 1.0
Specification-Title:    Oracle JDBC driver classes for use with JDK14
Sealed: true
Created-By: 1.4.2_08 (Sun Microsystems Inc.)
Implementation-Title:   ojdbc14.jar
Specification-Vendor:   Oracle Corporation
Specification-Version:  Oracle JDBC Driver version - "10.2.0.1.0XE"
Implementation-Version: Oracle JDBC Driver version - "10.2.0.1.0XE"
Implementation-Vendor:  Oracle Corporation
Implementation-Time:    Wed Jan 25 01:28:31 2006