Saturday, 11 June 2011

20 Freelance Job Websites

Not long ago, Freelance jobs was something people were made for artists, writers and other creative works. This type of Freelance work is always available in metropolitan cities. Here is list of 20 Best Freelance Job Sites.
1. http://www.writingcareer.com/writingjobs/
This site has a job board for freelance writers. They have several links to writing contests that help freelance writers to launch their career and make some extra money.
2. http://freelancefolder.com/forums/
Freelance Folder is a forum where employees and prospective employers are able to communicate in the workplace. It can be a good way to establish contacts and get jobs.
3. http://www.humanrewriter.com/jobs/
This freelance writing site is only for US freelancers with valid tax information. The sites main purpose is rewriting articles so that they will be unique content. They pay into your PayPal account.
4. https://be.freelancersunion.org/gigs/
This job board is sponsored by the Freelancers Union and led a large amount for all freelancers.
5. http://www.journalismjobs.com/
Freelance writers and journalists will be able to find jobs in their area and also online only at this site.
6. http://www.istockphoto.com/index.php
iStock Photo is an ideal place for freelance photographers to sell their work and for other freelancers to buy it.
7. http://www.recycledpapergreetings.com/artists.htm
Freelance writers and artists can make money creating text or illustrations for Recycled Paper Greetings.
8. http://www.sps.com/help/writers_guidelines.html
Blue Mountain Arts regularly hires freelance poets for their greeting card needs.
9. http://jobs.poewar.com/
In Poewe, writers will find a variety of positions independent of the blogs offer web content. Freelance workers can be found even pay great writing and consulting positions. As an interesting note, this site offers a special section of jobs specifically for writers in Canada.
10. http://www.webprojobs.com/
This job board is an excellent resource for IT professionals. independent programmers will especially find through this site. Search this site will provide freelancers with outsourced work from home and freelance jobs for other web professionals.
11. http://www.freshwebjobs.com/
Fresh Web Jobs states that their company’s purpose is to bring together businesses and web professionals. There aren’t a lot of listings at this site, but freelancers will find that the jobs listed here can be quite lucrative. This site is worth checking out.
12. http://gigs.37signals.com/
This work is the government has used the best companies like Facebook and American Express. freelance designers, programmers and developers will find this site very useful. Sometimes customer service jobs, freelancers find on this forum. Non-free-lance positions may also be available.
13. http://programmermeetdesigner.com/
Designer Meets programmer has a great resource for job hunting freelance designers, programmers and writers. Its primary purpose is to create a site and so talented professionals to these questions to find the site useful. The writers may specialize in developing content websites, where designers and programmers work on the creation of the site itself. This site is a lot of jobs that are not commonly shown on other job boards.
14. http://www.noagenciesplease.com/
This site is a free listing service for freelancers. You can find jobs, which typically offer an hourly rate or projects which pay by the task. There is a variety of positions on this site for all types of freelancers.
15. http://www.sologig.com/
This website traditionally has traditional job listings for experienced professionals. Freelancers searching this site will occasionally find projects and on going freelance positions.
16. http://www.freelancerunplugged.com/jobs/
Freelancer unplugged meeting lists several freelance sites above. These lists are regularly updated and usually contain about 5 jobs for each of their featured sites. Freelancers in all fields should make this site a daily reading.
17. http://altpick.com/classifieds?type=Contract/Temporary
All offers Pickering Calendar News and database of jobs for creative freelancers. The site is often not much work is completed, but when it happens, the positions very unique and ideal for freelancers, actors, artists, etc.
18. http://www.coroflot.com/public/jobs_browse.asp
This Coroflot, a freelance creative designer can find targeted lists. The companies are also listed in web design, creative design, interior design, training design, advertising, architecture and more. All types of freelance designers should make this part of the site of their search for daily work.
19. http://www.freelancers.net/
Freelancers in the UK regularly use this site to find work. While freelancers outside of the United Kingdom are invited to use this site, the target audience are those of the United Kingdom. The site is easily navigable and searchable. This site is free to use and also provides advertising services portfolio to help self-employed to get more customers.
20. http://www.freelancebbs.com/
This site connects freelancers and companies. free registration is required, but it’s quick and easy. Freelancers can publish research profiles for companies in need of self-employed can easily find them. This site is ideal for freelance writers, designers, programmers, photographers, professionals and more.

Sunday, 22 May 2011

Some XP Tricks.

1) Disabling Display of Drives in My Computer :

This is yet another trick you can play on your geek friend. To disable the display of local or networked drives when you click My Computer go to : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows: REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explore r] "NoDrives"=dword:03ffffff

