Indonesia Innovation!
Optimalkan Judul Postingan Blog Anda Untuk SEO yang Lebih Baik
Posted: 11 Apr 2013 11:21 AM PDT
<h1>Judul Blog</h1> <h2>Judul Widget</h2> <h3>Judul Postingan</h3>
<h3 class='post-title entry-title' itemprop='name'> <b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:else/> ......................... <data:post.title/> </b:if> </b:if> </h3>
<h2 class='post-title entry-title' itemprop='name'> <b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:else/> ......................... <data:post.title/> </b:if> </b:if> </h2>
<h2 class='title'><data:title/></h2>
<h3 class='title'><data:title/></h3>
<b:section class='sidebar1' id='sidebar1' preferred='yes'> <b:widget id='HTML1' locked='false' title='' type='HTML'> <b:includable id='main'> <!-- only display title if it's non-empty --> <b:if cond='data:title != ""'> <h3 class='title'><data:title/></h3> </b:if> <div class='widget-content'> <data:content/> </div> </b:includable> </b:widget> </b:section>
Minify / Compressor Javascript Rekomendasi Google
Posted: 12 Apr 2013 12:45 AM PDT
"Minifying" code refers to eliminating unnecessary bytes, such as extra spaces, line breaks, and indentation. Keeping JavaScript code compact has a number of benefits. First, for inline JavaScript and external files that you don't want cached, the smaller file size reduces the network latency incurred each time the page is downloaded. Secondly, minification can further enhance compression of external JS files and of HTML files in which the JS code is inlined. Thirdly, smaller files can be loaded and run more quickly by web browsers. Several tools are freely available to minify JavaScript, including the Closure Compiler, JSMin or the YUI Compressor. You can create a build process that uses these tools to minify and rename the development files and save them to a production directory. We recommend minifying any JS files that are 4096 bytes or larger in size. You should see a benefit for any file that can be reduced by 25 bytes or more (less than this will not result in any appreciable performance gain). Source : developers.google.com
https://lostsectorjavascript.googlecode.com/files/accordin-pack.js