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

seo Weekly Google Code Roundup for July 30th to August 3nd 2013

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 Cara Tercepat Terindex Google 2013

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 Turbocharging web sites with new PageSpeed Service optimizations 2013

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

seo Backlink dari website, blog berpagerank tinggi 2013

Perbanyak nilai backlink di blog kita dari website penganut dofollow yang berpagerank tinggi, karena akan membantu nilai pagerank kita.Untuk mengeceknya, sobat ketikkan keyword di seacrh engine, lalu pilih/klik web/blog dari 10 besar dan lihat kode html nya, kalau ada kode index, follow segeralah memberi komentar atau ajak bertukar link (tapi jarang yang mau).Mesin pencari di google membatasi

seo วิเคราะห์คู่แข่งด้วย Niche Market Finder 2013

Seo Master present to you:
สวัสดีครับผม ช่วงนี้ฝนตกค่อนข้างบ่อยก็ระวังสุขภาพกันบ้างนะครับ มาว่ากันต่อเลยใน บทความ SEO วันนี้ผมจะมาแนะนำเครื่องมือวิเคราะห์คู่แข่งแบบง่ายๆด้วยโปรแกรม Niche Market Finder ซึ่งเป็นโปรแกรมที่ใช้งานได้ง่ายและค่อนข้างดีอีกโปรแกรมหนึ่ง รวมทั้งยังสามารถ Download มาใช้งานได้ฟรีๆอีกด้วยครับ ซึ่งคุณสมบัติที่สำคัญของตัวโปรแกรมก็คือเอาไว้วิเคราะห์คู่แข่งใน Keyword ที่เราจะทำ SEO หรือ Search Engine Optimization ครับ ซึ่งผลการวิเคราะห์จะอ้างอิง Google.com ซึ่งจะวิเคราะห์ได้ค่อนข้างแม่นยำใน Keyword และ Traffic ภาษาอังกฤษเท่านั้น แต่ภาษาไทยผลการวิเคราะห์จะยังไม่แม่นยำเท่าที่ควร แต่ก็ยังพอนำมาอ้างอิงได้ครับ เรามาศึกษาและดูวิธีการใช้งานกันเลย เริ่มต้นให้ทำการกรอก Keyword ที่เราะจะทำการวิเคราะห์ในช่อง Keyword แล้วคลิ๊กที่ปุ่ม Find Pages ตรง Tool Bar ด้านบนครับ ตัวโปรแกรมก็จะทำการประมวลผล และแสดงผลการวิเคราะห์ตามรูป


ความหมายของแต่ละแถบสีโดยแยกเป็น สีเขียวง่าย หรือมีโอกาสมาก สีเหลืองปานกลาง หรือมีโอกาสปานกลาง สีแดงยาก หรือมีโอกาสน้อย

PR – ค่าคะแนนที่ Google ประเมินคุณภาพของเนื้อหาในแต่ละหน้าเว็บเพจนั้นๆ หรือ Page Rank
BL – Backlink จำนวนลิงค์ที่เชื่อมโยงกลับมาในหน้านั้นๆ
DBL – จำนวนลิงค์ที่เชื่อมโยงกลับมาที่ Domain
KDm – (ติ๊กถูก) ถ้ามีคีย์เวิร์ดใน Domain Name
KT – (ติ๊กถูก) ถ้ามีคีย์เวิร์ดใน Title Tag
KDs – (ติ๊กถูก) ถ้ามีคีย์เวิร์ดใน Description Tag
KH1 – (ติ๊กถูก) ถ้ามีคีย์เวิร์ดเป็น H1 Tag

วิธีการวิเคราะห์ก็ให้ดูหลายๆส่วนประกอบกันโดยดูภาพรวมที่แถบสีก่อนถ้ามีสีเขียวเยอะก็มีโอกาสเป็นไปได้สูง แต่ถ้าแดงเต็มไปหมดแสดงว่าการแข่งขันสูงมาก เหนื่อยแล้วก็ลำบากครับ ต่อมาก็ค่อยมาวิเคราะห์ในส่วนของ KDm ถ้าสีเขียวนี่มีโอกาสสอดแทรกได้ ดูในส่วนของจำนวน BL แล้วก็ PR,KT, KDs, KH1 ประกอบ แล้วก็วิเคราะห์โอกาสและความเป็นไปได้ที่จะแข่งขันครับ เรามาดูในส่วนอื่นของตัว โปรแกรม Niche Market Finder กันบ้างก็จะมีรายละเอียดดังต่อไปนี้ครับ


Url – ผลการวิเคราะห์ของแต่ละเว็บไซต์เรียงอันดับจาก 1 - 10 (สูงสุดได้ถึง 40 โดยปรับได้ที่ Tools)
Clear Pages – ล้างผลการวิเคราะห์ครั้งล่าสุดเพื่อเริ่มการวิเคราะห์ใหม่
In Browser – เปิด URL ของเว็บที่ทำการวิเคราะห์ด้วย IE Browser ครับ
Page In Yahoo – ดู BL จากฐานข้อมูลของ Yahoo
Domain In Yahoo – ดู Backlinks for a Domain จากฐานข้อมูล Yahoo

