welcome

Earning world

Wednesday, February 16, 2011

All Google domains

This summary is not available. Please click here to view the post.

Operate Gmail account using shortcuts keys

Operate Gmail account using shortcuts keys

You can operate your Gmail account using keyboard shortcuts keys instead of mouse to navigate. Basically keyboard shortcuts keys help you to save time and you can perform any tasks without leaving the keyboard keys. Many computer applications help you to create your own custom shortcuts keys to enjoy even more flexibility. 




Useful Gmail account Shortcut keys
Shortcut keys
Action
fPress simple f help you to forward email message to next
Shift+IUse to mark email message as read
Shift+uUse to mark email message as unread
rReply to the sender of mail
aReply to the all email recipients
Ctrl+cUse to save current email as draft
ZPress z key to undo any previous action
?Display the keyboard shortcut keys help
cPress c button to compose an new email message
/Press / button to move your cursor in search box
uPress u key to refresh your email account to view latest email
!Press ! key to mark an email message as spam
pPress p key to move cursor to precious message
.Press . key to display more options
EscEscape cursor from any current field.

How to search google for RAPIDSHARE links

How to search google for RAPIDSHARE links

If you wanna find some applications, files etc on rapidshare.de via Google, do the following.




Paste this into the Google search window (not the address bar):

site:rapidshare.de -filetype:zip OR rar daterange:2453402-2453412

* This searches the site rapidshare.de for any file that is rar or zip, and has been indexed between 1-11 February.

dvd site:rapidshare.de -filetype:zip OR rar daterange:2453402-2453412

* This is the same search but it specifically searches for "dvd" with the same search criteria, so any app posted with the word dvd in it will be found.

There are mainly three criteria to keep in mind when doing this search.

1. site: your site of choice to search

2. filetype: filetypes you wanna search, if you put a "OR" after the first filetype you can add more.

3. daterange: (start date-enddate)

* this uses the "julian calendar", converter can be found here:

Google Privacy Concerns

                 Google Privacy Concerns

Ever since the Google Street View program was released in May 2007, many people have been complaining about the privacy issues associated with it. Apart from seeing their houses on Google's Web site, people have reported seeing themselves on the Internet as well. Now, I'd say that's taking it a bit too far. If you agree, here’s how you can keep your home and yourself a little more private!




1.) If you don’t want your house to show up in the Google Street View program because of privacy issues, all you have to do is click on the Report a Concern button, shown below.



2.) Next, choose Privacy Concerns for the reason why you don’t want the image shown in Street View.



3.) Now, describe why you don’t want the image in Street View and then enter in your e-mail address.

4.) Next, move the Street View image until the red rectangle is centered over your property.




That's it! Google will then review your concerns and delete the image if they agree with you. Yes!

Google Secrets


                            Google Secrets




put this string in google search:

"parent directory " /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums"

"parent directory " DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums"

"parent directory "Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums"

"parent directory " Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums"

"parent directory " MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums"

"parent directory " Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums"


Notice that i am only changing the word after the parent directory, change it to what you want and you will get a lot of stuff."

Play with Google images

Play with google images



Go to Code: http://www.google.com

2. Click "images"

3. Fill in "bikes, flowers, cars" or any other word.

4. You will get a page with alot of images thumbnailed.

5. Now delete the URL on the addressbar (example:

PHP Code:
http://images.google.nl/images?hl=nl&q=flowers&btnG=Afbeeldingen+zoeken&gbv=2


6. Copy the script down here, and paste it in your adressbar !

Quote:

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)<br/>

And see the magic


Use Gmail As Online Photo Storage

Use Gmail As Online Photo Storage




GPhotospace is a free Firefox 3 extension that leverages Gmail for online photo storage.
Within minutes, you can store and share your photos online for free. The process is quick, easy, and doesn’t require any technical knowledge.




How to use it :

First install GPhotoSpace from here.

After installing restart your Mozilla Firefox.

Now at the top go to Tools >> GPhotoSpace and login with your Gmail account.