2) Pop a banner each time Windows Boots :


To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon] "LegalNoticeCaption"="Caption here."

3) Great trick Lock ur PC yourself


lock ur pc.. open notepad copy and paste the script below and save it .VBS extention
This wil create a shortcut.. run(click) it


set WshShell = WScript.CreateObject("WScript.Shell")
set oShellLink = WshShell.CreateShortcut(wshShell.SpecialFolders("Desktop") & "\LockWorkstation.lnk")
oShellLink.TargetPath = "%windir%\system32\rundll32.exe"
oShellLink.Arguments = "user32.dll,LockWorkStation"
oShellLink.Save


first select a folder for example i'll use a folder name movies in D drive D:\movies\

in the same drive u create a text file and type

ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D}

and save it as loc.bat

again u type in a notepad as

ren movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} movies

and save it as key.bat

now in D drive u can see two batch files loc and key.. when u double click loc the movie folder will change to control panel and whn u double click key the control panel will change to normal folder..

there are two more different tricks in dis site to lock ur pc down in a unique ways.. donno where i have typed it..
!!!

4) Deleting System Options from the Start menu :

You can actually remove the Find and Run options from the start menu by performing a simple registry hack. Again like always Launch the registry editor and scroll down to the below key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.) To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.

5) Cleaning Recent Docs Menu and the RUN MRU :

The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes. You can also clear the RUN MRU history. All the listings are stored in the key: HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMR U You can delete individual listings or the entire listing. To delete History of Find listings go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU and delete

6) Can u Delete Recycle Bin?


1 thing is 4 sure, delete option can be added 2 recycle bin...
the old registry thing will work out.....

* launch d registry...
* open HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder
* to add a rename and delete option, change the Dword attribute to 70 01 00 20
* refresh and reboot the system..... u r done.


PS: always backup ur data as well as registry b4 attempting 2 work on it if u r a newbie....




7) To change the icons used for specific drives in explorer

Open regedit by typing regedit into start->run
then navigate to
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer

now create a key(KEY not VALUE!!) called DriveIcons under Explorer...
now within DriveIcons, create another key with the drive letter you want to change (e.g.,HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\K)...
create another key within the drive letter key called DefaultIcon...
now set the default String value equal to the icon you want to use. if you have a file that has more than one icon in it, such as a DLL file, use the standard
C:\full_path\icon_file.dll,n <
file:///C:/full_path/icon_file.dll,n>) where n is the number of the icon within the file icon_file.dll...
~ c h e e r s! ~
More
change drive icons.....

first of all copy a icon file to the root of the drive.

example: c:\icon.ico

then create a file called: autorun.inf in c:\autorun.inf

then open that file and type the following:

[autorun]
icon=icon.ico


save and close the file.

now open my computer and resfresh.. and woh! icon changed....
you can apply to other drives too.

be carefull:
"autorun.inf" and "ico.ico" must be in the root of the drive.

example: c:\autorun.inf and c:\icon.ico.
same on the root.

ENJOY, this works on 98 too!!!!!!!!!!!!!!!!!!


9) How to remove the shortcut arrow from the desktop ?


Open Regedit and navigate to the following key:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons
Backup the key. More information.

In the right-pane, create a new String value named "29"
Double-click 29 and set its data to:

C:\Windows\System32\shell32.dll,50 (an empty icon)
Close Registry Editor.

Now,

Right-click Desktop, choose Properties
Click the Appearance Tab.

Click Advanced button.

Choose Icon from the drop-down list

Set it's size to 31 and press OK, OK.

The changes will be applied now. Repeat the above steps and then set the Icon size back to 32 (defaults). The above steps are required to force Windows to redraw the icons

10) The Complete list ! Can u Do it!

Try to create a folder in Windows with either of these names--
"con" or "nul" or "Aux" or "Lpt1".
Windows will not let u create ....


This s coz these refer 2 some well known ports....
-con corresponds to the console
-Lpt1 corresponds to printer and so on....


well dat was common but hw bt this ? Try these more

CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.



TURN NUMLOCK ON AT LOGON.!!


