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

seo Richer photo support in the Google Buzz API 2013

Seo Master present to you:

You’ve already been able to simply include a photo in a Google Buzz post using the Buzz API. Today we’re making it much easier to add photos to Buzz posts. Additionally, using Picasa as the photo repository, you’ll now be able to wield the Buzz API to take all sorts of other actions on behalf of the user:

  • Create a new album
  • Get an album
  • Update an album’s metadata
  • Delete an album
  • List a user’s albums
  • Upload a new photo
  • Get a photo
  • Update a photo’s metadata
  • Delete a photo
  • List a user’s photos

Accessing a photo entry through the Buzz API is just as easy as getting an activity. The form for retrieving an activity is:

https://www.googleapis.com/buzz/v1/activities/{userId}/@self/{activityId}

With just a few alterations, we get the form for retrieving a photo:

https://www.googleapis.com/buzz/v1/photos/{userId}/@self/{albumId}/@photos/{photoId}

With live data, it would look like the following URL:

https://www.googleapis.com/buzz/v1/photos/farago/@self/5251364904403459921/@photos/5251366163678993586?alt=json&prettyprint=true

Browse to that address and you’ll get data that will point to this Picasa photo:


(Photo by Julie Farago, used under the Creative Commons Attribution Non-Commercial Share-Alike license)

The read-only endpoints will return public data without authentication. For authenticated access to the photos endpoints, you must be granted an OAuth token for the user with both the Buzz and Photos API scopes. For existing users, you will need to discard the OAuth tokens scoped to the Buzz API and request authorization to both scopes. More details can be found on the Google Buzz API documentation site.

Photos are an essential part of social applications. We expect these new capabilities will allow you to enrich your user’s experience with a minimum of fuss. As always, please swing by the Developer Forum to let us know what you think. And if you haven’t already, start using the APIs console to track your API usage and other coolness.

2013, By: Seo Master

seo Fridaygram: Global Impact, lunar mapping, transforming robot 2013

Seo Master present to you: Author Photo
By Scott Knaster, Google Developers Blog Editor

This week Google Giving launched the Global Impact Awards, to recognize and reward achievements that use technology to improve people’s lives. The awards go to groups that have already accomplished dramatic results and provide continued funding so they can keep changing the world by providing clean water, protecting endangered species, and doing other wonderful things.



If you want to find out more about the Global Impact Awards, visit the home page, or learn about the other grant programs of Google Giving.

Meanwhile, near the moon, scientists have published the first mapping images from the tandem spacecraft Ebb and Flow, which reached lunar orbit about a year ago. This program, called GRAIL (Gravity Recovery and Interior Laboratory), uses the two spacecraft to study lunar features in great detail, providing unprecedented information about Earth’s moon. So far, the data shows craters, peaks, and volcanic formations, but no huge surprises like giant alien transformer robots.

Speaking of transformer robots, here’s one you can enjoy on video. Sure, it’s neither giant nor alien, but it’s still very cool, don’t you think? Have a great weekend!


On Fridays we depart from our usual developer topics and post a Fridaygram, which features interesting nerdy stuff for fun and knowledge. This week we acknowledge Walt Disney’s eleventy-first birthday, and the happy news that his creation Oswald the Lucky Rabbit will finally get a voice after 85 years of silence.
2013, By: Seo Master

seo Open Source in Zurich with vigor and Vim 2013

Seo Master present to you:

Looking for a cool place to hack with like-minded colleagues? Going to be in or around Zurich on December 13th? If so, please join us for our inaugural Open Source Jam held at Google Switzerland. We'll provide the hacking lounge, Wi-Fi, pizza, beer and the creator of the Vim text editor, Bram Moolenaar. You supply your laptop, good ideas and community spirit.

You can find full details and information on how to register in our Open Source Jam Zurich Google Group. If you haven't already done so, please join the group and let us know your thoughts. And if you happen to attend the event, post a comment and let us know how it went.2013, By: Seo Master

seo Google Translator Toolkit Data API 2013

