Google

Google panda update history

SEO updates of panda and its history

Googles Panda Update is a filter introduced in February 2011 is to reduce the improper content that listed in the google search list.. a. Panda updates takes place from time to time. b. Panda may also catch sites that escaped before. Updates of Panda List till may 2014 1. Feb. 24, 2011  ..

How to check android device has camera or not

Find Android device has Camera or not

This code can be used to find whether an android has camera or not. Below clode will let you know Available or not available in the android device. Context myContext = this; PackageManager myPackageManager = myContext.getPackageManager(); TextView myTextView = (TextView) findViewById(R.id.infodisplay); if (myPackageManager.hasSystemFeature(PackageManager.FEATURE_CAMERA)) { myTextView.setText("Camera is available"); } else { myTextView.setText("Camera not available"); }   ..

Find location using gps in android

How to find location using gps in android

Below code in android will help you to find location using gps in android. There are build in functions to find location and this function can be applied as below to find the location of gps from an android device. public class MainActivity extends Activity implements LocationListener { LocationManager myLocationManager ; String myProvider; @Override public  ..

How to generate dynamic id in android

Dynamically generate View ID in android

You can use below code to create or generate dynamic ids or generate id dynamically for views without any conflicts. private static final AtomicInteger sNextGeneratedId = new AtomicInteger(1); @SuppressLint('NewApi') public static int generateViewId() { if (Build.VERSION.SDK_INT < 17) { for (;;) { final int result = sNextGeneratedId.get(); // aapt-generated IDs  ..

Google project tango

Project Tango - By Google

Google new Advanced Technology & Projects group has introduced a new Android-based prototype 5-inch phone and developer kit with advanced 3D sensors, named as \'Project Tango\'. The main function of this phone is, - This phone can 3D map your entire home. - With the sensors, it can track motion.   ..

How to submit an app to android market

Submit application to android market

How to Submit an App to Android Market? 1. Make sure you have properly developed, compiled and tested your app as outlined in the Android Developers Guide. 2. Create a Developer profile on Android Market site. From the site, sign with your Google Account. If you dont have a Google Account, you can  ..

Online tool to edit image

Google tools

Google's Online tool to edit image http://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html Google has released a new new online image editor tool, which is an awesome tool to edit images online.  ..

Google improves page layout algorithm

Check browser size: browsersize.googlelabs.com

In our ongoing effort to help you find more high-quality websites in search results, today we're launching an algorithmic change that looks at the layout of a webpage and the amount of content you see on the page once you click on a result. As we've mentioned previously, we've heard complaints  ..

Yahoo launches online video service

Free online video service

Yahoo! India today launched free online service, "Yahoo! Video". However, unlike YouTube, which also features user-generated content, Yahoo! Video would only showcase licensed and original content. In India, Google's YouTube is one of the most popular online video sharing sites. Yahoo has already collaborated with 35 content producers, including NDTV, Star TV,  ..

Yahoo closes site explorer

Site Explorer into Bing Webmaster Tools

As expected Yahoo will be closing down Yahoo Site Explorer this year. Yahoo has just announced the date for the closure. With the completion of algorithmic transition to Bing, Yahoo! Search has merged Site Explorer into Bing Webmaster Tools. Webmasters should now be using the Bing Webmaster Tools to ensure that  ..

Google search algorithm change for freshness

To Impact 35% Of Searches

Google announced they are rolling out a new search algorithm change that helps make the search results fresher. The big news here is that besides for the results being fresher, the results will change for about 35% of all searches. Caffeine Was Infrastructure, This Is Algorithmic Fresher results can make for  ..

Difference between gadget and widget

Gadget Vs Widget

What is google Gadget? What is Widget? The easiest way to explain it is that a gadget is any widget that is not a widget. Sound confusing? A widget is a piece of reusable code that you can plug into virtually any website. A gadget acts just like a widget, often fulfilling  ..

Improve adwords quality score

Add the +1 Button to Your Website

The +1 button was deployed earlier this year across organic and PPC listings in the Google SERPs. The main question that has bubbled to the top regards how +1 will affect AdWords quality score. +1: A Quality Score Factor? The more +1 votes a website or page has, the more weight it  ..

Possibility of improving your adword quality score

Add the +1 Button to Your Website

The +1 button was deployed earlier this year across organic and PPC listings in the Google SERPs. The main question that has bubbled to the top regards how +1 will affect AdWords quality score. +1: A Quality Score Factor? The more +1 votes a website or page has, the more weight it  ..

Googles new options for paginated content

Google evolving detection of series of component pages

Google has been evolving their detection of a series of component pages and the corresponding view all page. When you have a view all page and paginated URLs with a detectable pattern, Google clusters those together and consolidates the PageRank value and indexing relevance. Basically, all of the paginated URLs  ..

1 2 3 Next

Tech Bluff