NumLock does not toggle on by default (system-wide), even if you have it set in your PC's BIOS, because of XP's multi-user functionality. Guess Microsoft doesn't know everyone actually turns it on, which should be reason enough for what acts as "default"...
Anyway, you can hack the Windows Registry to change this behavior, or run a script at logon to turn NumLock on.
1. To enable NumLock through the Registry:
* Open Windows' Registry Editor (START > RUN, type "REGEDIT").
*. Navigate to HKEY_USERS\.Default\Control Panel\Keyboard.
*. Change the value for InitialKeyboardIndicators from 0 to 2.
2. To enable NumLock using a script, see this MS Knowledgebase article for complete instructions:
CODEhttp://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q262625
Option 1 is the quicker method, but if you have more than one user on your system and one or more don't want NumLock on (stranger things have been known of), then option 2 is the way to go since it allows you to only attach the script to specific users.


REMOVING SERVICES DEPENDENCIES.!!

This will allow you to disable a service or uninstall it from your system without effecting another service that depends on it. Here's how you do it
1. After you have set your services the way you want them and you have disabled/uninstalled something that another services depends on, run "regedit"
2. Under HKEY_LOCAL_MACHINE\System\find the service that will not function, do to another service being disabled/uninstall (found in ControlSet001\Services, ControlSet002\Services, and CurrentControlSet\Services)
3. Once you have found the service right-click on the string value, "DependOnService,"and modify
4. You should now see a list of services that it is dependent on. Simply delete the service that you have disabled/uninstalled
5. Restart your computer and your ready to go Disclaimer REMEMBER TO BACKUP YOU REGISTRY FIRST I'm not totaly sure if this will have any negative effects on your system. I used this method after uninstalling "Netbios over Tcpip" from my system completely, so that my Dhcp service would function and I have had NO negative effects on my system.

TURN ON UR PC IN JUST 10 SECONDS

Aight so u wanna know how to turn the pc on in 10 seconds (may vary)Aight heres what u have to do to turn ur pc on in 10 seconds

Aite Click on the start button then press R it will take u to Run well go to run
n type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000 (75300:hexadecimal)
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer


Friday, 20 May 2011

Google Adsense is No.1 Affiliate Programme How to earn from Google Adsense Programme

