Recent Posts by Label Start

<div class='post-body entry-content' id='post-body-5057792887483412753' itemprop='description articleBody'>
<table width="585" cellspacing="0" cellpadding="5">
  <tr>
  <td width="561" height="20"><div align="center" class="style3"><strong>Latest</strong></div></td>
  </tr>
  <tr>
    <td width="560" valign="top">
 <div style="width:560px; height:100px; overflow:auto;">
    <!-- Recent Posts by Label Start -->
<!-- code by BloggerSentral.com -->
<script type="text/javascript">
function recentpostslist(json) {
 document.write('<ul>');
 for (var i = 0; i < json.feed.entry.length; i++)
 {
    for (var j = 0; j < json.feed.entry[i].link.length; j++) {
      if (json.feed.entry[i].link[j].rel == 'alternate') {
        break;
      }
    }
var entryUrl = "'" + json.feed.entry[i].link[j].href + "'";//bs
var entryTitle = json.feed.entry[i].title.$t;
var item = "<li>" + "<a href="+ entryUrl + '" target="_blank">' + entryTitle + "</a> </li>";
 document.write(item);
 }
 document.write('</ul>');
 }
</script>
<script src="https://teachersegdt.blogspot.com//feeds/posts/summary/-/Latest News?max-results=100&alt=json-in-script&callback=recentpostslist"></script>
<!-- Recent Posts by Label End -->
</div></td></tr>

How to disable right click on web page using JavaScript ?

<script language=javascript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;}}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

HTML Scroll Box

This scroll box has had a border added to it. You can add borders to anything in HTML - including scroll boxes.

HTML Code

<div dir="ltr" style="text-align: left;" trbidi="on">
<div style="border: 8px solid yellowgreen; height: 80px; overflow: auto; padding: 2%; width: 300px;">
TEXT HERE</div>

How to Add Random Post in Blogger with Pictures

I will show you how to insert add random post in Blogger blog with thumbnail and without thumbnail with pictures.

How to Add Random Post in Blogger with Pictures

Here Blogger have popular posts gadget but if we want show older post on blog then Blogger don’t have any gadget like that, so here I provide random post widget which enable to show you the older post randomly.

How to Add Recent Post Widget for Blogger with Pictures

I will show you how to insert add recent post widget for Blogger blog with pictures.
How to Add Recent Post Widget for Blogger with Pictures

When we make website using Blogger and we add a static home page on Blogger blog home, now we want to give updates for our visitor which blog post is recent publish by us so here when we add static Home page blogger then these post is not showing on the Blogger blog home page, then we use the resent post gadget for our visitor.

How to Add Anti Adblock Script in Blogger with Pictures

I will show you how to insert add Anti Adblock script in Blogger blog with Pictures.
How to Add Anti Adblock Script in Blogger with Pictures

Here guys if you run a blog or website and you have a good traffic but you earning is low, now day people are using Adblocker extension to block ads in their web browser.

How to Setup Windows XP from USB drive?

Step1: Prepping BartPE:
First we’ll prep the USB drive we’ll be using for booting. This is by far the largest step in the process, though it shouldn’t be difficult for anyone to follow. It requires a functional Windows system.
  1. Download BartPE builder from http://www.nu2.nu/pebuilder/
  2. Install BartPE. We’ll be assuming that you install to C:\pebuilder.
  3. Start PE Builder from the Start Menu. Point "Source:" to the location of your Windows XP setup files containing SP3.
  4. Make sure the "Output:" is set to "BartPE". 
  5. Set "Media output" as "Create ISO image" and filename as "c:\pebuilder\pebuilder.iso".
  6. Hit "Build". 
  7. When it's done building, image file "c:\pebuilder\pebuilder.iso" should be created properly.
Step2: Create XP Bootable USB Drive: