Skip to main content

Posts

Showing posts from August 7, 2016

Search - engine - what about

A web search engine is a software system that is designed to search for information on the World Wide Web.  The search results are generally presented in a line of results often referred to as search engine results pages (SERPs). The information may be a mix of web pages, images, and other types of files. Some search engines also mine data available in databases or open directories. Unlike web directories, which are maintained only by human editors, search engines also maintain real-time information by running an algorithm on a web crawler

how to insert html code read more on blogger

how to insert html code read more on blogger step 1 Click anywhere inside the code area,then press the CTRL+F Keyes  and search for this code  </head> paste the code below over  head <script type='text/javascript'> summary_noimg = 600; summary_img = 600; img_thumb_height = 250; img_thumb_width = 350; </script> <script type='text/javascript'> //<![CDATA[ function removeHtmlTag(strx,chop) { if(strx.indexOf("<")!=-1) { var s = strx.split("<");for(var i=0;i<s.length;i++){if(s[i].indexOf(">")!=-1){s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);}}strx = s.join("");} chop = (chop < strx.length-1) ? chop : strx.length-2;while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;strx = strx.substring(0,chop-1);return strx+'...';} function createSummaryAndThumb(pID){ var div = document.getElementById(pID); va...