What is Google Adsense? Why Google Adsense is No.1 Affiliate Programme
How to earn from Google Adsense Programme
Google Adsense is a new, fast and easy way for small and medium sites to make money free online by displaying relevant, text-based, un-obtrusive ads from Google Ads words (Google's own adverting program) and receiving a share of the pay-per-click payment. Google Adsense is Free to Join Programme. You are not going to pay single penny for Google or Google Adsense. You have to pay only for Attending 3 Hours Class for Google Conduct by www.way2onlinejobs.com (No.1 Website for Direct Training for Google Adsense on Internet) 
Make Money with Google Adsense
To Participate in Google Adsense Programme You must have a  Website. Then you have to put quality content in that website. Which (content) not copied from any website or blogs or any web-pages. Your website should be live on internet for atleast 6 months.After that you have to fill Adsense Application Form.  Note: Daily atleast few visitors visit your website regularly. Then only you can get easy approval. Usually, the approval process will take atleast 1-2 days. Sometimes a week or even 6 months to get approval. It totally depends on your content and quality of your website. But you should be patience in this regard. Once you get approved. Then you log in to google adsense account with your G-mail id and Password and then go to adsense setup tab and choose ad format, channel and color and it will generate ad code html code for you. You have to paste this html code in your web-page. The google ads will display within 10 minutes from the paste of your code. The ads are relevant to your content of the page. If visitors vist your website / web-page and click that ad, you can earn money. The earning will be depend on cost per click for that particular ad and placement of that ad. It may around 1 cent to some dollars. Once your account reaches 100 dollars. Google will send a Adsense cheque to your address. After 10 Dollars you will receive Pin Number Card. Once pin number reach your address correctly. Google will confirm your address. Then you receive your cheque to that address. Here is the link for Google Adsense Application form : http://www.google.com/adsense   
How to Apply for Google Adsense
When your website is ready then follow these steps : (No Under-construction website online)
  1. Submit your website first to Google at http://www.google.com/addurl.html
  2. Submit your website to Yahoo :  http://siteexplorer.search.yahoo.com/submit
  3. Submit your website to Msn : http://search.msn.com/docs/submit.aspx?FORM=WSUT  
  4. First, Submit your website to  Sitemap using Latest Google Webmaster Tools. Google uses your Sitemap to learn about the structure of your website, content and to increase its coverage of your WebPages. Sign in with your Google Account.
  5. Make sure all the leading Search engine sites that should know about your website pages is online.
  6. Make a Website with a clear Content and Text links. Each page should be reachable from at least one Text link.
  7. Offer a website map of your website to your users with links that point to the important parts of your site. If the site map is larger than 50-100 Links, you may want to break the site map into Two separate pages.
  8. Create a website that is useful, More information-rich site, and write pages that clearly and accurately describe your content of your web-pages.
  9. Think about the words users would type to find your pages, and make sure that your site actually includes those words within it. Mainly in Top, Middle and Bottom of your web-pages.
  10. Try to use text instead of images to display important names, content, or links. The Google / Yahoo / MSN crawlers doesn't recognize text contained in images.
  11. Make sure that your <title> perfectly match your web-page and are descriptive and accurate.
  12. Check for broken links and correct HTML pages
  13. Suppose if you decide to use Dynamic web-pages (if your URL contains  "?" or any Mark character), be sure that not every search engine spider very difficult to crawls dynamic web-pages as well as static pages. It helps to keep the parameters short and the number of them few, sometime.
  14. Keep the links on a given page to a reasonable number not more than 100 links from one web-page.
  15. Make your web-pages primarily for Visitors, not for Search engines.
  16. Your Web-page content will get you on to the top and not tricks and tactics. 
  17. Please don't participate in Search Engine Submission Software and Link Submission Software to Submit your website. You must submit your website manually. Not thro submission softwares. 
  18. Google not accepting or allowing its users to submit their website or web-pages thro Search Engine Submission Software. So submit your website manually.
  19. Avoid Hidden Links, Avoid Duplicate Content, Avoid irrelevant keywords (which is not related to your website or web-pages) Always provide Unique, Original content not copied from Other websites or web-pages on internet. You have to work very hard to earn regular income from Google Adsense. That's sure. Your website should be live on internet for atleast 6 months.After that you have to fill Adsense Application Form.
Why you have to join Google Adsense Class ?
My Dear Friends, there are lot of websites on Internet writing articles, about Google Adsense and How to earn from Google Adsense, the thing is most of the visitors visiting these websites fail to understand What is Google Adsense and how to earn from Google Adsense. Some the website on internet are scam, Spam or whatever the way you called. They are simply asking you 49 Dollars or Rs.1250 Indian Currency they will send you one Useless Book and Worthless CD. That CD and Book fit for nothing. I have joined so many website schemes in the past. Say 3 years before. I lost most of my hard earned Money. One thing is very sure. You can learn a lot from my Google Adsense Class, which you cannot get from Other websites or Books or Cds. Attend My class you will see the difference. Welcome to Google Adsense Class. Hai Friends I am Perambur Kumar taking Google Adsense Class  in Perambur, Chennai, India. Class has been conducted Daily.. Timinings : 3pm to 6.30pm. (Totally One Class) The topics covered in that class mentioned below this article. Totally One Class - Fees Rs.1200/- Only. Join Today !!! Start Earning !!! 
This website not only for new adsense publishers but also for old publishers with already approved Adsense Account & not earned so far. Google Adsense Class is very useful for you. You can contact us immediately by mail : peramburkumar@gmail.com or Call:9840860085 Now.
This page can change Your life. Get your own Dream House.
Drive your Favorite car. Enjoy your World tour.
My Dear Internet Friend, Give me 5 minutes. I will explain you What is Google Adsense? How you can earn from Google Adsense? I explain you in detail.
First of all, This system is 100% legal system and 100% successful one. This is not a Scam or Fraud way of making Money.
This system of making money is very simple than any other system in the Internet. You can see the result in less than 3 Months. 
Let me Explain you this simple, powerful business concept.
This is not a MLM or Money chain program. This is 100% Genuine Regular Earning Programme.
The ads are related to what your users are looking for on your site, the result can be much better than you'd earn from banner networks and many affiliate programs.
For now, Adsense is the best way to make money free online informational sites even if there are no obvious related Affiliate programs. But you don't need to disregard affiliate programs. You can combine both these ways to make money free online and double your income.
Adsense is easy to join, it doesn't cost you anything, all you have to do is paste a few lines of code in to your pages, and Google does the work of finding the best ads for them from hundreds of thousands of Adwords advertisers. You can check the relevance of the ads by looking at the ads below. Like this ads will appear on your website. 
This below image courtesy : http://www.google.com/adsense 

Earn money from relevant ads on your website / blogs all the time

Google places what ads on my website and why does he pay me? Please explain in detail?
Google gets money from Google Adwords. Google is the biggest advertising giant on internet. People from all over the world advertise on Google and they are willing to pay From ( 5 cent) to One Dollar Per Click it may vary for each advertiser. Some advertiser bit for more for each click. Say, Rs.5 to Rs. 500 for a single click (Advertiser get one visitor from one click) depending on the demand of the product. Google place the same ad on our websites which is relevant to your website and pays a portion of this money for each and every click. suppose you have a site for realestate then google will place ads which are realestate related on your website. Suppose you have a site for Job-seekers. Then Google will place ads which job advertisers related on your website. So all the ads given by google are content related ads. So no need to worry. Ads given by google are most relevant to your website content. Lot of companies worldwide advertise their products and services with Google.com. These ads are placed on Google's search results pages and millions of websites across the internet. If you are willing to rent out some space on your website to Google.com to place its ads on it, Google will pay you. Google benefits because its ads are clicked by your visitors, who in turn are sent to the advertisers websites and become their potential customers. So, it's a win-win situation for all three: Google, the millions of companies advertising on Google ...AND YOU!.
Google Adsense is No.1 Work@Home Job - Google Adwords will increase More Visitors (traffic) to your website 
How to make money with adsense? 
Google Adsense Approval
Go to Adsense, fill in the application form and confirm an email that Google will send you. If you own several sites, you need apply only once. http://www.google.com/adsense. Google evaluates your site and will follow-up with you via email within 2-3 days (usually within 24 hours). If you're accepted, you be able to log in to your Adsense account.
Log in to your account using the email address and password that you submitted with your application, and agree to the Adsense Terms and Conditions.
Adsense Size - Adsense Ad Format
Paste the Adsense ad code in to your web pages. There are 10 ad layout choices 728x90, 468x60, 125x125, 120x600, 120x240, 300x250, 250x250, 336x280, and 180x150. In addition to text ads, you can even rotate your ads through up to 4 palettes.
The Adsense ad code is unique for your account and is not site/ page- specific. you can place it on any page or site you own.  Google Adsense Click  For One Click you can earn From Five Cent to Some Dollars.
How to get the most out of Adsense? Adsense Sites (or) How to earn from Google Ads
Adsense Tips
There are three obvious way to increase your income from Google Adsense…
1) Increase traffic - Adsense Traffic - Create more keyword-focused pages. See building: site content: finding key words for more information on finding the most profitable keywords.
2) Increase click-through rate - Adsense CPC - Use simple design with the Adsense ads displayed prominently. According to Google, Ads in the skyscraper format works better (especially on the right side of the page). Focus to only one topic per page-that should make it easier for Google to serve up the more tightly contextual ads which means better click-through.
3) Increase the value of clicks - Cost Per Click - Of course, you can't do it directly. However, you can find some "expensive" Keywords and create [pages optimized for them, within your site's theme. These keywords are highly com unlikely get high ranking for them, but visitors will arrive from other "inexpensive" pages and click on Google's ads.

