Web Form Buttons

posted in: Tech | 0

Print Button <input name=”Print” type=”button” onclick=”window.print();” value=”Print”> Back Button <input name=”Back” type=”button” onClick=”history.go(-1)” value=”Back”> Home Button <input name=”Home” type=”button” onClick=”parent.location=’index.cfm’” value=”Home”>

Sun Blade 100

posted in: Tech | 0

Updating OpenBoot PROM for Sun Workstations Based on SPARC Technology http://developers.sun.com/solaris/articles/openboot_sparc.html Unofficial Sun Blade 100/150 FAQ and Information http://people.spacelabs.nl/~admar/usb100faq/index.html OpenBoot 4.x Command Reference Manual http://docs.sun.com/app/docs/doc/816-1177-10 SPARC-HOWTO http://tldp.org/HOWTO/SPARC-HOWTO.html Questions and answers on OpenBoot http://www.itworld.com/AppDev/616/UIR951001openboot/ Latest OpenBoot PROM Update http://sunsolve.sun.com/search/document.do?assetkey=urn:cds:docid:1-21-119235-01-1

Moving SQL Server System Databases

posted in: Tech | 0

Moving System Databases http://msdn2.microsoft.com/en-us/library/ms345408.aspx Moving MSDB http://www.sqlservercentral.com/columnists/sjones/movingmsdb.asp Moving the SQL 2005 System Databases http://www.sqlservercentral.com/columnists/vIacoboni/2605.asp

How to disable WebDAV for IIS 5.0

posted in: Tech | 0

http://support.microsoft.com/default.aspx?scid=kb;en-us;241520 To completely disable WebDAV including the PUT and DELETE requests, make the following changes in the registry. 1. Â Start Registry Editor (Regedt32.exe). 2. Â Locate and click the following key in the registry:  Â  Â  Â  Â  Â  Â  Â  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters 3. Â On the Edit menu, click Add Value, … Continued

.htaccess Info

posted in: Tech | 0

.htaccess Tutorial http://www.freewebmasterhelp.com/tutorials/htaccess/ htaccess Cheatsheet http://www.thejackol.com/htaccess-cheatsheet/ .htaccess file generator http://cooletips.de/htaccess/ .htaccess tips and tricks http://corz.org/serv/tricks/htaccess.php

How to disable PCT 1.0, SSL 2.0, SSL 3.0, or TLS 1.0 in Internet Information Services

posted in: Tech | 0

“http://support.microsoft.com/default.aspx?scid=kb;en-us;187498 This information is stored in the following registry key: HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Protocols Typically, this key contains the following subkeys: * PCT 1.0 * SSL 2.0 * SSL 3.0 * TLS 1.0 Each key holds information about the protocol for the … Continued

SSL offloading for JBOSS and Tomcat servers.

posted in: Tech | 0

SSL offloading for JBOSS and Tomcat servers. Many customers who run ZXTM in front of a J2EE application server, like JBoss or Tomcat, would like to use the high performance SSL processing of ZXTM but still need their application to … Continued

VISIO

posted in: Tech | 0

VISIO Information site: http://visio.mvps.org/ VISIO Stencils: http://visio.mvps.org/3rdparty.htm

JAVA Code Signing

posted in: Tech | 0

“How to Sign Applets Using RSA-Signed Certificates” http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/rsa_signing.html “Signed Applet using JDK Plugin” http://personal.vsnl.com/sureshms/javasign1.html “Java Applet Signing Guide” http://www.brendonwilson.com/resources/projects/signed-java/JavaAppletSigningGuide.doc