Thursday, November 10, 2005
Saturday, October 01, 2005
Internet Explorer - Printing headers and footers
Header and Footer codes for printing:
&w Window title
&u Page address (URL)
&d Date in short format (as specified by Regional Settings in Control
Panel)
&D Date in long format (as specified by Regional Settings in Control
Panel)
&t Time in the format specified by Regional Settings in Control Panel
&T Time in 24-hour format
&p Current page number
&P Total number of pages
&& A single ampersand (&)
&b The text immediately following these characters as centered.
&b&b The text immediately following the first "&b" as centered, and the text following the second "&b" as right-justified.
For example, if you want the header to have the window (page) title and the URL, you would type:
&w &u
Thursday, September 22, 2005
Tuesday, September 20, 2005
Deleting Saved passwords in Internet Explorer
How to delete saved passwords in Internet Explorer.
First go to the site where you would like to removed the saved username and password.
- Put your mouse in the box of the user ID.
- When your user ID is automatically show in the drop-down list, put your cursor over it.
- Press the DELETE key on your keyboard. Your ID and password will be removed from the list that Internet Explorer remembers.
Tuesday, September 06, 2005
Linux Commands
Most Used Commands for Linux (Servers)
ls
cd
cp (copies files)
mv (rename or move files)
rm (removes--deletes files)
chmod (changes permissions)
Explanation of essential and most used Linux commands
Explanation of Linux (Unix) Commands
ls -l this will list a directory and details about all the listed files
cd .. will go up a directory
cd \ will change to the highest level directory (root directory)
Friday, September 02, 2005
Create an Autoplay CD
How to Create An Auto-Play CD
PC Magazine 05.04.2004
The application CDs that you buy launch automatically, and your burned CDs can do the same. They can invoke a setup program or display an HTML page that links to the CD's contents. Use Notepad to create a three-line text file based on the lines below, and name it Autorun.inf. Place the file in the CD's root directory.
[autorun]
open=setup.exe
icon=icon.ico
Replace setup.exe with the program that should launch when the CD is inserted, and replace icon.ico with the file containing the CD's icon. In both cases, be sure to omit the drive letter. If you want to launch a nonexecutable item like an HTML file, precede it with start.exe in the open= line. Note that all file links in the HTML file should be relative ones, omitting the drive letter.
Try
[autorun]
open=start.exe index.html
Thursday, September 01, 2005
Speed up Adobe Acrobat 6 startup
PC Magazine had a very similar article, however I found this on www.x1000forums.com by looking at Google's cache of the page.
(Easily reversible if you change your mind).
1) Start Adobe Reader. To turn off the splash screen go to Edit - Preferences - Startup then uncheck the box "Display Splash Screen". I also turn off "Show messages and automatically update".
2) Shutdown Adobe Reader. Go to C:\Program Files\Adobe\Acrobat 6.0\Reader (replace the C: if you installed on another drive).
3) Create a new folder called plug_ins_disabled or plug_ins_backup, your choice.
4) Move all the files and the folders (except three files see #5) from the plug_ins folder to the disabled or backup folder you just created.
5) Leave the following three files in the original folder, EWH32.api, search.api and search5.api, if you have them. [If you use adobe to print across the internet, leave in printme.api] [If you want the weblinks to work, leave in escript.ini and weblink.ini]
Now start Adobe Reader and enjoy the speed increase.
(Once again, If you change your mind, simply move all the files back.)
Link to the article on Pc Mag's website: Speed Loading of PDF files
PC Mag's article says to leave EWH32.api, printme.api, and search.api in the original folder.