Tuesday, 15 July 2014

JAVA FILE MAKE & SAVE IN NOTE PAD





  1. CLICK AND OPEN NOTE PAD IN WNDOW MENU BAR












--------------------------------------------------------------------------------------------------------
COPY AND PASTE BELOW CODE AND SAVE IN NOTE PAD  my.js
OR JAVA FILE ONLINE SOURCE
https://cdnjs.com/libraries
http://codepen.io/perrymorse1/pen/zGpeBw.html
http://code.jquery.com/jquery/ CLICK UNCOMPRESSD OR MINIFIED
https://developers.google.com/speed/libraries/devguide
http://jqueryui.com/download/all/
http://logicpool.com/archives/330
http://scriptsrc.net/
http://fbgadgets.blogspot.co.uk/2015/10/data-uri-code-image-convert-into-jpg_30.html
----------------------------------------------------------------------------------------------------------


var nopage;
var jenis;
var nomerhal;
var lblname1;
halamanblogger();

function loophalaman(banyakdata) {
    var html = '';
    nomerkiri = parseInt(numshowpage / 2);
    if (nomerkiri == numshowpage - nomerkiri) {
        numshowpage = nomerkiri * 2 + 1
    }
    mulai = nomerhal - nomerkiri;
    if (mulai < 1) mulai = 1;
    maksimal = parseInt(banyakdata / postperpage) + 1;
    if (maksimal - 1 == banyakdata / postperpage) maksimal = maksimal - 1;
    akhir = mulai + numshowpage - 1;
    if (akhir > maksimal) akhir = maksimal;
    html += "<span class='showpageOf'>Page " + nomerhal + ' of ' + maksimal + "</span>";
    var prevnomer = parseInt(nomerhal) - 1;
    if (nomerhal > 1) {
        if (nomerhal == 2) {
            if (jenis == "page") {
                html += '<span class="showpage"><a href="' + home_page + '">' + upPageWord + '</a></span>'
            } else {
                html += '<span class="showpageNum"><a href="/search/label/' + lblname1 + '?&max-results=' + postperpage + '">' + upPageWord + '</a></span>'
            }
        } else {
            if (jenis == "page") {
                html += '<span class="showpageNum"><a href="#" onclick="redirectpage(' + prevnomer + ');return false">' + upPageWord + '</a></span>'
            } else {
                html += '<span class="showpageNum"><a href="#" onclick="redirectlabel(' + prevnomer + ');return false">' + upPageWord + '</a></span>'
            }
        }
    }
    for (var jj = mulai; jj <= akhir; jj++) {
        if (nomerhal == jj) {
            html += '<span class="showpagePoint">' + jj + '</span>'
        } else if (jj == 1) {
            if (jenis == "page") {
                html += '<span class="showpageNum"><a href="' + home_page + '">1</a></span>'
            } else {
                html += '<span class="showpageNum"><a href="/search/label/' + lblname1 + '?&max-results=' + postperpage + '">1</a></span>'
            }
        } else {
            if (jenis == "page") {
                html += '<span class="showpageNum"><a href="#" onclick="redirectpage(' + jj + ');return false">' + jj + '</a></span>'
            } else {
                html += '<span class="showpageNum"><a href="#" onclick="redirectlabel(' + jj + ');return false">' + jj + '</a></span>'
            }
        }
    }
    var nextnomer = parseInt(nomerhal) + 1;
    if (nomerhal < maksimal) {
        if (jenis == "page") {
            html += '<span class="showpageNum"><a href="#" onclick="redirectpage(' + nextnomer + ');return false">' + downPageWord + '</a></span>'
        } else {
            html += '<span class="showpageNum"><a href="#" onclick="redirectlabel(' + nextnomer + ');return false">' + downPageWord + '</a></span>'
        }
    }
    var pageArea = document.getElementsByName("pageArea");
    var blogPager = document.getElementById("blog-pager");
    for (var p = 0; p < pageArea.length; p++) {
        pageArea[p].innerHTML = html
    }
    if (pageArea && pageArea.length > 0) {
        html = ''
    }
    if (blogPager) {
        blogPager.innerHTML = html
    }
}

function hitungtotaldata(root) {
    var feed = root.feed;
    var totaldata = parseInt(feed.openSearch$totalResults.$t, 10);
    loophalaman(totaldata)
}

