Monday, June 4, 2012

Seven Ways to Improve Efficiency of Windows XP System Memory Use and Optimize Memory Management

Seven Ways to Improve Efficiency of Windows XP System Memory Use and Optimize Memory Management

How to optimize memory management in Windows XP, improve the efficient use of memory, increase running speed as much as possible, is our concern. Here are several computer skills in the Windows operating system, to improve memory use efficiency and optimize memory management.

1.Change the page file location

Its main purpose is to maintain the continuity of virtual memory. Because the data on hard disk is read by the magnet head in magnetic material, the page file on the hard disk is in different areas, magnet head would jump again and again naturally not conducive to efficiency. And the number of file in system partition, virtual memory is certainly not continuous, so to put it on the other partition. Change the page file location is: Right-click on the "My Computer", select "Properties → Advanced → Performance Settings → Advanced → Change the virtual memory", choose the drive you want to change the column to the location. It is noteworthy that, after moved the page file, delete the original file (the system will not automatically delete).

2.Change the page file size

Changed the page file location, we can make some adjustments to its size. Adjustments we need to pay attention, do not set the maximum, minimum page file to be equivalent. Memory will usually not really be"stuffed", it reaches a certain level of reserves in the memory automatically move a part of the data into the hard drive. Minimum page file is larger the proportion is lower,the speed of implementation is slower.The maximum page file is the limit sometimes open a lot of programs, the minimum page file and memory are "filled", it will automatically overflow to the maximum page file. So set the two equivalent is unreasonable. Under normal circumstances, the minimum page file was set smaller, so the memory can store more data as possible,the efficiency is higher.Maximum page file is set too bigger to avoid a "full" situation.

3.Disable the page file

When have the memory more than 512MB , the role of page file will is no longer significant, so we can disable it. Like this: in order to enter the Registry Editor "HKEY_LOCAL_MACHINE/System/CurrentControlSet/ControlSession/ManagerMemoryManagement", set "Disable Paging Executive" option value to "1" .

4.Clear the page file

In the same location, there is a "ClearPageFileAtShutdown ", set the value to "1". By "clear" refers to the page file is not completely removed the pagefile.sys file from your hard drive, but it is cleansing and neatening, so to prepare the better use of virtual memory for the next time you start Windows XP.

5.Monitor the memory

No matter how much the system memory is will always be run out. Although the virtual memory exists, but as the speed of reading and writing the hard drive can not compare with the speed of memory, so using memory, we must always monitor the memory usage. Windows operating system provides a system monitor, you can monitor memory usage. Generally speaking, if only 60% of the memory resources are available,then you have to adjust the memory, otherwise it will seriously affect the computer speed and performance.

6.Timely release memory space

If you find that the system is running out of memory, we should pay attention to release memory. The so-called release memory, that is release memory-resident data from the memory. Release the memory the most simple and effective method is to restart the computer. In addition, shut down the program is not used temporarily. If you have to pay attention to the clipboard image data stored is to take up a lot of memory space. Then just cut and paste several words, you can put in the clipboard memory obliterated the original image, thus it release a lot of memory .

7.Optimize data in memory

In Windows,the more the data in memory-resident is,the more memory resources are taken up . Therefore, do not set the desktop shortcut icons and taskbar too much. If the memory resource constraints, can consider to minimize the use of the backgroud memory-resident programs. Usually in the operation of the computer, do not open too many files or windows. Prolonged use of computer, if do not restart the computer, the data in the memory array is likely due to more confusion, resulting in performance degradation. Then you should consider to restart the computer.

If you use Windows 7 you could see How to Tweak The Windows 7 Performance.

The computer skills to speed Excel2007 cell newline operating

The computer skills to speed Excel2007 cell newline operating
In Excel Cell default inputting data are only one line, let inputting data in the cell newline has two ways.

First,when inputting data in the cell, just press "Alt + Enter" combination key can be directly newline at the cursor in the cell.

Second, select the cell which need newline, in the "Start" tab, click the "alignment" area right corner of the "automatic newline" icon, this cell in the future when the text exceeds the width of the cell it will automatic newline. Automatic newline only effective the content in text format, but "Alt + Enter"combination key can be directly on the text and numbers to newline, just after the newline number will also convert it to text format.
If you want more computer skills,click here.