Once Your account reaches 100 Dollars Google will send a cheque in your name to your address mentioned in the application form.

New AdSense for domains : For Unused Domains ( For Existing Adsense Publishers)

Adsense for Domains can only be used by publishers who are already using Adsense for Content on other sites. So you'll have to wait until your site is established with plenty of good content, and then apply for Adsense. 
I  am new to internet and I would like a step by step procedure for the entire work ... That's Why we are here to help you in this regard. Because of that only we are giving direct training for google adsense in chennai. We will teach you step by step in google adsense. The topics covered in google adsense class mentioned below. Don's worry!!! We are here to help you. We will teach from the basics of internet & web-designing in Ms-FrontPage format. And What content you have to put on your website to get google adsense approval and much more you can learn in Google Adsense Class
Topics Covered in Google Adsense Class
1. What is Google Adsense Programme ? How you can earn from this programme?
2. What is Affiliate Marketing? What are all the websites offering Affiliate Marketing
3. Why Google Adsense No.1 Affiliate Earning Programme on Internet?
4. How Sign Up with Google Adsense? How to Fill the Application form for applying to adsense programme
5. How to Get approval from Google Adsense? What are all the procedures?
6. After getting approval, what are all steps to be taken to promote your website?
7. How to write website content, Web-page colour, Placing google ads in correct place in the webpage. How to paste google ads on your website etc. What are all the topics for your websites
8. Adsense for Content, Adsense for Search / Meta Tags / Search Engine Optimization (Basic Only) For Free !!!
9. What is competitive Ad filter. How to filter your competitor ads from your website?
10. What is Google Analytics? What are all the benefits from google analytics?
11.  What are the ad channels? How to use channeles? How to manage ad channels?
12. How your website appear on google search? What are all the keywords to be used?
13. How to submit your website / blog to more than 100 web-directories & leading search engines?
14. What to do ? What not to do?
15. How to Promote your website / blog ?

