Showing posts with label difference. Show all posts
Showing posts with label difference. Show all posts

Monday, October 8, 2012

Difference between Elance and Odesk


As it is era of computer, everyone finding easy to use and effective ways in every fields of life, trend of working online is more approachable and efficient. Many of websites proving themselves as a source of finding work online but Elance and Odesk are largest online planets, giving opportunity to market placers meet the rightly required work force and vice versa. Both are performing their role in a right way, although there is specific kind of difference between their strength n weaknesses because of the difference of motive and management.

Basic operating systems:
When difference in both sites is concerned, Odesk is very widely spread and easily accessible but there is no process for keeping the money safe. Sometimes when clients pay early contractor seems to disappear and sometimes when quality work is done clients are lost without paying the worker. Because they do not use Escrow systems like Elance. Odesk is very workers friendly because it is free of cost to bid (in specific quantity) in any category whereas by using Elance for free one can get only access to basic users and can bid to some of the categories. To place your bids for more jobs there is fee.

Job opportunities:
By using Odesk job opportunities rely on profile completion and feedback given by previous company and a bit on self test taking about skills one possess. On Elance, monthly bid is maximum 15 with the completion of basic information about applicant.

Meeting needs:
One will easily know this by using Odesk, clients (company) can get thousands of contractors (freelancers) for very low cost from all around the world. Odesk aims to provide jobs on very small bids. But here the main issue arises, once a project is posted, company will get number of applicants there so it is hard to refine the list and pick up deserving and required. This site some times overview the quality of work. So it is most possible that one might not get quality work here. But work completion is assured.
On Elance due to shortage of bid company may get specific list of workers which makes it possible to choose the right one.

 Facilitation provided to users:
Another main difference between both is their tracking system. Odesk have a reliable tracking system with screen shots of work. Although Elance also facilitate you with tracking time and work but it is with out screen shots and not much reliable as Odesk.

Saturday, February 18, 2012

DoFollow VS NoFollow with Examples

Many people are confused about the difference between DoFollow and NoFollow. Today, I'm going to explain in short with examples.

You should try to get links from whichever sources available. It is a tactic in Search Engine Optimization (SEO). For exampke, you want comment in a blog, you could get a backlink, just by using this HTML code:

<a href="your link URL">your link name (anchor)</a>


When you placed this piece of code within your comment, you used to get backlink from it. It was highly beneficial for you to rank high (especially if the blog is high PageRank).
Nofollow is a HTML tag value added to the link anchor code, and will change the normal code as:

<a href=”your link URL” rel=”nofollow”>your link name < /a>

The link will be valueless and the search crawlers would not follow them to index. So, such a link is as useless as a piece of text.

A DoFollow comment will be a normal comment as in the above or will have the attribute “rel=’dofollow’” instead of nofollow, as in:

<a href=”link URL” rel=”dofollow”>link name </a>

The attribute DoFollow or no rel attribute at all means the blog link is good. Though no attribute in HTML exists as DoFollow, it means that the blog is not NoFollow, so it has the same effect of a normal backlink.