This artlcle's address is http://www.computerites.com/computer-skills/2011/12/the-computer-skills-to-speed-excel2007-cell-newline-operating-187.html

UA:C [1.9.17_1161]

Sunday, April 8, 2012

Why the IE browser can not open the website at the beginning with “https”?

Why the IE browser can not open the website at the beginning with “https”?

Why the IE browser can not open the website at the beginning with "https"?
Recently here is some problems with IE browser, any URL at the beginning of "https" can not be opened! Even Gmail is impossible, what the protocol is damaged ?

No,it behoves you accidentally have changed the settings of IE. Open the IE browser's "Tools → Internet Options → Advanced", locate and check the "Use TSL 1.0" and "use SSL3.0" these two options, of course, you can use IE's "Restore Advanced Settings" button , but other options have been modified to reset. Finally, you need to check the localhost firewall and the corporate gateway settings to see if port 443 is disabled, if the port is disabled, there will be such a phenomenon.Then you can solve this problem.

Tuesday, March 20, 2012

40 Useful Javascript Tips

The following 40 javascript tips are commonly for web design.Them will be useful for the web designer.

1. Oncontextmenu = "window.event.returnValue = false" will completely shield the mouse right button
<table border oncontextmenu=return(false)><td>no</table> can be used for Table

2. <body Onselectstart="return false"> deselect to prevent copying

3. Onpaste = "return false" forbid to paste

4. Oncopy = "return false;" oncut = "return false;" to prevent copying

5. <link Rel="Shortcut Icon" href="favicon.ico"> IE address bar replace your icon before

6. <link Rel="Bookmark" href="favicon.ico"> can show your favorites icon

7. <input Style="ime-mode:disabled"> off input

8 will always be with a framework
<script language="JavaScript"> <! -
if (window == top) top.location.href = "frames.htm"; //frames.htm page as a framework
//--></Script>

9.Prevent the frame being
<SCRIPT LANGUAGE=JAVASCRIPT> <! -
if (top.location! = self.location) top.location = self.location;
//--></SCRIPT>

10.Pages will not be saved as
<noscript> <iframe src="/blog/*.html> "; </iframe> </noscript>

11. <Input type = button value = View page source code
onclick = "window.location =" view-source: "+" http://www.computerites.com/ "">

12.Deleting confirm
<a href="javascript:if(confirm("Really delete?"))location="boos.asp?&areyou=delete&page=1""> delete </a> _fcksavedurl = "" javascript: if (confirm ("really delete it?")) location = "boos.asp? & areyou = delete & page = 1" "> Delete </a>"

If you want to read more ,please view 40 Useful http://www.computerites.com/web-design-skills/2011/12/40-useful-javascript-tips-179.html

Sunday, February 26, 2012

How to Tweak The Windows 7 Performance

How to Tweak The Windows 7 Performance

We can tweak the windows 7 manual to accord ourself custom.There are sevral samples .

Change the Power Plan To Maximum Performance

The Power settings in Windows 7 is not automatically set for maximum performance. By default the power plan in Windows 7 is set for a balanced performance with energy consumption on hardware. So you may not get the optimal performance from windows 7 if this is the case. So we need to change the power plan to High Performance Mode.

1.Double click the Power Options in the Control panel.
2.Click the down arrow showing Show Additional Plans to see the High Performance power plan.
3.Now just activate the High Performance plan and that's it.
4.Go for the advanced power settings.
5.Go to Hard disk, then to Turn off hard disk after and set it to Never. This enables the GC to do its job while logged off.

Speed Up the Windows 7 Boot Time

1.Press [Win] + R or take the RUN option from the start menu.
2.Now type "msconfig" in there and press Enter Key to open up the System Configuration Window. Click on the Boot tab in there.
3.You will see a box called Time out. This is the time (in sec) which the system waits for the user to select the operating system to boot to.
4.You can safely set the value to 0.
5.Tick the "No GUI Boot" option too [turns off the Windows 7 logo at boot-up].
6.Click Apply and confirm.

Disable the Aero Theme