เป็นอย่างไรบ้างครับกับ โปรแกรม Niche Market Finder ลอง Download ไปทดสอบกันดูนะครับคงมีประโยชน์ในการวิเคราะห์และช่วยทุ่นแรงได้ไม่มากก็น้อยครับผม2013, By: Seo Master

seo Hindari link keluar atau out link 2013

Link keluar adalah link dari website atau blog luar yang ada di posting kita. Kalau yang dikomentar itu tidak masalah karena blog memang untuk saling berkomentar, begitu juga blogroll atau tukar link.

Kadang para blogger terlalu fokus pada backlink sehingga lupa akan outlink. Seperti kata blogger senior bahwa peringkat pagerank itu juga dipengaruhi backlink dan outlink.

Outlink yang berbahaya

seo Registration will open soon for our first Google Developer Day events 2013

Seo Master present to you:
By Monica Tran, Developer Marketing Team

Wondering what to do with yourself while waiting for next year's Google I/O? Consider attending one of our Google Developer Day events, taking place in eight countries around the world September through November of 2011.

To learn more about Google Developer Day and get a preview of the sessions we’ll be running from Sao Paulo to Sydney and everywhere in between, visit our newly launched GDD 2011 website at http://www.google.com/events/developerday/2011. Please note that sessions are subject to change as we continue to bring you the latest from Android, Chrome/HTML5, Cloud, and more.

Registration for our Brazil and Argentina events will open next week, with our HTML5 Open Call for Google Developer Day still accepting submissions until 8/8. Got your heart set on another Google Developer Day event? Registration for Google Developer Day will be open on the following dates:

8/8 - 8/19: Sao Paulo, Brazil
8/8 - 8/19: Buenos Aires, Argentina
TBD: Moscow, Russia
9/1 - 9/21: Prague, Czech Republic
8/11-9/12: Tokyo, Japan
8/22 - 9/2: Sydney, Australia
9/1 - 9/14: Tel Aviv, Israel
9/15 - 9/19: Berlin, Germany

Please note that these dates are tentative and are subject to change.

Google Developer Day will come to eight cities around the world in 2011, bringing you the future in web and mobile technologies. These one-day events feature deep technical content on Google platforms and products from the teams that work on them. Join us for the latest developments in Android, Chrome, HTML5, App Engine, and more in a city near you. http://www.google.com/events/developerday/2011

In the past four years, Monica Tran has been around the world, working as a Product Marketing Manager in Mountain View, London, and Tokyo. After a good run on Google I/O, Monica is back to lead the charge on Google Developer Day, happening in 8 cities worldwide in 2011.

Posted by Scott Knaster, Editor
2013, By: Seo Master

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

Seo Master present to you:


Max Ross and Maulik Shah were part of a core group that worked on the recently open sourced Hibernate Shards project.

In the podcast you will learn:
  • What sharding is and what it means in the world of Hibernate
  • How the word "shards" is common at Google (the equivalent of "smurf" in The Smurfs)
  • Why you would want to shard your data to give you increased scalable performance
  • How the Hibernate Shards project doesn't mess with the core APIs, allowing you to add sharding unobtrusively
  • What you need to think about if you want to shard your data, and how you can design a schema that has a dimension that is easily sharded. This includes designing without complex relationships.
  • How you could create a crazy project that shards data across multiple databases (as in, one mysql, one Oracle), but that would be crazy
  • The various strategies to define how you retrieve your objects across the distributed data store
  • How this compares with horizontal partitioning at the database level itself (e.g. new features in MySQL, PostgreSQL, and others)
  • And much, much more.
For more information check out the Hibernate Shards homepage and the Google Group for discussion.

The new release that was mentioned in the podcast just went live. Congratulations to the team.

Start listening now


You can download the episode directly, or subscribe to the show (click here for iTunes one-click subscribe).2013, By: Seo Master

seo Membuat menu halaman horizontal 2013

Seo Master present to you: Selain link dan banner yang membuat blog menarik di pandang, menu horisontal juga tidak kalah menarik untuk menjadi hiasan di blog Anda karena saya kira bentuknya Menarik dan elegan. Nah jkia Anda juga belum faham mengenai menu horisontal seo tutorial akan kasih contah yang di maksud menu horizontal, lihat dibawah:


Nah bagi yang blognya belum ada menu seperti ini silakan dibuat kalo tertarik, nih cara-caranya :

Langkah pertama yaitu log in ke blogger lalu masuk menu Layout kemudian masuk menu Edit HTML

Lalu taruh code dibawah diatas Code: ]]></b:skin> pokoknya di barisan CSS pada Blog Anda
.menuhorisontal{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #000000;
}

