Web Services Tips and Tricks

Orkut Tips - Tricks & Hacks

Orkut Softwares

ORKUT CUTE (Scrap All Your Friends At Once)

Preventive Measures For Google AdSense Ban

There are scores of people online that has been banned by Google Adsense. This is due to Google's policy of protecting advertisers instead of publishers.

GMail Hacks/Tips

I've been using GMail since 2004 and have always thought it was the best email service. With the large amount of space it offers, and the amazing features the possibilities are endless.

Google Tips and Tricks

Google Tips and Tricks :

Google hacks

Search Torrent File By Using Google :

To download torrent file using google search engine

Use filetype:torrent in google.

means : Name of the file to search then filetype:torrent

For Example:

ANTIVIRUS KASPERSKY filetype:torrent

Google Search Tips :

To use google to download something use the queries like below.

parent + directory + thing you wants to download

 

If you wants to downlaod something special try query like below.

parent + directory + games + whatever

 

Use google to find everything on Rapidshare :

All rapidshare.de Downloads:

http://www.google.com/search?hl=en&lr=&as_qdr=all&q=+.*+site%3Arapidshare.de


Application Downloads using Rapidshare.de :

http://www.google.com/search?hl=en&lr=&as_qdr=all&q=.cab+OR+.exe+OR+.rar+OR+.zip+site%3Arapidshare.de&btnG=Search


Movies rapidshare.de Downloads:

/http://www.google.com/search?hl=en&lr=&as_qdr=all&q=+.Avi+OR+.mpg+OR+.mpeg+site%3Arapidshare.de&btnG=Search

Search for ebook using Google:

As you know Google.com is the most popular search engine in the world.
Here are some tips to helps you find eBooks with Google:
Find Apache's (default) Index page

Try this query:

+("index of") +("/ebooks"|"/book") +(chm|pdf|zip|rar) +apache

To find a particular eBook file try this query:

allinurl: +(rar|chm|zip|pdf|tgz) title of the book

How To Find Ftp's The Easy Way

I use google because its the best search engine that everyone can acces .
The easiest search quote is "index of ..."
Some kind of examples are:

index of ftp/ +mp3
index of ftp/ +divx
index of ftp/ +"whateveryouwant"
allintitle: "index of ftp/mp3"

Recommended Reading :

Getting started on To YouTube

YouTube is a popular free video sharing website which lets users upload, view, and share video clips. Videos can be rated; the average rating and the number of times a video has been watched are both published.

Founded in February 2005 by three former employees of PayPal, the San Bruno-based service utilizes Adobe Flash technology to display video. The wide variety of site content includes movie and TV clips and music videos, as well as amateur content such as videoblogging and short original videos.

On October 9, 2006, it was announced that the company would be purchased by Google for US$1.65 billion in stock. The deal to acquire YouTube closed on November 13. It is Google's biggest purchase to date.

Getting Started on YouTube:

Sign up for a free account while you're there. You're going to need it to put these strategies into action. It's pretty easy to use the site. Once you're logged in, there's a tab to Upload your videos, and it takes you through the process in a few easy steps. There's also a search box at the top righthand corner of the page for you to perform keyword searches on YouTube.

Using the Videos present on the YouTube.

On YouTube:
Users may submit videos in several common-file formats (such as .mpeg and .avi). YouTube automatically converts them to Flash Video (with extension .flv) and makes them available for online viewing.

Outside YouTube:
Each video is accompanied by the full HTML markup for linking to it and/or embedding it within another page. These simple cut-and-paste options are popular particularly with users of social/networking sites.

Downloading videos:
YouTube itself does not make it easy to download and save videos for offline viewing or editing, but several third-party applications, browser extensions (e.g. the UnPlug or VideoDownloader Firefox extensions or Free YouTube Converter) and web sites exist for that purpose.

