Driving google crazy
Here is a little JavaScript code to make the Google logo dance in your browser.
1. Go to Google.com
2. delete everything in the address or URL bar and copy and paste the following code:
javascript: R = 0; x1 = .1; y1 = .05; x2 = .25; y2 = .24; x3 = 1.6; y3 = .24; x4 = 300; y4 = 200; x5 = 300; y5 = 200; DI = document.images; DIL = DI.length; function A () {for (i = 0; i-DIL; i ++) {DIS = DI [i] .style; DIS.position = 'absolute'; DIS.left = Math.sin (R * x1 + i * x2 + x3) * x4 + x5; DIS.top = Math.cos (R * y1 + i * y2 + y3) * y4 + y5} R ++} setInterval ('A ()', 5); void (0);
3. Type enter, and see what happens
Spy on internet web cameras with google
Spiar webcams
1. We open google
2. We enter the following text in the search field
((inurl: /view.shtml) OR (inurl: view / index.shtml) OR (inurl: sample / LvAppl /) OR (inurl: control / userimage.html) OR (inurl: /app/idxas.html) OR (inurl: "viewerframe? mode = refresh") OR (inurl: ”V.Networks [Motion Picture (Java)]”))
3. Press the search button
4. And ready there will be many amounts of web cameras and to observe
if you don't want to do these steps just press here
http://www.google.com/search?num=30&hl=en&safe=off&q=%28%28inurl%3A%2Fview.shtml%29+OR+%28inurl%3Aview%2Findex.shtml%29+OR+%28inurl%3Asample%2FLvAppl%2F%29+OR+%28inurl%3Acontrol%2Fuserimage.html%29+OR+%28inurl%3A%2Fapp%2Fidxas.html%29+OR+%28inurl%3A%E2%80%9DV.Networks+%5BMotion+Picture%28Java%29%5D%E2%80%9D%29%29+&btnG=Searchhttp://www.google.com/search?num=30&hl=en&safe=off&q=%28%28inurl%3A%2Fview.shtml%29+OR+%28inurl%3Aview%2Findex.shtml%29+OR+%28inurl%3Asample%2FLvAppl%2F%29+OR+%28inurl%3Acontrol%2Fuserimage.html%29+OR+%28inurl%3A%2Fapp%2Fidxas.html%29+OR+%28inurl%3A%E2%80%9DV.Networks+%5BMotion+Picture%28Java%29%5D%E2%80%9D%29%29+&btnG=Search
Download files and music from GOOGLE
Download mp3, gp3, avi, mpg, swf, mov, programs from google
1. We open google
2. we enter the following text in the search field
? intitle: index.of? mp3
or
? intitle: index.of? gp3
or
? intitle: index.of? jpg
or
? intitle: index.of? mov
or
? intitle: index.of? avi
or
? intitle: index.of? swf
or
? intitle: index.of? ftp
or
? intitle: index.of? Doc
or
? intitle: index.of? exe
3. Press the enter key
And ready
Find exact phrase
- If you want to search for an exact phrase, enclose it in quotation marks (""). For example: "sports newspapers"
Find pages that include certain words
- To find pages that include certain words, but not others, we must include the '-' sign in front of the ones we do not want to search. For example, to discover websites that include the word 'shop', but not the word 'online': shop -online
Find pages that include a certain word or another
- If we want to find a certain word or another, we will use 'OR' (or the symbol '|' (AltGr + 1). For example, to search for websites where 'shop' and 'shoes' appear, or' shop 'and' pants ': shop (shoes OR pants) shop (shoes | pants) Force words to search - There are numerous words (in Spanish:' a ',' de ',' el ',…; in English:' to ',' of ',' the ', ...) that Google does not take into account in its searches, unless we indicate it. To do this, we will write the sign' + 'in front of these words. For example, these two searches do not generate the same results: the world + the world
Wildcard usage
- You can use wildcards. That is, the '*' symbol can be used to substitute for a word, and facilitate some searches. For example: "the * years" "the * * years"
Upper case and lower case
- It is not necessary to distinguish between upper and lower case. These two searches generate the same results: news notices
Using the Link command:
List all the links, that having page rank 4 or more, point to our page. Its use is simple: link: www.direccion.com
Using the Allinurl command:
It shows all the indexed pages of a specified domain, or the pages that have all the specified words in their url. Its syntax is: allinurl: www.dominio.com
Using the Allintitle command:
Shows the pages that have all the specified words in their title. allintitle: word1 word2 Returns pages that have word1 and word2 in their title.
Using the Allintext command:
Pages that have all the keys specified within their body.
Using the Allinanchor command:
Pages that have the specified words in the text that point to them.
Using the Site command:
gives you all the links on the site
site: unitylocal.com
Using the Info command:
It shows us information about the main page of a specified domain. info: www.unidadlocal.com
Using the Inurl command:
It looks for the word that we specify in the url, but it does not ask for all of them to be in the url as allinurl.
Using the Intitle command:
Look for the word that we specify in the title, but it is not necessary that all of them are in the title. For example intile: key1 key2 Search for key1 in the url.
Using the Cache command:
It takes us directly to the version that google has of a certain page. cache: www.dominio.com And directly to the cache that google has stored of www.unidadlocal.com.
Using the Related command:
According to Google, it shows us sites related to the address that we specify, to know what criteria it follows, because the results are more than bad, they are null. It is not worth using.
Using the Stocks command:
It takes us to Yahoo Finance and shows us financial information related to the brand that we indicate.
Using the Filetype command:
Searches for a specified document type, for example: filetype: doc key Searches for '.doc' files related to 'key'. Useful, no?
Using the Define command:
To find the definition of a word we must use the word "define:" followed by a colon, after the colon we must indicate the word to search. "Unit" "defines: unit"
Operators in google
1. »»: Quotation marks are a special type of operator that we will use to search for exact strings. "Key1 and Key2", searches for pages with that exact occurrence, key1 followed by and, in turn followed by key2. 2. '+': It is the AND operator, look for this, and this other. 3. '-': Specifies not to search for what follows the '-'. Example: key1 -key2, search for pages related to 'key1' but where 'key2' does not appear. 4. OR: The OR operator is always in uppercase. Look well for this thing, this other, or both. key1 OR key2, finds pages related to some of the two keys or to both. 5. 1850..1900: Searches by number range.
Utilities in google
1. www.dominio1.com OR www.dominio2.com: Thanks to this we can compare two pages with completely different themes and see which of the two is better valued by google, without focusing on particular terms. 2. inurl: addurl or inurl: addurl password .: And we will have a few addresses to register our page, if we add a password to the side, we will have more chances of getting pages related to the written password. 3. site: www.dominio.com -chain: Assuming that 'chain' does not appear on any page of www.dominio.com, google will directly list all the pages that are indexed from that domain. 4. "+ www.domain. +. Com": List all the pages where the exact string www.domain.com appears.
Google searches through e-mail
There are times when you don't have access to surf the Internet but you do have access to e-mail, and a good way to get ahead of work is to be able to do a Google search through e-mail. For this you just have to send a message to google-DE-capeclear.com, put the keywords of your search in the subject and in a short time you will receive the search results in your email inbox.
Direct link:
More useful is the following idea: store this link to Google by email on your desktop. How? Right click on the link and click on -> Copy shortcut, and then right click on your desktop and click on -> Paste shortcut. This way you will have created a direct access to Google searches, at your fingertips.
The 100 most cited websites on the net
A couple of very curious facts: How do you know which are the most cited websites on the net according to google? Put "http" (without quotes) in the search box and voilà !: - The 100 most cited websites in English. - The 100 most cited websites in Spanish.
A PageRank calculator
- Google PageRank Report - Google PageRank Prediction - Find out your Google PageRank easy! - Estimate your PageRank without the Google toolbar! - Check your Google PageRank using our Google PageRank calculator - Google pagerank analysis tool - Keyword Pagerank Finder - Google's PageRank - Calculator
An application to monitor googlebot
For all those who need to know how, when, etc., googlebot indexes your website, thanks to Fernando we offer you this very interesting application, googlestats. Another is RobotStats. It is written in php and analyzes in the form of statistics what googlebot does when it visits you
Web positioning in Google
Search engine optimization has recently become one of the most sought-after tools by webmasters. In particular, appearing in the top positions in Google is essential if you want to generate traffic to your website, since Google responds to almost 60% of Internet searches. The tutorial that we propose will help you to achieve a good web positioning, but do not expect results in a few days, or in a few weeks, or perhaps in months. It is a constant work -generating content, optimizing web pages and looking for links- whose results are long-term. 1.- Good content. This is the main point, not only to appear in the first positions in Google, but to get people to visit your website. 2.- Web technology. Stay informed of the latest news regarding servers or programming languages. They will make the task of managing the content much more enjoyable, and you can "like Google more." 3.- Simplicity. The Google robot does not like pages with excessive decorations and simply looks for legible text and clear content. 4.- Registration with Google. The first step to get a good position in Google is to appear in the search engine. Find out how to do it. 5.- Get links. It is the fundamental pillar to obtain a high PageRank. Try to appear in the main directories (Yahoo! and DMOZ) and have them link to you from other websites. 6.- Avoid penalties. Google knows that many people try to deceive you, and is beginning to take action against web pages that perform unethical practices to improve their rankings. Find out what they are and how to avoid them. 7.- Get help. Positioning requires being constantly informed. Source: google.dirson.com
Direct questions that have a direct answer on Google
- Calculator: (5 * 8) + 5 = 45 - Earth radius: radius of earth in km - 90 degrees Fahrenheit in centigrade: 90 Fahrenheit in centigrade - One day in seconds: one day in seconds - 1 hour * 128 kbps in megabytes: 1 hour * 128 kbps in megabytes
Google-based comparison service
In Google Fight you can compare two concepts face to face to know which of them is more popular than the other. For example: Raúl vs Ronaldo All about Google in Spanish - Google.dirson.com - Web positioning in Google - Google tricks
Google bombing
What is a 'Google Bombing'? It is about getting a certain web page to appear, in the search for one or more specific words, in the first position of the Google results. What is a 'Google Bombing'? The promoters of 'Googlebombing' ask those responsible for other websites to insert links of the type: word1 word2 The 'Google Bombing' is based on the core of how Google works: links. The more links a certain page gets with a specific word (or words), the more chances it will have to appear in the first positions. It may even happen that within the target web page of the 'Google Bombing' the search words do not appear even once. It is the same technique that is used in web positioning, but focused on a social or political recidivism. What is the purpose of a 'Google Bombing'? The promoters want to identify the protagonist of the web page victim of the 'Google Bombing' with the search word. Thus, when the 'miserable failure' against George Bush was promoted, Google users were expected to identify the US president as a 'miserable failure'. What other 'Google Bombings' have worked? :: Oil Tanker Prestige :: John Kerry - 'waffles' :: 'jew' ('Jew') :: Jacques Chirac - 'magouilleur' :: Jan Peter Balkenende - 'raar kapsel' :: The Dutch prince Willem-Alexander for the search slechte tanden ('bad teeth'), due to poorly maintained teeth. :: 'Memories of a Geek' proposed one against the SGAE, with the word 'thieves'. :: «gafe» and ZP comes out :: «miserable» and Acebes leaves
How do I prevent Google from searching my site?
Google uses search "robots", to prevent robots from entering your site we must do the following. At the root of our site, we must put a file called "robots.txt" And within this file we can list where we do not want Google robots to access. Let's look at the file, robots, hosted at www.google.com (that's right, google prevents its own search engine from accessing the same site, this for safety.) With Allow, they allow the search and with Disallow they deny it.
Fountain:
http://unidadlocal.com/
No Comment