.menuhorisontal ul{
margin: 0;
padding: 0;
padding-left: 10px;
font: bold 12px Verdana;
list-style-type: none;
}

.menuhorisontal li{
display: inline;
margin: 0;
}

.menuhorisontal li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px;
border-right: 1px solid white;
color: white;
background: #414141; /*background dari Tabel*/
}

.menuhorisontal li a:visited{
color: white;
}

.menuhorisontal li a:hover, .menuhorisontal li.selected a{background:#002EB8; /*Background Setelah Pointer Diarahkan */
}
#footheader {
width: 100%;
float:left;
margin:0 0 0;
padding:0 0 0;
height:35px;
}

Kalau sudah cari kode Dibawah ini:
<div id='header-wrapper'><b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Bisnis Di Internet (Header)' type='Header'/>
</b:section></div>


Code diatas Di Blog kamu berdeda-beda pokoknya kamu perhatikan Code yang berwarna hijau saja dan taruh Code dibawah ini tepat dibawah Code Diatas itu.

<div id='footheader'>
<b:section class='footheader' id='footheader' preferred='yes'>
</b:section>
</div>

Kemudian Simpan.
Langkah kita belum selesai mari kita beranjak ke menu Layout
Nah dibawah Header pasti sudah ada tempat widget/gadget,



kemudian klik Add A Gadget kemudian pilih HTML/JavaScript.. Lalu taruh Code dibawah ini:

<div class='menuhorisontal'>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='http://lerry060183.wordpress.com/'>Lerry060183</a></li>
<li><a href='http://ilmu-belajar-komputer.blogspot.com/'>Tutorial Komputer</a></li>
<li><a href='http://artis-indo-hot.blogspot.com/'>Berita Artis Indonesia</a></li>
</ul>
</div>

Nah selesai deh..2013, By: Seo Master

seo Anchor teks link internal di artikel blog 2013

Anchor teks tentunya sobat sudah pada tau, yaitu teks yang di dalamnya mengandung link.
Contoh seperti ini :
anchor teks

Nah tulisan anchor teks itu ada linknya jika kita klik.

Usahakan anchor teks itu linknya bertautan ke postingan/artikel kamu yang lain ( internal link ). Hindari anchor teks yang mengandung link dari blog atau website lain.

seo Trik Menggunakan Firefox 2013

Seo Master present to you: Untuk menunjang kelancaran dalam Belajar Seo, aku akan ngasih Trik Menggunakan Firefox dengan efektif. ini bisa membuat pekerjaan kamu lebih cepat. lebih cepat kan lebih baik..

1: Auto complete alamat .org dan .net
Anda tentu sudah tahu fungsi ctrl+enter kan? jika anda menggunakan firefox dan mengetikan 'toptrik.blogspot' pada address bar dan menekan Ctrl+Enter maka anda akan langsung dibawa ke www.toptrik.blogspot.com. Namun bagaimana dengan alamat .org dan .net? Pada Firefox, Shift+Enter akan membawa anda pada .net dan Ctrl+Shift+Enter akan membawa anda pada .org secara otomatis.

2: Alt + D
Anda dapat menggunakan trik ini untuk memindahkan kursor ke adress bar Firefox.

3: Ctrl+T dan Ctrl+Shift+T
Ctrl+T membantu anda membuka tab baru dan Ctrl+Shift+T membuka kembali tab terakhir yang ditutup.

4: Alt+Enter
Ini akan secara otomatis membuka situs di tab lain jika anda melakukan highlight pada daftar autocomplete. Sebagai contoh, jika anda ingin membuka friendster dan anda mengetikan www.frie...., pada address bar dan ia akan mulai memperlihatkan daftar.

5: Delete Key
Menghapus alamat spesifik pada browser history atau bentuk autocomplete. Sebagai contoh, jika anda mengetikan 'bel' di Google dan mendapatkan 5 entry. Jika anda hendak menghapus entry ke dua dalam autocomplete history, cukup tekan Delete.

6: Ctrl+Tab
Ctrl+tab berpindah antar tab dengan mudah.

7: Ctrl+[1,2...9]
fungsi tambahan dari Ctrl+tab, anda dapat menekan Ctrl+ nomor yang diinginkan untuk membuka tab tertentu. Misalnya jika anda ingin membuka tab ke 3, anda dapat menekan Ctrl+3. trik menggunakan firefox

8: Spacebar dan Shift+Spacebar atau PageDown dan PageUp
Spacebar atau PageDown akan menggeser halaman ke bawah dan Shift+Spacebar atau PageUp menggeser halaman ke atas.

9: Middle Mouse Button
Anda dapat menempatkan kursor dimanapun dan klik tombol tengah mouse. Ini akan membuka halaman baru dalam tab. <>

Mudah-mudahan Trik Menggunakan Firefox ini bisa membantu ?
2013, By: Seo Master
Powered by Blogger.