Tuesday, 15 July 2014
JAVA FILE MAKE & SAVE IN NOTE PAD


- 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
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
8- LINK SHOWS LIKE THIS
https://googledrive.com/host/0B2BtMc5vQHtXTnI4R1B0T1dCUm8
--------------------------------------------------------------------------------------------------------
Related movie you might like to see :

CSS SLIDER WITHOUT JS

FLICKITY SLIDER SCROLL WITH RADIO N...

FLICKITY JS CSS SLIDER

RADIO BUTTON SLIDER TO KEY FRAME SL...

BUTTON PADDING CHANGE HEIGHT WIDTH

INPUT BUTTON VALUE SWAP

CSS SYNTAX HIGHLIGHT CHANGE IN NOT...

WEB IMAGE DOWNLOADER

TEXT COMPARE OR DUPLI TEXT FINDER

BLOCK JAVA SCRIPT BY GOOGLE CHROME

MOUSE COORDINATES IN JAVA SCRIPT

RELATED POST WIDGET LIST WITHOUT TH...

DYNAMIC VIEWS BLOGGER TEMPLATE

FLASH PLAYER SWF FILE DOWNLOAD ARCH...

WHACK A RAT CSS GAME

GOOGLE FILTER BUTTON IN IMAGE SEARC...
JAVA SCRIPT BOOKS ONLINE

BASIC ELEVATE ZOOM PLUS

ELEVATE ZOOM JAVA SCRIPT WITH ONE I...

