Friday, October 31, 2003

 

Download Windows 2000 Resource Kit Tools Here

Download Free Windows 2000 Resource Kit Tools

 

Blinding the Browser:


There are two preferred methods of making browsers ignore JavaScript:
1) a <NOSCRIPT> tag

This method works by creating a soft of "catch-22" on the browser: Browsers that support JavaScript ignore anything within a <NOSCRIPT> section because this material is meant to be displayed only in browsers that DON'T support JavaScript, in place of the script (this area is often used by Web designers to display text such as "Your browser does not support JavaScript; this script will not work", etc.). Browsers that DON'T support JavaScript (early versions, for example) don't recognize the <NOSCRIPT> tag and ignore it anyway.

2) a SCRIPT tag that references a nonexistant scripting language, e.g. tag is encountered. Therefore any JavaScript coming after the <SCRIPT> tag will not be executed.


This program is set up to use the <NOSCRIPT> method by default. The HTML used is stored in the file fix.ini and can be modified by the user.



Wednesday, October 29, 2003

 

Interesting Scripts from Yahoo Mail!


















 
add this to adobe topic
Configure the browser for electronic submission.

 
add this to the adobe topic
Technical Support

 

ADOBE configuration in browsers


This is for old versions
Help page - Configuring Internet Explorer

Monday, October 27, 2003

 

RealVnc or TightVnc?


TightVNC Frequently Asked Questions

I think TightVnc has a good edge.

http://techrepublic.com.com/5100-6270-1059946.html

http://www.tightvnc.com/faq.html#howsecure

Sunday, October 26, 2003

 

An alternative to WinVNC - Is it a clone?

TightVNC: VNC-Based Free Remote Control Solution

Tuesday, October 21, 2003

 

Interesting List of Technology's Popular Names and their origins
How Did They Get Their Names

Tuesday, October 14, 2003

 

Dynamic T-SQL using sp_executesql function


SQL SERVER EXAMPLES                  Maintained by Gregory A

 
File Library at Channel 1: New Files: "EditPad"

 
crack-locator.com

Wednesday, October 08, 2003

 
Ootips - Object Orientation Tips

 

Great PC freeware utilities

Sysinternals Freeware - Utilities for Windows NT and Windows 2000

 

Pressing the SHIFT key bypasses cd copy protection

Analysis of the MediaMax CD3 Copy-Prevention System

Wednesday, October 01, 2003

 

How to Auto-Log in Windows NT


JSI Tip 0004 - Bypass the WinNT Logon Prompt.


If you want to autolog a user, both TweakUI and the Resource Kit utility AUTOLOG.EXE will do it for you. To configure this using the registry, edit:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

Set the DefaultDomainName, DefaultPassword (must be non-blank), and DefaultUserName. Set AutoAdminLogon to 1 (all are type REG_SZ). If you ever want to logon as a different user, hold down the shift key as you logoff.

If you implemented Tip 025, undo it.

Note:Your password is stored in plain text in the registry and can be seen by someone with the authority to view a remote registry.


This page is powered by Blogger. Isn't yours?