1.Right Click on your Desktop and select Personalize click the Window Color Tab.
2.Uncheck the Box saying Enable Transparency and then click on Open classic appearance properties for more color options.
3.Then a window will open up. Apply a Standard theme from it.

Disable the Unwanted Visual Effects

1.For this right click on Computer and select Properties from the right click menu.
2.Click on Advanced System Settings from the left pane to open up the System Properties window.
3.Select the Advanced tab from it. Then Under Performance click Settings . Choose Custom: Options From it.
4.Now untick all the options and select only the last four options
5.Now just log off your system and turn logon.

Disable Unwanted Startup Programs

Tuesday, February 7, 2012

Five Little Internet Skills

Five Little Internet Skills

When we browse the web sites first time ,we have no experience at internet skills,there are five little internet skills for the novice.

The first one: sometimes when browsing the web, one site has not be read, but we want to open a new link, you can right click and select "Open link in a new window", or hold down [Shift] and click the mouse left-click, that you can open the page in a new window.
The second one: most web pages are "www.***.com" form, when you open a web page so you can type "***" in the address bar , then click [Ctrl] + [Enter] this can launch this site fast.
The third one: some sites every time we have to browse on the internet, first enter the site, then click the menu [Tools] → [Internet Options] choose to use the current page, and then confirm, so whenever you open IE, the page you selected will automatically open.

The fourth one: You can also click "start" to open "Run" and type the sites address in the input box so that the computer will automatically launch a browser to open the page.

The fifth one: some pages when you right-click, there will be "Sorry, can not use this feature", you can use "Hold down the left-click and then right click, then release the left-click, and finally release the right-click" approach to cracking.

For more computer skills to click here.


This address is http://www.computerites.com/internet-skills/2011/12/five-little-internet-skills-175.html

Wednesday, February 1, 2012

How to solve NTLDR is missing ?

How to solve NTLDR is missing ?

Sometimes we start computer we will found that "NTLDR is missing, press any key to restart" .But how to solve this problem, here is a computer skill solve it without any other tools.
First let's know what is NTLDR.NTLDR is a hide readonly system file.Locate in the system root directory.NTLDR is the booting file in WIN NT system.If this file is not found or broken,system will display "NTLDR is missing, press any key to restart" and can not access the system.

How to solve NTLDR file is missing?
NTLDR is missing, press any key to restart1.The NTLDR file missing in WINDOWS XP has the most simple solution does not require any other tools.

1.Start the computer in any other way .
2.Use the DIR NTLDR /S command to find files from the backup file. The path is relatively long, mutatis mutandis, jot down the line to the root directory.
3.The key is how to write to disk, not COPY end and leave, you must perform DEBUG NTLDR command. Command line to execute the command write W, Q command exits. So as to ensure real written to disk.
4.Restart.It's ok.

2.Repair Windows XP start system

1.Set in the BIOS boot the computer using the CD-ROM drive.
2.Insert the Windows XP CD in the CD-ROM drive to start the computer.
3.The disc will run automatically to stop at three options, press [R] select repair your computer will be asked to enter which system, choose the Windows XP code, then enter the Administrator password ( enter the same Administrator password when installing) If no password can directly press the Enter key
4.At C:\Windows>, type Fixboot and press [Y] to confirm
5.At C:\Windows>, type CD\
6.At C:\> type ATTRIB-H NTLDR
7.At C:\> type ATTRIB-S NTLDR
8.At C:\> type ATTRIB-R NTLDR
9.At C:\> type ATTRIB-H NTDETECT.COM
10.At C:\> type ATTRIB-S NTDETECT.COM
11.At C:\> type ATTRIB-R NTDETECT.COM
12.At C: \> type COPY X:\I386\NTLDR C:\ Note: X: is the CD-ROM drive
13,At C:\> type COPY X:\I386\NTDETECT.COM C:\
14.After removing Win XP CD and type the [Exit] will restart the computer
15.Select in the BIOS, restart your computer from hard drive

3.Copy a correct NTLDR file from anywhere to the system root directory by booting with WINPE or DOS system.

You can download the corret NTLDR file here http://www.computerites.com/ntldr