PRINT STAR PATTERN IN JAVA SCRIPT
?
+
X
Recommended for you
Loading..
Related Post for JAVA FILE MAKE & SAVE IN NOTE PAD
RELATED POST WIDGET LIST WITHOUT THUMBNAIL ------------------------------------------------------------------------------------------------------- FIND HEAD </head> TAG AND PASTE BELOW CODE WHEN Wā¦
HTML CSS GREEN COMMENTS NOTEPAD++ ------------------------------------------------------------------------------------------------------------------------- READ MORE: https://www.youtube.com/watch?v=Abqwpg5mp_Uā¦
BRICK WALL MENU BAR CODE -------------------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE http://fbgadgets.blogspoā¦
FLICKITY JS CSS SLIDER ----------------------------------------------------------------------------------------------------------------------- ReadMore: https://flickity.metafizzy.co/ NEED 1 CSS FILā¦
FIREBUG LITE USE OFFLINE ------------------------------------------------------------------------------------------------------------- 1)GET CSS CODE BY COPY CSS SELECTOR OR GOOGLE INSPECT 2) OR GET CSSā¦
WHACK A RAT CSS GAME ----------------------------------------------------------------------------------------------------------------- ReadMore: https://dzone.com/articles/css3-games-collection httā¦
FLICKITY SLIDER SCROLL WITH RADIO NEXT PREV BUTTON ----------------------------------------------------------------------------------------------------------- ReadMore: http://codepen.io/desandro/pen/bNLGNZ view-source:http://sā¦
ON LINE JAVA LIBRARY -------------------------------------------------------------------------------------------------------- READ MORE: https://cdnjs.com/libraries https://code.angularjs.org/ httpā¦
FLASH PLAYER SWF FILE DOWNLOAD ARCHIVES ---------------------------------------------------------------------------------------------------------------- FLASH PLAYER DOWNLOAD FROM ARCHIVES https://helpx.adobe.com/flaā¦
GOOGLE FILTER BUTTON IN IMAGE SEARCH ------------------------------------------------------------------------------------------------------ SEARCH IN GOOGLE: Google Image Search and search for any query,&nbsā¦
Direct Links to your Files on Google Drive DIRECT LINKS TO YOUR FILES ON GOOGLE DRIVE - YouTube ā¶ 5:17 https://www.youtube.com/watch?v=ehue47G5ayc 14 hours ago - Uploaded by SAVE MONEY DIRECT LINKā¦
FLASH 8 DOWNLOAD DIRECT LINKS TO YOUR FILES ON GOOGLE DRIVE - YouTube ā¶ 5:17 https://www.youtube.com/watch?v=ehue47G5ayc 14 hours ago - Uploaded by SAVE MONEY DIRECT LINKS&nā¦
JAVA FILE MAKE & SAVE IN NOTE PAD CLICK AND OPEN NOTE PAD IN WNDOW MENU BAR -------------------------------------------------------------------------------------------------------- COPYā¦
RADIO BUTTON SLIDER TO KEY FRAME SLIDER ------------------------------------------------------------------------------------------------------------ Read More: https://codepen.io/macbobbitt_/pen/jmEBL https://codepeā¦
Subscribe to:
Post Comments (Atom)
This is my 1st visit to your web... But I'm so impressed with your content. Good Job!
ReplyDeleteClick here:
Microsoft azure training in chennai
Click here:
Microsoft azure training in online
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.
ReplyDeleteClick here:
angularjs training in chennai
Click here:
angularjs2 training in chennai
Click here:
angularjs4 Training in Chennai
Click here:
angularjs5 Training in Chennai
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.
ReplyDeleteangularjs-Training in velachery
angularjs-Training in annanagar
angularjs Training in chennai
angularjs Training in chennai
Iāve desired to post about something similar to this on one of my blogs and this has given me an idea. Cool Mat.
ReplyDeletejava training in tambaram | java training in velachery
java training in omr | oracle training in chennai
It is better to engaged ourselves in activities we like. I liked the post. Thanks for sharing.
ReplyDeleteData Science course in rajaji nagar | Data Science with Python course in chenni
Data Science course in electronic city | Data Science course in USA
Data science course in pune | Data science course in kalyan nagar
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.
ReplyDeletepython training in velachery | python training institute in chennai
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
ReplyDeleteJava training in Marathahalli | Java training in Btm layout
Java training in Jaya nagar | Java training in Electronic city
Read all the information that i've given in above article. It'll give u the whole idea about it.
ReplyDeleteData Science course in kalyan nagar | Data Science course in OMR
Data Science course in chennai | Data science course in velachery
Data science course in jaya nagar | Data science training in tambaram
Thanks for your contribution in sharing such a useful information. Waiting for your further updates.
ReplyDeleteSpoken English Class in Chennai
Best Spoken English Class in Chennai
Spoken English Training Center in Chennai
IELTS Coaching Centre in Chennai
Best IELTS Courses in Chennai
IELTS in Chennai
IELTS Coaching Center near me
I believe that your blog will surely help the readers who are really in need of this vital piece of information. Waiting for your updates.
ReplyDeleteBest Selenium Training Institute in Bangalore
Selenium Testing Training in Bangalore
Selenium Institutes in Bangalore
Python Tutorial in Bangalore
Python Coaching Centers in Bangalore
Best Python Institute in Bangalore
Wonderful post very nice to read
ReplyDeleteazure certification training in chennai
Wonderful post. Thanks for taking time to share this information with us.
ReplyDeleteAzure Training in Chennai
Microsoft Azure Training in Chennai
R Training in Chennai
R Programming Training in Chennai
Data Science course in Chennai
Data Analytics Courses in Chennai
Robotics Process Automation Training in Chennai
Azure Training in Anna Nagar
Azure Training in T Nagar
ReplyDeleteIt 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
Wonderful blog!i really no words to thank you for giving an opportunity to read such kind of ideas.
ReplyDeleteAndroid Training in Chennai
Android Training in Velachery
JAVA Training in Chennai
Python Training in Chennai
Big data training in chennai
Selenium Training in Chennai
Android Training in Chennai
Android Training in Tambaram
thanks for sharing this informations
ReplyDeleteselenium training in omr
best hadoop training in chennai
selenium training in chennai
best hadoop training in omr
angularjs training in chennai
aws training in sholinganallur
best angularjs training in chennai
very nice website ķģė³¼ģ¬ģ“ķø
ReplyDeleteI Love your website i am ready your all website article. ccc Online exam 2020
ReplyDeleteź²ģ ģģ§ ģµģ ķģ ģ±ź³µķė ė°©ė²
ReplyDeleteģøķ°ė· ė¹ģ¦ėģ¤ģģ ė ė§ģ ģģµģ ģ¬ė¦¬ė ¤ė©“ ķøėķ½ģ“ ė§ģģė” ė§¤ģ¶ģ“ ėģ ģ§ėÆė” ėøė”ź·ø ė ģ¹ ģ¬ģ“ķøė” ė ė§ģ ķøėķ½ģ ģ ėķ“ģ¼ķ©ėė¤. ķøėķ½ģ ģµģ ķķė ¤ė©“ ź²ģ ģģ§ ģµģ ķģ ėķ“ ė°°ģ°ģģģ¤. ģė źø°ģ¬ģģ ķė„ķ ź²ģ ģģ§ ģµģ ķ ė°©ė²ģ ģģė³“ģģģ¤.
ķ¤ģėź° ķ¬ķØ ė ėė©ģø ģ“ė¦ģ ź·ķģ ė øė „ģ ķ° ėģģ“ ė ģ ģģµėė¤. ģ¬ėė¤ģ“ ģ¹ ģ¬ģ“ķøė„¼ ź²ģ ķ ė ģ¹ ģ¬ģ“ķøė„¼ ģ½ź² ģ°¾ģ ģ ģėė”ķģģģ¤. ķøėķ½ģ ź“ź³ ėæė§ ģėė¼ ė¤ģķ ģģ¤ģģ ėģ¬ ģ ģģµėė¤. ģ“ė¬ķ ģģ¤ ģ¤ ķėė ź²ģ ģģ§ ź²°ź³¼ģ ėė¤.
ėøė”ź¹ ģ ķė„ķ SEO źø°ģ ģ ėė¤. ėøė”ź·øė ģė”ģ“ ģ»Øķ ģø ė° ķģ§ ė°ģ“ķ°ė„¼ ģ ź³µķė ķ ź²ģ ź²°ź³¼ģģ ģ½ź² ģģė„¼ ė§¤źøø ģ ģģµėė¤. ė°± ė§ķ¬ė ź²ģ ģģ§ ģģė„¼ ėģ“ė ė° ķģģ ģø ė¶ė¶ģ ėė¤.
ģ¬ģ“ķø ė§µģ SEO ģ¬ķģ ėģģ“ ė ģ ģģµėė¤. ģ¤ķģ“ėė ģ¬ģ“ķø ė§µģ ģ¬ģ©ķģ¬ ģ¹ ģ¬ģ“ķø ź“ė Ø ģ ė³“ė„¼ ģ°¾ģµėė¤. ģ¬ģ“ķøź° ė ėģ ź³³ģ ģģ¼ė©“ ė ė²ģ§øģ§ėź° ķģķ ģ ģģµėė¤. ģ§ė ė¹ ė§ķ¬ģ ģģ 100 ėÆøė§ģ¼ė” ģ ģ§ķė ź²ģ“ ģ¤ģķ©ėė¤.
ź²ģ ģģ§ģ“ ģ½ķ ģø ė„¼ ģ“ķ“ķ ģ ģėė” ķģ“ģ§ė„¼ ģ ģ¤ėŖ ķė ģ ėŖ© ķź·øė„¼ ģ¬ģ©ķģģģ¤. ģ ėŖ©ģ 60 ģ (ģģ«ģ źø°ģ¤)ė„¼ ģ“ź³¼ ķ ģ ģģµėė¤. ģ“ė ėė¶ė¶ģ ź²ģ ģģ§ģ ģ ķģ ėė¤. ėķ ģ²ģ 60ģė„¼ ģ ķøķģ¬ ź·ø ģ“ķģ ėØģ“ģ ź°ģ¤ģ¹ė„¼ ģ¤ģ ėė¤.
ė§ķ¬ źµķģ ģ°øģ¬ķė ėģ ź²ģ ģģ§ ź²°ź³¼ģ ėģģ“ėė źø°ģ¬ źµķ ģģ ģ ėķ“ ģź°ķ“ė³“ģģģ¤. ģ“ źø°ģ¬ źµķģė ģ¹ ģ¬ģ“ķøģ ė¤ė„ø ģ¬ģ“ķø ģģ ģź° źø°ģ¬ė„¼ ź²ģķź³ ė§ķ¬ģ ķ¬ė ė§ģ ģ ź³µķė ź²ģ“ ķ¬ķØė©ėė¤. ź·øė¤ģ ė¹ģ ģ“ ģ“ źø°ģ¬ģ ź°ģ ģ¼ģ ķ ź²ģ ėė¤. ė§ķ¬ źµķė³“ė¤ ķØź³¼ģ ģ“ė©° ė ģ¬ģ“ķø ėŖØė ģė”ģ“ ģ»Øķ ģø ė„¼ ģģ ķ©ėė¤.
ķøėķ½ģ“ ź°ģ„ ė§ģ ģ¹ ģ¬ģ“ķøė ź²ģ ģģ§ ź²°ź³¼ģ ģ²ģ ėŖ ķģ“ģ§ģ ėķėė ģ¬ģ“ķøģ ėė¤. ėøė”ź·ø ė ģ¹ ģ¬ģ“ķøģģ ģģ ģ ėģ“ė ¤ė©“ ė¤ģ ģ ģģ ė°ė„“ģģģ¤. ģ¬ė°ė„ø ė°©ģģ¼ė” ź²ģ ģģ§ ģµģ ķė„¼ ģ¬ģ©ķė©“ ģ¤ģ ė” ģ±ź³µķė ė° ėģģ“ ė ģ ģģµėė¤ źµ¬źøģģė øģ¶.
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 ķģė³¼.
ReplyDeleteReally i found this article more informative, thanks for sharing this article! ģ½ģøģ¹“ģ§ė ø
ReplyDeletenice blog you people inspiring us lot..
ReplyDeleteAngularJS Training in Chennai | AngularJS Training in Anna Nagar | AngularJS Training in OMR | AngularJS Training in Porur | AngularJS Training in Tambaram | AngularJS Training in Velachery
Nice post thank sharing
ReplyDeleteRomantic love quotes for whatsapp
Love shayari image download
Happy wedding anniversary wishes
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
ReplyDeleteAi & Artificial Intelligence Course in Chennai
PHP Training in Chennai
Ethical Hacking Course in Chennai Blue Prism Training in Chennai
UiPath Training in Chennai
ReplyDelete360DigiTMG, 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.
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.
ReplyDeletepython 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
From your blog, I can learn some new knowledge, I like the valuable information you provide in your articles.
ReplyDeletesap training in chennai
sap training in tambaram
azure training in chennai
azure training in tambaram
cyber security course in chennai
cyber security course in tambaram
ethical hacking course in chennai
ethical hacking course in tambaram
useful site for learning.i have cleared my doubts.
ReplyDeleteeasy way to earn money online tips and tricks
earn money online tips and tricks
earn money online without investments
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.
ReplyDeleteAngular 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
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.
ReplyDeleteSelenium Training in Chennai
Selenium Training in Velachery
Selenium Training in Tambaram
Selenium Training in Porur
Selenium Training in Omr
Selenium Training in Annanagar
very nice website.
ReplyDeleteamazon web services aws training in chennai
microsoft azure training in chennai
workday training in chennai
android-training-in chennai
ios training in chennai
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.
ReplyDeleteIELTS Coaching in chennai
German Classes in Chennai
GRE Coaching Classes in Chennai
TOEFL Coaching in Chennai
Spoken english classes in chennai | Communication training
Wow. This is amazing site for me. Good work on this webpage.
ReplyDeleteBest sensitivity settings for pubg mobile 2021
New south movie 2021 hindi dubbed download filmywap
Faug game ko download kaise karte hain 2021
Apna Driving licence kaise check kare online
Facebook par privacy kaise lagaye jati hai In Hindi
Amazing post thanks for sharing.
ReplyDeleteBest Tableau Training Institute in Pune
Apache Spark Training Institute in Pune
ą¤ą„ą¤” ą¤®ą„ą¤°ą„ą¤Øą¤æą¤ą¤ ą¤¶ą¤¾ą¤Æą¤°ą„ In Hindi
ReplyDeleteWhy Is Vt Market Login Required?
ReplyDeletePhoenix Edge is a Best Digital marketing Company in faridabad
ReplyDeleteForex Broker UK Get Information On The Top Forex Brokers In Canada. Read Reviews, Compare The Best Trading Platforms, & Find The Right Broker For You.
ReplyDeleteNice Blog
ReplyDeletebest jewellery software jewellery accounting software swarnapp software
software for jewellers
Jewellery Girvi Software
Nice Blog
ReplyDeleteJewellery ERP Software Dubai
Jewellery ERP Software Dubai
Nice Blog
ReplyDeleteBest Web Development Agency USA
Best Web Development Agency USA
That was great to read.
ReplyDeleteJava training in Pune