Tuesday, June 3, 2014

How To Use contact Form & In Wordpress 3.5.1

The Contact Form plugiyn allows you to implement a feedback form to a web-page or a post in no time. It is an extremely easy form, that doesn’t require any additional settings, though there are some available options. All you need is just to activate the plugin and insert the shortcode [bestwebsoft_contact_form] into the text. There is also a premium version of the plugin with more useful features available.



How to fetch Rss Feed Using Google api


Displaying RSS feeds easily using Google Ajax Feed API

Displaying RSS feeds from other sites (ie: CNN or Digg) on your own is a nice way to show constantly updated content automatically. However, for the novice web developer, setting this up can be daunting, requiring both knowledge from you and your server's ability to host remote files. Google's Ajax Feed API changes all that, by basically enabling any webmaster to display RSS feeds on their sites using some JavaScript code. It hosts the desired RSS feeds on their servers for you, caches them, and returns the data in either JSON or XML format for you to utilize. All that's left is for you to use some JavaScript to parse this data and output it on your page.
In this tutorial, I'll show you how to harness Google Ajax Feed API to fetch a RSS feed and display it on your site. Here are a few examples:
                                                                                   
/*








<script>
google.load("feeds""1");

// Our callback function, for when a feed is loaded.
function feedLoaded(result{
  if (!result.error{
    // Grab the container we will put the results into
    var container document.getElementById("content");
    container.innerHTML '';

    // Loop through the feeds, putting the titles onto the page.
    // Check out the result object for a list of properties returned in each entry.
    // http://code.google.com/apis/ajaxfeeds/documentation/reference.html#JSON
    for (var 0result.feed.entries.lengthi++{
      var entry result.feed.entries[i];
      var div document.createElement("div");
      div.appendChild(document.createTextNode(entry.title));
      container.appendChild(div);
    }
  }
}

function OnLoad({
  // Create a feed instance that will grab Digg's feed.
  var feed new google.feeds.Feed("http://www.digg.com/rss/index.xml");

  // Calling load sends the request off.  It requires a callback function.
  feed.load(feedLoaded);
}

google.setOnLoadCallback(OnLoad);
</script>

Wednesday, May 21, 2014

live chat room engine code for website

<!--Start of Zopim Live Chat Script-->

<script type="text/javascript">

window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=

d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.

_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');

$.src='//v2.zopim.com/?28aIx2QK9mgjA89UscwC9jKk5NjYrQF1';z.t=+new Date;$.

type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');

</script>

<!--End of Zopim Live Chat Script-->

Saturday, May 17, 2014

How to display Recent post of your blogger to your website


<div id="bop">
<marquee direction=up scrollamount='3'>
<script style="text/javascript" src="https://sites.google.com/site/projectdigitaltomato/blogger/js/rpost-english.js"></script>
<script style="text/javascript">var numposts =5;var showpostdate = false;var showpostsummary = true;var numchars = 100;var standardstyling = true;</script>
<script src="http://bookofprogrammer.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
</marquee>
</div>
<noscript>Your browser does not support JavaScript!</noscript>
<style type=text/css>

#rpdr, #rpdr a {color:#808080;}
#bop { border-bottom:1px #cccccc dotted; margin-top:-10px;font-size:14px; width:300px;}
.mtrpw a {font-weight:bold;color:#003366; text-decoration:none;font-style:italic; }
.mtrpwsumm {height:40px;width:280px;margin-bottom:20px;}
</style>

Wednesday, April 23, 2014

This Device ca perform faster if it connected usb 2.0

it simple problem in computer .
 when pendrive connected with computer popup come says 'this device perform faster ', this problem effect when data transfer from pendrive to computer vise versa, it takes more time to transfering data.


Solution for this problem

when computer start press delete button

your computer  bios open

select advance bios

now select north bridge

find usb 2.0 controller
then enable usb 2.0 controller press f10 or save
your problem solve