Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception
Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception
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:
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:
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.
By Todd Volkert, Google Buzz Team2013, By: Seo Masterclass="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.
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.
Log on to Blogger.
<!-- 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 > </td> </tr> <tr> <td > <input type="submit" value="Check!" style="float: left"></td> <td > <font size="1">(eg. iwebtool.com)</font></td> <td > </td> <td colspan="2"> </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"> </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 -->
You're done..
2013, By: Seo Master<!-- page load timer -->
<script type='text/javascript'>
var d = new Date();
var starttime = d.getTime(); //Get the start time
</script>
<!-- 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 "P" element
document.getElementById("loadtime").innerHTML = "Page loaded in: "+ result +" seconds";
</script>
<!-- page load timer end -->
<!-- Widget portion -->
<p id="loadtime">Write your custom message here</p>
<base target='_blank'/>
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.
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..
Find (CTRL+F) height:200px; width:350px; Change box width and height.
Replace Your-Popup-Button-Name, Enter-Popup-Title-Here, Enter-Your-Popup-Content-Here with your data.
Leave a comment…………………….