Showing posts with label BLOGGER. Show all posts
Showing posts with label BLOGGER. Show all posts

Random Banner Advertise Script Code for Website,Blogspot and Wordpress

Friday, June 1, 2012


how to show random adLast week I am thinking about random banner advertise. This will work with page reload system. When you reload a page banner ad automatically changed. This script work with all browser. You can put random ad anywhere, any place even all kinds of Blogger or Wordpress website. Script is very sample, notice below script box, there have three section –


  • Your targeted web address
  • Banner image link
  • You can fix banner width and height

  • Live Demo


    Just Notice Ad Beside Custom Search Engine (Reload three or five time)

    This script completely customizable, by default three random ad will display but you can change ad number by changing below line –
    var how_many_ads = 3
    And add an extra script like below –
    if (ad==4) { txt=""; url="http://www.allursolve.com"; alt="downloadbyresume.com"; banner="http://i1080.photobucket.com/albums/j340/allursolve/BASE-DBR-ad--240-100.png"; width="240"; height="100"; }
    If you want to put default script (three random banner ad show then no need to add any additional script. I suggest you, without knowing script no need to add additional ad script. Just add below code (for blogger you can input this script inside template {for advance users) or add a “HTML/JavaScript” widget.

    Here is Overall Code –

     

    <script language="JavaScript">

    var how_many_ads = 3;
    var now = new Date()
    var sec = now.getSeconds()
    var ad = sec % how_many_ads;
    ad +=1;
    if (ad==1) {
    txt="";
    url="http://www.bpl.allursolve.com";
    alt="watch all kinds of live cricket";
    banner="http://i1080.photobucket.com/albums/j340/allursolve/portable-software-240-100.png";
    width="240";
    height="100";
    }
    if (ad==2) {
    txt="";
    url="http://www.movie.allursolve.com";
    alt="more than thousand movie for your watch and download";
    banner="http://i1080.photobucket.com/albums/j340/allursolve/downloadbyresume-240-100.png";
    width="240";
    height="100";
    }
    if (ad==3) {
    txt="";
    url="http://www.allursolve.com";
    alt="best tutorial site";
    banner="http://i1080.photobucket.com/albums/j340/allursolve/BASE-DBR-ad--240-100.png";
    width="240";
    height="100";
    }
    document.write('<center>');
    document.write('<a href=\"' + url + '\" target=\"_blank\">');
    document.write('<img src=\"' + banner + '\" width=')
    document.write(width + ' height=' + height + ' ');
    document.write('alt=\"' + alt + '\" border=0><br>');
    document.write('<small>' + txt + '</small></a>');
    document.write('</center>');

    </script>

    Just change your targeted web address, banner image link and alternate image text.

    url="http://www.bpl.allursolve.com"; alt="watch all kinds of live cricket"; banner="http://i1080.photobucket.com/albums/j340/allursolve/portable-software-240-100.png"; width="240"; height="100";
    Hope you will enjoy new banner ad service, less space but best facility. If anybody feel problem about this code don’t be hesitated to contact with me.


     

    Continue Reading | comments

    Blogger Custom DOMAIN Setup for All Domain

    This summary is not available. Please click here to view the post.
    Continue Reading | comments

    Blogger Blog Writing Software-Windows Live Writer

    By Windows Live Writer You can Write Ur Blog with Live Preview in Offline. This is Offline Blog Writer Software. I Mean, Even Without Internet You can Write Ur Blog in Your Template (Windows Live Automatically Load Ur Template). It’s Really Very Good Programs for Writing Blog in Blogger. A Lot of Plug-in Available in Windows Live Software. You can Publish Your Blog without Login in Blogger. I Tell Details Feature in Below About this Software – 
      HOME, INSERT and BLOG Account are the Main Menu in Windows Live Writer.

     HOME – 
    Home Menu Preview (Click for Enlarge)
    You can Manage Ur Account (Multiple or Single)
    Windows Live have a Full Featured Post Editor. Without Any HTML Knowledge You can Add Anything (Title{h1 to h6},Tag, Table,…….). You can also Add in Ur Post - Map, Video, Table, Code (With Plug-in), Facbook or Twitter like Button, Hyperlink, Image. Change Ur Font Color, Type or Size as Like Ur Wish.
    Set Ur Post Category , Date or Save Ur Post.
    Publish Ur Post by Publish Button.

     INSERT – 
    Look Left Side Div, From Here You can Add Horizontal Line, Clear Break and Read More Option (Spilt Post).
    Insert Menu Details (Click on Image to Enlarge)
    You can Add Table With Live Preview (Everything is Live Because You Write in front of Ur Theme).
    Hyperlink, Photo, Image Album, Video, Map, Post Tag, Emoticon also Available in Insert Tab.
    Plug-In : A Lot of Plug-in Available in Windows Live Writer. You can Download Any Plug-in from Get Plug-in Link.
     List of Windows Live Plug-in – 
    1. Code Snippet (Add HTML Code in Ur Post)
    2. Facebook Notification ( When You Give Any Post it’s Automatically Publish in Ur Facebook Wall)
    3. Generate Tag (Auto Tag Creator)
    4. Google Buzz (Bottom of the Post You can Add this Button)
    5. Insert a Feed (Add Ur Feed by this Plug-in)
    6. Insert Code (Insert Any Visible HTML or JavaScript Code in Ur Post by this Plug-in)
    7. File Plug-in (Add Ur File)
    8. Tweet Me and Tweet Notify Plug-in
    9. And Many More Available in Windows Live Official Site.

     Blog Account – 
    From Here You can Update Ur Template (If You Change It)
     How can Start –
    First Download Windows Live Writer.
    After Installing It Select Ur Blogger Platform.
    Give Ur E-mail and Password.
    After that WL Automatically Connect With Ur Site and Ur Template Available in Ur Software Background.
    You can Also Add Multiple Account from “Home” to “Add Blog Account Button”.
     I Hope Ur Blog Writing will be More Easy, Stylish and Comfortable by this Software.
    Continue Reading | comments

    Blogger Sitemap Error Correction Tips


    sitemap thumbSitemap is Very important for SEO. But Sometime Google Webmaster would not accept Regular Sitemap URL (rss.xml/atom.xml) for Blogger Site. For My Site it would be happened. Here I Give You Some tips which help you to accept your Sitemap in Google Webmaster very quickly.
    What I Need to Do – 
    It’s Very Easy Task. Go Google Webmaster and Sign in with Your Gmail Account. Select "Sitemap" from "Site Configuration" Menu. Now Click "Submit a Sitemap" Button. Submit two Sitemap for your Site.
    Now We Need to Change Our Regular URL – 
      Your Regular Sitemap URL is – www.yoursite.com/rss.xml change it to >>
    www.yoursite.com/rss.xml?redirect=false&start-index=1&max-results=999
    Another Regular Sitemap URL is – www.yoursite.com/atom.xml
    Change Above URL to – www.yoursite.com/atom.xml?redirect=false&start-index=1&max-results=999
    sitemap image
    I ensure you; Maximum 10 minutes Google Webmaster Take to accept your Sitemap.
    Continue Reading | comments

    MENGGANTI LOGO BLOGGER

    Saturday, May 26, 2012

    MENGGANTI LOGO BLOGGER

    Pernah lihat logo para blogger yang memakai logo sendiri (default logo blogger.com mirip huruf B)??? Lama-lama jadi pingin juga ganti logo pakai image buatan sendiri, jadi sekarang kubuat logo atau gambar dengan ukuran width : 20px dan height : 20px, simpan dengan format gif.
    Kemudian upload photo/gambar yang sudah diedit tadi ke situs penyimpan gambar. Supaya ga usah daftar lagi gunakan aja yang punya google, picasaweb.google.com tinggal masukkan ID Email dan sandi gmail.
    Atau bisa juga disimpan di photobucket.com dan yang lainnya.
    Copy / ambil kode link gambar yang sudah anda upload
    (misal : https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiziEKpMN-4q0JuqBl8ENongZGvtAEHIrIPLeAG0wuHvmElkn2k3iUThZPmEBgGd-zZ0t6wDOzX2G38-fb0cxvOx2hxpcP7qYuL3wY9CqkR17Dt9aMfcd9mHx5Z_g1J3p5grjVrB1sDJeg/s800/bendera%20indonesia.gif )

    Cari kode html berikut di template blog anda :

    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[

    (untuk lebih cepat gunakan ctrl F saat mencari di Edit HTML blog anda)

    Copykan kode berikut diantara kedua kode diatas :

    <link href='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiziEKpMN-4q0JuqBl8ENongZGvtAEHIrIPLeAG0wuHvmElkn2k3iUThZPmEBgGd-zZ0t6wDOzX2G38-fb0cxvOx2hxpcP7qYuL3wY9CqkR17Dt9aMfcd9mHx5Z_g1J3p5grjVrB1sDJeg/s800/bendera%20indonesia.gif' rel='shortcut icon'/>

    tulisan yang tercetak tebal dan berwarna biru diatas adalah alamat file gambar yang tadi sudah anda uploud, ganti dengan kode gambar anda.



    Untuk jelasnya hasil copy paste seperti dibawah ini :

    <title><data:blog.pageTitle/></title>

    <link href='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiziEKpMN-4q0JuqBl8ENongZGvtAEHIrIPLeAG0wuHvmElkn2k3iUThZPmEBgGd-zZ0t6wDOzX2G38-fb0cxvOx2hxpcP7qYuL3wY9CqkR17Dt9aMfcd9mHx5Z_g1J3p5grjVrB1sDJeg/s800/bendera%20indonesia.gif' rel='shortcut icon'/>

    <b:skin><![CDATA[

    lalu tinggal simpan template anda (SAVE)

    dan lihat hasilnya >>>> Logo Blog anda sudah ganti....

    Selamat Mencoba.
    Continue Reading | comments
     
    Copyright © 2008-2015. Deshi Tunes:: Your most important blogging platform for Tips and Tricks... - All Rights Reserved
    Template Modify by DTunes Apps