Friday, October 31, 2003
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!
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
Tuesday, October 21, 2003
Interesting List of Technology's Popular Names and their origins4>
How Did They Get Their Names
Tuesday, October 14, 2003
File Library at Channel 1: New Files: "EditPad"
Wednesday, October 08, 2003
Pressing the SHIFT key bypasses cd copy protection
Analysis of the MediaMax CD3 Copy-Prevention SystemWednesday, 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.