Seo Master present to you: Today, we're excited to announce the release of the Google Translator Toolkit Data API. Translator Toolkit is a powerful but easy-to-use editor that enables translators to bring a human touch to machine translation through translation search, bilingual dictionaries, and custom terminology databases. Using Translator Toolkit, you can translate HTML, Word, AdWords, Wikipedia, and other documents in a WYSIWYG ("what-you-see-is-what-you-get") editor, share them with other users, and download their translations onto your desktop.

Through our new API, you can upload, share, download, and delete your documents, glossaries, and translation memories using the Google Data Protocol. That means that integrating human translation into your translators' workflow just got easier! Here are a few things you can do with the Translator Toolkit API:
  • Automatically connect your content management system (CMS) with Translator Toolkit. You can transform your content into HTML files, protect sections of HTML from translation through the class="notranslate" attribute, upload the HTML files, share the files with your translators, download the translated HTML, and then transform and upload the documents back into your CMS.

  • Automatically connect your file system with Translator Toolkit. You can create a cron job that uploads files into Translator Toolkit, shares the files with your translators, then downloads completed files back to the file system.
For now, the API is available in labs as we rapidly add features based on your feedback. Check out our documentation, where you'll find our Java client library and a developer guide to get you started. Please visit our new developer forum if you have questions.

2013, By: Seo Master

seo How To Add Website Speed Test Tool Directly on Your Blog / Website 2013

Seo Master present to you:

 

Friends, Now i share a easy trick to add  Website speed test tool directly in to your blogger. It is working for me . If you want to learn more,follow this post.

 

Speed Test

Your domain(s): Enter each address on a new line (Maximum 10)
 
(eg. iwebtool.com)    
 

Powered by iWEBTOOL

 

 

Log on to Blogger.

 

  • Go To Dashboard and click Layout


  • Click on Add a gadget and select HTML/JavaScript

 

  • Paste the following code inside the gadget

 

<!-- iWEBTOOL - www.iwebtool.com - Website Speed Test --> <form method="get" name="pageform" action="http://www.iwebtool.com/tool/tools/speed_test/speed_test.php" target="pageframe" onsubmit="return validate(this);"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td height="91" valign="top"> <table class="tooltop" style="border-collapse: collapse" width="100%" height="76"> <tr> <td> <table border="0" style="border-collapse: collapse" width="100%" cellspacing="5"> <tr> <td valign="top" colspan="5"><b><font size="2">Your domain(s): </font></b><font size="1">Enter each address on a new line (Maximum 10)</font></td> </tr> <tr> <td valign="top" colspan="4"> <textarea rows="11" name="domain" style="width: 100%"></textarea></td> <td > &nbsp;</td> </tr> <tr> <td > <input type="submit" value="Check!" style="float: left"></td> <td > <font size="1">(eg. iwebtool.com)</font></td> <td > &nbsp;</td> <td colspan="2">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td > <iframe name="pageframe" width="100%" height="251" class="toolbot" frameborder="0"> </iframe></td> </tr> <tr> <td height="39"> &nbsp;</td> </tr> </table> </form> <script language="JavaScript"> function validate(theform) { if (theform.domain.value == "") { alert("No domain provided"); return false; } return true; } </script> <p><a href="http://www.iwebtool.com/" target="_blank"><font size=1>Powered by iWEBTOOL</font></a></p> <!-- iWEBTOOL - www.iwebtool.com - Website Speed Test -->

        

 

  • Now Save It.

 

 

 

You're done..

2013, By: Seo Master

seo Page Load Timer Script For Blogger 2013

Seo Master present to you:
Hi, This post contain a script to find your Blogger loading time. This is a real widget .Feel it now.


web page load timer code



  • Go to templates, click on Edit HTML option and Proceed.

  • Find (Ctrl+F) <head> tag.

  • Paste the below  code after <head> tag.

<!-- page load timer -->

<script type='text/javascript'>

var d = new Date();

var starttime = d.getTime(); //Get the start time

</script>






  • Now find (CTRL+F) </body> tag  in the template.

  • Paste the below  code before </body> tag and save the template.


<!-- page load timer start -->

<script type='text/javascript'>