function halamanblogger() {
    var thisUrl = urlactivepage;
    if (thisUrl.indexOf("/search/label/") != -1) {
        if (thisUrl.indexOf("?updated-max") != -1) {
            lblname1 = thisUrl.substring(thisUrl.indexOf("/search/label/") + 14, thisUrl.indexOf("?updated-max"))
        } else {
            lblname1 = thisUrl.substring(thisUrl.indexOf("/search/label/") + 14, thisUrl.indexOf("?&max"))
        }
    }
    if (thisUrl.indexOf("?q=") == -1 && thisUrl.indexOf(".html") == -1) {
        if (thisUrl.indexOf("/search/label/") == -1) {
            jenis = "page";
            if (urlactivepage.indexOf("#PageNo=") != -1) {
                nomerhal = urlactivepage.substring(urlactivepage.indexOf("#PageNo=") + 8, urlactivepage.length)
            } else {
                nomerhal = 1
            }
            document.write("<script src=\"" + home_page + "feeds/posts/summary?max-results=1&alt=json-in-script&callback=hitungtotaldata\"><\/script>")
        } else {
            jenis = "label";
            if (thisUrl.indexOf("&max-results=") == -1) {
                postperpage = 20
            }
            if (urlactivepage.indexOf("#PageNo=") != -1) {
                nomerhal = urlactivepage.substring(urlactivepage.indexOf("#PageNo=") + 8, urlactivepage.length)
            } else {
                nomerhal = 1
            }
            document.write('<script src="' + home_page + 'feeds/posts/summary/-/' + lblname1 + '?alt=json-in-script&callback=hitungtotaldata&max-results=1" ><\/script>')
        }
    }
}

function redirectpage(numberpage) {
    jsonstart = (numberpage - 1) * postperpage;
    nopage = numberpage;
    var nBody = document.getElementsByTagName('head')[0];
    var newInclude = document.createElement('script');
    newInclude.type = 'text/javascript';
    newInclude.setAttribute("src", home_page + "feeds/posts/summary?start-index=" + jsonstart + "&max-results=1&alt=json-in-script&callback=finddatepost");
    nBody.appendChild(newInclude)
}

function redirectlabel(numberpage) {
    jsonstart = (numberpage - 1) * postperpage;
    nopage = numberpage;
    var nBody = document.getElementsByTagName('head')[0];
    var newInclude = document.createElement('script');
    newInclude.type = 'text/javascript';
    newInclude.setAttribute("src", home_page + "feeds/posts/summary/-/" + lblname1 + "?start-index=" + jsonstart + "&max-results=1&alt=json-in-script&callback=finddatepost");
    nBody.appendChild(newInclude)
}

function finddatepost(root) {
    post = root.feed.entry[0];
    var timestamp1 = post.published.$t.substring(0, 19) + post.published.$t.substring(23, 29);
    var timestamp = encodeURIComponent(timestamp1);
    if (jenis == "page") {
        var alamat = "/search?updated-max=" + timestamp + "&max-results=" + postperpage + "#PageNo=" + nopage
    } else {
        var alamat = "/search/label/" + lblname1 + "?updated-max=" + timestamp + "&max-results=" + postperpage + "#PageNo=" + nopage
    }
    location.href = alamat
}

-------------------------------------------------------------------------------------------------------
FIND FREE JAVA HOSTING SITES  AND WRITE YOUR JAVA LINK
LIKE THIS IN BLOGGER TEMPLATE

<link href='http://fonts.googleapis.com/css?family=Arvo|Sanchez' rel='stylesheet' type='text/css'/>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js' type='text/javascript'/>
<link href="http://dte-project.googlecode.com/svn/trunk/tabbed-toc-skin.css" rel="stylesheet"></link>
------------------------------------------------------------------------------------------------
IF U WANT TO WRITE YOUR CODE IN BLOG HTML/JAVA WIDGET
U WRITE YOUR CODE BETWEEN JAVA OPEN TAG AND JAVA CLOSE TAG
LIKE THIS WAY OR USE THIS WAY CSS CLOSED TAG FILE

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="https://googledrive.com/host/0B2BtMc5vQHtXSHFfWU5TVUJYQjg" type="text/javascript"></script>

<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css" />
<link href="http://dte-project.googlecode.com/svn/trunk/tabbed-toc-skin.css" rel="stylesheet"></link>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'> </script>
--------------------------------------------------------------------------------------------------------------------
http://www.tizag.com/javascriptT/javascriptexternal.php
NOTE:
SAVE HTML AND JAVA SCRIPT FILE IN SAME FOLDER
---------------------------------------------------------------------------------------------------------------------

