Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:

It feels like summer started a blink of an eye ago but we have reached August already. The summer months tend to be slower, but it doesn't seem to be the case so far at Google.

In API and developer-product news...

Create calendars with the Google Calendar Data API.

The Google Calendar data API now supports two new read/write feeds that allow you to manage a user's list of calendars. One feed lets you create and delete calendars, while the second feed can be used to add and remove subscriptions to existing calendars.

New API: It Slices! It Dices! It Uploads Your Docs!

Not only can you create new calendars, but you can create, import, and manage your Google Docs and Spreadsheets.

Google Mashup Editor, built with GWT

The Google Mashup Editor is a high profile, complex application that was written with GWT. Rich Burdon of the GME team discusses the rationale behind the GWT tool choice.

Looking for somewhere in India, Hong Kong, Taiwan, Singapore, or Ireland? Just geocode it!

Over the past few weeks, we enabled geocoding in the API for India, Hong Kong, Taiwan, Singapore, and Ireland. That means there are potentially 1.1 billion more users that might now be able to locate themselves on your map - that's about 1/5 of the world's population. (Pamela utilized GoogleLookup functions in a google spreadsheet to do the calculations.)

Chris Schalk has a detailed article introducing the Google AJAX APIs. The articles does in depth on all things Ajax.

Around Google

Microformats in Google Maps

We're happy to announce that we are adding support for the hCard microformat to Google Maps results.

How long will it take at rush hour?

The Maps team has added estimated timing on directions depending on rush hour.

Computer science resources for academics

Because we know that between teaching, doing research and advising students, computer science educators are quite strapped for time, we've recently launched a site called Google Code for Educators. While you may have previously heard about our offerings for K-12 teachers, this new program is focused on CS topics at the university level, and lets us share the knowledge we've built up around things like distributed systems and AJAX programming. It's designed for university faculty to learn about new computer science topics and include them in their courses, as well as to help curious students learn on their own.

Featured Projects

The Google Singleton Detector, or GSD, is a tool which analyzes Java bytecode and detects our different types of global state, including singletons, hingletons, mingletons and fingletons.

GWT Ext allows you to Ext components from within your GWT applications.

Google Tech Talks

Open Source Speaker Series: SilverStripe CMS

Advanced Topics in Programming Languages: Java Puzzlers, Episode VI

Hardware/Software Hacking: Joining the Real and the Virtual

LLVM 2.0

View more tech talks.

Podcasts

Google Developer Podcast Episode Six: The Hibernate Shards Open Source Project

We got to discuss the newly open sourced Hibernate Shards project with two of the core team that worked on it.

The Toronto Connection

For our latest podcast, we spoke with four students who are working together on their Summer of Code projects. Three of the students attend the University of Toronto, but Jeff Balogh visited the university at the start of the program to do some project planning with David Cooper, so he's an honorary UT alumni; both David and Jeff are working with mentors from the Python Software Foundation.2013, By: Seo Master
Seo Master present to you: Cara Tercepat Terindex Google, topik ini selalu menarik, terutama bagi yang baru bikin blog atau blognya ga nongol-nongol di google. Banyak cara agar blog cepat terindeks google, saya akan merangkumkannya anda, Anda boleh coba salah satunya atau semuanya sekaligus. saran saya lakukan semuanya niscaya tidak hanya cepat terindek google tetapi juga bisa masuk top 10 besar google.



Daftar Google Webmaster

Mendaftar di Google webmaster. Metode ini mengharuskan Anda untuk memiliki account Google. Jika anda sudah memiliki akun google anda bisa login ke www.google.com/webmaster/tool dan menambahkan blog Anda. Blog Anda harus diverifikasi terlebih dahulu untuk memastikan anda adalah pemilik yang sah dengan memasang meta tag pada blog anda. Jika Anda ingin blog Anda terindex lebih cepat, anda perlu membuat sitemap blog Anda. Anda bisa membuatnya pada halaman google webmaster tool anda

Daftar Google Analytics

