Posts

Showing posts from 2014

RANDOM POST WIDGET

Image

ALPHA ALPHA

Put in Alphabetical Order - free online tool Alphabetical Order Tool Paste your text in the box below and then click the button. The newly alphabetized text will appear in the box at the bottom of the page. Type of Sorting Required Standard Alphabetical Order Ascii Sorting Reverse Sorting Order (Z-A or 9-0) Input Format Options (separator between the items to be sorted) Blank space Comma Semi-colon Line break OR a custom separator:  Output Format Options Blank space Comma Semi-colon Line break OR a custom separator:  Removal Options Remove Duplicates   Remove Punctuation, and Brackets   Remove HTML   (Alphabetized text appears in box below) New Text in Alphabetical Order Copy your newly alphabetized ABC text from the box below.

ALPHABATICAL ORDER

Put in Alphabetical Order - free online tool Alphabetical Order Tool Paste your text in the box below and then click the button. The newly alphabetized text will appear in the box at the bottom of the page. Type of Sorting Required Standard Alphabetical Order Ascii Sorting Reverse Sorting Order (Z-A or 9-0) Input Format Options (separator between the items to be sorted) Blank space Comma Semi-colon Line break OR a custom separator:  Output Format Options Blank space Comma Semi-colon Line break OR a custom separator:  Removal Options Remove Duplicates   Remove Punctuation, and Brackets   Remove HTML   (Alphabetized text appears in box below) New Text in Alphabetical Order Copy your newly alphabetized ABC text from the box below.

RECENT POSTS

RECENT COMMENTS WITH AVATAR

Image
RECENT COMMENTS AVATAR

100 RANDOM POST THUMBNAILS WITH COMMENTS

Image

RANDOM POST THUMBNAIL WITH COMMENTS

Image

remover

LINE BREAK REMOVER TOOL Line Break Removal Tool Remove Line Breaks Paste your text in the box below and then click the button. The new text will appear in the box at the bottom of the page. Remove line breaks and paragraph breaks Remove line breaks only (preserve paragraphs) New Text without Line Breaks Copy your new text without line breaks from the box below.

Remove Line Breaks

LINE BREAK REMOVER TOOL Line Break Removal Tool Remove Line Breaks Paste your text in the box below and then click the button. The new text will appear in the box at the bottom of the page. Remove line breaks and paragraph breaks Remove line breaks only (preserve paragraphs) New Text without Line Breaks Copy your new text without line breaks from the box below.

REMOVE LINE BREAK

Image

Display Blogger Posts in Grid View with Thumbnails

Image

JAVA CODE FOR RECENT POST COMMENTS RELATED POST WIDGET

Image

SHORT POST SUMMERY JAVA CODE WITH IMAGE IN BLOG

<script type='text/javascript'> //<![CDATA[ function bp_thumbnail_resize(image_url,post_title) { var image_size=120; image_tag='<img src="'+image_url.replace('/s72-c/','/w'+image_size+'-h90-c/')+'" alt="'+post_title+'" title="'+post_title+'"/>'; if(image_url!="") return image_tag; else return ""; } //]]> </script> ------------------------------------------------------------------------------------------------------------------------------- <b:includable id='post' var='post'>   <article class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>     <b:if cond='data:post.firstImageUrl'>       <meta expr:content='data:post.firstImageUrl' itemprop='image'/>     </b:if> <b:if cond=...

SRC IMAGE HOVER EFFECT MOUSE OVER AND OUT

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>FB GADGETS</title> <link href="style.css" rel="stylesheet" type="text/css" /> <style></style> </head> <body> <a href="TARGET URL GOES HERE"> <img src="URL OF FIRST IMAGE GOES HERE" onmouseover="this.src='http://www.firstsearchconsultancy.co.uk/clients/north-east/car-body-repairs-loftus/car-body-repairs-loftus-pn-main.jpg'" onmouseout="this.src='http://www.allgigs.co.uk/images/object/artist/66582/Roary_The_Racing_Car-1-200-200-100-crop.gif'"> </img> </a> </body> </html> =================================================================== IN BLOG I USE THIS CODE IN THIS WAY =================================================================== <b:if cond='data:blog.pageType ...

POST THUMBNAIL SUMMARY CODE WITH AUTO READ MORE AND CHANGE EMPTY AND VIDEO POST IMAGE

FIND HEAD TAG AND REPLACE WITH BELOW CODE ======================================================================== <script type='text/javascript'>//<![CDATA[ img_width = 100; img_height = 300 function stripTags(s, n) { return s.replace(/<.*?>/ig, "").split(/\s+/).slice(0, n - 1).join(" ") } function readmore(a) { var p = document.getElementById(a), imgtag = "", img = p.getElementsByTagName("img"); if (img.length >= 1) imgtag = '<img class="postimg" src="' + img[0].src + '" width="'+img_width+'%" height="'+img_height+'px" />'; else imgtag = '<img class="thumb no-img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu_SMvPEbbdVRmh4yCD9WWuDMNhOnLZUQwTYAPH3bvmHR7Pwyr0CUpZHysT3qQ_moqKmgjeAVXw6XrObZlMsilgK69yXEFyUDN9xgNRUjMESEnrDOjC6ac_g5_v4DuMr80wAGKMt02f8A/" />'; p.innerHTML = '...

AJAX RELATED POST WIDGET

<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <HTML expr:dir='data:blog.languageDirection'>  <head>     <b:include data='blog' name='all-head-content'/>     <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.pageTitle/></title> <b:else/> <title><data:blog.pageName/> - <data:blog.title/></title> </b:if> <meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'/>     <meta expr:content='data:blog.metaDescription' name='description'/> <link href='//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css' rel='stylesheet'/> <!--[if lt IE 9]> <script src="http://mkr.googlecode.com/svn/JS/css3-mediaqueries.js"></script> <![endif]-->     <b:skin><![...