100 = 1 = One
101 = 10 = deca- (da) Ten
102 = 100 = hecto- (h) Thousand
103 = 1,000 = kilo- (k) Hundred
106 = 1,000,000 = mega- (M) = Million
109 = 1,000,000,000 = giga- (G) = Billion or Milliard
1012 = 1,000,000,000,000 = tera- (T) = Trillion
.....................................................................................
10100 = 10,000,........,000 (100 nought )
= Googol
= www.google.com
.................................................................................................
Google is G000.........000gle
intitle:
The “intitle:” syntax helps Google restrict the search results to pages containing that word in the title.
For example, “intitle: w1 w2” (without quotes) will return links to those pages that has the word "w1" in their title, and the word "w2" anywhere in the page.
Similarly, if one has to query for more than one word in the page title then in that case “allintitle:” can be used instead of “intitle” to get the list of pages containing all those words in its title.
For example using “intitle: w1 intitle: w2” is same as querying “allintitle: w1 w2”.
inurl:
The “inurl:” syntax restricts the search results to those URLs containing the search keyword.
For example: “inurl: w” (without quotes) will return only links to those pages that have "w" in the URL.
Similarly, if one has to query for more than one word in an URL then in that case “allinurl:” can be used instead of “inurl” to get the list of URLs containing all those search keywords in it.
For example: “allinurl: w1/w2“ will look for the URLs containing “w1” and “w2”. The slash (“/”) between the words will be ignored by Google.
site:
The “site:” syntax restricts Google to query for certain keywords in a particular site or domain.
For example: “w1 site:google.com” (without quotes) will look for the keyword “w2” in those pages present in all the links of the domain “google.com”. There should not be any space between
“site:” and the “domain name”.
filetype:
This “filetype:” syntax restricts Google search for files on internet with particular extensions (i.e. doc, pdf, bin,... ).
For example: “filetype:doc site:com w” (without quotes) will look for files with “.doc” extension in all domains with “.com” extension and containing the word “w” either in the pages or in the “.doc” file.
link:
“link:” syntax will list down webpages that have links to the specified webpage.
For example: “link:www.google.com” will list webpages that have links pointing to the google homepage.
Note there can be no space between the "link:" and the web page url.
related:
The “related:” will list web pages that are "similar" to a specified web page.
For example: “related:www.google.com” will list web pages that are similar to the google homepage.
Note there can be no space between the "related:" and the web page url.
cache:
The query “cache:” will show the version of the web page that Google has in its cache.
For example: “cache:www.google.com” will show Google' cache of the Google homepage. Note there can be no space between the "cache:" and the web page url.
If you include other words in the query, Google will highlight those words within the cached document.
For example: “cache:www.google.com w” will show the cached content with the word "w" highlighted.
intext:
The “intext:” syntax searches for words in a particular website. It ignores links or URLs and page titles.
For example: “intext:w” (without quotes) will return only links to those web pages that has the search keyword "w" in its webpage.
Googol
Chams_Eddine, 12/09/2008Linux (Ubuntu) = Security
Chams_Eddine,simple_comme_ubuntu
Funny hacking
Chams_Eddine,- Funny javascript trick that will let you edit any webpage! Just go to a webpage that you want to change and put this code in the address bar, then press enter and enjoy the show.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
- Just copy and paste this code into your web browser as you are on one page you can do this to any site it is so funny, then press enter and enjoy the show.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=2.6; y3=.24; x4=100; y4=100; x5=300; y5=300; DI=document.getElementsByTagName("img"); 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)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval('A()',5); void(0);
Of course it is not a real hacking ....
to find the full code just google this:
"javascript:R=0; x1=.1;"
(with the quotes)
ENJOY :)
Blogger Backup
Chams_Eddine,Blogger Backup is a free utility that lets you make a backup of your blog tickets powered by Blogger (platform blog Google).
Once installed Blogger Backup you must inform your username and password of your blogger account to be able to connect and make your backup.
Once you connect to either export a backup (commentary included or not), or import a backup to restore your lost tickets.
software really necessary for users of Blogger
http://www.codeplex.com/bloggerbackup
Sitemaps
Chams_Eddine,Sitemaps helps webmasters to indicate easily search engines pages of their sites to explore. The sitemap is an XML file that lists URLs for a site and metadata about each URL (date of last modification, frequency of revision and importance relative to other URLs in the site)
His address must be in the form:
http://yourblog.blogspot.com/file.xml
Where file is the filename sitemaps.
Register at: www.google.com/webmasters/sitemaps/
Add a site, indicating the address of the blog:
http://myblog.blogspot.com
Check the site address, to prove to Google that one is the webmaster of the site.
Select the method of verification by adding a tag meta.
Google then provides a beacon [meta content="'xxx'" name="'verify-v1'"]
Place this meta tag on the blog.
To do so, register on the blog, then choose Settings, and Model Edit HTML.
Insert the tag meta after the tag [head]
[meta content="'xxx'" name="'verify-v1'/"]
Save the changes, then return to the sitemaps and complete the audit.
Add a Sitemap choosing the type and then indicate the URL of the file sitemaps.
The address of the RSS blog is:
http://yourblog.blogspot.com/atom.xml
replace "[" by "<" & "]" by ">"
Leave you comments if you enjoyed this post or if you have any questions doubts.
GET FREE UPDATES BY RSS
How to hide the blogger NavBar
Chams_Eddine,
Blogger Navbar is:
To hide the navigation bar blogger, just 3 steps are necessary:
1.Simply go to Layout ---> Edit HTML in your blog's dashboard as shown in the below picture.
Find in your html this code :
/* variables definition...
2.Paste the following html code just before:
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
3.Save your model and that's all.
Your blog will appear now without the navigation bar.
If you want the navbar to appear again, just remove that code and save the changes.Leave you comments if you enjoyed this post or if you have any questions doubts.
GET FREE UPDATES BY RSS
The Good, the Bed & the Ugly
Chams_Eddine,
The Spotted Hyena, or Laughing Hyena, (Crocuta crocuta) is a carnivorous of the family hyaenidae. It is the largest of the hyenas, and is native to sub-Saharan Africa.
Its role is important in the balance of the African savannah. Have a mission to clean the environment of corpses. Without such scavengers,epidemics will propagate. Young hyena
Its jaws are extremely strong jaws weapons mistress of this predator. It is capable of grinding virtually all bones. The spotted hyena has a capacity of 3 tons in the cm ². Moreover, its digestive system can absorb. Impressive jaws of a hyena.
His technique is simple hunting, it looks at night to attack a group of gazelles, antelope and wildebeest who are resting. The cooperation between the various members of the group is very effective.
It has a feature rather surprising.
Indeed, the female clitoris has a highly developed, which resembles a penis. Females produce as much, if not more, testosterone (male hormone) than males and are more aggressive.
Is he ugly or bed !!!!!?????
Thanks to www.dinosoria.com
Leave you comments if you enjoyed this post or if you have any questions doubts.
GET FREE UPDATES BY RSS
How to Embed your YouTube Videos in your Blog
Chams_Eddine, 02/09/2008
Go to YouTube and search for your required video
Copy the embeded code(ctrl+c).
Sign in in to your blogger acoount and click the New Post button and next, paste the html code.
Publish the post.
That's it, as you can see now,the youtube video is embeded in your post properly.
Leave you comments if you enjoyed this post or if you have any questions doubts.
GET FREE UPDATES BY RSS