var d2 = new Date();

var endtime = d2.getTime(); //Get the end time

//Find the difference between the start and end times

var totaltime = (endtime - starttime)/1000;

//Round 2 decimal places

var result = Math.round(totaltime*100)/100;

//Output results to a &quot;P&quot; element

document.getElementById(&quot;loadtime&quot;).innerHTML = &quot;Page loaded in: &quot;+ result +&quot; seconds&quot;;

</script>

<!-- page load timer end -->


  • Save template. 

  • After that go to Layout.

  • click on “ADD A GAGDET".

  • Select HTML/Java Scripts

  • Copy and paste below code.

<!-- Widget portion -->


<p id="loadtime">Write your custom message here</p>


  • Save It and click preview.






Leave a comment…………………….








2013, By: Seo Master

seo How To Make Your Blog To Open All Links In New Windows 2013

Seo Master present to you:

Hi friends,Now I'm going to teach you How To Make Your Blog To Open All Links In New Windows. Try it.





  • Go to templates, click on Edit HTML option and Proceed.

  • Find (Ctrl+F) <head> tag.

  • Paste the below  code after <head> tag.


<base target='_blank'/>










  • Save template.

















Leave a comment…………………
2013, By: Seo Master

seo Asyiknya Ngeblog Seperti SEO-XP 2013

Seo Master present to you: Asyiknya Ngeblog Seperti SEO-XP - Iseng iseng buat artikel ini bahwa sebuah blog diwajibkan harus ada artikel original, selain menguntungkan di SERP buat artikel sendiri itu akan memperlangsing Alexa Rank dan juga akan mempercepat mendapatkan page rank setelah Page Rank update lagi. Sama halnya diawal ngeblog pasti anda merasakan rasa semangat yang berkobar didalam diri kita.

Prinsip ngeblog saya sebagai blogger janganlah setengah setengah harus full 100% pro blogger. Anda pasti pernah merasahakan waktu awal bikin blog rasanya semangat mengedit ini mengedit itu, optimasi blog sampai membuat blog se seo mungkin, tapi yang paling menjijikan itu waktu saya sadar bahwa update artikel dengan copas itu seperti orang yang gak kreatif hasil tangan orang lain di copas.

Akan tetapi dibalik semua itu saya kesini kesini jadi lebih semangat untuk buat konten yang menarik dan relevan, dengan diberi semangat oleh para para mastah blogger.
Mulai satu satu saya optimasi dari mulai template, artikel, widget, backlink, blogwalking dan sebagainya, sampai menemukan beberapa trik tersembunyi di balik blogger.

Comming Soon : Trik Trik Tersembunyi di Dalam Sebuah Blog

Tetapi sesudah lewat dari 3 bulan saya pun menjadi males untuk blogging sampai sampai banyak para  blogger yang menyusul posisi artikel di serp bahkan banyak diantara mereka yang mengcopas artikel saya, saya meliatnya dari copyscape dan sekarang muncul yang baru yaitu DCMA.

Bahas Sedikit bahwa Copyscape dan DCMA mampu melihat beberapa konten yang dicopas dengan mudah jadi hati hati ajah yang mau copas liat liat ajah dulu.

Kembali ke yang tadi setelah para mastah mastah menyusul di posisi serp saya pun mulai terusik dan gatal ingin ngutak ngatik blog saya sendiri lagi ternyata semangat saya pun mulai berkobar lagi mulai optimasi SEO On Page dan SEO Off Page sedikit demi sedikit. kemudian saya dikagetkan bahwa akun mediafire data datanya kehapus, tak tau kenapa mungkin jarang dipake atau kenapa. Mulai saya upload upload lagi tuh data kemudian saya mulai dari awal lagi untuk menjadikan blog seo friendly dan alhasil berhasil 100%. 