importing an external javascript file

Importing an external file is relatively painless. First, the file you are importing must be valid JavaScript, and only JavaScript. Second, the file must have the file extension ".js". Lastly, you must know the location of the file.
Let us assume we have a file "myjs.js" that contains a one line Hello World alert function. Also, let us assume that the file is the same directory as the HTML file we are going to code up. To import the file you would do the following in your HTML document.

File myjs.js Contents:

function popup() {
alert("Hello World")
}

HTML & JavaScript Code:

<html>
<head>
<script src="myjs.js">
</script>
</head>
<body>
<input type="button" onclick="popup()" value="Click Me!">
</body>
</html>

-----------------------------------------------------------------------------------------------------
HOW TO WRITE CSS CODE BEFORE HEAD </head> OR BODY TAG</body>
LIKE THIS WAY


/* WRITE YOUR CSS CODE BETWEEN RED TAG
----------------------------------------------------------
*/


<style type="text/css">

#post-gallery {
width:304px;
margin:0px auto;
font:normal 11px Arial,Sans-Serif;
color:#494848;
padding:8px;
background-color:#17B986;
-webkit-box-shadow:0px 10px 30px rgba(0, 0, 0, 0.4);
-moz-box-shadow:0px 10px 30px rgba(0, 0, 0, 0.4);
box-shadow:0px 10px 30px rgba(0, 0, 0, 0.4);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

</style>

-------------------------------------------------------------------------------------------------------



------------------------------------------------------------------------------------------------
IF U DO NOT WANT TO MAKE JAVA FILE AND  U WANT TO WRITE YOUR
BEFORE  HEAD TAG </head> OR BODY TAG </body> IN THIS CASE YOU
U WRITE YOUR CODE BETWEEN JAVA TAGS LIKE THIS
-------------------------------------------------------------------------------------------

<script type='text/javascript'>
//<![CDATA[

/* WRITE YOUR JAVA CODE BETWEEN RED TAG
----------------------------------------------------------
*/

var nopage;
var jenis;
var nomerhal;
var lblname1;
halamanblogger();

//]]> 
</script> 


-----------------------------------------------------------------------------------------------------------
ADD TWO JAVA FUNCTION IN ONE JAVA FILE PAGINATION AND POST SUMMARY
FUNCTION
------------------------------------------------------------------------------------------------------------

https://dl.dropboxusercontent.com/u/80436322/onlinetrick.js

------------------------------------------------------------------------------------------------
GOOGLE DRIVE FILE HOSTING
-------------------------------------------------------------------------------------------------

READ MORE:
http://fbgadgets.blogspot.co.uk/2013/08/sliding-effect-post-slider-style1.html
http://fbgadgets.blogspot.co.uk/2013/08/BlogFileHostingFiles.html
http://fbgadgets.blogspot.co.uk/2014/07/recommended-post-slide-out-for-blogger.html
GOGGLE DRIVE HOSTING
1-SET SHARING OPTION PUBLIC
2-UPLOAD JAVA OR CSS  FILE
3-CLICK SHARE BUTTON FOR PUBLIC
4- GET SHARING LINK
5- LIKE THIS
https://docs.google.com/file/d/0B2BtMc5vQHtXTnI4R1B0T1dCUm8/edit?usp=sharing
6- CHANGE RED MARKER LINE INTO  https://googledrive.com/host
7- FINAL STEP ERASE/DELETE YELLOW MARKER LINE
8- LINK SHOWS LIKE THIS
https://googledrive.com/host/0B2BtMc5vQHtXTnI4R1B0T1dCUm8
--------------------------------------------------------------------------------------------------------





