Showing posts with label Blogging Tools. Show all posts
Showing posts with label Blogging Tools. Show all posts

Saturday, October 25, 2014

List Randomizer

List Randomizer  tool can randomize a whole list of Words, Lines, Numbers, etc. with single click.

For Example:

If you start with.... You will get.…
Apple Dog
Ball Elephant
Cat Apple
Dog Ball
Elephant Cat











... or some other randomized list.

Instructions for Randomizing Lists:

1. Enter your list items in the field below, each item on a separate line.
Items can be names, numbers, addresses, etc. 
Don't randomize an extremely large list. Split it into many one to randomize it. 
Please don't enter anything confidential.

Paste lines in the text-field below. Click Randomize List button.



Remove leading blank spaces


Randomized List:



Disclaimer: You are using Online List Randomizer Tool entirely at your own risk.
Read More »

Friday, September 5, 2014

Ad Code Converter

No comments:
Ad code converter toolIf you facing errors or problems while embedding Ad Codes from Google Adsense, Adbrite, Chitika, Bidvertiser, etc. in Blogger template, then you are at right place to solve this problem.

The solution of this problem is to covert ad code into suitable correct format that is accepted by XHTML Blogger template.

The textbox tool given below automatically converts JavaScript ad code into the correct format so that you can embed it directly into xml Blogger template. It’s works perfectly for AdSense, AdBrite, Chitika or any other JavaScript ad code you may have.

Instructions for using Ad Code Converter Tool:

  • Paste your Adsense code or any other Ad Code in box give below and then press "Convert" button.
***the converted code will appear in this same box here, just after clicking "Convert" button***
  • Click "Select All" to select Converted Code.
  • Press "Ctrl+C" to copy to clipboard.
  • Embed code into blogger template.

Ad Code Converter Tool:




             

Note: 

The above tool is helpful for all JavaScript codes (Ads, Widget Codes, etc.) those are to be directly embedded into Blogger Template i.e. via Dashboard > Template > Edit HTML.

For example, the following JavaScript code for Google plus button:

<script src="https://apis.google.com/js/platform.js" async defer></script>

when directly embedded into template gives following error while saving template:

“Error parsing XML, line 1107, column 60: Attribute name "async" associated with an element type "script" must be followed by the ' = ' character.”

OR,

The following JavaScript ad code for Facebook like button:

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=275790029225681&version=v2.0";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

when directly embedded into template gives following error while saving template:

“Error parsing XML, line 1114, column 62: The reference to entity "appId" must end with the ';' delimiter.”

All these types of errors can be resolved by converting these codes with the Ad Code Converter Tool into correct format.

If you want to add Ads code into sidebar or bottom bar via Dashboard > Layout > Add Gadget > "HTML/JavaScript", then there is no need of  conversion of ad code. In this case, the ad code can be added directly.
Read More »