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

seo Open Source Developers @ Google Speaker Series: Ben Collins-Sussman and Brian Fitzpatrick 2013

Seo Master present to you:

We're pleased to have Ben Collins-Sussman and Brian "Fitz" Fitzpatrick join us once again for the Open Source Developers @ Google Speaker Series. On Thursday, October 25th, Ben and Fitz will cover "What's In It for Me?: How Your Company Can Benefit from Open Sourcing Code." During the evening you'll learn more about various approaches companies use when releasing their software into open source, as well as a bit about the benefits and drawbacks of each method. Plus, you'll get to enjoy the near-legendary repartee between these two Subversion developers.

Like all sessions of the Open Source Developers @ Google Speaker Series, Ben and Fitz's presentation will be open to the public. Doors open at 6:30 PM at our Mountain View campus; guests should plan to sign in at Building 43 reception upon arrival. Refreshments will be served and all are welcome and encouraged to attend. The presentation will also be taped and published along with all of the public Google Tech Talks.

For those of you who were unable to attend our last session, you can watch the video of Michael Still's recent presentation Practical MythTV.2013, By: Seo Master

seo Google+ APIs: now with Search and more 2013

Seo Master present to you:
By Jordanna Chord, Software Engineer, Google+ API Team

Cross-posted with the Google+ Platform Blog

Thank you to all of you who tried out our first Google+ API release and let us know how you were using it. And thank you also to those of you who asked for more. In the spirit of releasing early and often, today we’ve released some of the new features that you requested.

Search for it

Last month we launched search in Google+, and now it’s available in the API. You can search for public posts using the new activities.search method by sending the following HTTP request:
GET 
https://www.googleapis.com/plus/v1/activities?query=cookie%20recipes&orderBy=best&key=[yourAPIKey]