Viewing deleted videos:
YouTube videos which are flagged as deleted are not necessarily deleted physically. It is possible to recover and download these videos by using web applications such as the Deleted YouTube Video Viewer.

Index sites:
Websites are available that offer an index service and arrange the content on YouTube by relativity, i.e. links arranged by order of seasons and episodes of a certain show. Examples include TVLinks, NetworkOne Australia, and WikiRemote.

Reference used to creating this article :

http://en.wikipedia.org/wiki/Youtube

http://www.clickadrevenue.com/youtube-introduction.html


Recommended Reading :

MySpace Tips and Tricks

Here are few tips and tricks related to MYSpace.com

MySpace Code: How to hide personal information

Click on Edit Profile and enter the following code in the About Me section.

<style type="text/css">
table td
.text {visibility:hidden;} td.text td, td.text span, td.text a {visibility:visible;}
<
/style>

MySpace Tip: How to hide and make a profile private

Just change your birthday so that you are younger than 16 years of age.

MySpace Code: How to hide and make a profile private

Click on Edit Profile and enter the following code in the About Me section.

<style type="text/css">
td
.text td.text table table table,
td
.text td.text table .orangetext15,
td
.text td.text .redlink,
td
.text td.text span.btext {display:none;} td.text td.text table td,
td
.text td.text table {height:0;padding:0;border:0;} td.text td.text table {background-color:transparent}
<
/style>

 

MySpace Code: How to hide the last login

Put this in your about me section.

<style type="text/css">.lastlogin {visibility:hidden;}</style>

Edit your City in Basic Information, paste the following code

<span class=lastlogin><a href="http://developersvoice.com/" target="_blank"></a>

 

MySpace Code: How to the Hide Extended Network

<style type="text/css">
table tbody td table tbody tr td
.text table {visibility:hidden;} table tbody td table tbody tr td.text table table,
table tbody td table tbody tr td
.text table table tbody td.text {visibility:visible;}
<
/style>

 

Popular Layout Codes :

Seems everyone's looking for a way to make their profile standout, and here are what seem to be the most popular.

Resize Comment Images:

Place code anywhere

<style type="text/css">
td
.text td.text table table table td a img {width:100px;}
td
.text td.text table table table td div img {width:80px;}
td
.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td
.text td.text table table td div img {width:80px;}* html td.text td.text table table td img {width:260px;}*
html td
.text td.text table table td a img {width:90px;}*
html td
.text td.text table table td div img {width:80px;}
<
/style>

Remove Add Comment Link:

Place code anywhere

<style>
td
.text td.text td td a, .redlink, td.text td.text td b a
{visibility:visible!important;}td.text td.text td a {visibility:hidden;}
<
/style>

Lower Case Links:

Place code anywhere

<style type="text/css">
<!-- a
:link { text-transform: lowercase;} a:visited { text-transform: lowercase;} a:hover { text-transform: lowercase;} a:active { text-transform: lowercase;} -->
<
/style>

Table Switch Sides:

Paste In "About Me"

<style type="text/css">
<br
/>table {direction:rtl;}<br />table table table {direction:ltr;}<br />
<
/style>

Scrolling Friends and Comments :

<br><br><br><br>
<DIV style="height:475px; width:470px; overflow:auto; border:none 0px solid;">
<table><tr><td><table><tr><td>

Hide URL Box :

<style type="text/css">
table table table table div
{visibility:hidden;}
div table table table table table div input
, div a, td.text div {visibility:visible;}
<
/style>

Hide Search Form:

<style>
body div table tbody tr td font
{visibility:hidden;}body div table tbody tr td a font,
.navbar {visibility:visible;}
<
/style>

Hide Friends:

<style type="text/css">
td
.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15,
td
.text td.text .redlink, td.text td.text span.btext {display:none;}
td
.text td.text table {background-color:transparent;}
td
.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td
.text td.text table table td {padding:3;}td.text td.text table table br {display:inline;}
<
/style>

Reference used to creating this article :