Menggunakan Google Analytics bisa mempercepat blog Anda terindex Google. bukalah www.google.com/analytics/ dan mendaftar untuk account, kemudian tambahkan blog Anda. Anda perlu menambahkan beberapa kode pada template blog Anda untuk mengenali bahwa Anda adalah pemilik blog. Jika data blog Anda belum disimpan di data Google, Google bot akan segera mengcrawl blog Anda untuk mengindeks.

Link ke website lain Yang Sudah Terindex

Cara lain agar blog cepat diindex oleh Google adalah dengan mendapatkan backlink dari situs atau blog. Untuk mendapatkan link secara gratis, Anda dapat menaruh komentar di blog lain atau mendaftar ke situs forum besar dan membuat pos dengan link Anda sebagai tanda tangan atau mengisi buku tamu di situs lain dengan link Anda sebagai tanda tangan. Sehingga bila Google bot mengcrawl situs mereka dan menemukan link anda padanya, Google bot akan segera mengenali blog Anda dan blog Anda akan lebih cepat terindex google.

Menggunakan Yahoo

Metode ini merupakan cara tercepat Agar blog Anda diindex Google. Trik yang sangat sederhana, anda harus mempunyai yahoo account dan menambahkan URL RSS blog Anda di yahoo. Setelah Anda menambahkan URL RSS, gunakan pingomatic.com untuk mengeping URL blog Anda. Dalam waktu 24-48 jam biasanya blog Anda sudah terindex Google.

Submit ke Digg.com

Dengan mengirim artikel ke Digg, lebih lengkap anda bisa baca disini

Pasang Link Dalam Signature

Jika Anda menempatkan Link ke blog Anda dalam tanda tangan Anda pada DigitalPoint Forum atau forum populer lain maka blog Anda juga bisa terindex dalam waktu 24 Jam.

Bagaimana menurut anda apakah metode di atas benar-benar merupakan cara tercepat terindex google? Buktikan!
2013, By: Seo Master
Seo Master present to you:
Kishore
Rahul
By Rahul Bansal and Kishore Simbili, PageSpeed Team

We spend a lot of time working to make the web faster. Last year, we introduced PageSpeed Service, an online service that automatically speeds up loading of web pages.

We are constantly working on new optimizations (rewriters) that can make pages load even faster. Along these lines, we are introducing a new rewriter called "Cache and Prioritize Visible Content". This rewriter enables users to start interacting with the web page and consuming the content much sooner. It accomplishes this by optimizing the page as a whole using the following web page-aware techniques and with minimal configuration needed:
  • Make HTML cacheable. Typically, most web pages are not cached because they contain small amounts of personalized information or other non-cacheable data. This rewriter separates the non-cacheable portions from the HTML and enables caching for the rest of the content on PageSpeed servers. When the page is loaded, PageSpeed servers send the cacheable parts immediately while non-cacheable parts are fetched from the origin server & patched into the browser later.
  • Prioritize visible content rendering. Rendering of a modern web page requires several network resources, but not all of them are needed right away. This rewriter automatically determines and prioritizes the content that is above the fold of the browser, so that it doesn’t have to compete with the rest of the page.
  • Defer Javascript. JavaScript execution is deferred until page load so that it doesn’t block rendering of visible content.

Early deployment of these techniques has shown significant improvements in user-perceived page load times. Below is a filmstrip view that compares the loading of pages on Power Line, a US-based political commentary website.


Joe Malchow, Publisher of Power Line says "With this rewriter the most important bytes, our content, load first and fast. To our readers, Power Line appears to be completely instantaneous, prompting deeper and lengthier reading sessions and more profound engagement with the site."

This rewriter works best when the page content is mostly generated on the server rather than via Javascript and only small portions of it are personalized. To see how this rewriter would benefit your site, you can check it out here. If you are satisfied with the results, you can sign up for PageSpeed Service here. If you already use PageSpeed Service, you can find more details about enabling this rewriter here. This rewriter will also be available to App Engine users of PageSpeed Service in the near future.


Rahul Bansal and Kishore Simbili are Software Engineers on Google’s PageSpeed Team in Bangalore, India, which is dedicated to making the web faster.

Posted by Scott Knaster, Editor
2013, By: Seo Master
Powered by Blogger.