วันอาทิตย์ที่ 29 ธันวาคม พ.ศ. 2556

Embed SoundCloud to Blogger

How to Create a Animated jQuery Quote Rotator in Blogger


  • Blogging is not about earning. Its about serving the Humanity.
  • Don't choose Blogging as your profession, unless you really have no choice!!!
  • Education is the most powerful weapon which you can use to change the world.
  • The Lift is too shorT, Live it or be dead.
  • It's fine to celebrate success but it is more important to heed the lessons of failure.
  • You can't have a light without a dark to stick it in.
  • If you think your teacher is tough, wait until you get a boss. He doesn't have tenure.


Ref: mybloggerlab.com

How to Add Keyboard Navigation in Your Blogger Blog

The First thing you need to do is to Login into your blogger dashboard. Now go to Your Blog >> Template >> Edit HTML and search for the ending </head> tag. After finding the tag, just above it paste the following JavaScript coding.

<script type='text/javascript'>
window.onload = function()
{
document.onkeyup = function(event)
{
if (document.activeElement.nodeName == 'TEXTAREA' || document.activeElement.nodeName == 'INPUT') return;
event = event || window.event;
switch(event.keyCode)
{
case 37:
var newerLink = document.getElementById('Blog1_blog-pager-newer-link');
if(newerLink !=null) window.location.href = newerLink.href;
break;
case 39:
var olderLink = document.getElementById('Blog1_blog-pager-older-link');
if(olderLink!=null) window.location.href = olderLink.href;
}
};
};
</script>

วันเสาร์ที่ 28 ธันวาคม พ.ศ. 2556

Embed PDF in Google Doc to Blogger

How To Embed PDF in Google Doc to Blogger. Read here.


Youtube Clip

How to Embed Google Map in Blogger

The first thing you need to do is to go to https://maps.google.com, and enter your location in the location searcher present at the top of the webpage. See more here.

Insert code in HTML blogger editor

Set width="630" and height="400" in iframe google map


ดูแผนที่ขนาดใหญ่ขึ้น


Widgets and BlogCode in this blog.

There are:

Image frome freeresponsivedesign.com

Back To Top Widgets
jQuery Facebook Photo Gallery For Blogger
findmyfacebookid
Add Keyboard Navigation
and more