This method searches across the body and comments of public posts. It returns the following JSON encoded output (excerpted for brevity):
{
"kind": "plus#activityFeed",
"title": "Plus Search for cookie recipes",
"updated": "2011-09-30T16:57:34.479Z",
"id": "tag:google.com,2010:buzz-search-feed:x4rIYTKpR7NZCL8Id8RHXQ",
"items": [
{
"kind": "plus#activity",
“id”: “123”,
"title": "You have to try these out.",
"object": {
"objectType": "note",
"content": "I’m baking halloween cookies!",
},
{
"kind": "plus#activity",
“id”: “456”,
"title": "Cookies",
"object": {
"objectType": "note",
"content": "Cookies and milk for dinner. Don’t judge me.",
},
]
}

You can search for people by using the people.search method:

GET https://www.googleapis.com/plus/v1/people?query=vic%20gundotra&key=[yourAPIKey]

This searches across public profile information including fields such as name, bio, location, tag line, and description.

The rest of the conversation

Our first API release let you retrieve public posts. We’ve now added ways for you to see how people are publicly engaging with those posts -- you can find out who reshared a post or who +1’d a post, and you can read the comments on a post.

The new method people.listByActivity supports retrieving resharers and +1’ers by sending the following HTTP requests:
GET https://www.googleapis.com/plus/v1/activities/{activityId}/people/resharers?key=[yourAPIKey]
GET https://www.googleapis.com/plus/v1/activities/{activityId}/people/plusoners?key=[yourAPIKey]

And comments can be retrieved by the new comments.list and comments.get methods:
GET https://www.googleapis.com/plus/v1/activities/{activityId}/comments?key=[yourAPIKey]
GET https://www.googleapis.com/plus/v1/comment/{commentId}?key=[yourAPIKey]

Tell us what you think

As an API developer, I love seeing what people build on top of the APIs I’ve worked on. We have been reading your posts on the Discussion Board and issue tracker and I am excited to see more of your creative ideas. We will continue incorporating your feedback into our design discussions, so please keep it coming.

Follow the conversation on Google+.

Jordanna Chord is a Software Engineer on the Google+ API Team


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

seo Selamat kepada pemenang kontes seo joko susilo jilid 2 2013

Sebelumnya saya sangat bersyukur telah menjadi pemenang kontes seo dari pakar bisnis online di indonesia yaitu bpk. Joko susilo. Saya pun tidak menyangka jika seorang newbie bisa juga menjadi juara. Kepada pemenang lainnya saya ucapkan selamat gan, you rock and kepada yang belum menang jangan menyerah, masih banyak ajang lain yang bisa sobat menangkan.Hadiahnya sudah diterima semua, thanks

seo Web speed Test Information 2013

Seo Master present to you:


 


 

Many Factors affecting website performance

Amateur website design

An unprofessional design will drive professional business people away. Some businesses have not redesigned their website for years. It's obvious from the appearance they have not kept up with new design technologies. Make sure your web site has a clear navigation menu, the colors are coordinated on the page and there is plenty of white space between all the elements.

Slow loading web pages

A web page should load within a few seconds with a high speed connection. Many sites have a flash introduction but visitors must wait for it to load before it is displayed. Large images (or too many of them on one page), JavaScript and Video are just some of the elements that will slow the loading of web pages.

Place CSS and Javascript in external files

Instead of including the full cascading style sheet (CSS) or Javascript within your page code place it in an external file. This speeds up load times and keeps your code mean and clean.

Cross browser compatibility

Your website may look fine in your own browser but may look terrible in other browsers. Test how your website displays in the major browsers e.g. Internet Explorer, Firefox and Safari.

Screen resolution

Computer users these days use various monitor sizes. Most of them have a width over 1000 pixels so design your site between 900-1000 pixels. A small width of 800 pixels means there'll be a lot of white space on both sides of your web pages when viewed with a large monitor. If the width is over 1000 (e.g. 1500 pixels) a person with a small screen size will have to scroll horizontally to view your web pages.

Validate html code

Code errors prevent your pages from rendering correctly on all browsers and slows the indexing of your web pages by the search engines. Google "html validator" to find the website that will validate your pages then repair the code errors.

Web copy

Content is what keeps visitors on your website. Your header graphic, titles, subtitles, paragraphs, bullets, images and navigation should work together to easily and quickly provide the information visitors are seeking. The first paragraph should clearly outline the purpose of your website followed by paragraphs explaining the main benefits. The navigation menu should link to deeper information. Don't try to cram too much information on the home page.


 

How to decrease your website loading time:

Check for HTML errors

Run your web pages through an HTML validator to find code errors. HTML errors often cause web pages to render incorrectly in the major browsers and increase their loading time. Having clean code makes it easier to return to the original document should you add a design element that causes errors.

Reduce the size of your images

Large images will increase the weight of your pages. Instead create thumbnails that link to the larger image. Don't include too many images on one web page because it will increase the overall file size of that page and slow down its loading time.

Limit the use of flash or video

Flash and video files are much larger than image files. Often a visitor needs to wait a while before these files load and appear on the web page. Keep in mind showing videos on your website can use large amounts of bandwidth. If your video gets downloaded by hundreds of people at the same time it may shut down the server so your website will o longer be accessible.

Place CSS and JavaScript in external files

Many websites use JavaScript to create dynamic navigation menus. All the JavaScript code is often included within the web page causing it to load slowly. To speed up the loading time place your JavaScript in an external file and reference the file code within the HTML.

Instead of placing all the CSS code within your web page place it in an external style sheet and attach it to your web page by coding the file into your HTML. This will reduce the file size of your web page and increase its loading speed.

Use cascading style sheets (CSS) for design

Limit the use of tables for the design of your web pages. It takes longer for browsers to read through them. CSS creates less code than tables thus increasing site speed. You can also control the order of the items that appear on the screen. For example you can code the content to appear before any large images that may load slowly.


 

2013, By: Seo Master
Powered by Blogger.