http://www.ghacks.net/2006/05/31/myspace-tips-and-tricks/

http://www.friendsonmyspace.com/archives/2007/01/popular_layout_codes.html#more


Recommended Reading :

Getting started on Myspace.com

MySpace is a social networking website offering an interactive, user-submitted network of friends, personal profiles, blogs, groups, photos, music and videos. It has revolutionized what is described as being an online community.

Fifty-four million people have profiles on MySpace as of February 2006, and 180,000 more register to use the site every day. . Incredible! It has now taken the world by storm, and is by far the largest social networking site. The best part about this is that its growth rate is phenomenal.

Online Social Networking
On MySpace, your social network starts growing from day one without much effort on your part. That's part of the draw. Basic MySpace networking works something like this:

  1. You join MySpace and create a profile.
  2. You invite your friends to join MySpace and search MySpace for your friends who are already members. These people become part of your initial "Friend Space."
  3. All of the people in your friends' Friend Space become part of your network. You now have connections to more people than you did 15 minutes ago.

When you create a profile, MySpace co-founder Tom Anderson is automatically added to your Friend Space. We're all connected through Tom. To explore your Extended Network, you can go to one of your friends' profiles, see who's in his Friend Space, click on a picture to visit one of those people's profiles, see who's in that person's Friend Space and work your way down the line.You can request to add anyone to your Friend Space, and if your invitation is accepted, you can send that person e-mail, instant messages, links to a band you discovered in MySpace Music and anything else you might share with your friends.

MySpace Background

MySpace was founded in 2003 by Chris DeWolfe and Tom Anderson. It began as social-networking site along the lines of Friendster. That same year, industry-leader Friendster had a major technology setback -- it couldn't keep up with its increased traffic. During peak hours, the site slowed to a crawl, or users just got DNS errors and couldn't access the site at all. Tons of Friendster users got fed up and ended up migrating to MySpace through word-of-mouth, which began with the founders' own friends and MySpace employees, along with some media promotion through Intermix, the company that owned a controlling share in MySpace at the time. When Anderson and DeWolfe noticed that musicians and music fans were utilizing MySpace more than any other single group, they created MySpace Music, and the site's traffic skyrocketed.

Getting Started On MySpace :

MySpace is an online community which offers members the tools they need to create a website for other members of the community to view.

Opening a MySpace Account :

The process of opening a MySpace account is fairly simple and takes place almost instantly. Members who wish to join the online community only have to provide some basic information and agree to the terms of service to be granted membership. The basic information which is required to request membership is a full name, a valid email address and a password containing alpha and numeric characters. After supplying this information and checking a box which states you agree to the terms of service your application process is complete. You are then sent an email with a welcome letter and a link which will activate your account. You only need to click on this link and enter your email address and password to activate your account.

Understanding the Terms of Service :

Reading and agreeing to the terms of service is required for membership to the MySpace community but members should review these terms regularly and should be sure they understand all of the terms. This is important because violation of these terms could result in the member

Top 10 Gmail tips and hacks

Top 10 Gmail tips and hacks