Dan kemudian saya menyimpulkan dari semua ini bahwa menjadi Blogger itu harus bisa membagi waktu entah itu kerja atau sekolah. Biasanya saya buka blog saya 1 minggu sekali dan melihat bagaimana perkembangatnya jika masih tidak berkembang mungkin anda harus mulai sedikit demi sedikit apa itu blog dan bagaimana cara mengembangkannya. kalo berkembang allhamdulilah berarti anda mendapatkan hikmah dari Yang Maha Kuasa. berkat berusaha anda bisa menjadi yang terbaik dari yang terbaik. seperti peribahasa Orang Sunda "Moal aya Jurig Lumpat Pulpen" Artinya tidak akan ada yang berhasil jika dia tidak mau berusaha.

Dari hasil nge blog kurang lebihnya 8 bulan saya Mendapatkan hasil yang lumayan diantarnya.

Alexa Rank udah 3xx.xxx
Page Rank udah dapet 2
Vissitor udah mulai 1.xxx Per hari.

Tinggal meningkatkan saja apa yang sudah ada.

Dan selesailah sudah semoga apa yang anda baca ini bisa menjadikan motivasi anda sebagai blogger sejati. Asyiknya Ngeblog Seperti SEO-XP Selesai, Mohon maaf atas segala kekurangannya.

Jika ada yang mau menambahkan silahkan saya pasti saya terima dengan baik.
2013, By: Seo Master

seo Keyword คืออะไร สำคัญอย่างไร ? 2013

Seo Master present to you: Keyword (คีย์เวิร์ด) ความหมาย Keyword ในภาษาของเครื่องคอมพิวเตอร์และอินเตอร์เน็ต คือ คำหรือข้อความ ที่ผู้ใช้อินเตอร์เน็ต พิมพ์ลงไปเพื่อใช้ในการ ค้นหาเว็บไซต์ หรือข้อมูลต่าง ๆ นั่นเอง จะเป็นคำที่ใช้ในการอธิบายรูป ลักษณะของเอกสารนั้น เช่น ชื่อเรื่อง หัวข้อ หัวเรื่อง รายละเอียดอย่างย่อของเอกสาร เพื่อความสะดวก และความรวดเร็ว ในการสืบค้น เอกสารในข้อมูลระบบ ไม่ว่าจะเป็นการค้นหาเว็บเพจ ที่อยู่ในฐานข้อมูลของ เสิร์ชเอนจิ้น หรือการสืบค้นเอกสารต่างๆ ในระบบของห้องสมุด เป็นต้น ดังนั้น Keyword คีย์เวิร์ด จึงมีความสำคัญเป็นอย่างมาก ซึ่ง Keyword นี้จะเป็นเหมือนสัญลักษณ์ประจำตัว ของหน้าเว็บเพจหรือเรื่องนั้น ๆ


เทคนิคของการสร้าง Keyword

การที่เราจะเพิ่มบทความขึ้นมา แต่ละบทความนั้น สิ่งแรกที่เราต้องคำนึงถึง ในแง่ SEO หรือ SEM ก็คือ Keyword

1. สร้างบทความขึ้นมาเพื่ออะไร
2. บทความนี้ Keyword อะไร
3. กลุ่มเป้าหมายคือใคร (ทั่วไปหรือคนที่หลงเข้ามา นั่นก็คือคุณนั้นเอง )
4. อื่นๆ (หลายๆส่วนประกอบกัน)

สร้าง บทความขึ้นมา 1 บทความ ต้องติด Google หรือ Search Engine ให้มากที่สุดของ Keyword นั้น ๆ เช่น บทความที่ผมสร้างขึ้นมานี้นั้น คำว่า Keyword ดังนั้น ค่า Keyword Density ของหน้านี้ต้องมี 5-15% นะครับทำให้ได้มากที่สุด เท่าที่จะทำได้ สำหรับคำว่า Keyword แต่ว่า ต้องสื่อให้เข้าใจด้วยนะครับ ไม่ใช่ว่าจะอัดคำ Keyword เข้าไป จนอ่านแล้วจับใจความไม่ได้

ประเภทของ Keyword

Keyword นั้นแบ่งออกได้หลายประเภทซึ่งผมไม่แน่ใจว่าเค้าจำกัดไว้กี่ประเภทที่ถูกหลัก แต่จะเอาประเภทของ Keyword ที่ได้ยินบ่อยๆมาเล่าให้ฟังแล้วกันครับ