Once you have logged in to GPhotospace you will see the GPhotospace screen and be able to :


Create albums, add photos, and save your albums using your Gmail storage space.

Share your albums directly through email from GPhotospace.

Monday, February 14, 2011

leave online/offline scrp in orkut

just copy the HTml code into friend`s scrpbook and submit
I m online
<img>http://www.xat.com/images/chat_online.gif<img>
I m offline
<img>http://www.xat.com/images/chat_offline.gif</img>

Big fonts in orkut

How to write In Big Fonts N in Diff style..enjoy;)
All info about fonts!!!!

you can format the fonts of the text you are writing
Simple Format:
Font Size Alteration:
Code:
<font size="7">text</font>
you can give sizes from 1 to 7 by this way, giving size more than 7 like 8, 9 etc will not make the font bigger......7 is the highest here
font Color:
Code:
<font color="RED">RED text</font>
or
Code:
<font color="ff0000">RED text</font>
here you can give the color name or the corresponding color's hexadecimal code within the inverted comma.


font style:
Code:
<font face="Comic Sans MS">text in Comic Sans</font>
you can give any font family name within the quotes to change the font into that particular font style.
refer to the MS Word or Notepad fonts for the names (not every font may be supported)


Advanced Format:
go through the code attentively
Code:
<font style="font-family:comic sans ms;
color:003300;
font-size:10em;
font-weight:bold;
letter-spacing:10px;
font-style: italic;
background-color:ffffff;
text-align:left;
margin:0px; ">Text Here</font>

♦ give any font family name for changing the style
♦ color may be in word name or hex value like said before
♦ for font size, use "value"em or "value"px. value should be given in decimal format (as shown)
♦ font-weight decides whether the font will be bold or not
♦ letter -spacing decides the space between two consecutive letters in a word
it should be given as "value"px (as shown)
♦ font-style makes the font italics
♦ background-color changes the color of the font background.
color may be given in word name or hex value
♦ text-align changes the alignment (left, center, right)
♦ margin decides the margin to be given (margin-left, margin-right)

there are many more tags used for fonts.
refer to some good HTML tutorial for those.
use Google for them

Songs in scrp book in orkut


Just copy d script in ur /ur friends scrp book 
can hear at a time......




Akon - belly Dancer

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Akon Belly Dancer
<embed src="http://tinyurl.com/yo8hbg/AkonBellyDancer.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-------------------------------------------------------------


Akon - I wanna Love You

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Akon I wanna Love You
<embed src="http://tinyurl.com/yo8hbg/AkonIwannaloveyou.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
------------------------------------------------------------------

Akon - Lonely

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Akon Lonely
<embed src="http://tinyurl.com/yo8hbg/AkonLonely.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>

Akon - Dont Matter

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Akon Dont Matter
<embed src="http://tinyurl.com/yo8hbg/AkonDontMatter.swf" width="300" height="18" allowfullscreen="true"</embed><br></cent
er>
--------------------------------------------------------------

Bhool Bhulaiya DJ Felix

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Linkin park - Bleed It Out
<embed src="http://tinyurl.com/yo8hbg/BhoolBhulaiyaFelix.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
------------------------------------------------------------------

Linkin Park- Bleed It Out


<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Bhool Bhulaiya DJ Felix
<embed src="http://tinyurl.com/yo8hbg/BleedItOut.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Dard-E-Disco DJ Felix

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Dard-E-Disco DJ Felix
<embed src="http://tinyurl.com/yo8hbg/Dard-E-DiscoFelix.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
--------------------------------------------------------------

Dhoom 2 - Dhoom Again

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Dhoom 2 - Dhoom Again
<embed src="http://tinyurl.com/yo8hbg/DhoomAgain.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
---------------------------------------------------------------

Ek Onkar

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Ek Onkar
<embed src="http://tinyurl.com/yo8hbg/EkOnkar.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Eminem - Lose Yourself

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Eminem - Lose Yourself
<embed src="http://tinyurl.com/yo8hbg/EminemLoseYourself.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-----------------------------------------------------------------------------

Eminem Puke
<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Eminem - Puke
<embed src="http://tinyurl.com/yo8hbg/EminemPuke.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-----------------------------------------------------------------------------

Eminem - Smack That

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Eminem - Smack That
<embed src="http://tinyurl.com/yo8hbg/EminemSmackThat.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Eminem - Superman

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Eminem - Superman
<embed src="http://tinyurl.com/yo8hbg/EminemSuperman.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-----------------------------------------------------------------

Good Bad(Cowboy Style) EJaCklY 

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Good Bad(Cowboy Style)
<embed src="http://tinyurl.com/yo8hbg/GOOD_BAD.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-------------------------------------------------------------------

Golmaal vs Temperature

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Golmaal vs Temperature
<embed src="http://tinyurl.com/yo8hbg/GolmaalvsTemperature.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Jab Se Tere Naina - Saawariya

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Jab Se Tere Naina - Saawariya
<embed src="http://tinyurl.com/yo8hbg/JabSeTereNaina.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
----------------------------------------------------------------

Let The Sutta Burn(Clean)

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Let The Sutta Burn(Clean)
<embed src="http://tinyurl.com/yo8hbg/LetTheSuttaBurn.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-------------------------------------------------------------

Mauja Hi Mauja - Jab We Met


<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>
Mauja Hi Mauja - Jab We Met
<embed src="http://tinyurl.com/yo8hbg/MaujaHiMauja.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Nelly - Maneater

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Nelly - Maneater
<embed src="http://tinyurl.com/yo8hbg/NellyManeater.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
------------------------------------------------------------

Nelly- Powerless


<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Nelly - Powerless
<embed src="http://tinyurl.com/yo8hbg/NellyPowerless.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-------------------------------------------------------------

Pump it - BEP


<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>BEP - Pump it
<embed src="http://tinyurl.com/yo8hbg/Pumpit.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Saawariya

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Saawariya - Saawariya
<embed src="http://tinyurl.com/yo8hbg/Saawariya.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-------------------------------------------------------------

Saawariya Reprise

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><font style=text-decoration:blink>Music Powered By Morkut</font></a><br>Saawariya Reprise
<embed src="http://tinyurl.com/yo8hbg/SaawariyaReprise.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-------------------------------------------------------------

Snap Ya Fingers


<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><Snap Ya Fingers
<embed src="http://tinyurl.com/yo8hbg/SnapYaFingers.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Sutta Fast
<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><Sutta Fast
<embed src="http://tinyurl.com/yo8hbg/SuttaFast.swf" width="300" height="18" allowfullscreen="true"</embed><br></cent
er>
-------------------------------------------------------------------

Sutta Na Mila - Zeest


<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><Sutta Na Mila
<embed src="http://tinyurl.com/yo8hbg/SuttaNaMila.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
--------------------------------------------------------------------

Toya Toya

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><Toya Toya
<embed src="http://tinyurl.com/yo8hbg/ThoyaThoya.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>


Uncha Lamba - Welcome 07

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><Uncha Lamba - Welcome 07
<embed src="http://tinyurl.com/yo8hbg/UnchaLambaWelcome07.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
----------------------------------------------------------------------------

Yeh Dooriyan

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><Yeh Dooriyan
<embed src="http://tinyurl.com/yo8hbg/YehDooriyan.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>
-----------------------------------------------------------------------------

Yeh Isqh Hai - Jab We Met

<center><div style='border: 1px solid GoldenRod; margin: 2px; padding: 2px; font-family: Comic Sans MS; font-size: 12px; background-color: LightGoldenRodYellow; width: 43%; text-align: left;'><center><font style=text-decoration:blink>
<a href=http://is.gd/7r><Yeh Isqh Hai - Jab We Met
<embed src="http://tinyurl.com/yo8hbg/YehIsqhHai.swf" width="300" height="18" allowfullscreen="true"</embed><br></center>