Gmail offers a lot of flexibility when it comes to the way you manage your email. Innovative features like labels, a dedicated mobile phone client and rich script-ability via Firefox's Greasemonkey plugin create a unique appeal for users from nearly all walks of life.
Since you can do so much with and to Gmail, I thought I would round up my favorite tips and hacks for users both old and new. Some of these are simple ideas for thinking about labels in a different way, while others add more powerful functionality for the most dedicated of Gmail ninjas. Of course, this list is by no means complete, so have at it in the comments with your own tips, scripts and workflows. For now, here are mine:

  • Greasemonkey repository at Google Code: Started by Mihai Parparita, a Google employee (though unaffiliated with Gmail), this Google Code repository has some of the coolest and most functional Gmail scripts for Greasemonkey, an add-on for Firefox. Scripts for adding colors to labels, saving searches and even integrating Gmail + Google Reader can all be found here.
  • The Macros script: Found at that Google Code repository, I firmly believe this is *the* essential Gmail trick to end all Gmail tricks. It adds a serious dose of productivity that can make Gmail more functional than any desktop email client on the block. This script has shortcuts for label navigation, simultaneously marking as read + archiving, labeling messages on the fly and much more - all from the keyboard. Once you get this script installed, pressing 'h' should display a slick overlay of all available shortcuts.
  • Trick your labels: Using unique characters to prefix label names brings them to the top of the alphabetized list of labels. The @ symbol, numbers and even underscores are all useful for bringing important labels out of their standard organization, and they make labels more accessible to other hacks like the Macros script.
  • Join the Power Users group: The Gmail Power Users Google Group attracts many users just like you, looking for ways to extend and bend Gmail to their will. If you find yourself getting as hooked on Greasemonkey scripts as I have, this is a great place to find other people who are customizing them to their specific interests.
  • Quicker Contacts: Gmail includes a built-in chat feature with a clever pop-up window for easy access to some of the contacts with whom you communicate the most, but why limit this handy functionality to the tiny chat area? Quicker Contacts is another fantastic Greasemonkey script that adds this pop-up window to every message in Gmail. One catch, however, is that you need to be using Gmail's standard + chat mode in order for this script to work. If you don't like chatting inside of Gmail though, the good news is that you can simply sign out of chat and collapse the panel to avoid being bothered with it.
  • Bookmark any label, folder or message type: Another apparently undocumented Gmail trick is the ability to bookmark a label, a standard folder or even a message type such as 'read' or 'unread.' It isn't quite as easy as bookmarking a website, but it's useful: simply copy and paste this link into your address bar: https://mail.google.com/mail/?view=cm&fs=1: and then add any label name, folder or message type after the colon (examples: fs=1:todo, fs=1:Drafts and fs=1:unread). Press enter, and then bookmark that page once Gmail loads.
  • Backup Gmail offline: Some Gmail users can occasionally find themselves needing access to their email when they're offline somewhere, or - worst case scenario - their account might have accidentally disappeared. No matter what the reason is, it's always a good idea to have a backup of your data, and email from an online service is no exception. Gmail offers instructions for accessing and downloading your email to a desktop client, with a ton of customized instructions for nearly every client in the book. As an added bonus, it seems Gmail has recently introduced a "recent" mode just in case you want to download your email with more than one client.
  • Manage multiple Gmail accounts: For one reason or another, many Gmail users find themselves opening multiple accounts. Throw the ability to run Gmail on your own domain with Google Apps for Your Domain, and things can get complicated. Gmail Manager is an add-on for Firefox that untangles your Gmail web by allowing you to manage, swap between and receive new message alerts from multiple Gmail accounts, including those run on Google Apps.
  • Fetch your other mail: A recent and quietly introduced Gmail feature is Mail Fetcher, which can check up to five other email accounts and download all that mail into your Gmail. To help keep things organized, Mail Fetcher can automatically label and archive all this incoming mail.
  • Bookmarklets: These are typically javascript-enabled bookmarks that do something instead of simply 'mark something. To make Gmail more functional, there are two bookmarklets which the Gmail community have cooked up to make the web service feel more like a desktop app. The first is Compose (drag that link to your browser's bookmark toolbar or 'mark as you see fit), which skips directly to opening a compose window in Gmail (sidenote: To save my life I can neither find nor hack this one to open a new window; if any readers were more successful, I would join many others in thanking you if you shared in the comments). The second bookmarklet is really handy for sharing whatever page you're viewing: Gmail This opens a new, smaller composition window with the title of the front-most webpage in the subject and a link to the page in the body of the email. If you selected any text on the page, this will be added to the message body as well.
  • Original source : downloadsquad.com


    Recommended Reading :
    Syndicate content



    Loans - Flights - Loans - Credit Cards