Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Oct 5, 2012

How to force Google to reindex your site or blog - kind of

Posted Oct 5, 2012

Google Webmaster Tools has a page for submitting a url to Google. Google will queue then try to re-index the requested page, but it doesn't guarantee that it will do so. Here's the extracted disclaimer:

Google adds new sites to our index, and updates existing ones, every time we crawl the web. If you have a new URL, tell us about it here. We don't add all submitted URLs to our index, and we can't make predictions or guarantees about when or if submitted URLs will appear in our index.

I guess it means they will try their best! It's better than nothing :)

The full url of the tool is https://www.google.com/webmasters/tools/submit-url

Oct 11, 2011

Dart: A new programming language from El Goog

Posted Oct 11, 2011

Google released a new web programming language called Dart. Still remember Go? I don't know that happened there, but maybe "Dart lang" will be the new "Go lang".

Google makes an effort to make it work both in client and server-side web programming which is a plus for any developer. Less languages to learn. It's about time, I think; Javascript is really getting old. I tried playing with Dart at http://try-dart-lang.appspot.com and it's very intuitive if you have a background in Javascript / Java / C++ / C#.

The ultimate goal of Dart is to replace Javsacript; feature-wise and performance-wise. I'm still skeptical about the idea  happening soon but maybe this is the future.  But instead of fighting to be the best, why not just co-exist happily?  I'll be happy either way.

If this language becomes mainstream, I'd want to be a part of a team or at least contribute to what they will do; which is hopefully a very good web framework inspired by Ruby on Rails or Grails.

If you're interested to discuss ideas with the Dart Team, here's a link to the Reddit discussion. Quite interestingly, read that Google has allocated significant resources on this project.

For more information, go to their website: http://www.dartlang.org