Thursday, 19 May 2011

Google Adsense Cash Professional Adsense Sites - Earning Capacity $100+ Daily

Basic Requirements To Get Started With Adsense Site -
To have an Adsense Website, you should have the following things -
1. A Domain Name (Name of your site for ex. yahoo.com, msn.com etc)
2. A Hosting Service Provider (Server where you want to host your site)

We Offer Free Domain Registration & Hosting Service For 1 Year
To Buy a domain, you have to pay around $12 or around Rs.600/- every year.
To Buy a Hosting Server, again you have to pay separately $15 or around Rs.1000/- every year. So a total expense of around $30 or Rs.2000/- every year will be there.

But you don't have to worry about these expenses, because with any of our package you take, you will get free domain registration of your choice & Free Hosting for one year. After 1 year you'll have to pay renewal charges, which will be $10 or Rs.400/- for domain name, & $2 or Rs.80/- just for Hosting. So Here you save a huge amount.

There are many people who promise you to give adsense sites of 25000 pages, but they will never give you free domain or hosting. Because for hosting 25000 pages you got to have a big web space and lot of expense. Another thing most of them will give you a sub domain instead of domain, which is against Adsense policy. So be careful about this. Here we are not hiding anything from you, because you should know all these to make huge income daily. So here completes the problem of getting a domain name and hosting service... its Free...

How Long it will take your website to be live on internet ?
Basic Package will take atleast 5-7 days from the day you make payment & select your domain name. In these 2-3 days will be taken for your Google Adsense Registration & rest of the days will be utilized in designing and uploading of your site & 1 day for final checking of your site before delivering it to you.

Premium Customized Website will take atleast 5-10 days from the day you make payment & select your domain name. However it also depends on customization of your site as per your request.

Professional Adsense Websites are complete ready made & fully Professional Adsense site with search engine optimization. Every Month our Adsense experts make 30-50 Professional Adsense websites with their own choice of domain name. These sites are ready to use with 50% Marketing already done. These professional Adsense websites will also start making huge money from the vary first day. It will take not more than 2-3 days for the website to be live, because everything is ready only adsense registration time will be counted.
There is no comparison of our Professionally designed adsense websites with rest of the 2 packages or any other adsense site.

How Do I open a Google Adsense Account ?
It's very simple, you can do it simply visiting the site www.Google.com/adsense. If any problem, we will do it for you with no charges. Another do not open an account before we say, because one person can open only one account in his/her name.

How many Websites I can use with my Google Adsense Account ?
With your Google Adsense Account, you can link unlimited no. of Websites. Remember more websites more ads and more earning.

After getting my Adsense site ready, Do I've to make any changes in it?
No As said earlier, you don't have to do any changes or you won't be asked to make any changes from our end. Everything will be done by our experts free of cost. All you have to do is daily check your adsense account with huge earnings.
Remember, we won't do like others who after taking money, just give a mere e-book with details on how to get start. We give what we promise here, otherwise Full Money Return.

How Long it will take to appear Adsense Ads on my site ?
At the most 24hrs of your Adsense Account confirmation from Google.

What's the Payment Structure of Google Adsense ?
Google Adsense Payments are delivered to you through EFT (Electronic Fund Transfer to Your Bank A/C) or Cheque, every month between 1st to 5th through DHL Express Courier Service. Your monthly payouts are calculated on the following things :-
1. No. of times your web page is opened.
2. No. of times Google Ads are clicked on your site.
3. No. of times Google Search Box has been used on your site.

How much per Ad click I'll be getting ?
The Ad's that are displaying on your site are delivered by Google from its Adword Advertiser section. Each Advertiser fix specific amount for their Ads. Today billions & trillions of Google Adword advertisers are there. Each range their Ads from $0.5 to $500+ per click. Now Adsense sites what we create for you is highly optimized with keywords to deliver each Ads with range of $5 to $500 per click.

Daily Adsense Income Calculation -
Lets take an example - In this ex. we will count everything at the bottom rate to see our minimum earnings.
In the starting few day's, Let's assume daily your site has been opened 2000 to 5000 ( as per our free marketing)
On an average daily your site is viewed 3500 times.
Now even at the bottom, if we expect a 10% click on 3500 views, than it will be 350 clicks a day.
Let's imagine on an average we are getting around $2 per click, than our daily earning will be 350 clicks x $2 = $700 or Rs.28,000/- daily. Now again you think its too much, let's take another minimum earning example below which we can't expect-
Minimum view per day 1500
Average clicks per day 200
Average amount per click $1.25
Daily Income = 200 x $1.5 = $300 or Rs.12,000/- Daily

