Skip to main content

Tips for quick web surf


Tips for quick web surf


 

1. Protect yourself and avoid bad web sites

 How would I be able to ensure myself while online?

 
a) Avoid Internet phishing.

b) Protecting children from unsafe sites and individuals on the Internet.

 

 2. Know your browsers alternate ways i.e., shortcut keys


 
There are dozens of different shortcut keys that can be used with Internet browsers.

For eg, Pressing Alt + D in any real Internet program will move the cursor into the location bar. This is an extraordinary approach to rapidly enter an Internet address without needing to click the mouse cursor in the location bar. Likewise,
  Hold down the Ctrl key and press the + or - to increase and decrease the size of content (zoom).

  Press the delete key or hold down the Alt key + left bolt to backpedal a page.

  Press F5 to invigorate or reload a site page.

  Press F11 to make the Internet program screen full screen. Press F11 again to return once more to the typical perspective.

  Press Ctrl + B to open your Internet bookmarks.

  Press Ctrl + F to open the discover confine the program to hunt down content inside the page you're taking a gander at.

 

 3. Take advantage of tabbed searching


 Take full point of interest of tabbed searching in all Internet programs today. While perusing any website page on the off chance that you run over a connection you may be intrigued by open that connection in another tab so it might be seen later. Another tab could be opened by holding down the Ctrl key and clicking the connection or on the off chance that you have a mouse with a wheel click the connection with the center mouse catch.

 

4. Try Alternate programs


 Most computer users utilize the default program that comes included with the machine, with Microsoft Windows this is Internet Explorer. There are a few incredible elective programs that can be downloaded and used. The following are a few of our top picks

  Google Chrome

  Mozilla Firefox

  Opera

 

5. Install plugins and additional items


  Each of the above programs also have an extensive group of volunteers who create add-ons and plugins that might be included into the program. Each of these programs have countless these additional items that can do such things as providing for you live climate in your program window, transforming its color, and including extra usefulness.

Comments

Popular posts from this blog

KEYBOARD SHORTCUTS FOR WINDOWS 8 :

KEYBOARD SHORTCUTS FOR WINDOWS 8 :  Hai friends, The following are keyboard shortcuts for windows 8 users.I hope that this will make your Windows 8 experience much more enjoyable! I. On Pressing the Windows key + I will open the Settings at side of the screen i.e,. the charms. II. Press and hold the Windows key + D to open the Windows Desktop. III. Press and hold the Windows key to open the Start screen . ... If your are in start screen , then you will be switched to desktop on pressing windows key! IV. Press the Windows key + Print screen to create a screen shot, which is automatically saved into your My Pictures folder. V. Press the Windows key + C to open the Charms. VI. Press and hold the Windows key + Tab to show open apps. VII. Press the Windows key + X to open the power user menu at the lower left corner. This menu allows you to choose various windows tools and work with them as shown below!!   TRY THIS FRIENDS     ...

Why My Internet Connection is Slow?

If your connection to the internet is slow then it would be one of the following reasons  It could be a DNS problem, which is to do with your internet connection.  Solution: Try resetting your router/modem by turning it of for 5 minutes, then turning it back on (fixes many connection issues, or at-least the common ones.)  - Try changing your web browser, depending on what your using: Suggestions -Google Chrome (recommended) -Safari -Firefox -Internet Explorer  On the other hand, you could have a more then a connection problem such a virus which is eating up your CPU. So download anti-malware and do some scans, alternatively download (Advanced System Care) which has optimization that will make your computer run flawlessly and its free. Clear the cache, dump all temp files, check for excess programs loaded into memory at start up -(VERY COMMON), clear cookies, AND check ISP speed with "speed test".

create CON, PRN, AUX folder in Windows

Ever tried to create the following folder in Windows?  CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, & LPT9 Probably windows doesn't allow you to create a folder in these name using Windows Explorer or Command Prompt directly! This is because windows prevent these terms as SYSTEM Folder Names   which are reserved  for the Operating System. But there is a trick to create it. Trick for CREATING those folders:  In command prompt, Type the following: md \\.\\C:\con This would create a folder named "con" on your "C Drive" i.e., md \\.\\(path where you want to create)followed by the name Similarly to delete such folder: Type the following in cmd: rd/s \\.\\C:\con This would remove the folder named "con".please note that rd(Remove Directory) command is used with "/s" switch as otherwise it would give error that "folder is not...