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

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

UPDATE 11/28/11: We have moved the dates of Google I/O 2012 so that we can extend the conference to three days. The new dates are June 27-29, 2012. For full details, please see the announcement post.


This year’s Google I/O saw 1 million developers join us from around the world at Moscone Center, via I/O Live, and at our I/O Extended viewing parties. As we prepare to round the corner into 2012, mark your calendars: Google I/O 2012 will be returning to Moscone Center West in San Francisco on April 24-25 (UPDATE: now June 27-29).

Registration details will be coming soon, but for a preview of what’s to come, check out videos from last year’s event, as well as photos from our Google Developer Day events, currently taking place in eight cities around the world. Keep following us here on the Google Code Blog for the latest.

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 Master present to you:


 

  • Remove everything unnecessary:
    This tip may sound dumb, but please look at your website once again: do you really need this background sound (most people find them annoying anyways). Is that huge GIF animation with jumping bunny really that cool ? And do you really need this crappy JavaScript code for the flying clock ? Remember, all this stuff needs time and bandwidth to be loaded with every page view and don't forget the most important thing: People are visiting your website to get information - just give them what they want!
  • Avoid nested tables:
    Don't place tables inside another table - the browsers need much longer to parse this.
  • Use CSS where possible:

    By using a linked Cascading Style Sheet, which is basically just a set of instructions of how to represent elements your source code will be a lot lighter, therefore load faster. For example, you could replace this code:

    <div align="right"><font face="Arial, Verdana, Sans Serif" color="#008000" size="3"><b>Here is some text</b></font></div>

    to something like this:

    <div class="style1">Here is some text</div>

    See the difference? There are many good internet sources where you can learn some CSS basics. Invest some time in it - it's worth it!
  • Optimize your images:
    Images are the most heavy part of many websites. Try to reduce the amount of images as much as you can. Remove all the fancy GIF animations and replace them with static images.

    Always define the width and height of an image by setting the image tag attributes. That way, the browser will already know how the things will look like and will load the rest of the page. Otherwise, it loads the image first and then the rest of the page.

    Consider using smaller clickable thumbnails instead of big images where possible.

    Reduce the filesize of your images - there are a lot of free tools out there. For example, GIFCruncher for GIFs and JPEG Wizard for JPEGs.

    Use GIFs instead of JPEGs. JPEGS are only good for fine images like photos, for all other web graphics GIF is usually a better choice.
  • Clean up your code :
    Many WYSIWYG HTML editors leave a lot of unnecessary code like empty tags (like <font> </font>) and comments in your source code. remove them with a simple text editor for a faster website loading.
  • Remove whitespaces:
    Every unnecessary space between your tags and new line characters are increasing your page size. You can remove them easily with our free HTML Optimizer


 

2013, By: Seo Master
Seo Master present to you: Sudah lama tidak posting dimari, mau ngasi info saja salah satu Seo Tool yang lumayan bermanfaat buat optimasi google. Seo Link Robot.
ini fitur-fiturnya:
  •  Contains 5-8 Web 2.0 Sites (30+ sites in the full version)
  •  Contains 5-8 Social Bookmarking Sites (50+ sites in the full version)
  •  Contains 5-8 RSS Directory Sites (15+ sites in the full version)
  •  Contains 15+ Article Directory Sites (90+ sites in the full version) 
  •  Integrated ‘The Best Spinner’  and ‘Spinner Chief’ functionality 
  • Integrated Blog Network Poster for your own wordpress sites
  •  Auto Create ‘Random’ Open link wheel structures using simple article tags 
  •  Uses either inline article url tags or footer urls tag linking 
  •  Spins and submits your articles and auto links url’s 
  •  Auto builds you backlinks from web 2.0 properties 
  •  Auto Social Bookmarks all of your links 
  •  Auto submit articles to article directories 
  •  Auto RSS feed submissions for your RSS feeds 
  •  Automatically de-captchas using DBC, Decaptcher and image typerz 
  •  Automates the verification of your emails 
  • Proxy manager included
  • Automated article scraper
  •  5 Days of functionality for free
Lumayan ada free trialnya langsung saja ke sini
2013, By: Seo Master
Powered by Blogger.