Whatever Calculation we showed above is the minimum & in the starting few days only. Later on views, clicks and income everything will be much higher rates as described under each package.

Monthly Adsense Income Calculation -
As per the above daily calculations -
1. For daily income of $700, monthly income will be $700 x 30 days = $21,000 or Rs.8,40,000/-
2. For daily income of $300, monthly income will be $300 x 30 days = $9,000 or Rs.2,70,000/-

What You say now, isn't a mind blowing income with our minimum calculation. Even now also you think that you can't earn this much. What about again 10% of this total amount. Again you will earn atleast $2,100 or Rs.84,000/- or $900 or Rs.27,000/-. This too is a big amount. But why we are talking only on the lower side, when we are sure to earn on the higher rates with hard efforts of our Adsense Expert Teams.

When I'm going to get my First Adsense Payment?
As per the Adsense policy, as soon as an amount of $10 is accumulated in your account, Google Adsense Team will send you a Adsense Postcard with 'PIN' no. which you have to input in your Google Adsense Account. They send this PIN just to verify that you are the right user of this account and also to verify your Address, so that when they send cheque's to you it should reach the right address.

Our Adsense Experts will reflect First $100 Free from our side in your account within first 36Hrs of your Adsense account activation. So that your PIN no. gets dispatched at the earliest.

Next, your Adsense Cheque will be delivered to you only when your account reaches a minimum threshold of $100 in a particular month. If amount is less than $100 it will be carry forward to next month. However with our effort and highly optimized adsense site, you can expect $100 within 3-4 days only.

You'll get all Adsense PIN no., letters, cheque's etc directly from Google, Ireland. Google use DHL service which delivers cheque's in 3-4 days only.
To Know What type of Free Marketing Do you Get & what type of efforts Do I've to put from my side to earn handsomely every month -
Click Here

Blog Host Services

Blogger is a free blog publishing tool from Google for easily sharing your thoughts with the world. It’s free.Share your thoughts, photos, and more with your friends and the world. Blogger makes it simple to post text, photos, and videos from the web or your mobile phone.


Blogetery
Free weblog hosting with subdomains and instant activation. Offers 90% revenue share, free domain mapping, multiple template designs, plugins and more…

Bravenet Build your website with our easy webpage builder, web tools, web services, and free website content.

BlogCheese.com The world's easiest and fastest video blogging system.

BusyThumbs UK-based free hosting service for moblogs. Photos can be uploaded via MMS or online from a computer. Features a forum and a weblog directory.

LiveJournal.com is a free service for all your journaling and blogging needs, offering privacy controls, photo storage, publishing tools, style templates, ...

Multiply makes it easy to create, share and discuss your blog, photos, and videos with more of the people you know, and fewer of the people you don't.

Netcipia – Free blog and wiki for private or public display with 2GB of storage.

ShoutPost Free host does not place ads on pages and offers friends-only or private posting options.

Weebly Create a free website or blog in minutes by using a simple drag and drop interface. No ads. One of Time's 50 best websites of the year.

WordPress A semantic personal publishing platform with a focus on aesthetics, web standards, and usability.

Saturday, 14 May 2011

6 Sites That Beat YouTube

If you think Youtube is numero uno site for free video sharing, think again. Here is a list of 6 sites that beat Youtube. They offer more features and some of them even share ad revenue with user.

1. blip.tv www.blip.tv
2. stage6 www.stage6.divx.com
3. veoh www.veoh.com
4. revver http://one.revver.com
5. msn video http://soapbox.msn.com
6. brightcove www.brightcove.com

15 Top Windows XP secrets (Tutorial)

1. Useful key shortcuts available:

- Windows key + D - shows the desktop
- Windows key + M - minimizes all open windows
- Windows key + Shift + M - maximizes all open windows
- Windows key + E - Runs Windows Explorer
- Windows key + R - shows the RUN dialog
- Windows key + F - shows Search window
- Windows key + Break - shows System Properties box
- Windows key + TAB - Go through taskbar applications
- Windows key + PAUSE Display the System Properties dialog box
- Windows key + U Open Utility Manager
- ALT + TAB - Cycle through opened applications
- Hold down CTRL while dragging an item to Copy it
- CTRL + ESC Display the Start menu
- ALT + ENTER View the properties for the selected item
- F4 key Display the Address bar list in My Computer or
- NUM LOCK + Asterisk (*) Display all of the subfolders that are under the selected folder

