<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2640506156803363955</id><updated>2024-09-08T07:34:46.126+08:00</updated><category term="Personal"/><category term="Blogger"/><category term="Downloads"/><category term="HTML/CSS"/><category term="JQuery"/><category term="Article"/><category term="Games"/><category term="Videos"/><category term="Anime/Cartoons"/><category term="JavaScript"/><category term="Movies"/><category term="Bands"/><category term="Django"/><category term="MySQL"/><category term="PHP"/><category term="Quotes"/><category term="Programming"/><category term="Photoshop"/><category term="Openlayers"/><category term="Japan"/><category term="Korea"/><category term="Resources"/><category term="Aubrey Joy"/><category term="GeoServer"/><category term="Highcharts"/><category term="Leaflet"/><category term="PostgreSQL"/><category term="Splinterlands"/><category term="DataTables"/><category term="Girls"/><category term="Inspiration"/><category term="Python"/><category term="ReactJS"/><category term="Review"/><category term="Android"/><category term="Cordova"/><category term="Deployment"/><category term="GeoDjango"/><category term="GeoJSON"/><category term="Java"/><category term="Music Playlist"/><category term="Openlayer"/><category term="TopoJSON"/><category term="webmapping"/><title type='text'>snippetbymatt</title><subtitle type='html'>PERSONAL &amp;amp; etc.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mattmorz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/-/Blogger'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/search/label/Blogger'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/-/Blogger/-/Blogger?start-index=26&amp;max-results=25'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>39</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-9074106484922884323</id><published>2013-04-25T22:47:00.000+08:00</published><updated>2014-02-05T14:22:31.632+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="JQuery"/><title type='text'>Open Link List  in New Tab</title><content type='html'>When we add the &quot;Link List&quot; widget or gadget, all &amp;nbsp;links were open in the same window when clicked which will make your reader leaves your blog/site.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
With this simple script, all the links from the &quot;Link List&quot; widget will be open in new tab. Sounds great?!!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Anyway, here&#39;s the code:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
As usual, from Dashboard &amp;gt; Template &amp;gt; then Edit HTML then,&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;First&lt;/span&gt;,add this line of code &lt;b&gt;above&lt;/b&gt; the &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/head&amp;gt; &lt;/span&gt;tag.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;nbsp;&amp;lt;script src=&quot;http://code.jquery.com/jquery-1.9.1.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
Ignore if you have it already.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Then,&lt;/span&gt;find &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/body&amp;gt;&amp;nbsp;&lt;/span&gt; tag and paste the code &lt;b&gt;above&lt;/b&gt; it.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;pre class=&quot;prettyprint&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;$(function(){
&amp;nbsp;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; $(&quot;#&lt;span style=&quot;background-color: #6aa84f;&quot;&gt;LinkList1&lt;/span&gt; a&quot;).attr(&quot;target&quot;,&quot;_blank&quot;);
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;});
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;b&gt;Customization:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #6aa84f;&quot;&gt;LinkList1&lt;/span&gt;&amp;nbsp;- Change it depends on the Link List ID.&lt;br /&gt;
&lt;br /&gt;
That&#39;s it! Just comment below if it doesn&#39;t work. &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #990000;&quot;&gt;UPDATE( 2/5/2014)&amp;nbsp;&lt;/span&gt;: If you want a specific link in a &quot;link list&quot; to open in new tab. Use this code instead.&lt;/div&gt;
&lt;pre class=&quot;prettyprint&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
 $(document).ready(function() { 
  $(&quot;a[href=&#39;&lt;span style=&quot;background-color: #6aa84f;&quot;&gt;LINKS HERE&lt;/span&gt;&#39;]&quot;).attr(&#39;target&#39;, &#39;_blank&#39;);} 
 );
&amp;lt;/script&amp;gt;
&lt;/pre&gt;
&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/9074106484922884323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/9074106484922884323'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/04/open-link-list-in-new-tab.html' title='Open Link List  in New Tab'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-3314044724124806139</id><published>2013-02-26T22:15:00.000+08:00</published><updated>2013-02-26T22:15:55.186+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Display Post View Count: The Easiest Way</title><content type='html'>What I mean about the easiest way, is no JavaScript , no sign-up, no PHP codes and it loads very fast.&lt;br /&gt;
&lt;br /&gt;
Nah, here&#39;s the demo showing it.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;more&quot; href=&quot;http://demo-mattmorz.blogspot.com/2013/02/post-counter.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Well, I&#39;ve been quite since I&#39;m busy at school. This would be my last post in February.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Let&#39;s do this:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;First,&lt;/span&gt;&amp;nbsp;from Dashboard &amp;gt; Template &amp;gt; Edit HTML then find, &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
Then paste this code below or above it:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;span class=&#39;post-counter&#39;&amp;gt;&lt;br /&gt;&lt;span style=&quot;background-color: #a2c4c9;&quot;&gt;Post Views:&lt;/span&gt;&amp;lt;img height=&#39;25&#39; src=&#39;http://counters.branica.com/?i=&lt;span style=&quot;background-color: #3d85c6;&quot;&gt;2&lt;/span&gt;&amp;amp;amp;&lt;span style=&quot;background-color: #c27ba0;&quot;&gt;u=false&lt;/span&gt;&amp;amp;amp;ox=10&amp;amp;amp;oy=17&amp;amp;amp;c=000000&amp;amp;amp;b=transparent.png&amp;amp;amp;f=Terminator.ttf&amp;amp;amp;&lt;span style=&quot;background-color: #a2c4c9;&quot;&gt;fn=false&lt;/span&gt;&amp;amp;amp;w=110&amp;amp;amp;h=25&amp;amp;amp;s=10&#39; style=&#39;border: 0px; margin-bottom: -8px; margin-left: 0px; margin-top: -5px; padding: 0px;&#39; width=&#39;110&#39;/&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Then &lt;b&gt;&lt;span style=&quot;color: #b45f06;&quot;&gt;Save&lt;/span&gt;&lt;/b&gt; it.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Customization:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #a2c4c9;&quot;&gt;Post Views:&lt;/span&gt;&amp;nbsp;- change the text with your preference.&lt;br /&gt;
&lt;span style=&quot;background-color: #3d85c6;&quot;&gt;2&lt;/span&gt;&amp;nbsp;- change it with your&amp;nbsp;preferred&amp;nbsp;initial count, numbers only&lt;br /&gt;
&lt;span style=&quot;background-color: #c27ba0;&quot;&gt;u=false&lt;/span&gt;&amp;nbsp;- change it to &quot;true&quot; for unique visits.&lt;br /&gt;
&lt;span style=&quot;background-color: #a2c4c9;&quot;&gt;fn=false&lt;/span&gt;&amp;nbsp;- change it to &quot;true&quot; to add comma in counter.&lt;br /&gt;
&lt;br /&gt;
If you have problem placing it. Just comment below!&lt;br /&gt;
Credits goes to:&amp;nbsp;www.branica.com&lt;br /&gt;
&lt;span style=&quot;background-color: #a2c4c9;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/3314044724124806139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/3314044724124806139'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/02/display-post-view-count-easiest-way.html' title='Display Post View Count: The Easiest Way'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-3386472853923215728</id><published>2013-02-15T23:25:00.000+08:00</published><updated>2013-02-15T23:25:04.861+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="JQuery"/><title type='text'>Preloader Script for Your Blogger Blog</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;color: #0b5394; font-size: large;&quot;&gt;Preloader Script will load &lt;b&gt;all&lt;/b&gt; your page content before showing it.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_ygzpItbM9QYxy7R4KmBXkoTxf_ympwzu5w52gmEgU3QgiYd0pnTIRfOUgSa9xME0xtnIpx0PLdCY3qsczQYo0_Eyn8jVow5mXxpcY5xNGDJnJWg0BThqQWzW3OsCl11ppekR5qFThqA/s1600/designsurface_newPreloader.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_ygzpItbM9QYxy7R4KmBXkoTxf_ympwzu5w52gmEgU3QgiYd0pnTIRfOUgSa9xME0xtnIpx0PLdCY3qsczQYo0_Eyn8jVow5mXxpcY5xNGDJnJWg0BThqQWzW3OsCl11ppekR5qFThqA/s1600/designsurface_newPreloader.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Nah, the &amp;nbsp;page won&#39;t show until all page elements are not fully loaded. Anyway, here&#39;s the demo to explain it:&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;more&quot; href=&quot;http://demo-mattmorz.blogspot.com/2013/02/demo-on-preload-script.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Let&#39;s now implement it!&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;First, &lt;/span&gt;as usual from Dashboard &amp;gt; Template &amp;gt; Edit HTML then find &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/head&amp;gt; &lt;/span&gt;paste the code below just &lt;b&gt;above&lt;/b&gt; it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;script src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;script src=&#39;http://mattmorzcodes.googlecode.com/files/queryLoader.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Second,&lt;/span&gt;&amp;nbsp;find &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt; then paste the code below just &lt;b&gt;above&lt;/b&gt; it,&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; QueryLoader.init();&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
and &lt;span style=&quot;font-size: large;&quot;&gt;lastly,&lt;/span&gt;&amp;nbsp;find&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&amp;nbsp;&lt;/span&gt; paste the code below just &lt;b&gt;above&lt;/b&gt; it.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
.QOverlay {&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;background-color: #000000;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;z-index: 9999;&lt;br /&gt;
}&lt;br /&gt;
.QLoader {&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;background-color: #CCCCCC;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;height: 1px;&lt;br /&gt;
}&lt;/blockquote&gt;
Then &lt;b&gt;&lt;span style=&quot;color: #b45f06;&quot;&gt;Save&lt;/span&gt;&lt;/b&gt; you template.&lt;br /&gt;
&lt;br /&gt;
The script is created by this &lt;a href=&quot;http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;amazing site&lt;/a&gt;&amp;nbsp;and I just want to share on how to implement it in Blogger blog. That&#39;s all folks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/3386472853923215728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/3386472853923215728'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/02/preloader-script-for-your-blogger-blog.html' title='Preloader Script for Your Blogger Blog'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_ygzpItbM9QYxy7R4KmBXkoTxf_ympwzu5w52gmEgU3QgiYd0pnTIRfOUgSa9xME0xtnIpx0PLdCY3qsczQYo0_Eyn8jVow5mXxpcY5xNGDJnJWg0BThqQWzW3OsCl11ppekR5qFThqA/s72-c/designsurface_newPreloader.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-6840617923207511517</id><published>2013-02-12T19:39:00.000+08:00</published><updated>2013-02-12T19:39:49.309+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Create a Navbar: The Easiest Way</title><content type='html'>&lt;blockquote class=&quot;tr_bq&quot;&gt;
&quot;A navigation bar or (navigation system) is a section of a website or online page intended to aide visitors in travelling through the online document. Typically, webpages will have a primary navigation bar and a secondary navigation bar on all pages of the web document. These sections of the webpage will include links to the most important sections of the site. The implementation and design of navigation bars is a crucial aspect of web design and web usability.&quot;-&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;i&gt;Wikipedia&lt;/i&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
If you want to create a navigation bar containing your blog&#39;s Facebook link, Twitter, RSS Feed, or a &quot;Follow by Email&quot; box without any, I mean little knowledge on CSS and HTML then this will be a great tool for you.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;b&gt;Click the image below to create&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.bloggerthemes.net/gadgets/navbar-for-blogger/&quot; imageanchor=&quot;1&quot; rel=&quot;nofollow&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;blank&quot;&gt;&lt;img alt=&quot;navbar&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6545g6l_Fw8QCrEEEHwnxM6vIdQJPIIlb7qd2iWdk7ou7wb0_V9G0VFGC6Ona_2k9JM7W9vQzojYKKCaBaDEoDP9Np5NlAzGb4jD1AFVmtUrP9fY4Vfn1esv-Tk8a1HToHiL4Ne3P-Jo/s1600/www.jpg&quot; height=&quot;337&quot; title=&quot;Click the image to create now!&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
All you have to do is &amp;nbsp;input all the&amp;nbsp;necessary links needed and generate it. The site will give you the code included with &amp;nbsp;instruction. Isn&#39;t it great?&lt;br /&gt;
&lt;br /&gt;
If you&#39;re having trouble with CSS or any other things, just drop a comment. That&#39;s all folks! :P</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/6840617923207511517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/6840617923207511517'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/02/create-navbar-easiest-way.html' title='Create a Navbar: The Easiest Way'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6545g6l_Fw8QCrEEEHwnxM6vIdQJPIIlb7qd2iWdk7ou7wb0_V9G0VFGC6Ona_2k9JM7W9vQzojYKKCaBaDEoDP9Np5NlAzGb4jD1AFVmtUrP9fY4Vfn1esv-Tk8a1HToHiL4Ne3P-Jo/s72-c/www.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-7908821298738708560</id><published>2013-02-05T00:30:00.000+08:00</published><updated>2013-02-05T00:41:20.190+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><title type='text'>Different Background Image on Post</title><content type='html'>Before anything else, here&#39;s the demo.&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;more&quot; href=&quot;http://demo-mattmorz.blogspot.com/2013/02/demo-feb-4-2013.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
This is inspired by this &lt;a href=&quot;http://proposal-demo.blogspot.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;theme&amp;nbsp;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You will have an option to change your background image in every post and having it in full width depending on the screen size. This &quot;trick&quot; will override your body background but it&#39;s not harmful, I promise! :D&lt;br /&gt;
So, let&#39;s start doing it.&lt;br /&gt;
&lt;br /&gt;
From Dashboard &amp;gt; Template &amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;First,&amp;nbsp;&lt;/span&gt;find&amp;nbsp;&lt;span style=&quot;background-color: white; font-family: Verdana, Trebuchet, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #0b5394; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
Then paste this code above it,&lt;br /&gt;
&lt;br /&gt;
&lt;textarea rows=&quot;3&quot;&gt;.bg{position:fixed;z-index:-2}
.bg img{position:fixed;top:0;left:0;min-width:100%;min-height:100%}
.bg .fade{display:none;border:none;margin:0;padding:0}&lt;/textarea&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;again,&lt;/span&gt; find &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt; then paste the code below, just above it&lt;br /&gt;
&lt;br /&gt;
&lt;textarea rows=&quot;6&quot;&gt;&lt;script type=&#39;text/javascript&#39;&gt;
$(window).load(function() {
    $(&quot;.fade&quot;).fadeIn(&quot;3000&quot;);
});
&lt;/script&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
then &lt;b&gt;&lt;span style=&quot;color: #e69138;&quot;&gt;Save it!&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #e69138;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
When posting, upload the image you want as a background. and get the &lt;b style=&quot;font-style: italic;&quot;&gt;image link, &lt;/b&gt;like this&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;&lt;span style=&quot;background-color: #6fa8dc;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s1600/vlcsnap-2012-07-31-20h16m18s252.png&lt;/span&gt;&quot; imageanchor=&quot;1&quot;&amp;gt;&amp;lt;img alt=&quot;breanne durren&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s1600/vlcsnap-2012-07-31-20h16m18s252.png&quot; title=&quot;breanne durren&quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
the &lt;i&gt;highlighted text&lt;/i&gt; is the image link as you upload it here in Blogger. Copy the link then after delete that code.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
Then, use this line of code&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;div class=&quot;bg&quot;&amp;gt;&lt;br /&gt;
&amp;lt;img class=&quot;fade&quot; src=&quot;&lt;span style=&quot;background-color: #6fa8dc;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s1600/vlcsnap-2012-07-31-20h16m18s252.png&lt;/span&gt;&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&amp;nbsp;The &lt;i&gt;image link&lt;/i&gt; should be replace with your &lt;b&gt;own image link&lt;/b&gt; as shown on the example.&lt;br /&gt;
&lt;br /&gt;
After, publish your post. That&#39;s all folks!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note: Better apply this code at the bottom of your posts.&lt;/b&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/7908821298738708560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/7908821298738708560'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/02/differentbackgroundinblogger.html' title='Different Background Image on Post'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-8738778718326768157</id><published>2013-01-16T00:05:00.000+08:00</published><updated>2013-01-16T00:05:54.261+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Easiest Way to Protect Image from Copying</title><content type='html'>Let&#39;s say, you don&#39;t want your image to be copied? Nah, that is nearly impossible. As of now, I don&#39;t know how to do it! Anyway, this post will just prevent people from copying your image by disabling the image link.&lt;br /&gt;
&lt;br /&gt;
Here&#39;s the sample below:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; pointer-events: none; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s1600/vlcsnap-2012-07-31-20h16m18s252.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img alt=&quot;breanne durren&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s1600/vlcsnap-2012-07-31-20h16m18s252.png&quot; title=&quot;breanne durren&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
When you right-click the image above, you won&#39;t see an option to save the image, at least if someone will copy your &quot;precious&quot; &amp;nbsp;photos, they&#39;ll do it the hard way. :D&lt;br /&gt;
&lt;br /&gt;
So, enough with the talk.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Implementation:&lt;/h3&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;
You &lt;/span&gt;just need to paste a very short CSS code in your template. As usual form Dashboard &amp;gt; Template &amp;gt; Edit HTML then find&amp;nbsp;&lt;span style=&quot;background-color: white; color: #0b5394; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt; and paste this code above it.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
.separator a{pointer-events: none}&lt;/blockquote&gt;
Then&lt;b&gt;&lt;span style=&quot;color: #b45f06;&quot;&gt; Save it!&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Want &lt;/span&gt;an explanation? :P&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;div &lt;span style=&quot;background-color: #3d85c6;&quot;&gt;class=&quot;separator&quot;&lt;/span&gt; style=&quot;clear: both; text-align: center;&quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s1600/vlcsnap-2012-07-31-20h16m18s252.png&quot; imageanchor=&quot;1&quot;&amp;gt;&amp;lt;img alt=&quot;breanne durren&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s1600/vlcsnap-2012-07-31-20h16m18s252.png&quot; title=&quot;breanne durren&quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
We just define the class &quot;separator&quot; in CSS because all the image link are enclose with it except those with captions. &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Last Words:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Sad to say that &quot;pointer-events&quot; property is not supported by all browsers, &lt;a href=&quot;http://caniuse.com/pointer-events&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;here&#39;s the list.&lt;/a&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/8738778718326768157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/8738778718326768157'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/01/easiest-way-to-protect-image-from.html' title='Easiest Way to Protect Image from Copying'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgklLZ5e0R_sq1khMay728J0y39vVR1eRoErV9Q25G0VWaLOKA8IrB7ZkVk1gutyBD9t2hdWvvJj8FqONgkBqKTFInhzxNWWJ-SxJ91IXLhrohT8h0SeqPts0LgFKM3sjJc4qqswHd-GRQ/s72-c/vlcsnap-2012-07-31-20h16m18s252.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-2006357657023065457</id><published>2013-01-14T22:51:00.000+08:00</published><updated>2013-02-15T22:23:15.727+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Article"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Create a Page Gallery from your Picasa Web Albums</title><content type='html'>Do you want to create a page containing the albums of your &lt;a href=&quot;https://picasaweb.google.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Picasa Web&lt;/a&gt; account? If yes, then let&#39;s do it! :D&lt;br /&gt;
&lt;br /&gt;
First, let me mention this very nice JQuery script made by&amp;nbsp;&lt;a href=&quot;http://ahamlett.com/jQuery-Picasa-Gallery/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;alanhamlett&lt;/a&gt;&amp;nbsp;to make this possible. Go to his site, from there you can download all the scripts and css files and take a look at the sample. Study it if you want! You can also host the scripts on your own, you need :&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;jquery.fancybox.pack.js&lt;/li&gt;
&lt;li&gt;jquery.fancybox-thumbs.js&lt;/li&gt;
&lt;li&gt;jquery.picasagallery.js&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUPFBgpKkgwo6C0QUOtg3BLyna8YeckLamc5RPZ-MAjoD7oOKTH4mZwleTYmQDCIvy6Jhc1bQDSxPYl1txkVNmV7zE1oQGwxcIiIOl33RsdnS-VwTJGlddD3E4pCfC-3Mdpd-16Y1wtvs/s1600/picasa+gallery.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img alt=&quot;picasa gallery&quot; border=&quot;0&quot; height=&quot;236&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUPFBgpKkgwo6C0QUOtg3BLyna8YeckLamc5RPZ-MAjoD7oOKTH4mZwleTYmQDCIvy6Jhc1bQDSxPYl1txkVNmV7zE1oQGwxcIiIOl33RsdnS-VwTJGlddD3E4pCfC-3Mdpd-16Y1wtvs/s1600/picasa+gallery.PNG&quot; title=&quot;picasa gallery&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;sample output from alanhamlett site&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Anyway, the thing that I&#39;ll be teaching here, or maybe sharing is how to implement it here in Blogger. So, here it is!&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
Implementation&lt;/h3&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;First&lt;/span&gt;, from Dashboard &amp;gt; Template &amp;gt; Edit HTML then find &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/head&amp;gt;&amp;nbsp;&lt;/span&gt;and paste the code just &lt;b&gt;above&lt;/b&gt; it.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;background-color: #3d85c6;&quot;&gt;&amp;lt;script src=&#39;http://code.jquery.com/jquery-latest.js&#39;/&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;script src=&quot;http://mattmorzcodes.googlecode.com/files/jquery.fancybox.pack.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script src=&quot;http://mattmorzcodes.googlecode.com/files/jquery.fancybox-thumbs.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script src=&quot;http://mattmorzcodes.googlecode.com/files/jquery.picasagallery.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;div&gt;
Ignore this if you have it already,&amp;nbsp;&lt;span style=&quot;background-color: #3d85c6;&quot;&gt;&amp;lt;script src=&#39;http://code.jquery.com/jquery-latest.js&#39;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Second&lt;/span&gt;, still in your template find&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;just &lt;b&gt;above&lt;/b&gt; it paste the code:&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;textarea cols=&quot;100&quot; rows=&quot;30&quot; wrap=&quot;off&quot;&gt;/* Gallery Style*/
.picasagallery{text-align:left;border:0 solid #000;position:relative}
.picasagallery_header{clear:both;cursor:pointer;font-size:10pt;text-decoration:underline;margin:10px 10px 10px 5px}
.picasagallery_title{font-size:13pt;margin:10px}
.picasagallery_album{float:left;text-align:center;font-size:10pt;margin:10px 10px 15px}
.picasagallery_album img{border:#343434 2px solid;cursor:pointer;margin:0 0 5px}
.picasagallery_thumbnail img{border:#343434 2px solid;cursor:pointer;margin:15px}
.picasagallery_photo{position:absolute;z-index:1;top:0;left:0;display:none}
#fancybox-thumbs{position:fixed;left:0;width:100%;overflow:hidden;z-index:1005}
#fancybox-thumbs.bottom{bottom:2px}
#fancybox-thumbs.top{top:2px}
#fancybox-thumbs ul{position:relative;list-style:none;margin:0;padding:0}
#fancybox-thumbs ul li{float:left;opacity:0.5;padding:1px}
#fancybox-thumbs ul li.active{opacity:0.75;border:1px solid #fff;padding:0}
#fancybox-thumbs ul li:hover{opacity:1}
#fancybox-thumbs ul li a{display:block;position:relative;overflow:hidden;border:1px solid #222;background:#111;outline:none}
#fancybox-thumbs ul li img{display:block;position:relative;border:0;padding:0}
.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
.fancybox-outer{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
.fancybox-opened{z-index:1003}
.fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
.fancybox-error{color:#444;font:14px/20px &quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;margin:0;padding:10px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(fancybox_sprite.png)}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:1010}
#fancybox-loading div{width:44px;height:44px;background:url(fancybox_loading.gif) center center no-repeat}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;background:transparent url(blank.gif);z-index:1003}
.fancybox-prev{left:0}
.fancybox-next{right:0}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:36px;margin-top:-18px;cursor:pointer;z-index:1003;visibility:hidden}
.fancybox-prev span{left:20px;background-position:0 -36px}
.fancybox-next span{right:20px;background-position:0 -72px}
.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:1001;background:#000}
.fancybox-title{visibility:hidden;font:normal 13px/20px &quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:1005}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:1003;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{margin-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}
.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible}&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
Then you need to &lt;b&gt;&lt;span style=&quot;color: #b45f06;&quot;&gt;SAVE IT&lt;/span&gt;&lt;/b&gt;!&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Lastly&lt;/span&gt;, create a new page and put a title, maybe &quot;Gallery&quot; then switch to HTML and paste the code below,&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;div class=&#39;picasagallery&#39;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(document).ready(function() { $(&#39;.picasagallery&#39;).picasagallery(&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&#39;username&#39;:&#39;&lt;span style=&quot;background-color: #6aa84f;&quot;&gt;otakuview&lt;/span&gt;&#39;,&#39;hide_albums&#39; : [&lt;span style=&quot;background-color: #45818e;&quot;&gt;&#39;FW&#39;, &#39;woody&#39;,&#39;Hoody: Hizuki Yuuki&#39;&lt;/span&gt;],&#39;thumbnail_width&#39; : &#39;&lt;span style=&quot;background-color: #a64d79;&quot;&gt;300&lt;/span&gt;&#39;});&lt;br /&gt;
&amp;nbsp;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;});&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;div&gt;
&lt;b&gt;Note:&lt;/b&gt; &lt;i&gt;Only Public Albums will show but you have an option to hide such albums. I advice set your album first to Public.&amp;nbsp;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Configuration:&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;background-color: #6aa84f;&quot;&gt;otakuview&lt;/span&gt;- change it with your username&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: #45818e;&quot;&gt;&#39;FW&#39;, &#39;woody&#39;,&#39;Hoody: Hizuki Yuuki&#39;&lt;/span&gt;-  title of the album you want to hide&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: #a64d79;&quot;&gt;300&lt;/span&gt;- width in pixel size&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
Change it with your preference.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
If this doesn&#39;t work consider deleting all the jquery lib files, then just add the code below&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;nbsp; &amp;lt;script src=&#39;http://code.jquery.com/jquery-latest.js&#39;/&amp;gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/2006357657023065457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/2006357657023065457'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/01/create-page-gallery-from-your-picasa.html' title='Create a Page Gallery from your Picasa Web Albums'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUPFBgpKkgwo6C0QUOtg3BLyna8YeckLamc5RPZ-MAjoD7oOKTH4mZwleTYmQDCIvy6Jhc1bQDSxPYl1txkVNmV7zE1oQGwxcIiIOl33RsdnS-VwTJGlddD3E4pCfC-3Mdpd-16Y1wtvs/s72-c/picasa+gallery.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-5402499805463994114</id><published>2013-01-11T12:20:00.000+08:00</published><updated>2013-01-11T12:26:40.417+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Article"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Disable Comments in a Specific Post</title><content type='html'>This post will help you disable comment in a specific post as the title says. Comment is good , you should consider your post &quot;value&quot; before doing this. Consider this example:&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.blogbulk.com/2007/03/blogger-customization-customize-your.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Click me for Demo&lt;/a&gt;&lt;/div&gt;
The comment is disable because he just used &amp;nbsp;that post to categorize his articles. That&#39;s a great idea! Anyway, let&#39;s do this.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
To disable comments if your using:&amp;nbsp;&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
1.Blogger default comment.&amp;nbsp;&lt;/h4&gt;
&lt;div&gt;
This is so easy to do, just follow the image&#39;s instruction. Click the Option then,&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl5Q_CO8Am-GdhniDA_P3-oZxBHR1qMUby4C9-kE9k3KeuC6-xEkcoLqAerGXsyKqRAtuNd14ZrMkxP4wTR7KRCJXtXdAjxb8QwLE4VyGg90oIpdQ34C3c546Xg5RNH1-z8ay6l2CU9AE/s1600/disable+comment.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;disable comment&quot;&gt;&lt;img alt=&quot;disable comment&quot; border=&quot;0&quot; height=&quot;237&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl5Q_CO8Am-GdhniDA_P3-oZxBHR1qMUby4C9-kE9k3KeuC6-xEkcoLqAerGXsyKqRAtuNd14ZrMkxP4wTR7KRCJXtXdAjxb8QwLE4VyGg90oIpdQ34C3c546Xg5RNH1-z8ay6l2CU9AE/s400/disable+comment.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h4&gt;
2.Disqus Comment&lt;/h4&gt;
&lt;div&gt;
You need to switch to HTML Tab then paste this code below your post.&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
#disqus_thread{display:none}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;h4&gt;
3.Intense Debate Comment&amp;nbsp;&lt;/h4&gt;
&lt;/div&gt;
&lt;div&gt;
You need to switch to HTML Tab then paste this code below your post.&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
#idc-container-parent #idc-container{display:none}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Use those codes in every post you want to hide/disable comment form.&lt;br /&gt;
&lt;br /&gt;
That&#39;s all folks! Hope it helps! :D&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/5402499805463994114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/5402499805463994114'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/01/disablecommentinpost.html' title='Disable Comments in a Specific Post'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl5Q_CO8Am-GdhniDA_P3-oZxBHR1qMUby4C9-kE9k3KeuC6-xEkcoLqAerGXsyKqRAtuNd14ZrMkxP4wTR7KRCJXtXdAjxb8QwLE4VyGg90oIpdQ34C3c546Xg5RNH1-z8ay6l2CU9AE/s72-c/disable+comment.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-4754616532942853275</id><published>2013-01-07T01:49:00.000+08:00</published><updated>2013-01-07T02:00:34.741+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Create a Link to Randomly view Posts</title><content type='html'>This tutorial will help you build or create a link and give a random posts when clicked. I think it will help most &amp;nbsp;if your blog is for &quot;entertainment&quot; like this one.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://funnywhat.blogspot.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Click me for Demo&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;i&gt;First.&lt;/i&gt;&lt;/b&gt; So let&#39;s start by going from Dashboard &amp;gt; Template &amp;gt; Edit HTML then find &amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt; and paste this code above it.&lt;/div&gt;
&lt;textarea rows=&quot;15&quot;&gt;&lt;script type=&#39;text/javascript&#39;&gt;
//&lt;![CDATA[
function showLucky(root){
    var feed = root.feed;
    var entries = feed.entry || [];
    var entry = feed.entry[0];
      for (var j = 0; j &lt; entry.link.length; ++j) {
       if (entry.link[j].rel == &quot;alternate&quot;) { 
       window.location = entry.link[j].href; 
       } 
      } 
   }

function fetchLuck(luck){
    script = document.createElement(&#39;script&#39;);
    script.src = &#39;/feeds/posts/summary?start-index=&#39;+luck+&#39;&amp;max-results=1&amp;alt=json-in-script&amp;callback=showLucky&#39;;
    script.type = &#39;text/javascript&#39;;
    document.getElementsByTagName(&#39;head&#39;)[0].appendChild(script);
   }
function readLucky(root){
    var feed = root.feed;
    var total = parseInt(feed.openSearch$totalResults.$t,10);
    var luckyNumber = Math.floor(Math.random()*total);
    luckyNumber++;
    fetchLuck(luckyNumber);
    }
function feelingLucky(){
    var script = document.createElement(&#39;script&#39;);
    script.type = &#39;text/javascript&#39;;
    script.src = &#39;/feeds/posts/summary?max-results=0&amp;alt=json-in-script&amp;callback=readLucky&#39;;
    document.getElementsByTagName(&#39;head&#39;)[0].appendChild(script);
    }
//]]&gt;
&lt;/script&gt;&lt;/textarea&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Second. &lt;/i&gt;&lt;/b&gt;Then include the short script, ignore if you have it already.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;nbsp;&amp;lt;script src=&#39;http://code.jquery.com/jquery-latest.js&#39;/&amp;gt;&lt;/blockquote&gt;
&lt;i style=&quot;font-weight: bold;&quot;&gt;Lastly. &lt;/i&gt;You can post this link anywhere you want as long as it appears. :P&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;nbsp;&amp;lt;a href=&#39;#random&#39; onclick=&#39;feelingLucky()&#39; title=&#39;Random Post&#39;&amp;gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;Random Posts&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;/blockquote&gt;
&lt;i style=&quot;font-weight: bold;&quot;&gt;&amp;nbsp;&lt;/i&gt;Replaced the &lt;span style=&quot;color: #0b5394;&quot;&gt;blue words&lt;/span&gt; as you desire.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;i style=&quot;font-weight: bold;&quot;&gt;Bonus. &lt;/i&gt;Actually you can assign a keyboard event that will &quot;click&quot; the link when pressed.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;
&lt;textarea rows=&quot;10&quot;&gt;&lt;script type=&#39;text/javascript&#39;&gt;
window.onload = function()
{
document.onkeyup = function(event)
{
var kGo = (!event) ? window.event : event;
switch(kGo.keyCode)
{
case 17:
$(&#39;#randomp&#39;).click();
break;
}
};
};
&lt;/script&gt;&lt;/textarea&gt;
&lt;br /&gt;
Paste the code above the &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt; tag, then change the link to this,&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;a href=&#39;#random&#39; id=&#39;randomp&#39; onclick=&#39;feelingLucky()&#39; title=&#39;Random Post&#39;&amp;gt;Random Posts&amp;lt;/a&amp;gt;&lt;/blockquote&gt;
When you press CTRL on keyboard, it will give you the random posts. &lt;a href=&quot;http://unixpapa.com/js/key.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;List of keyboard events here.&lt;/a&gt;&lt;br /&gt;
Change the &quot;17&quot; in the script to your own keyboard value.&lt;br /&gt;
That&#39;s it! </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4754616532942853275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4754616532942853275'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/01/createlinkrandompostforblogger.html' title='Create a Link to Randomly view Posts'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-4121775832733639199</id><published>2013-01-03T11:11:00.000+08:00</published><updated>2013-01-11T11:45:31.623+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Style Your Blog Posts Elements Separately</title><content type='html'>&lt;blockquote class=&quot;tr_bq&quot;&gt;
An HTML element is everything from the start tag to the end tag.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;An HTML element starts with a start tag / opening tag&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;An HTML element ends with an end tag / closing tag&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;The element content is everything between the start and the end tag&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Some HTML elements have empty content&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Empty elements are closed in the start tag&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Most HTML elements can have attributes&lt;/li&gt;
&lt;/ul&gt;
&lt;a href=&quot;http://www.w3schools.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;-W3schools&lt;/a&gt;&lt;/blockquote&gt;
In order to separately&amp;nbsp;&amp;nbsp;style&amp;nbsp;each HTML elements &amp;nbsp;in your blog posts, you need to define them by using their unique selector. Let&#39;s say for example, you want to style your blog post image. Define them by using this CSS selector;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;.post-body img{property:value;}&lt;/span&gt;&lt;/blockquote&gt;
You need to include &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;.post-body&lt;/span&gt; then specify html tag, like the example&amp;nbsp;above. This is because your blog post body is enclosed with &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;div class=&#39;post-body&#39;&amp;gt;...&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, in every element inside the posts body you need to include &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;.post-body.&lt;/span&gt;In that case, other than your post body elements won&#39;t be affected. Other HTML elements you might consider styling.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;.post-body a:link&lt;/li&gt;
&lt;li&gt;.post-body a:visited&lt;/li&gt;
&lt;li&gt;.post-body a:hover&lt;/li&gt;
&lt;li&gt;.post-body a:active&lt;/li&gt;
&lt;li&gt;.post-body h1...h6&lt;/li&gt;
&lt;li&gt;.post-body ul , .post-body ul li&lt;/li&gt;
&lt;li&gt;.post-body ol , .post-body ol li&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
I guess the above elements are the most used ones. You need to go to Template &amp;gt; Edit HTML then paste your CSS codes above&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
That&#39;s all folks! :D&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4121775832733639199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4121775832733639199'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2013/01/styleblogpostselement.html' title='Style Your Blog Posts Elements Separately'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-4475958434087641216</id><published>2012-12-30T20:57:00.002+08:00</published><updated>2013-01-02T02:05:29.491+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="JQuery"/><title type='text'>Create a Dynamic Social Network Buttons</title><content type='html'>Social Network buttons have been very useful for a website/blog to be known more. I guess having a social network button is a &quot;must&quot; in a blog/website. It helps a lot, and placing it correctly should be consider.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUxmvIcxRNWI13QqySl0TuTYsfJonuVY5ELCUGyMcfYLMEp7kaVpFexrIHxmoEmBT6jvpnkVWFxjti3mcPP14uo5Yy18ksxJCAFZJgBjOFxLu6AhFJ7GephWYbpdyq-0JGKBOd8pzdBjQ/s1600/icons-390.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;social icons&quot;&gt;&lt;img alt=&quot;social icons&quot; border=&quot;0&quot; height=&quot;212&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUxmvIcxRNWI13QqySl0TuTYsfJonuVY5ELCUGyMcfYLMEp7kaVpFexrIHxmoEmBT6jvpnkVWFxjti3mcPP14uo5Yy18ksxJCAFZJgBjOFxLu6AhFJ7GephWYbpdyq-0JGKBOd8pzdBjQ/s1600/icons-390.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
The easiest way to add social network buttons is through &lt;a href=&quot;https://www.addthis.com/get/sharing&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;addthis&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;textarea class=&quot;ar&quot;&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div class=&quot;addthis_toolbox addthis_default_style &quot;&gt;
&lt;a class=&quot;addthis_button_facebook_like&quot; fb:like:layout=&quot;button_count&quot;&gt;&lt;/a&gt;
&lt;a class=&quot;addthis_button_tweet&quot;&gt;&lt;/a&gt;
&lt;a class=&quot;addthis_button_pinterest_pinit&quot;&gt;&lt;/a&gt;
&lt;a class=&quot;addthis_counter addthis_pill_style&quot;&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-50e02cc9537237fb&quot;&gt;&lt;/script&gt;
&lt;!-- AddThis Button END --&gt;&lt;/textarea&gt;&lt;br /&gt;
You can copy the code above or just go to their site and choose a different style. Before doing this, view this demo first.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://demo-mattmorz.blogspot.com/2012/12/dynamic-social-network-buttons.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Click me for Demo&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
You&#39;ll notice that when we scroll down the page, the social network buttons remains on top. Do you like it? If yes, read this tutorial ahead. :D&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
After installing the social network buttons, if you don&#39;t know how to do it. Consider this step.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;From Dashboard &amp;gt; Template &amp;gt; Edit HTML &amp;gt; tick the &lt;span style=&quot;color: #0b5394;&quot;&gt;Expand Widget Templates&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Find&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;div class=&#39;post-header-line-1&#39;/&amp;gt;&amp;nbsp;&lt;/span&gt;then paste the addthis code below it.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #b45f06;&quot;&gt;Save it!&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;b&gt;After saving it,&lt;/b&gt; let&#39;s do the effect. Find&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;/head&amp;gt;&amp;nbsp;&lt;/span&gt; then paste this code above it.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;textarea class=&quot;ar&quot;&gt;&lt;script type=&#39;text/javascript&#39;&gt;
$(function () {
 
  var msie6 = $.browser == &#39;msie&#39; &amp;&amp; $.browser.version &lt; 7;
  if (!msie6) {
    var top = $(&#39;#dynamicbuttons&#39;).offset().top;
    $(window).scroll(function (event) {
      var y = $(this).scrollTop();
       if (y &gt;= top) { $(&#39;#dynamicbuttons&#39;).addClass(&#39;fixed&#39;); }
      else { $(&#39;#dynamicbuttons&#39;).removeClass(&#39;fixed&#39;); }
    });
  }
});
&lt;/script&gt;
&lt;/textarea&gt;&lt;br /&gt;
The script&#39;s function is to add a new CSS selector and fixed the position of the buttons when scrolling the page to make it visible as scrolled by the reader.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Now, &lt;/b&gt;add this CSS above the&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;textarea class=&quot;ar&quot;&gt;#dynamicbuttons{width:100%;height:40px}
#dynamicbuttons.fixed{position:fixed;top:0}&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, you need to add this line of code to the addthis code,&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;lt;div id=&#39;dynamicbuttons&#39;&amp;gt;&lt;/span&gt;addthis codes here....&lt;br /&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
If it&#39;s not functioning consider adding this code above the &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;script src=&#39;http://code.jquery.com/jquery-latest.js&#39;/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
That&#39;s it folks! Hope it helps! Errors? Just comment below. :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4475958434087641216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4475958434087641216'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/dynamicsocialbuttons.html' title='Create a Dynamic Social Network Buttons'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUxmvIcxRNWI13QqySl0TuTYsfJonuVY5ELCUGyMcfYLMEp7kaVpFexrIHxmoEmBT6jvpnkVWFxjti3mcPP14uo5Yy18ksxJCAFZJgBjOFxLu6AhFJ7GephWYbpdyq-0JGKBOd8pzdBjQ/s72-c/icons-390.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-5034371484782807623</id><published>2012-12-28T23:30:00.001+08:00</published><updated>2013-01-03T12:23:14.336+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Use textarea Element when Posting Codes</title><content type='html'>Sometimes when we want to post a code in a certain posts, we used blockquote. As you notice my past posts with codes are posted using the blockquote tag. And it doesn&#39;t look nice! Honestly, I want to change my posts with codes using textarea tag instead of blockquote but I&#39;m too lazy to do it. :P&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
The &amp;lt;textarea&amp;gt; tag defines a multi-line text input control.&lt;br /&gt;
A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier).&lt;br /&gt;
The size of a text area can be specified by the cols and rows attributes, or even better; through CSS&#39; height and width properties.&lt;i&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;-W3Schools&lt;/span&gt;&lt;/i&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Anyway, this is a convenient way for your reader to copy the code by using &amp;lt;textarea&amp;gt; tag instead of just the blockquote. Here&#39;s the demo:&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://demo-mattmorz.blogspot.com/2012/12/use-textarea-element-when-posting-codes.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Click Me For Demo&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;First,&lt;/b&gt; from Dashboard &amp;gt; Template &amp;gt; Edit HTML then find &lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;i&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/i&gt;&lt;/span&gt;
Paste this code above it,&lt;textarea&gt;textarea{width:100%;max-width:600px;height:auto;background: #000;color:#fff}&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
Then find&amp;nbsp;&lt;i&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;nbsp;&amp;lt;/head&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;paste this code above it,&lt;br /&gt;
&lt;br /&gt;
&lt;textarea&gt;&lt;script src=&#39;//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js&#39; type=&#39;text/javascript&#39;/&gt;  
&lt;script type=&#39;text/javascript&#39;&gt;
    $(function(){
        $(document).on(&#39;click&#39;,&#39;textarea&#39;,function(){ this.select(); });
        $(&#39;textarea&#39;).attr(&#39;title&#39;, &#39;click to highlight&#39;);     
       $(&#39;textarea&#39;).attr(&#39;readonly&#39;, &#39;readonly&#39;);     
    });
&lt;/script&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
We used a script to highlight all the text inside the textarea for simple copying , added title tag for the hint and attribute for readonly to avoid errors.&lt;br /&gt;
&lt;br /&gt;
That&#39;s it! Preview, and if there is no error,&lt;b&gt; &lt;span style=&quot;color: #b45f06;&quot;&gt;save it!&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #b45f06;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;b&gt;When posting&lt;/b&gt;, all you have to do is switch to HTML tab use this format&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;textarea&amp;gt;&lt;br /&gt;
&lt;span style=&quot;color: #990000;&quot;&gt;your codes should be here.....&lt;/span&gt;&lt;br /&gt;
&amp;lt;/textarea&amp;gt;&lt;/blockquote&gt;
&lt;h4&gt;
&lt;/h4&gt;
&lt;h4&gt;
Final Words&lt;/h4&gt;
It&#39;s more convenient to copy a code using textarea tag than using the blockquote tag. Although we can&#39;t differently &quot;&lt;i&gt;colorize&lt;/i&gt;&quot; the text, but it is still much better.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/5034371484782807623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/5034371484782807623'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/usetextareainbloggercodes.html' title='Use textarea Element when Posting Codes'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-7898856035928267019</id><published>2012-12-27T22:01:00.000+08:00</published><updated>2012-12-27T22:02:57.779+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Add Breadcrumb navigation to your Blog</title><content type='html'>&lt;blockquote class=&quot;tr_bq&quot;&gt;
Breadcrumbs or breadcrumb trail is a navigation aid used in user interfaces. It allows users to keep track of their locations within programs or documents. The term comes from the trail of breadcrumbs left by Hansel and Gretel in the popular fairytale.&lt;i&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;-Wikipedia&lt;/span&gt;&lt;/i&gt;&lt;/blockquote&gt;
The method that we will use here is the label of your posts.&lt;b&gt; First&lt;/b&gt;, let&#39;s set our blog and allow label to show.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7vAwUAkVMTqomUjXAxqjB8YbZy37Wl2LfraA4Bma8wJEAKVB891jsYnv9Mlu1wNcu2d2ICCOOVUJBl2UD4vdJqgbh-BgWlL5ZOUy9aHBaklnTdbrM-1Fz1Pe6djdVB1JgFP6xNje9qVs/s1600/breadcrumbblogger.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;allow label to show&quot;&gt;&lt;img alt=&quot;breadcrumb for blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7vAwUAkVMTqomUjXAxqjB8YbZy37Wl2LfraA4Bma8wJEAKVB891jsYnv9Mlu1wNcu2d2ICCOOVUJBl2UD4vdJqgbh-BgWlL5ZOUy9aHBaklnTdbrM-1Fz1Pe6djdVB1JgFP6xNje9qVs/s1600/breadcrumbblogger.PNG&quot; height=&quot;145&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;Then,&lt;/b&gt; from Dashboard &amp;gt; Template &amp;gt; Edit HTML &amp;gt; Find &quot;&lt;i&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/i&gt;&quot; and paste the code above it&lt;/div&gt;
&lt;br /&gt;
&lt;textarea onclick=&quot;this.focus();this.select()&quot; readonly=&quot;readonly&quot; rows=&quot;5&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot; title=&quot;Click to highlight&quot;&gt;#labelstyle{color:#666666;font-size:12px;font-family:Arial, serif;padding-top:3px}
#labelstyle a{color:#538cd6}
#labelstyle a:hover{text-decoration:none;color:#000}
&lt;/textarea&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;Then&lt;/b&gt; below the&amp;nbsp;&amp;nbsp;&quot;&lt;i&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/i&gt;&quot; paste this code
&lt;textarea onclick=&quot;this.focus();this.select()&quot; readonly=&quot;readonly&quot; rows=&quot;5&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot; title=&quot;Click to highlight&quot;&gt;&lt;b:if cond=&#39;data:blog.pageType != &quot;item&quot;&#39;&gt;
&lt;style&gt;
#labelstyle{display:none !important;}
&lt;/style&gt;
&lt;/b:if&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
Tick the Expand Widget Templates then find&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: #660000;&quot;&gt;&amp;lt;span class=&#39;post-labels&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;b:if cond=&#39;data:post.labels&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data:postLabelsLabel/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;a expr:href=&#39;data:blog.homepageUrl&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a expr:href=&#39;data:label.url&#39; expr:title=&#39;&amp;amp;quot;View more posts related to &amp;amp;quot;+data:label.name&#39; rel=&#39;tag,nofollow&#39;&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b:if cond=&#39;data:label.isLast != &amp;amp;quot;true&amp;amp;quot;&#39;&amp;gt;,&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/b:loop&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/span&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style=&quot;color: #990000;&quot;&gt;Delete that code.&lt;/span&gt;&lt;br /&gt;
Then find this code (the one that shows first) &quot;&lt;i&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;&amp;lt;a expr:name=&#39;data:post.id&#39;/&amp;gt;&lt;/span&gt;&lt;/i&gt;&quot;&lt;br /&gt;
Below it, paste this code.
&lt;textarea onclick=&quot;this.focus();this.select()&quot; readonly=&quot;readonly&quot; rows=&quot;8&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot; title=&quot;Click to highlight&quot;&gt;&lt;div id=&#39;labelstyle&#39;&gt;
&lt;span class=&#39;post-labels&#39;&gt;
        &lt;b:if cond=&#39;data:post.labels&#39;&gt;
          &lt;data:postLabelsLabel/&gt;
   &lt;a expr:href=&#39;data:blog.homepageUrl&#39;&gt;Home&lt;/a&gt; »
          &lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&gt; 
            &lt;a expr:href=&#39;data:label.url&#39; expr:title=&#39;&quot;View more posts related to &quot;+data:label.name&#39; rel=&#39;tag,nofollow&#39;&gt;&lt;data:label.name/&gt;&lt;/a&gt;&lt;b:if cond=&#39;data:label.isLast != &quot;true&quot;&#39;&gt;,&lt;/b:if&gt;
          &lt;/b:loop&gt;
        &lt;/b:if&gt;
» &lt;b&gt;&lt;data:post.title/&gt;&lt;/b&gt;
      &lt;/span&gt;
&lt;/div&gt;
&lt;/textarea&gt;
That&#39;s it! Preview if there is no errors,&lt;span style=&quot;color: #e69138;&quot;&gt;&lt;b&gt; save it!&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;
Final Words&lt;/h4&gt;
&lt;div&gt;
Tell me if there&#39;s an error, just comment below. For the demo, I&#39;m using it now. See it above the title :)&lt;/div&gt;
&lt;div&gt;
You can edit the CSS style just modify the &amp;nbsp;&quot;#labelstyle&quot; selector&#39;s property.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/7898856035928267019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/7898856035928267019'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/breadcrumbforbloggerblog.html' title='Add Breadcrumb navigation to your Blog'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7vAwUAkVMTqomUjXAxqjB8YbZy37Wl2LfraA4Bma8wJEAKVB891jsYnv9Mlu1wNcu2d2ICCOOVUJBl2UD4vdJqgbh-BgWlL5ZOUy9aHBaklnTdbrM-1Fz1Pe6djdVB1JgFP6xNje9qVs/s72-c/breadcrumbblogger.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-5535562416551541864</id><published>2012-12-26T18:32:00.000+08:00</published><updated>2012-12-26T19:06:32.870+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Learn more about ID and Class Selector</title><content type='html'>This should be a &quot;must&quot; learn in HTML and CSS. It helps you to beautify a specific element in your &amp;nbsp;HTML body.&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tbody&gt;
&lt;tr&gt; 
   &lt;td&gt;&lt;b&gt;SELECTOR
   &lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;ID
   &lt;/td&gt;
   &lt;td&gt;CLASS
   &lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td&gt;&lt;b&gt;CHARACTERISTICS
   &lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;unique&lt;br /&gt;
single usage
   &lt;/td&gt;
   &lt;td&gt;style many elements&lt;br /&gt;
can be use several times
   &lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td&gt;&lt;b&gt;DEFINE WITH
   &lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;&quot;#&quot;
   &lt;/td&gt;
   &lt;td&gt;&quot;.&quot;
   &lt;/td&gt;
  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
It works like this, let&#39;s say for example in your HTML body&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; rows=&quot;7&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot;&gt;&lt;div id=&quot;header-wrapper&quot;&gt;
&lt;p class=&quot;txtbody&quot;&gt;
This is a sample paragraph text using class selector&lt;/p&gt;
&lt;p&gt;
This has no class&lt;/p&gt;
&lt;p class=&quot;txtbody&quot;&gt;
This is a another sample paragraph text using class selector&lt;/p&gt;
&lt;/div&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
You can style the id named &lt;i&gt;header-wrapper&lt;/i&gt;&amp;nbsp;and the class named &lt;i&gt;txtbody&lt;/i&gt;&amp;nbsp;by using CSS, define them by&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; rows=&quot;5&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot;&gt;&lt;style type=&quot;text/css&quot;&gt;
#header-wrapper{background-color:orange;padding:10px}
p.txtbody{color:green;}
&lt;/style&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
The result will be,
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXfpECuP_tZLFuFESr58yuBg2_Qu7jVoqX8CFbjuXVTGjLyPtLmT-tvBPMIyJaYAVlwKjJV0NGG9q1bhJAUvzyL93SU7JSUmepmYt6_YoICwjQREhZrY-t6tPhEnk_tt3d-QeQ4_sGIE4/s1600/result.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;result with the above code&quot;&gt;&lt;img alt=&quot;result using above codes&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXfpECuP_tZLFuFESr58yuBg2_Qu7jVoqX8CFbjuXVTGjLyPtLmT-tvBPMIyJaYAVlwKjJV0NGG9q1bhJAUvzyL93SU7JSUmepmYt6_YoICwjQREhZrY-t6tPhEnk_tt3d-QeQ4_sGIE4/s1600/result.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
All the &lt;b&gt;p &lt;/b&gt;elements with class txtbody has the color green and the background of the &lt;b&gt;division&lt;/b&gt; with the id header-wrapper is orange with padding 10 in all sides as we define it in the CSS. We can only use the id named header-wrapper &lt;b&gt;once &lt;/b&gt;and the class txtbody several times as shown above.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;note&quot;&gt;
Do NOT start an ID name and class name with a number!&lt;/div&gt;
&lt;br /&gt;
There are several techniques using ID and class selector. For example in your HTML body&lt;textarea readonly=&quot;readonly&quot; rows=&quot;5&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot;&gt;&lt;div id=&quot;mystyle&quot;&gt;
&lt;h2&gt;
This is heading&lt;/h2&gt;
&lt;p&gt;
This is a paragraph&lt;/p&gt;
&lt;a href=&quot;http://nullhead.blogspot.com/&quot;&gt;I am a link&lt;/a&gt;
&lt;/div&gt;
&lt;/textarea&gt;
You can define all the elements inside the division with id mystyle by this CSS&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; rows=&quot;5&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot;&gt;&lt;style&gt;
#mystyle{background-color:lightblue;padding:5px}
#mystyle h2{ font-size:20px; color:orange}
#mystyle p{color:black}
#mystyle a{color:green}
&lt;/style&gt;
&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
The result will be,
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0AdMtxq9EioeUMV3L0LpqtdDeMkYe0N4yhQUKRtELEkeuEq6EkatreT8NS9WFghTth5dJIBBD5TGtdjrW9E7WsSeNSD9UxE0S9zJiKjHcDsdnRQa7TT694d6nremQ6ZVAISDPZUf67Rw/s1600/result+1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;result using another technique&quot;&gt;&lt;img alt=&quot;result using id&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0AdMtxq9EioeUMV3L0LpqtdDeMkYe0N4yhQUKRtELEkeuEq6EkatreT8NS9WFghTth5dJIBBD5TGtdjrW9E7WsSeNSD9UxE0S9zJiKjHcDsdnRQa7TT694d6nremQ6ZVAISDPZUf67Rw/s1600/result+1.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
You will notice that as long as the elements are inside the division named mystyle, you can style them individually by using their HTML tag like the h2 (heading), p (paragraph), and a (links).&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Learn CSS more&lt;/h3&gt;
&lt;div&gt;
There are lot of online tutorial to learn more about CSS and creating website one of my favorites are:&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.w3schools.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;W3Schools&lt;/a&gt;&amp;nbsp;: The world&#39;s largest development site&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.quackit.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;QuackIt&lt;/a&gt;&amp;nbsp;: Teaches beginners how to create websites.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h4&gt;
Final Words&lt;/h4&gt;
&lt;div&gt;
Play with CSS and you&#39;ll be amazed! The reason why I love web designing it&#39;s because of CSS.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/5535562416551541864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/5535562416551541864'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/idandclassselector.html' title='Learn more about ID and Class Selector'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXfpECuP_tZLFuFESr58yuBg2_Qu7jVoqX8CFbjuXVTGjLyPtLmT-tvBPMIyJaYAVlwKjJV0NGG9q1bhJAUvzyL93SU7JSUmepmYt6_YoICwjQREhZrY-t6tPhEnk_tt3d-QeQ4_sGIE4/s72-c/result.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-1525184735761571606</id><published>2012-12-23T01:35:00.000+08:00</published><updated>2012-12-23T01:36:37.899+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Create a Gadget with Posts from a Specific Label</title><content type='html'>&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://mattmorz.blogspot.com/search/label/Blogger&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot; title=&quot;post with blogger label&quot;&gt;&lt;img alt=&quot;post with blogger label&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjCcDYrWGUx0gfFp-ROPodK7kXA6ZqmDw6lXUHV0Fo2DvKH8V8MNTXuLxuFjf4mczk70bVrYaonKOqpeMZcDh43nb-CeM8H3sjcNTzNi9FH2OWxsl2MxSWZSSGFqFdGQi86le5xvaiCx0/s1600/post+with+blogger+label.PNG&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
This is the scenario here, you want to have a gadget/widget containing the posts of a specific label. Let&#39;s say, you have 10 posts having an &quot;ABC&quot; label and you want to create a gadget containing those posts. Sounds confusing but it&#39;s simple to achieve using Feedburner and it&#39;s BuzzBoost service.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;note&quot;&gt;
Before proceeding, you may take a look on how to create a feed out of your blog posts here.&lt;/div&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/cz5g1UGZCZw?rel=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
After watching the video, you only need to identify which label you want to use. Let&#39;s say I have this series of &amp;nbsp;label namely &quot;Fashion, Gadgets, Music&quot;. All you have to to is get that label name and use it as your feed address.&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
http://&lt;b&gt;blogname&lt;/b&gt;.blogspot.com/feeds/posts/default/-/&lt;b&gt;labelname&lt;/b&gt;&lt;/blockquote&gt;
Replace the &lt;b&gt;blogname &lt;/b&gt;with your blog.&lt;br /&gt;
Replace &lt;b&gt;labelname&lt;/b&gt; with the label containing the posts you want to display in the gadget.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;note&quot;&gt;
Use the feed address above and burn that feed then install BuzzBoost as instructed in the video, @00:16 of the video use the feed address above.&lt;/div&gt;
&lt;br /&gt;
&lt;h4&gt;
Final Words&lt;/h4&gt;
Let me know if something goes wrong. That&#39;s all folks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/1525184735761571606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/1525184735761571606'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/gadgetwithpostfromlabel.html' title='Create a Gadget with Posts from a Specific Label'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjCcDYrWGUx0gfFp-ROPodK7kXA6ZqmDw6lXUHV0Fo2DvKH8V8MNTXuLxuFjf4mczk70bVrYaonKOqpeMZcDh43nb-CeM8H3sjcNTzNi9FH2OWxsl2MxSWZSSGFqFdGQi86le5xvaiCx0/s72-c/post+with+blogger+label.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-3197748948679373994</id><published>2012-12-22T21:01:00.000+08:00</published><updated>2013-01-11T10:29:47.762+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Add Related Posts with Thumbnail and Summary</title><content type='html'>&lt;div class=&quot;note&quot;&gt;
The related posts widget appears if one of your post has the same label with others. You need to label your posts first.&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
This tutorial will teach you on how to add related posts widget below your every posts. Don&#39;t worry this is simple, just copy and paste. All you need to do is follow the steps and learn to customize it by CSS. It has three parts.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsU9NsNPe7EgzepaFpKHukEj4k6eQ5AZ4CHtss51Y8URjLSs4nEZIzJooegf9h642DDBEQmwFbuVeqmSDoZjGDF8PtbQRzk_ZHSDQ6lZRHqfNM7F1hkRwpE7JVBUG8DLoKI7zXon3b5z0/s1600/related.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;related posts&quot;&gt;&lt;img alt=&quot;related posts&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsU9NsNPe7EgzepaFpKHukEj4k6eQ5AZ4CHtss51Y8URjLSs4nEZIzJooegf9h642DDBEQmwFbuVeqmSDoZjGDF8PtbQRzk_ZHSDQ6lZRHqfNM7F1hkRwpE7JVBUG8DLoKI7zXon3b5z0/s400/related.PNG&quot; height=&quot;122&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;h3&gt;
The Script&lt;/h3&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
/*&lt;br /&gt;
Related Post with Thumbnail &amp;amp; Summary 1.0 (May 02, 2011)&lt;br /&gt;
*/&lt;br /&gt;
var relnojudul = 0;&lt;br /&gt;
var numpost = 4;&lt;br /&gt;
var numchars = 105;&lt;br /&gt;
var reljudul=new Array();var relurls=new Array();var relcuplikan=new Array();var relgambar=new Array();function saringtags(g,h){var e=g.split(&quot;&amp;lt;&quot;);for(var f=0;f&amp;lt;e.length;f++){if(e[f].indexOf(&quot;&amp;gt;&quot;)!=-1){e[f]=e[f].substring(e[f].indexOf(&quot;&amp;gt;&quot;)+1,e[f].length)}}e=e.join(&quot;&quot;);e=e.substring(0,h-1);return e}function relpostimgcuplik(h){for(var e=0;e&amp;lt;h.feed.entry.length;e++){var g=h.feed.entry[e];reljudul[relnojudul]=g.title.$t;postcontent=&quot;&quot;;if(&quot;content&quot; in g){postcontent=g.content.$t}else{if(&quot;summary&quot; in g){postcontent=g.summary.$t}}relcuplikan[relnojudul]=saringtags(postcontent,numchars);if(&quot;media$thumbnail&quot; in g){postimg=g.media$thumbnail.url}else{postimg=&quot;http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s1600/grey.GIF&quot;}relgambar[relnojudul]=postimg;for(var f=0;f&amp;lt;g.link.length;f++){if(g.link[f].rel==&quot;alternate&quot;){relurls[relnojudul]=g.link[f].href;break}}relnojudul++}}function contains(a,e){for(var f=0;f&amp;lt;a.length;f++){if(a[f]==e){return true}}return false}function artikelterkait(){var v=new Array(0);var w=new Array(0);var x=new Array(0);var A=new Array(0);for(var u=0;u&amp;lt;relurls.length;u++){if(!contains(v,relurls[u])){v.length+=1;v[v.length-1]=relurls[u];w.length+=1;w[w.length-1]=reljudul[u];x.length+=1;x[x.length-1]=relcuplikan[u];A.length+=1;A[A.length-1]=relgambar[u]}}reljudul=w;relurls=v;relcuplikan=x;relgambar=A;for(var u=0;u&amp;lt;reljudul.length;u++){var B=Math.floor((reljudul.length-1)*Math.random());var i=reljudul[u];var s=relurls[u];var y=relcuplikan[u];var C=relgambar[u];reljudul[u]=reljudul[B];relurls[u]=relurls[B];relcuplikan[u]=relcuplikan[B];relgambar[u]=relgambar[B];reljudul[B]=i;relurls[B]=s;relcuplikan[B]=y;relgambar[B]=C}var r=0;var D=Math.floor((reljudul.length-1)*Math.random());var z=D;var q;var t=document.URL;while(r&amp;lt;numpost){if(relurls[D]!=t){q=&quot;&amp;lt;li class=&#39;news-title clearfix&#39;&amp;gt;&quot;;q+=&quot;&amp;lt;a href=&#39;&quot;+relurls[D]+&quot;&#39; rel=&#39;nofollow&#39; target=&#39;_top&#39; title=&#39;&quot;+reljudul[D]+&quot;&#39;&amp;gt;&amp;lt;div class=&#39;overlayb&#39;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;img src=&#39;&quot;+relgambar[D]+&quot;&#39; /&amp;gt;&amp;lt;/a&amp;gt;&quot;;q+=&quot;&amp;lt;a class=&#39;relinkjdulx&#39; href=&#39;&quot;+relurls[D]+&quot;&#39; target=&#39;_top&#39;&amp;gt;&quot;+reljudul[D]+&quot;&amp;lt;/a&amp;gt;&quot;;q+=&quot;&amp;lt;span class=&#39;news-text&#39;&amp;gt;&quot;+relcuplikan[D]+&quot;&amp;lt;/span&amp;gt;&quot;;q+=&quot;&amp;lt;/li&amp;gt;&quot;;document.write(q);r++;if(r==numpost){break}}if(D&amp;lt;reljudul.length-1){D++}else{D=0}if(D==z){break}}};&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;var numpost = 4 &lt;/i&gt;: refers to the number of related posts you want to appear&lt;br /&gt;
&lt;i&gt;var numchars = 105 &lt;/i&gt;: refers to the number of characters you want as a summary&lt;br /&gt;
&lt;br /&gt;
You need to paste the code, go to Template &amp;gt; Edit HTML then paste it &lt;b&gt;before&lt;/b&gt; &amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;. You&#39;re not yet done.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
The placement&lt;/h3&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.pageType == &quot;item&quot;&#39;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&#39;&lt;span style=&quot;background-color: #3d85c6;&quot;&gt;width:500px;height:190px&lt;/span&gt;&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&#39;related_posts&#39;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h4&amp;gt;Related Posts&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script expr:src=&#39;&amp;amp;quot;/feeds/posts/default/-/&amp;amp;quot; + data:label.name + &amp;amp;quot;?alt=json-in-script&amp;amp;amp;callback=relpostimgcuplik&amp;amp;amp;max-results=50&amp;amp;quot;&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ul id=&#39;relpost_img_sum&#39;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;artikelterkait();&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
Change&lt;span style=&quot;background-color: #3d85c6;&quot;&gt; those value&lt;/span&gt; depends on you blog content size.&lt;br /&gt;
Paste the code after&amp;nbsp;&lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;div class=&#39;post-footer&#39;&amp;gt;&lt;/span&gt;.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;h3&gt;
&lt;b&gt;The CSS&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;textarea onclick=&quot;this.focus();this.select()&quot; readonly=&quot;readonly&quot; rows=&quot;10&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot; title=&quot;Click to highlight&quot;&gt;#related_posts{padding:0 5px 5px;overflow:hidden;display:inline;}#related_posts h4{padding:5px;font-size:16px;text-align:left}ul#relpost_img_sum{margin:0;padding:0;text-align:justify;display:inline;}ul#relpost_img_sum li{list-style:none;padding:5px;margin:0;width:290px;float:left;display:inline;}ul#relpost_img_sum li a{display:block}ul#relpost_img_sum li img{float:left;width:60px;height:60px;margin-right:5px;padding:2px;background-color:#1B1B1B;border:1px solid #cacaca}
ul#relpost_img_sum li a.relinkjdulx{display:block;height:14px;overflow:hidden;margin-bottom:3px;background-image:none;font-weight:bold}
&lt;/textarea&gt;&amp;nbsp; Paste it above &lt;span style=&quot;color: #0b5394; font-family: Courier New, Courier, monospace;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;. That&#39;s it!&amp;nbsp;&lt;b&gt;Then Save it.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Note: &lt;/b&gt;Consider the width of your blog&#39;s content area/post area. Let&#39;s say the blog post area is 500px, change the width &amp;nbsp;of &amp;nbsp;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;ul#relpost_img_sum li&lt;/span&gt; to 240px or less/more, this is to make a two column.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;note&quot;&gt;
Play with CSS to customize it!&lt;/div&gt;
&lt;h4&gt;
Final Words&lt;/h4&gt;
&lt;div&gt;
If you have problem with CSS, just comment below!&amp;nbsp;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/3197748948679373994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/3197748948679373994'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/relatedpostforbloggerwiththumbnailandsummary.html' title='Add Related Posts with Thumbnail and Summary'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsU9NsNPe7EgzepaFpKHukEj4k6eQ5AZ4CHtss51Y8URjLSs4nEZIzJooegf9h642DDBEQmwFbuVeqmSDoZjGDF8PtbQRzk_ZHSDQ6lZRHqfNM7F1hkRwpE7JVBUG8DLoKI7zXon3b5z0/s72-c/related.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-2582823711845480395</id><published>2012-12-19T00:01:00.000+08:00</published><updated>2012-12-19T00:01:41.523+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML/CSS"/><title type='text'>Validate and Optimize Your CSS</title><content type='html'>&lt;div class=&quot;note&quot;&gt;
Upon reading this, I believed you have knowledge on how CSS works.&lt;/div&gt;
&lt;br /&gt;
CSS (Cascading Style Sheet) in layman&#39;s term is the one responsible for dressing-up your web page. It adds colors your dull web page. Without CSS, by default the body background is white, links are blue, all text were align in left, font is in Times New Roman with size 12px, etc.&lt;br /&gt;
&lt;br /&gt;
Too much for the intro...&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
When we&#39;re creating or let&#39;s say beautifying a page, sometimes we tend to wrote the code without proper format as long as it works. The problem with CSS, the page doesn&#39;t give an error even if you entered the wrong properties. So we have this tool, a very useful yet the service is free!&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
&amp;nbsp;CSS Validation Service&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The W3C CSS Validation Service is a free software created by the W3C to help Web designers and Web developers check Cascading Style Sheets (CSS). It can be used on this free service on the web, or downloaded and used either as a java program, or as a java servlet on a Web server.&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;i&gt;-W3C&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;more&quot; href=&quot;http://jigsaw.w3.org/css-validator/#validate_by_input&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Visit the Website&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
All you have to do is paste all your CSS code and let it run, the site will give the errors, warnings and the &lt;b&gt;valid codes&lt;/b&gt; for your CSS. Isn&#39;t is great? Copy the code then we need to &quot;minify&quot; it.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Here come the best tool for that.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Clean CSS&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
A CSS Formatter and Optimiser. All you need to do is follow this settings as shown in the image below. It compresses and combine the selectors with the same properties.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9U57iA0DRN3Av_tAVQ3y-FMwU0O5dEsv1MZwbMjNGkgETzf5aXkLLBTAjKC29ifldM0vqm55VYEHgyOAxV0HeYegys4jsklV8ebzAD1aR-ZljM0CGFGINrx-iBzwkaur4YVlVnAIG27I/s1600/optimizecss.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;optimize CSS&quot;&gt;&lt;img alt=&quot;optimize css&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9U57iA0DRN3Av_tAVQ3y-FMwU0O5dEsv1MZwbMjNGkgETzf5aXkLLBTAjKC29ifldM0vqm55VYEHgyOAxV0HeYegys4jsklV8ebzAD1aR-ZljM0CGFGINrx-iBzwkaur4YVlVnAIG27I/s1600/optimizecss.png&quot; height=&quot;255&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://www.cleancss.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;more&quot; href=&quot;http://www.cleancss.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Visit the Website&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
or you can adjust it as you desire.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
Final Words&lt;/h4&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Having a &amp;nbsp;knowledge on CSS is an advantage but thanks to many developers who shares their work to us and help their fellow designers build a website the easier way. Hope this helps!&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/2582823711845480395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/2582823711845480395'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/validate-and-optimize-your-css.html' title='Validate and Optimize Your CSS'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9U57iA0DRN3Av_tAVQ3y-FMwU0O5dEsv1MZwbMjNGkgETzf5aXkLLBTAjKC29ifldM0vqm55VYEHgyOAxV0HeYegys4jsklV8ebzAD1aR-ZljM0CGFGINrx-iBzwkaur4YVlVnAIG27I/s72-c/optimizecss.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-8160297899949140604</id><published>2012-12-18T22:44:00.000+08:00</published><updated>2012-12-18T22:44:06.921+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Article"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>5 Reasons Not To Apply Google Adsense</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD2VAhPC0rXFnAOswOOwPIoB05S6BUlG4-b5S3J_1Bv9VFDUlBavImPBU1kVRYhaWzETwaaz-GkFdNmD-SpsZuuodwHIKj44DAi2u9YUj2r3ICJYUeTyQQAllS7JbqnVHzGCSxhjC98ww/s1600/google+adsense.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; title=&quot;Google Adsense&quot;&gt;&lt;img alt=&quot;Google Adsense&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD2VAhPC0rXFnAOswOOwPIoB05S6BUlG4-b5S3J_1Bv9VFDUlBavImPBU1kVRYhaWzETwaaz-GkFdNmD-SpsZuuodwHIKj44DAi2u9YUj2r3ICJYUeTyQQAllS7JbqnVHzGCSxhjC98ww/s1600/google+adsense.png&quot; height=&quot;366&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
You have a blog, you want to earn money from it but there are things that you must consider before monetizing it. Some bloggers were hasty getting money from their blog but failed to earn a considerable amount. Then they got bored, stop blogging. It doesn&#39;t have to end &amp;nbsp;with that. All you need is patience and some pointers, motivation and lots of ideas which are original and not &quot;copy-paste&quot;.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Here are some pointers, which I believe that should be consider before applying &lt;a href=&quot;http://www.google.com/adsense&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Google Adsense&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;
1.&lt;b&gt; Your Blog Is New&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
As in a week old, you&#39;re not close with Google Team to approve your new blog. Even if you got approved it is still useless, you have to build traffic first. Promote your blog, when you reach let&#39;s say 500 visits per day, I think it&#39;s the right time. It will take time to achieve it but as the saying says &quot;There are no shortcuts to any place worth going.&quot;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
2. Your Content is Copy-Paste&lt;/h3&gt;
&lt;div&gt;
Well, it&#39;s not that bad to &quot;copy-paste&quot; as long as you give full credit to the source. Don&#39;t even think posting a full-copied article in your blog. Respect and follow web ethics.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
But what I mean with this, Adsense doesn&#39;t approved those copyrighted content.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
3. Your Blog contains Voyeuristic Articles&lt;/h3&gt;
&lt;div&gt;
Have you seen any &lt;strike&gt;porn site&lt;/strike&gt; with Google Adsense? That says it all.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
4. Your Blog Design is Sarcastically out of this World&lt;/h3&gt;
&lt;div&gt;
With all those dark background with dark fonts. Web designing is not like dressing up, terno is &quot;no no&quot; here. There are lots of free templates out there all you need to do is find which fits the best on your blog.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
5. Your not serious in Blogging&lt;/h3&gt;
&lt;div&gt;
What&#39;s the point of applying Adsense for your blog if your not really into it? You need to dedicate your time and effort to maintain your blog status and don&#39;t disappoint your &quot;real&quot; readers and subscribers.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
Final Words&lt;/h4&gt;
&lt;div&gt;
To be called as successful blogger you must respect other&#39;s property and focus on your forte. It will take time to achieve it but don&#39;t forget to have fun as you go through it. There are lots of good people who appreciates your effort in sharing your knowledge to them. You might change their outlook in life. Words are powerful, you know!&lt;br /&gt;
&lt;br /&gt;
That&#39;s all folks! You can always disagree on the said pointers but I will always appreciate and consider it.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/8160297899949140604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/8160297899949140604'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/nottoapplyadsense.html' title='5 Reasons Not To Apply Google Adsense'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD2VAhPC0rXFnAOswOOwPIoB05S6BUlG4-b5S3J_1Bv9VFDUlBavImPBU1kVRYhaWzETwaaz-GkFdNmD-SpsZuuodwHIKj44DAi2u9YUj2r3ICJYUeTyQQAllS7JbqnVHzGCSxhjC98ww/s72-c/google+adsense.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-111342913705125723</id><published>2012-12-06T11:47:00.000+08:00</published><updated>2012-12-08T13:53:36.376+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Article"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>To Do: Before and After Creating a Blog</title><content type='html'>Blogging is available for all but there are some pointers that must be taken out. It&#39;s not just about writing and publishing an article but also following ethics, standards, respecting contents and opinions.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
That was for the introduction! :D&lt;/div&gt;
&lt;h4&gt;
Before Creating a Blogger Blog&lt;/h4&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1. &lt;b&gt;Think of your Blog Title&lt;/b&gt; of course, it should be precise and describes your blog content.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
2. &lt;b&gt;Think of your Blog Domain.&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Please do not use numbers on it like for example&lt;i&gt; &quot;123loveonline&quot; &lt;/i&gt;unless it tells about your blog like this one: &lt;i&gt;&quot;54Blogger: List 5 things about blogging&quot;&lt;/i&gt;. And do not come up with this idea,&lt;/li&gt;
&lt;/ul&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZNXNWIpO2edVPotZfT0qmwZs6Ts_MZLvvmF7OXptMZn-t8CbV8yZ78fxaPHpu3zfC7vKLjsBs0SCFWqJnx4RRRiLXQ23QiY7JVDitv6gjgCRXm7U6JDUZ0W6_1zCyDsHMhH44FDpMmo4/s1600/funnydomainnames.PNG&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img alt=&quot;funny domain names&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZNXNWIpO2edVPotZfT0qmwZs6Ts_MZLvvmF7OXptMZn-t8CbV8yZ78fxaPHpu3zfC7vKLjsBs0SCFWqJnx4RRRiLXQ23QiY7JVDitv6gjgCRXm7U6JDUZ0W6_1zCyDsHMhH44FDpMmo4/s320/funnydomainnames.PNG&quot; width=&quot;245&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;credits to 9GAG.com&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;ul&gt;
&lt;li&gt;Do not change your domain as often as you like. It affects your rank somehow. Stick to your domain for the rest of your journey as a blogger. &lt;b&gt;If your planning to buy a custom domain name in the future, better check it first &amp;nbsp;if it&#39;s still available.&amp;nbsp;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;It should be catchy, easy to remember, not too long, unique and avoid&amp;nbsp;hyphens if possible. Please do not misuse &quot;1&quot; and &quot;I&quot;, &quot;0&quot; and &quot;O&quot;, &quot;A&quot; and &quot;4&quot;. You can think better than that.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h4&gt;
After Creating a Blogger Blog&lt;/h4&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1. &lt;b&gt;Plan Ahead. &lt;/b&gt;What I mean to this is schedule your blog posting. It should be 2-3 articles per month. If you can do better than that, much better! &lt;b&gt;Do not posts 5 - 10 articles in an instant or else your blog will be consider as spam by Google. &lt;/b&gt;Although you can still restore it.&amp;nbsp;&lt;b&gt;&amp;nbsp;&lt;/b&gt;Give at least a gap let&#39;s say an hour.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
2.&lt;b&gt; Choose an appropriate template for your Blog . &lt;/b&gt;There are lots of free templates that will suit your blog type: portfolio, gallery, etc. Here are some of the sites that provides nice templates:&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ivythemes.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;IVYThemes&lt;/a&gt;:&amp;nbsp;Free High Quality Blogger Templates Collections&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://btemplates.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Blogger Templates&lt;/a&gt;:&amp;nbsp;Free Blogger Templates for your Blog&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
you can always google.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
3. &lt;b&gt;Install the necessary widgets. &lt;/b&gt;Your blog should not be irritating. Avoid too many ads, pop-ups are the worst, marquee &lt;i&gt;(scrolling text or scrolling images) &lt;/i&gt;is worse and having an autoplay background music is bad. You don&#39;t need too much, just few important widgets like&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Recent Posts&lt;/li&gt;
&lt;li&gt;Popular Posts&lt;/li&gt;
&lt;li&gt;Recent Comments &lt;i&gt;(optional)&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;Social Networks&lt;/li&gt;
&lt;li&gt;Search Bar&lt;/li&gt;
&lt;li&gt;Navigation Bar&lt;/li&gt;
&lt;li&gt;Categories/Labels&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Do not bring your reader to a dead-end. You must put a navigation links at the bottom of the page &lt;i&gt;(footer)&lt;/i&gt;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
4. &lt;b&gt;Create the necessary Pages. &lt;/b&gt;Your blog should always have a &quot;Home&quot;, &quot;About&quot;, &quot;Contact&quot; and &quot;Archive&quot; other than that is optional. &lt;b&gt;Do not post the e-mail address that you used in your blog. &lt;/b&gt;It is much better to use forms like on:&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://mattmorz.blogspot.com/2012/07/create-contact-form-in-google-docs.html&quot; target=&quot;_blank&quot;&gt;Google Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mattmorz.blogspot.com/2012/04/creating-pop-up-contact-form.html&quot; target=&quot;_blank&quot;&gt;EmailMeForm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
5. &lt;b&gt;Optimize your Blog.&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
SEO or&amp;nbsp;Search Engine Optimization&amp;nbsp;&amp;nbsp;is the process of affecting the visibility of a website or a web page in a search engine&#39;s &quot;natural&quot; or un-paid (&quot;organic&quot;) search results.&lt;/blockquote&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Describe your blog. Go to SETTINGS &amp;gt; Search Preference &amp;gt; Meta Tags. You have to edit it. Then Save Changes.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Next&amp;nbsp;Custom robots header tags, enable it then just follow this settings then save.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1wBhpjBqWeCzbukcO9CRlL9GeQX-ok_WXQoCXP3j9zMdXGFjr9JodB07YSTlyGweKcKuOGLHeQ-1b9GKhoAqJ1h8H46BTgx7cyVeD8CCOvuSZxGEzZFpYXsv8ShmOEjRRv-osKAqqfTE/s1600/robot+header+tags.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;robot header tags&quot; border=&quot;0&quot; height=&quot;252&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1wBhpjBqWeCzbukcO9CRlL9GeQX-ok_WXQoCXP3j9zMdXGFjr9JodB07YSTlyGweKcKuOGLHeQ-1b9GKhoAqJ1h8H46BTgx7cyVeD8CCOvuSZxGEzZFpYXsv8ShmOEjRRv-osKAqqfTE/s400/robot+header+tags.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Use proper meta tags. I used this in my blog, paste the cobe below &quot;&amp;lt;head&amp;gt;&quot; but not after &quot;&amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[/*&quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;textarea onclick=&quot;this.focus();this.select()&quot; readonly=&quot;readonly&quot; rows=&quot;20&quot; style=&quot;background: none repeat scroll 0% 0% rgb(247, 247, 247); width: 100%;&quot; title=&quot;Click to highlight&quot;&gt;&lt;b:if cond=&#39;data:blog.metaDescription != &quot;&quot;&#39;&gt;
  &lt;meta expr:content=&#39;data:blog.metaDescription&#39; name=&#39;description&#39;/&gt;
&lt;/b:if&gt;
    &lt;meta content=&#39;IE=EmulateIE7&#39; http-equiv=&#39;X-UA-Compatible&#39;/&gt;
    &lt;b:if cond=&#39;data:blog.isMobile&#39;&gt;
      &lt;meta content=&#39;width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0&#39; name=&#39;viewport&#39;/&gt;
    &lt;b:else/&gt;
      &lt;meta content=&#39;width=1100&#39; name=&#39;viewport&#39;/&gt;
    &lt;/b:if&gt;
&lt;b:include data=&#39;blog&#39; name=&#39;all-head-content&#39;/&gt;
&lt;b:if cond=&#39;data:blog.pageType == &quot;index&quot;&#39;&gt;
&lt;title&gt; MAIN KEYWORDS HERE | &lt;data:blog.pageTitle/&gt; &lt;/title&gt;
&lt;b:else/&gt;
&lt;title&gt;&lt;data:blog.pageName/&gt;&lt;/title&gt;
&lt;/b:if&gt;
&lt;meta content=&#39;en&#39; name=&#39;language&#39;/&gt;
&lt;b:if cond=&#39;data:blog.pageType != &quot;item&quot;&#39;&gt;
&lt;meta content=&#39;YOUR KEYWORDS SEPARATED BY COMMA&#39; name=&#39;keywords&#39;/&gt;
&lt;b:else/&gt;
&lt;meta expr:content=&#39;data:blog.pageName + &quot;YOUR KEYWORDS SEPARATED BY COMMA&quot;&#39; name=&#39;keywords&#39;/&gt;
&lt;/b:if&gt;

&lt;/textarea&gt;

&lt;b&gt;Use &lt;a href=&quot;http://www.w3schools.com/tags/att_img_alt.asp&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;alt tags in images&lt;/a&gt;, add a search description in every post.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Minimize images for your blog to load faster.&lt;a href=&quot;http://www.minifycss.com/css-compressor/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt; Minify your CSS&lt;/a&gt;.&amp;nbsp;&amp;nbsp;Put your script at the end, before &lt;i&gt;&quot;&amp;lt;/body&amp;gt;&quot;&lt;/i&gt; tag.&lt;br /&gt;
&lt;br /&gt;
6. &lt;b&gt;Promote Your Blog.&lt;/b&gt;&amp;nbsp;One way and the most effective is through social networking sites. That is why install a sharing buttons in every blog posts.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Create a Facebook Page&lt;/li&gt;
&lt;li&gt;Create Twitter Account&lt;/li&gt;
&lt;li&gt;Join Forums&lt;/li&gt;
&lt;li&gt;Share it with your &quot;real&quot; friends&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Any other network is good. Like &lt;a href=&quot;http://bloggers.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Bloggers.com&lt;/a&gt;. :D&lt;br /&gt;
&lt;br /&gt;
And lastly,&lt;b&gt; be friendly&lt;/b&gt;! :P&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/111342913705125723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/111342913705125723'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/12/to-do-before-and-after-creating-blog.html' title='To Do: Before and After Creating a Blog'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZNXNWIpO2edVPotZfT0qmwZs6Ts_MZLvvmF7OXptMZn-t8CbV8yZ78fxaPHpu3zfC7vKLjsBs0SCFWqJnx4RRRiLXQ23QiY7JVDitv6gjgCRXm7U6JDUZ0W6_1zCyDsHMhH44FDpMmo4/s72-c/funnydomainnames.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-788443328234314846</id><published>2012-10-08T03:27:00.001+08:00</published><updated>2012-10-08T03:29:47.290+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Article"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Downloading Entire Album in PicasaWeb Made Easy</title><content type='html'>If your planning to create a &lt;i&gt;gallery/album type blog&lt;/i&gt;, you better create an album in &lt;a href=&quot;http://picasa.google.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;PicasaWeb&lt;/a&gt;&amp;nbsp;rather than uploading it here in your post so that it will have a separate album from your blog&#39;s album.&lt;br /&gt;
&lt;br /&gt;
Then, just browse the image from PicasaWeb as you insert it here. It will be more convenient to your reader cause they will have an option to download the specific album.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Here&#39;s how to do it:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Upgrade your account as Google +.&lt;br /&gt;
&lt;br /&gt;
1. You just need the direct link of the album.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgvsHh9xItl2ejoVBW9sKeer6pxfhZTsyhFLQd4V0Q3GQ7Jjwdsh3VscyHVVrloLFHVZa5Sf2an0tSseLRXccI-_Pv7BtyRSELu5YFprbMpZPHj9wWyyhx35lCJUaF5O2CA-iClyA_7Co/s1600/picasawebdownload.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;321&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgvsHh9xItl2ejoVBW9sKeer6pxfhZTsyhFLQd4V0Q3GQ7Jjwdsh3VscyHVVrloLFHVZa5Sf2an0tSseLRXccI-_Pv7BtyRSELu5YFprbMpZPHj9wWyyhx35lCJUaF5O2CA-iClyA_7Co/s640/picasawebdownload.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;a href= &quot;LINK OF THE ALBUM&quot; target=&quot;_blank&quot;&amp;gt; Download &amp;lt;/a&amp;gt;&lt;/blockquote&gt;
2. &amp;nbsp;Then the reader will have an option to download the entire album by clicking the link that you&#39;ve created and this is how to download it.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_7WSF-hp5NEqcroanKkHF8apDHC5SvgfsMRAaJPJE3MCktrWkSCuiUyAm5tfaYWZ5tYCymGVIrrb073ykF4VdlvgjG6sUQR9LIDdfX-52RZ-S0ayHU-TD1P-r_RygKEKlvj_qvd2ehbQ/s1600/picasawebdownload1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;248&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_7WSF-hp5NEqcroanKkHF8apDHC5SvgfsMRAaJPJE3MCktrWkSCuiUyAm5tfaYWZ5tYCymGVIrrb073ykF4VdlvgjG6sUQR9LIDdfX-52RZ-S0ayHU-TD1P-r_RygKEKlvj_qvd2ehbQ/s640/picasawebdownload1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
All the images in the album will be downloaded as ZIP/RAR file, just extract it.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #660000;&quot;&gt;Note: Make sure not to upload nude pictures or else someone will report. haha&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://mattmorz.blogspot.com/feeds/788443328234314846/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mattmorz.blogspot.com/2012/10/downloading-entire-album-in-picasaweb.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/788443328234314846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/788443328234314846'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/10/downloading-entire-album-in-picasaweb.html' title='Downloading Entire Album in PicasaWeb Made Easy'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgvsHh9xItl2ejoVBW9sKeer6pxfhZTsyhFLQd4V0Q3GQ7Jjwdsh3VscyHVVrloLFHVZa5Sf2an0tSseLRXccI-_Pv7BtyRSELu5YFprbMpZPHj9wWyyhx35lCJUaF5O2CA-iClyA_7Co/s72-c/picasawebdownload.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-6213914173405192475</id><published>2012-10-04T16:46:00.002+08:00</published><updated>2012-10-04T16:46:23.843+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Auto-Tweet Your New Blog Post</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_94_sNFaVRR2U0wTi7CkLMINAhsiJSLzULkYRikU7bXJOwGoUAmgtlTr5-uqy-qYV_qYhIzlVtAbMT2sfo62EFvOmD8tmoQIohqWoVSN-nKKSMq-LEkBZeIulYOu-OFW3tWBW2HWfMmE/s1600/autotweetposts4.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_94_sNFaVRR2U0wTi7CkLMINAhsiJSLzULkYRikU7bXJOwGoUAmgtlTr5-uqy-qYV_qYhIzlVtAbMT2sfo62EFvOmD8tmoQIohqWoVSN-nKKSMq-LEkBZeIulYOu-OFW3tWBW2HWfMmE/s200/autotweetposts4.PNG&quot; width=&quot;169&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
So, you have a twitter now? If you don&#39;t have it then this will be impossible to do. haha&lt;br /&gt;
Seriously, sign-up! It&#39;s free. :D&lt;br /&gt;
&lt;br /&gt;
On the serious side, Twitter and Facebook is &amp;nbsp;popular today and so with blogging. What we are going to do is automatically tweet you new blog posts. Less hassle, and less effort on you side. You &lt;i&gt;don&#39;t&lt;/i&gt; need to log-in to your Twitter account, each time you want to share your new blog posts to your followers.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Here&#39;s how to do it:&lt;/h4&gt;
&lt;div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1. Log in to &lt;a href=&quot;http://feedburner.google.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;FeedBurner&lt;/a&gt;&amp;nbsp;then burn your rss feed. If you don&#39;t know how, check this video.&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;253&quot; src=&quot;http://www.youtube.com/embed/cz5g1UGZCZw?rel=0&quot; width=&quot;450&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
Don&#39;t finish the video just until 1:20sec.&lt;br /&gt;
&lt;br /&gt;
2. After creating your FeedBurner Feed just follow the instruction on the images &lt;i&gt;(click the images if you can&#39;t read it clearly)&lt;/i&gt;&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicHYwRcax7XfaIAm6Ki_XrdBN_Twvnc2wOfMev_Wd5oCKB-r_jGW30UHwiK1771JWzqO9wR4s0sYoziOpLshUqZ58zXrEtdYb7E6A5sAy_VAtSQPAGGJqkwimdS7htnvQpm9a5DeoWPBo/s1600/autotweetposts.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;293&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicHYwRcax7XfaIAm6Ki_XrdBN_Twvnc2wOfMev_Wd5oCKB-r_jGW30UHwiK1771JWzqO9wR4s0sYoziOpLshUqZ58zXrEtdYb7E6A5sAy_VAtSQPAGGJqkwimdS7htnvQpm9a5DeoWPBo/s400/autotweetposts.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;1&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHnCdinryp2kMsfAQZfHD_9cFNQzDkK07QQsg6dRf_2lPrOGvcbBZ-SNuOZ3Zmgf3VwuISWfexOVASmr9k55c_D6omWpicisJFKfj2tN49FMD3AYwkNjTZHXTVi0tdK80SJE4VazgtqVw/s1600/autotweetposts1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;323&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHnCdinryp2kMsfAQZfHD_9cFNQzDkK07QQsg6dRf_2lPrOGvcbBZ-SNuOZ3Zmgf3VwuISWfexOVASmr9k55c_D6omWpicisJFKfj2tN49FMD3AYwkNjTZHXTVi0tdK80SJE4VazgtqVw/s400/autotweetposts1.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;2&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs3Mb37Ar_WrRTt6QVGX-O9naxFqsC-FH-BYntZQEfAza4BkRJsWLFdh-lrbVCHjoqf7CZFVQ9d3gSbRkN1-eXboXjacDJETUA7Icdl6LPR8sOO33NtMzH5tjjIzPDqTczhjaeXUlew3g/s1600/autotweetposts2.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;383&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs3Mb37Ar_WrRTt6QVGX-O9naxFqsC-FH-BYntZQEfAza4BkRJsWLFdh-lrbVCHjoqf7CZFVQ9d3gSbRkN1-eXboXjacDJETUA7Icdl6LPR8sOO33NtMzH5tjjIzPDqTczhjaeXUlew3g/s400/autotweetposts2.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;3&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSoGpQxhbMjv6rheGp3mrPwll2_Zn1b3Jf3s1makiPIJbdmDLk-8JYKk0ZtZ9lep2D-PCFAfolstj161KUvNGICzuEVdLjpxdO7PjNJaeFG4Pbgkv89JuXJrqqD1GTNoiE4gSMofnD5VQ/s1600/autotweetposts3.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;153&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSoGpQxhbMjv6rheGp3mrPwll2_Zn1b3Jf3s1makiPIJbdmDLk-8JYKk0ZtZ9lep2D-PCFAfolstj161KUvNGICzuEVdLjpxdO7PjNJaeFG4Pbgkv89JuXJrqqD1GTNoiE4gSMofnD5VQ/s400/autotweetposts3.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;4&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
That&#39;s it! Any thoughts? :D&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://mattmorz.blogspot.com/feeds/6213914173405192475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mattmorz.blogspot.com/2012/10/autotweet.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/6213914173405192475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/6213914173405192475'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/10/autotweet.html' title='Auto-Tweet Your New Blog Post'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_94_sNFaVRR2U0wTi7CkLMINAhsiJSLzULkYRikU7bXJOwGoUAmgtlTr5-uqy-qYV_qYhIzlVtAbMT2sfo62EFvOmD8tmoQIohqWoVSN-nKKSMq-LEkBZeIulYOu-OFW3tWBW2HWfMmE/s72-c/autotweetposts4.PNG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-1266192908289422906</id><published>2012-09-23T02:15:00.001+08:00</published><updated>2012-09-23T02:16:23.781+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Gradient Effect for Blog Background</title><content type='html'>Isn&#39;t it nice to have a background that is catchy instead of plain color? If yes, proceed reading this.&lt;br /&gt;
&lt;br /&gt;
However, the most important is the content itself &amp;nbsp;because it makes your readers visit you blog often as it should be. This simple tweak will just add some &quot;flavor&quot; of your blog skin.&lt;br /&gt;
&lt;br /&gt;
&lt;b style=&quot;background-color: #d9ead3;&quot;&gt;Here&#39;s how to do it:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
1. &lt;b&gt;Create an image using Photoshop&lt;/b&gt;. Don&#39;t worry it wont require advance talent to create one.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Create a New Image in Photoshop:&amp;nbsp;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;50px-width, 450px-height&lt;/li&gt;
&lt;li&gt;Use gradient tool to fill that image with your choice of color&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;338&quot; src=&quot;http://www.youtube.com/embed/Cl4I1NXnf-Y?rel=0&quot; width=&quot;450&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: #fce5cd;&quot;&gt;&lt;b&gt;Important: &lt;/b&gt;The second &quot;color stop&quot; should be the main color of your background so that it will blend.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #fce5cd;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
Upload you image then get the image link. You can upload it through your posting.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;2.&lt;b&gt; Implement by CSS. &lt;/b&gt;From Dashboard&amp;gt; Template &amp;gt; Edit HTML &amp;gt; Find &quot;&lt;b&gt;body{&lt;/b&gt;&quot; then add this code below:&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
background: &lt;span style=&quot;color: #660000;&quot;&gt;&amp;lt;main color&amp;gt;&lt;/span&gt; url(&quot;&lt;i&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;IMAGE LINK&lt;/span&gt;&lt;/i&gt;&quot;) repeat-x top;&lt;/blockquote&gt;
e.g.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
background: &lt;span style=&quot;color: #990000;&quot;&gt;white&lt;/span&gt; url(&quot;&lt;span style=&quot;color: #0b5394;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2aup-92RxMyUTbYP0imuaWTdv6vJT0o0WDXhbDFfw6VSKZvugCfSwPJ9XNBr7qJjU7BMSUEOPAsa6vFM1OTdoY-eVR-xFVVf6upWdvce3IB0XCy8pypWqztlCpP_e_vwh-qvwL0wjoSs/s500/mattmorzbg.png&lt;/span&gt;&quot;) repeat-x top}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG3OwKlpAMenRgJcdhmM5lxSXzKLSJJSgVs0qRG-tO2cTWpbeGNCN-iOZF9MZhwjssA4KLTyVtHtVpvlpCYx7O9ViE0Swfn03Fp1A9gR74tctYrKJOe23vvqbTtirCRcuRgKQsH1DVU1c/s1600/gradientbg.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG3OwKlpAMenRgJcdhmM5lxSXzKLSJJSgVs0qRG-tO2cTWpbeGNCN-iOZF9MZhwjssA4KLTyVtHtVpvlpCYx7O9ViE0Swfn03Fp1A9gR74tctYrKJOe23vvqbTtirCRcuRgKQsH1DVU1c/s200/gradientbg.png&quot; width=&quot;21&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Like this image the first/top color is blue and the second color is black. Therefore, you should use black as your main-color in your body in CSS code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It should look like this:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
body{&lt;br /&gt;
&amp;nbsp; margin:10px;&lt;br /&gt;
&amp;nbsp; color:white; &lt;br /&gt;
&lt;span style=&quot;background-color: #9fc5e8;&quot;&gt;background: white url(&quot;https://lh3.googleusercontent.com/- Q6sS9wZv2p8/UF3N5dREXzI/AAAAAAAACvc/A4QioHGenMk/s500/mattmorzbg.png&quot;) repeat-x top;&lt;/span&gt;&lt;br /&gt;
}&amp;nbsp;&lt;/blockquote&gt;
&lt;br /&gt;
That&#39;s all folks!</content><link rel='replies' type='application/atom+xml' href='http://mattmorz.blogspot.com/feeds/1266192908289422906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mattmorz.blogspot.com/2012/09/gradient-effect-for-blog-background.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/1266192908289422906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/1266192908289422906'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/09/gradient-effect-for-blog-background.html' title='Gradient Effect for Blog Background'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/Cl4I1NXnf-Y/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-4760125022687958719</id><published>2012-09-11T19:21:00.000+08:00</published><updated>2012-09-11T19:21:01.167+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Resizing Blog Width: Image Problem</title><content type='html'>So, you decided to enlarge or make your blog smaller. And then this happens:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioUTxQRXmNd-kz2U5qZi_uXxdkNkCEn7FwraDyVRp4Lu1O_uaFuxE3p7_4H-S9rtF1q7oVlwddspSljjj2P0bf_HDwm0PpERNEJg89WymHzIa-puwpAgxWx00FpIOaa0qRffok4QuzmbY/s1600/overlapimg.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;381&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioUTxQRXmNd-kz2U5qZi_uXxdkNkCEn7FwraDyVRp4Lu1O_uaFuxE3p7_4H-S9rtF1q7oVlwddspSljjj2P0bf_HDwm0PpERNEJg89WymHzIa-puwpAgxWx00FpIOaa0qRffok4QuzmbY/s640/overlapimg.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The image&#39;s size overlaps to the blog(main-wrapper) &amp;nbsp;width, you can fix it by editing the post but what if your other posts have the same problem. Changing the image size will be tiring by doing it individually. So to solve this.We need a simple CSS code:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Here&#39;s the solution:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;1. &lt;/b&gt;You should know the size of your blog, to be specific the main-wrapper where your posts are written. You can go to the blog dashboard &amp;gt;Template&amp;gt; Edit Html, Find &quot;main-wrapper&quot; or to Customize&amp;gt; Adjust widths.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBPTKNGBofqaCXCGVTu9SmFjLqNu28gBntbIAUiMaXPqvYL1VkOBX4hAP4Mz_F1iZ54LEabQvs_Cm1PAff7y5kGvSSkcq9x1FwccAVkPMdLetKmSqWNEm1CbI_GlD0QN34RWjY9tuPu9s/s1600/main-wrapper.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;148&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBPTKNGBofqaCXCGVTu9SmFjLqNu28gBntbIAUiMaXPqvYL1VkOBX4hAP4Mz_F1iZ54LEabQvs_Cm1PAff7y5kGvSSkcq9x1FwccAVkPMdLetKmSqWNEm1CbI_GlD0QN34RWjY9tuPu9s/s640/main-wrapper.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
You can get the size of your blog posts area by subtracting the entire size(960px) to the right sidebar(310px) which for this, 650px. But you should keep in mind also the padding and the margin. So, it is safe to use 600px as your base image size.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. &lt;/b&gt;Then add this simple CSS code below before &lt;i&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/i&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: #660000;&quot;&gt;.post-body img{&lt;br /&gt;&amp;nbsp; &amp;nbsp;max-width: **px&lt;br /&gt;&amp;nbsp; height:auto;&lt;br /&gt;}&lt;/span&gt;&lt;/blockquote&gt;
&lt;i&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;color: #660000;&quot;&gt;**&lt;/span&gt;size in px, the size of your blog posts area.&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That&#39;s it! Any thoughts for this?</content><link rel='replies' type='application/atom+xml' href='http://mattmorz.blogspot.com/feeds/4760125022687958719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mattmorz.blogspot.com/2012/09/imgproblem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4760125022687958719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4760125022687958719'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/09/imgproblem.html' title='Resizing Blog Width: Image Problem'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioUTxQRXmNd-kz2U5qZi_uXxdkNkCEn7FwraDyVRp4Lu1O_uaFuxE3p7_4H-S9rtF1q7oVlwddspSljjj2P0bf_HDwm0PpERNEJg89WymHzIa-puwpAgxWx00FpIOaa0qRffok4QuzmbY/s72-c/overlapimg.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-4118172536957266012</id><published>2012-09-02T01:41:00.000+08:00</published><updated>2012-09-02T01:46:34.920+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>A &quot;SHOULD&quot; be codes on a Photo Blog</title><content type='html'>The following two codes will be useful for those who have photography blog, or just a simple blog with lots of images on its posts. Upon doing it with my friend,&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;demo&quot; href=&quot;http://funnywhat.blogspot.com/&quot; target=&quot;_blank&quot; title=&quot;click to view the outcome&quot;&gt;LIVE DEMO&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Well here are the two codes:&lt;br /&gt;
&lt;h4&gt;
1. Page Navigation using the left and right arrow keys.&amp;nbsp;&lt;/h4&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Isn&#39;t it great to navigate using arrow keys?&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b style=&quot;background-color: orange;&quot;&gt;Implementation:&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b style=&quot;background-color: orange;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Go to Template&amp;gt;Edit HTML&lt;/b&gt; in your Blogger dashboard and &amp;nbsp;tick the &lt;b&gt;Expand widget templates&lt;/b&gt; box near the top of the page. Then find this codes:&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: #990000;&quot;&gt;&amp;lt;div class=&#39;blog-pager&#39; id=&#39;blog-pager&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;b:if cond=&#39;data:newerPageUrl&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span id=&#39;blog-pager-newer-link&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a class=&#39;blog-pager-newer-link&#39; expr:href=&#39;data:newerPageUrl&#39; expr:id=&#39;data:widget.instanceId + &amp;amp;quot;_blog-pager-newer-link&amp;amp;quot;&#39; expr:title=&#39;data:newerPageTitle&#39;&amp;gt;&amp;lt;data:newerPageTitle/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/span&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;b:if cond=&#39;data:olderPageUrl&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span id=&#39;blog-pager-older-link&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a class=&#39;blog-pager-older-link&#39; expr:href=&#39;data:olderPageUrl&#39; expr:id=&#39;data:widget.instanceId + &amp;amp;quot;_blog-pager-older-link&amp;amp;quot;&#39; expr:title=&#39;data:olderPageTitle&#39;&amp;gt;&amp;lt;data:olderPageTitle/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/span&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&amp;nbsp;Then replace the above code with the code &lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;below&lt;/span&gt;&lt;/b&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: #073763;&quot;&gt;&amp;lt;div class=&#39;blog-pager&#39; id=&#39;blog-pager&#39;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;b:if cond=&#39;data:newerPageUrl&#39;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span id=&#39;blog-pager-newer-link&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a class=&#39;blog-pager-newer-link&#39; expr:href=&#39;data:newerPageUrl&#39; expr:title=&#39;data:newerPageTitle&#39; &lt;/span&gt;&lt;b&gt;id=&#39;newer&#39;&lt;/b&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;gt;&amp;lt;data:newerPageTitle/&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/span&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;b:if cond=&#39;data:olderPageUrl&#39;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span id=&#39;blog-pager-older-link&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a class=&#39;blog-pager-older-link&#39; expr:href=&#39;data:olderPageUrl&#39; expr:title=&#39;data:olderPageTitle&#39; &lt;/span&gt;&lt;b&gt;id=&#39;older&#39;&lt;/b&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;gt;&amp;lt;data:olderPageTitle/&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/span&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #073763;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&amp;nbsp;Lastly find &lt;b&gt;&amp;lt;/body&amp;gt; &lt;/b&gt;&amp;nbsp;then paste this code above &amp;nbsp;the &amp;lt;/body&amp;gt; tag:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
window.onload = function()&lt;br /&gt;
{&lt;br /&gt;
document.onkeyup = function(event)&lt;br /&gt;
{&lt;br /&gt;
var kGo = (!event) ? window.event : event;&lt;br /&gt;
switch(kGo.keyCode)&lt;br /&gt;
{&lt;br /&gt;
case 37:&lt;br /&gt;
window.location.href = document.getElementById(&amp;amp;#39;&lt;b&gt;newer&lt;/b&gt;&amp;amp;#39;).href;&lt;br /&gt;
break;&lt;br /&gt;
case 39:&lt;br /&gt;
window.location.href = document.getElementById(&amp;amp;#39;&lt;b&gt;older&lt;/b&gt;&amp;amp;#39;).href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
};&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
Preview it, if it&#39;s fine then save it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Tips: You can add another keyboard events/shortcuts just use different id to the link then another key of course. &lt;a href=&quot;http://unixpapa.com/js/key.html&quot; target=&quot;_blank&quot;&gt;Click here the list of the keyborad events.&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
case &lt;span style=&quot;color: #38761d;&quot;&gt;&lt;b&gt;&amp;lt;KEYCODE HERE&amp;gt;&lt;/b&gt;:&lt;/span&gt;&lt;br /&gt;
window.location.href = document.getElementById(&amp;amp;#39;&lt;b&gt;&lt;span style=&quot;color: #274e13;&quot;&gt;&amp;lt;ID HERE&amp;gt;&lt;/span&gt;&lt;/b&gt;&amp;amp;#39;).href;&lt;br /&gt;
break;&lt;/blockquote&gt;
You can use the above code to add another shortcuts.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://www.bloggerbuster.com/2012/07/blogger-page-navigation-arrow-keys.html&quot; target=&quot;_blank&quot;&gt;SOURCE&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
2. Lazy Load&amp;nbsp;&lt;/h4&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
The concept is quite simple. Lazy loading is a nifty way to load images in a long web page. In this method the images that are on demand are loaded first. So when the user scrolls through the web page, the images are loaded one after the other. The plugin ensures that only the images that are in the viewpoint of the reader are loaded first and the other images are left untouched.&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: #b45f06;&quot;&gt;&lt;b&gt;Implementation:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #b45f06;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
Find &lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt; tag then above this tag paste the code below:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;color: #274e13;&quot;&gt;&amp;lt;script charset=&#39;utf-8&#39; src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;script charset=&#39;utf-8&#39; src=&#39;http://stylifyyourblog1.googlecode.com/svn/trunk/lazyload.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;script charset=&#39;utf-8&#39; type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $(function() {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(&amp;amp;quot;img&amp;amp;quot;).lazyload({placeholder :&lt;br /&gt;&amp;amp;quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXlV1Ri-CoPkapjKb66JPWMXCdAZDiYs0mzljc2UGIO7cfKfFOgG1GMblvLV3BldzMrin7bqkzFmvlq9-TxaLn5Ot-NIv_BQMCqQyDGxNSgdEVXUCcBkYU3e8AJ0-v-fIp0NOoRHXkPDfr/s1600/greys.gif&amp;amp;quot;});&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;br /&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;script src=&#39;https://stylifyyourblog1.googlecode.com/svn/trunk/socialite.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
That&#39;s it. Save it! Credits goes to the hosts of the code.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Last words...&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
It will be useful for a photoblog to implement this because it lessen the load time and make your blog more fun to &quot;use&quot; and easy to navigate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mattmorz.blogspot.com/feeds/4118172536957266012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mattmorz.blogspot.com/2012/09/a-should-be-codes-on-photo-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4118172536957266012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/4118172536957266012'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/09/a-should-be-codes-on-photo-blog.html' title='A &quot;SHOULD&quot; be codes on a Photo Blog'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2640506156803363955.post-2392176046050288081</id><published>2012-08-28T00:38:00.000+08:00</published><updated>2012-08-28T00:38:04.578+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Videos"/><title type='text'>Adding Feedflare in Blogger</title><content type='html'>&lt;blockquote class=&quot;tr_bq&quot;&gt;
FeedFlare&lt;br /&gt;
Give your subscribers easy ways to email, tag, share, and act on the content you publish by including as many or few of the services listed below. FeedFlare places a simple footer at the bottom of each content item, helping you to distribute, inform and create a community around your content. &lt;i&gt;&lt;a href=&quot;http://feedburner.google.com/&quot; target=&quot;_blank&quot;&gt;-Google&lt;/a&gt;&lt;/i&gt;&lt;/blockquote&gt;
Needless to say, it&#39;s very helpful...it&#39;s not necessary but can help your blog to be interactive. And it doesn&#39;t hurt, why not add this FeedBurner &quot;function&quot;. Just follow this video tutorial. It&#39;s a seven minutes video but will only take a minute for you to follow. I just don&#39;t have a luxury to edit and shortened it. Sorry, here we go.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;http://www.youtube.com/embed/3XPLqURD6kA&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
If you don&#39;t know how to use Feedburner better watch the video below also:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;253&quot; src=&quot;http://www.youtube.com/embed/cz5g1UGZCZw&quot; width=&quot;450&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Don&#39;t finish watching the video just until 1:20secs then follow the first video.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mattmorz.blogspot.com/feeds/2392176046050288081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mattmorz.blogspot.com/2012/08/feedflareforblogger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/2392176046050288081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2640506156803363955/posts/default/2392176046050288081'/><link rel='alternate' type='text/html' href='http://mattmorz.blogspot.com/2012/08/feedflareforblogger.html' title='Adding Feedflare in Blogger'/><author><name>Matt Morales</name><uri>http://www.blogger.com/profile/09672611701693421052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/3XPLqURD6kA/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>