Friday, 21 March 2014

Check whether your blog is indexed

Checking whether your blog is indexed

 

Before submitting your blog, you might want to do a “site search” to check its status (whether your blog is indeed has not been indexed yet). Enter this search query in the search box:

site:domain
Replace domain with your domain name, for example for a blogspot blog entersite:yourblogname.blogspot.com.
If the search produces no results, then go ahead with the submission. (If your blog has already been indexed, this search will return a list of all your indexed blog pages).
Use the same query for all three search engines.


Enhanced by Zemanta

Thursday, 20 March 2014

Submit URL to Google, Bing, Yahoo & Ask





The first step to getting your site online and to get better rankings in Google is to submit your URL to search engines. An example of an URL is www.yoursite.com. Eventually the search engines will find your site but this will help expedite the process.

Once you submit your URL, it could take several days, weeks, or months for the search engines to index your page(s). Results may vary so don’t write this in stone. Factors such as other websites pointing to your site can affect this time as well.


Submit URL to Google:

1. Go to the following link: http://www.google.com/addurl/?continue=/addurl
2. Sign in to your Google account (i.e. Gmail)
3. Type in your URL, example: http://www.yoursite.com
4. Enter the captcha text shown in the box
5. Select “Add URL”

Submit URL to Bing

1. Go to the following link: http://www.bing.com/docs/submit.aspx
2. Type in your URL, example: http://www.yoursite.com
3. Enter the captcha text shown in the box
4. Select “Submit URL”

Submit URL to Yahoo:

**UPDATED NOVEMBER 2012**
1. Go to the following link: http://search.yahoo.com/info/submit.html
2. Click on “Submit Your Site for Free”
3. You will be redirected to Bing. Follow the on-screen instructions for submitting your URL.


**UPDATED AUGUST 2012**

Ask does not have an URL submit feature. Until recently, you could submit your sitemap to them. But Ask.com has now retired this feature and says they will be crawling sites instead. So, the next best thing is to add a directive in your robots.txt file that specifies auto-discovery of the XML sitemap.

Like this:

SITEMAP: http://www.the URL of your sitemap here.xml

The sitemap location should be the full sitemap URL.

That’s it! Once you complete the above steps, just sit back and be patient. It takes time for the search engines to index your pages. If you submit more than once, some search engines may consider this spamming which could result in not indexing your site at all.



Also note that you do not have to add all of your URL addresses for your entire site. For example, you do not need to add http://www.yoursite.com/about.hml and http://www.yoursite.com/contact.hml. Simply enter the home page URL and let the engines do the rest.

Sources: http://safehouseweb.com/how-to-submit-url-to-google-bing-yahoo-and-ask/

Friday, 28 February 2014

Bluestacks: Graphics Card Error 25000 Solved!

BlueStacks App Player allows users to run Android Apps on Windows and MAC. You can download BlueStacks App Player from their official website: http://www.bluestacks.com. But downloaded file is extraction program not a full setup. While installing extraction program it checks your system configuration and scan for drivers installed on your PC. This causes errors like Graphics Card Error 25000.


Note: If you have failed to install Bluestacks earlier then before re-installing please remove files/settings leftover from a previous installation. Follow these instructions:

>> Simply uninstall Bluestacks from Control Panel

>> Delete  the following directories manually:

1) C:\ProgramData\BlueStacks

2) C:\Program Files\BlueStacks

3) C:\Users\\AppData\Local\BlueStacks

Please reboot your system to reduce the possibility of any interactions with an anti virus or Windows Defender before you install BlueStacks beta subsequently.

To solve this error follow these instructions:

Don’t ever try to install Bluestacks Emulator via BlueStacks-SplitInstaller_native. That downloaded thin installer 8.59 MB file throwing error at the beginning of installation. That setup file ends before it gets extract.

Instead of that simply download full setup from here: BlueStacks_HD_AppPlayerPro_setup_REL.msi.
It’s nearly 127 MB file with .msi extension. Now we can get started with Installation.

Bitcoin & Litecoin Survival Guide Click Here!

Bluestacks: Play Your Favorite Mobile Apps on PC and MAC

BlueStacks App Player lets you run your favorite mobile apps fast and fullscreen in your browser and on PC or Mac.



Over 12 million people around the world use top apps like Candy Crush Saga, Kik Messenger, Temple Run 2 and more on their laptops with BlueStacks.

BlueStacks App Player is an Android emulator that lets you run thousands of android apps and games. The program offers:

  •     access to Google Play, Amazon Appstore and other stores (GetJar, 1Mobile)
  •     application search
  •     synchronization between apps on your device and computer
  •     share screenshots
  •     full-screen mode
  •     manage applications, accounts and contacts




BlueStacks App Player is really a versatile program that bridges the gap between mobile and desktop by allowing users to perform a common Android apps on the Windows or Mac OS X devices. A forward thinking "Cloud Connect" feature enables you to push apps from your own Android device to Bluestacks, and vice versa. First released to the public in 2011, the program has continued to grow, and is currently free for download in its current beta form. Need to get a taste of Android on your own desktop? Here's how exactly to setup BlueStacks, in addition to a rundown of a few of its controls and interesting features. Make sure to browse the BlueStacks review from our friends at LAPTOP, too.


1. Installing BlueStacks

Download BlueStacks App Player for Windows
Download BlueStacks App Player for Mac OSX
Download BlueStacks Cloud Connect for Android


Bitcoin & Litecoin Survival Guide Click Here!

read Bluestacks: Graphics Card Error 25000 Solved!
Enhanced by Zemanta

Sunday, 25 August 2013

Blogger: An error occured while trying to save or publish your post. please try again later

When you save or the blogger initiatea auto save, if the "An error occured while trying to save or publish your post. please try again later" appears, it means you are copy paste words or pictures from other places that will create unnecessary html codes and the Blogger does not recognise it and gives the error message.

Solution:
1. For text, the solution is paste the text in Notepad and copy it back to to blog.

2.For picture, download the picture to computer and upload it back. Or simply a line of HTML code will do.


Enhanced by Zemanta

Ubuntu in Virtual Box The system is running in low-graphics mode

After I have installed the Ubuntu 12.04 in Virtual Box, I start booting it and it give this error:

The system is running in low-graphics mode

Your screen, graphics cards, and input device settings could not be detected correctly. You will need to configure these yourself.



I tried many solutions found in the internet, none of them work until I found the best and simplest solution.  I strongly recommend those encountered this problem to try on this solution first.

The solution:

When the message that "your system is running in low-graphics mode" appears press Ctrl+Alt+F1 to enter the terminal. Then login with your credentials, and then run the following commands:

sudo apt-get update 
sudo apt-get upgrade

It will take sometimes to finish depending on your Internet and machine speed. Shutdown or restart the machine and you will be able to boot into Ubuntu now: -)




Related articles

Thursday, 22 August 2013

Enable PAE in Virtual Box

On my second attempt to install Virtual Box Ubuntu on my old laptop with Windows XP as a host, I encountered this error on booting:

1. This kernel requires the following features not present on the CPU:
pae
Unable to boot - please use a kernel appropriate for your CPU.


2. Solution: Shut down the machine. Go to Ubuntu settings, select "System"on left column, select "Processor" tab on the right, check Enable PAE/NX.

Click  ok. Solved. The Ubuntu can boot bow.