2. Lock Windows to protect computer
You can lock Windows to protect the computer when leaving the station easily by creating a shortcut with the path rundll32.exeuser32.dll, LockWorkStation. The Windows key + L is also a shortcut to this feature.

3. Edit sysoc.inf to list all software
To show all software that can be removed from your computer (including protected Windows services), you can manually edit (using notepad for example) the sysoc.inf file located in Windows\inf\. Just remove the word hide next to the software pack.
*Note* - use this at your own risk. Removing critical components of the system will make Windows instable.

4. Windows XP comes with IPv4 and IPv6
Windows XP comes both IPv4 and IPv6 support. To enable IPv6, you can install the protocols needed with the command "ipv6 install" in the command-prompt. Then type ipv6 /? to see the options. The installation will not remove the IPv4 protocols so your current configuration will still work.

5. Access Task Manager with shortcut
To access the Task Manager easier, you can make a shortcut that points to %windir%\system32\taskmgr.exe.

6. Stop treating ZIP files like Folders
If you don't want your Windows XP to treat ZIP files like folders, you can disable this component by running regsvr32 /u zipfldr.dll at the command prompt or Run dialog. If you start missing it, you can enable it by typing regsvr32 zipfldr.dll.

7. Run program as diffrent user
You can run a program as a different user. Right click an application and select Run As command.

8. Switch users leaving applications opened
You can switch users leaving the applications opened too (*NOTE* use this only when needed since it could lead to system instability).
Go to Task Manager - processes and end the process explorer.exe. This will end only your session and not all applications. Then go to Applications tab, click New task and type runas /user:domainname\username explorer.exe. A password prompt will appear to login to the desired username. The user's session will start, with all your previously applications running.
I recommend to open first a command-line prompt and type runas /? to see all the options available.

9. Rename multiple files in Windows at once
Rename multiple files in Windows at once. Select them all, right click and select Rename. Enter the desired name. They will be renamed using what you specified, with a number in brackets to distinguish them.

10. Task kill feature in Windows
Windows has a task kill feature similar to Linux. Go to a command prompt and run the command tasklist to see running processes with PID numbers. Then type tskill <PID> to end the specific task. This forces an instant closing of the task.

11. Edit features with GPEDIT.MSC
You can edit many features by running gpedit.msc. You can add log on/log off scripts here and many features.

12. Edit accounts in the command prompt
You can edit accounts by running "control userpasswords2" at the command prompt.

13. Use systeminfo.exe to see System Information
You can use the systeminfo.exe command in the command prompt to see System Information, including all Windows updates and hotfixes.

14. Disable system services for maximum performance
There are system services that you can disable to free up the system's load. To access the interface that permits you to make changes to system's services, type services.msc and the command prompt.
This is a list of services that are *usually* useless and can be safely disabled.
Alerter
Application Layer Gateway Service,
Application Management
Automatic Updates
Background Intelligent Transfer
Clipbook
Distributed Link Tracking Client
Distributed Transaction Coordinater
Error Reporting Service
Fast User Switching Compatibility
IMAPI CD-Burning
Indexing Service
IPSEC Services
Messenger
Net Logon
Net Meeting
Remote Desktop Sharing
Network DDE
Network DDE DSDM
Portable Media Serial Number
Remote Desktop Help Session Manager
Remote Registry
Secondary Logon
Smartcard
SSDP Discovery Service
Uninterruptible Power Supply
Universal Plug and Play Device Host
Upload Manager
Webclient
Wireless Zero Configuration
WMI Performance Adaptor

*NOTE*: Make sure you don't need them since some applications you're using could depend on them. If you make any application to fail by disabling any of the services, go back and enable it again.

15. Repair Windows XP by using the XP installation CD
If your system failes to start due to an error related to missing HAL.DLL, invalid Boot.ini or any other critical system boot files you can repair this by using the XP installation CD. Simply boot from your XP Setup CD and enter the Recovery Console. Then run "attrib -H -R -S" on the C:\Boot.ini file and delete it. Run "Bootcfg /Rebuild" and then Fixboot.

Tuesday, 3 May 2011

Add a photo to my computer properties

To do this:
1. Open Notepad.

2. Type the following:
[General]
Manufacturer="your_name
[Support Information]

3. Save as "oeminfo.ini" in the System32 folder.(Without Quote)

4. Create a bmp file(Your Photo) and save it the System32 folder as "oemlogo.bmp"(Without Quote).The size of the image should be within 180 (wide) x120 (high) pixels

5. Now Check your My Computer Properties.

It's tested and working