Niche Keyword คือ keyword ที่มีการเจาะจงจำเพาะ ในตัวสินค้าหรือเอกสารนั้น ๆ keyword จะเป็นกลุ่มคำยาว เช่น Nintendo DS Lite เป็นต้น

Widely Keyword คือ keyword ที่มีความหมายกว้างๆและมักมีปริมาณการค้นหามากมีคู่แข่งมาก เช่น ipod, Nintendo, Blog เป็นต้น

Mass Keyword  คือ keyword จำนวนมาก ที่เกี่ยวข้องในตลาดเดียวกัน หรือสินค้าตัวเดียวกัน ซึ่งสอดคล้องกัน ในลักษณะชื่อที่คล้าย ๆกัน เช่น Nintendo DS, NintendoWii, Nintendo DSroms, NintendoWii game ประมาณนี้

Misspelling Keyword คือ Keyword ที่มีการสะกดคำผิด หรือเขียนผิด ประมาณว่าให้ชื่อมันคล้าย ๆ กับชื่อที่ถูกต้อง อาจจะเติม s หรือเติมตัวอักษรเพิ่มเติมเข้ามา เช่น Nintendos, Ipods, NNintendo, IIpod เป็นต้น

เครดิต kaweeclub.com 2013, By: Seo Master

seo Tempat Hosting murah addon domain unlimited 2013

Seo Master present to you:
Tidak terasa hari-hari telah di lalui dengan berbagai tema kehidupan, hingga akhirnya pada kali ini saya akan berbagi pengalaman dengan teman-teman blogger semua. Pada kali ini Seo blogger akan menulis hal yang sedikit agak mengarah ke dunia blogger yang lebih Profesional, yaitu ngblog dengan domain TLD (domain berbayar seperti com, info, org dll) tapi gak masalah juga bagi yang belum tertarik, Because walaupun blog kita merupakan blog gratisan jangan bilang tidak Profesional lho, tergantung bagaimana cara seseorang memperlakukan blognya apakah bisa dinikmati orang lain dengan baik dan mempunyai artikel yang bermanfaat,

Nah jika diantara teman-teman ada yang butuh referensi tentang hostingan murah dan berkualitas, saya mereferensikan Hosting dengan addon domain unlimited ini karena sangat murah dan stabil sekali server mereka.

Mengapa saya berani mereview webhosting dan tempat jual domain ini ? karena web hosting ini sangat peduli dengan para klien mereka yang ujung ujungnya pasti membuat para kliennya sangat puas dengan pelayanan dan dedikasi mereka kepada para klien yang membeli space hosting di jaringan mereka contohnya saya sendiri. Nah untuk masalah harga dan fitur-fitur apa saya yang mereka tawarkan silakan aja meluncur ketempat yang saya sebutkan di atas.

Sekian dulu pertemuan kali ini, jika ada diantara teman semua berniat untuk ngeblog lebih serius lagi tak ada salahnyakan untuk di coba, gak mahal ini kok. goodluck
2013, By: Seo Master

seo How To Add jQuery Popup Boxes To Blogger 2013

Seo Master present to you:

Friends now i share a simple trick to make a jQuery popup box in your blogger. After add this code to your  Blogger, button appear. When we hit on that button, a box will popup in your site .Try it now..

 

 

popup box appear in blogger

 

 

 

  • Go to templates, click on Edit HTML option and Proceed.

 

  • Find (Ctrl+F) </head> tag.

 

  • Paste the below  code before </head> tag and save the template.

 

 

 Find (CTRL+F) height:200px; width:350px;  Change box width and height.

 

 

  • Save template.

 

  • After that go to Layout.

  • click on “ADD A GAGDET".


  • Select HTML/Java Scripts.

 

  • Copy and paste below code.

 

 

Replace Your-Popup-Button-Name, Enter-Popup-Title-Here, Enter-Your-Popup-Content-Here with your data.

 

  • Save It and click preview.

 

 

 

 

 


Leave a comment…………………….

2013, By: Seo Master
Powered by Blogger.