41 comments:

  1. This is my 1st visit to your web... But I'm so impressed with your content. Good Job!
    Click here:
    Microsoft azure training in chennai
    Click here:
    Microsoft azure training in online

    ReplyDelete
  2. The knowledge of technology you have been sharing thorough this post is very much helpful to develop new idea. here by i also want to share this.
    Click here:
    angularjs training in chennai
    Click here:
    angularjs2 training in chennai
    Click here:
    angularjs4 Training in Chennai
    Click here:
    angularjs5 Training in Chennai

    ReplyDelete
  3. The knowledge of technology you have been sharing thorough this post is very much helpful to develop new idea. here by i also want to share this.
    angularjs-Training in velachery

    angularjs-Training in annanagar

    angularjs Training in chennai

    angularjs Training in chennai

    ReplyDelete
  4. Iā€™ve desired to post about something similar to this on one of my blogs and this has given me an idea. Cool Mat.
    java training in tambaram | java training in velachery

    java training in omr | oracle training in chennai

    ReplyDelete
  5. After seeing your article I want to say that the presentation is very good and also a well-written article with some very good information which is very useful for the readers....thanks for sharing it and do share more posts like this.
    python training in velachery | python training institute in chennai

    ReplyDelete
  6. You made such an interesting piece to read, giving every subject enlightenment for us to gain knowledge. Thanks for sharing the such information with us
    Java training in Marathahalli | Java training in Btm layout

    Java training in Jaya nagar | Java training in Electronic city

    ReplyDelete

  7. It has been simply incredibly generous with you to provide openly what exactly many individuals wouldā€™ve marketed for an eBook to end up making some cash for their end, primarily given that you could have tried it in the event you wanted.
    Data Science Training in Chennai | Best Data Science Training in Chennai
    Python Course in Chennai | Best Python Training Course Institutes in Chennai
    RPA Training in Chennai | Best RPA Course Training in Chennai
    Digital Marketing Course in Chennai | Best Digital Marketing Course Training in Chennai

    ReplyDelete
  8. I Love your website i am ready your all website article. ccc Online exam 2020

    ReplyDelete
  9. ź²€ģƒ‰ ģ—”ģ§„ ģµœģ ķ™”ģ— ģ„±ź³µķ•˜ėŠ” ė°©ė²•

    ģøķ„°ė„· ė¹„ģ¦ˆė‹ˆģŠ¤ģ—ģ„œ ė” ė§Žģ€ ģˆ˜ģµģ„ ģ˜¬ė¦¬ė ¤ė©“ ķŠøėž˜ķ”½ģ“ ė§Žģ„ģˆ˜ė” ė§¤ģ¶œģ“ ė†’ģ•„ ģ§€ėƀė”œ ėø”ė”œź·ø ė‚˜ ģ›¹ ģ‚¬ģ“ķŠøė”œ ė” ė§Žģ€ ķŠøėž˜ķ”½ģ„ ģœ ė„ķ•“ģ•¼ķ•©ė‹ˆė‹¤. ķŠøėž˜ķ”½ģ„ ģµœģ ķ™”ķ•˜ė ¤ė©“ ź²€ģƒ‰ ģ—”ģ§„ ģµœģ ķ™”ģ— ėŒ€ķ•“ ė°°ģš°ģ‹­ģ‹œģ˜¤. ģ•„ėž˜ źø°ģ‚¬ģ—ģ„œ ķ›Œė„­ķ•œ ź²€ģƒ‰ ģ—”ģ§„ ģµœģ ķ™” ė°©ė²•ģ„ ģ•Œģ•„ė³“ģ‹­ģ‹œģ˜¤.

    ķ‚¤ģ›Œė“œź°€ ķ¬ķ•Ø ėœ ė„ė©”ģø ģ“ė¦„ģ€ ź·€ķ•˜ģ˜ ė…øė „ģ— ķ° ė„ģ›€ģ“ ė  ģˆ˜ ģžˆģŠµė‹ˆė‹¤. ģ‚¬ėžŒė“¤ģ“ ģ›¹ ģ‚¬ģ“ķŠøė„¼ ź²€ģƒ‰ ķ•  ė•Œ ģ›¹ ģ‚¬ģ“ķŠøė„¼ ģ‰½ź²Œ ģ°¾ģ„ ģˆ˜ ģžˆė„ė”ķ•˜ģ‹­ģ‹œģ˜¤. ķŠøėž˜ķ”½ģ€ ź“‘ź³ ėæė§Œ ģ•„ė‹ˆė¼ ė‹¤ģ–‘ķ•œ ģ†ŒģŠ¤ģ—ģ„œ ė‚˜ģ˜¬ ģˆ˜ ģžˆģŠµė‹ˆė‹¤. ģ“ėŸ¬ķ•œ ģ†ŒģŠ¤ ģ¤‘ ķ•˜ė‚˜ėŠ” ź²€ģƒ‰ ģ—”ģ§„ ź²°ź³¼ģž…ė‹ˆė‹¤.

    ėø”ė”œź¹…ģ€ ķ›Œė„­ķ•œ SEO źø°ģˆ ģž…ė‹ˆė‹¤. ėø”ė”œź·øėŠ” ģƒˆė”œģš“ ģ»Øķ…ģø  ė° ķ’ˆģ§ˆ ė°ģ“ķ„°ė„¼ ģ œź³µķ•˜ėŠ” ķ•œ ź²€ģƒ‰ ź²°ź³¼ģ—ģ„œ ģ‰½ź²Œ ģˆœģœ„ė„¼ ė§¤źøø ģˆ˜ ģžˆģŠµė‹ˆė‹¤. ė°± ė§ķ¬ėŠ” ź²€ģƒ‰ ģ—”ģ§„ ģˆœģœ„ė„¼ ė†’ģ“ėŠ” ė° ķ•„ģˆ˜ģ ģø ė¶€ė¶„ģž…ė‹ˆė‹¤.

    ģ‚¬ģ“ķŠø ė§µģ€ SEO ģ—¬ķ–‰ģ— ė„ģ›€ģ“ ė  ģˆ˜ ģžˆģŠµė‹ˆė‹¤. ģŠ¤ķŒŒģ“ė”ėŠ” ģ‚¬ģ“ķŠø ė§µģ„ ģ‚¬ģš©ķ•˜ģ—¬ ģ›¹ ģ‚¬ģ“ķŠø ź“€ė Ø ģ •ė³“ė„¼ ģ°¾ģŠµė‹ˆė‹¤. ģ‚¬ģ“ķŠøź°€ ė” ė„“ģ€ ź³³ģ— ģžˆģœ¼ė©“ ė‘ ė²ˆģ§øģ§€ė„ź°€ ķ•„ģš”ķ•  ģˆ˜ ģžˆģŠµė‹ˆė‹¤. ģ§€ė„ ė‹¹ ė§ķ¬ģ˜ ģ–‘ģ„ 100 ėÆøė§Œģœ¼ė”œ ģœ ģ§€ķ•˜ėŠ” ź²ƒģ“ ģ¤‘ģš”ķ•©ė‹ˆė‹¤.

    ź²€ģƒ‰ ģ—”ģ§„ģ“ ģ½˜ķ…ģø ė„¼ ģ“ķ•“ķ•  ģˆ˜ ģžˆė„ė” ķŽ˜ģ“ģ§€ė„¼ ģž˜ ģ„¤ėŖ…ķ•˜ėŠ” ģ œėŖ© ķƒœź·øė„¼ ģ‚¬ģš©ķ•˜ģ‹­ģ‹œģ˜¤. ģ œėŖ©ģ€ 60 ģž (ģ˜ģˆ«ģž źø°ģ¤€)ė„¼ ģ“ˆź³¼ ķ•  ģˆ˜ ģ—†ģŠµė‹ˆė‹¤. ģ“ėŠ” ėŒ€ė¶€ė¶„ģ˜ ź²€ģƒ‰ ģ—”ģ§„ģ˜ ģ œķ•œģž…ė‹ˆė‹¤. ė˜ķ•œ ģ²˜ģŒ 60ģžė„¼ ģ„ ķ˜øķ•˜ģ—¬ ź·ø ģ“ķ›„ģ˜ ė‹Øģ–“ģ— ź°€ģ¤‘ģ¹˜ė„¼ ģ¤„ģž…ė‹ˆė‹¤.

    ė§ķ¬ źµķ™˜ģ— ģ°øģ—¬ķ•˜ėŠ” ėŒ€ģ‹  ź²€ģƒ‰ ģ—”ģ§„ ź²°ź³¼ģ— ė„ģ›€ģ“ė˜ėŠ” źø°ģ‚¬ źµķ™˜ ģž‘ģ—…ģ— ėŒ€ķ•“ ģƒź°ķ•“ė³“ģ‹­ģ‹œģ˜¤. ģ“ źø°ģ‚¬ źµķ™˜ģ—ėŠ” ģ›¹ ģ‚¬ģ“ķŠøģ— ė‹¤ė„ø ģ‚¬ģ“ķŠø ģ†Œģœ ģžź°€ źø°ģ‚¬ė„¼ ź²Œģ‹œķ•˜ź³  ė§ķ¬ģ™€ ķ¬ė ˆė”§ģ„ ģ œź³µķ•˜ėŠ” ź²ƒģ“ ķ¬ķ•Øė©ė‹ˆė‹¤. ź·øė“¤ģ€ ė‹¹ģ‹ ģ“ ģ““ źø°ģ‚¬ģ™€ ź°™ģ€ ģ¼ģ„ ķ•  ź²ƒģž…ė‹ˆė‹¤. ė§ķ¬ źµķ™˜ė³“ė‹¤ ķšØź³¼ģ ģ“ė©° ė‘ ģ‚¬ģ“ķŠø ėŖØė‘ ģƒˆė”œģš“ ģ»Øķ…ģø ė„¼ ģˆ˜ģ‹ ķ•©ė‹ˆė‹¤.

    ķŠøėž˜ķ”½ģ“ ź°€ģž„ ė§Žģ€ ģ›¹ ģ‚¬ģ“ķŠøėŠ” ź²€ģƒ‰ ģ—”ģ§„ ź²°ź³¼ģ˜ ģ²˜ģŒ ėŖ‡ ķŽ˜ģ“ģ§€ģ— ė‚˜ķƒ€ė‚˜ėŠ” ģ‚¬ģ“ķŠøģž…ė‹ˆė‹¤. ėø”ė”œź·ø ė‚˜ ģ›¹ ģ‚¬ģ“ķŠøģ—ģ„œ ģ‹œģ„ ģ„ ė†’ģ“ė ¤ė©“ ė‹¤ģŒ ģ œģ•ˆģ„ ė”°ė„“ģ‹­ģ‹œģ˜¤. ģ˜¬ė°”ė„ø ė°©ģ‹ģœ¼ė”œ ź²€ģƒ‰ ģ—”ģ§„ ģµœģ ķ™”ė„¼ ģ‚¬ģš©ķ•˜ė©“ ģ‹¤ģ œė”œ ģ„±ź³µķ•˜ėŠ” ė° ė„ģ›€ģ“ ė  ģˆ˜ ģžˆģŠµė‹ˆė‹¤ źµ¬źø€ģƒģœ„ė…øģ¶œ.

    ReplyDelete
  10. Keep in mind that spiders cannot identify obscure URL names, so be mindful of this when you create new pages. Be sure to create a unique name for the URL of every page. Even more preferable, use a keyword and make sure it flows well ķŒŒģ›Œė³¼.

    ReplyDelete
  11. Really i found this article more informative, thanks for sharing this article! ģ½”ģøģ¹“ģ§€ė…ø

    ReplyDelete
  12. I also wanted to share few links related to sas training Check this sitete.if share indepth sas training.Go here if youā€™re looking for information on sas training.thanks
    Ai & Artificial Intelligence Course in Chennai
    PHP Training in Chennai
    Ethical Hacking Course in Chennai Blue Prism Training in Chennai
    UiPath Training in Chennai

    ReplyDelete

  13. 360DigiTMG, Indore is a leading solutions provider of Training and Consulting to assist students, professionals by delivering top-notch, world-class classroom and online training. It offers courses in artificial intelligence training in indore.

    ReplyDelete
  14. Thanks for taking your own time to discuss this topic, I feel happy about that curiosity has increased to learn more about this topic. it is very much useful for me to understand many concepts and helped me a lot. it is really explainable very well.
    python training in chennai

    python online training in chennai

    python training in bangalore

    python training in hyderabad

    python online training

    python flask training

    python flask online training

    python training in coimbatore


    ReplyDelete
  15. Thank a lot for this post that was very interesting. Keep posting like those amazing posts, this is really awesome :) Thank you for sharing wonderful information with us to get some idea about that content.
    Angular js Training in Chennai

    Angular js Training in Velachery

    Angular js Training in Tambaram

    Angular js Training in Porur

    Angular js Training in Omr
    Angular js Training in Annanagar

    ReplyDelete
  16. This is an amazing post. Very informative and expressed in a precise way. Its a must recommend post! thanks for such a great content! Loved reading it. Appreciate.
    Selenium Training in Chennai

    Selenium Training in Velachery

    Selenium Training in Tambaram

    Selenium Training in Porur

    Selenium Training in Omr

    Selenium Training in Annanagar

    ReplyDelete
  17. Wow it is really wonderful and awesome thus it is very much useful for me to understand many concepts and helped me a lot. it is really explainable very well and i got more information from your blog.
    IELTS Coaching in chennai

    German Classes in Chennai

    GRE Coaching Classes in Chennai

    TOEFL Coaching in Chennai

    Spoken english classes in chennai | Communication training

    ReplyDelete
  18. Forex Broker UK Get Information On The Top Forex Brokers In Canada. Read Reviews, Compare The Best Trading Platforms, & Find The Right Broker For You.

    ReplyDelete

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

FB Gadgets | Template Designed by Fatakat PhotosCoolBThemes.com
Code by : paid web directory

https://www.google.co.uk/search?q=site%3Ablogspot.com+fbgadgets