Skip to content
  • Home
  • Learning Java script
    • Java Script Introduction
    • Javascript Comments
    • Learning Comment on Javascript
    • Learning Javascript Variables
    • What is Data Type in Javascript? How many Datatype in Javascript?
    • Operators
      • Arithmetic Operators
      • Comparison Operator
      • Logical Operator
  • Email Configure
    • How to Configure Google G Suite MX Records in a cPanel Hosting Account
  • Coding Related Problems
    • Blog Writing
      • How to write code in blog Tutorial and highlight the code
  • What is
    • What is Content Delivery Network (CDN)
    • How to import data from CSV file to php my admin
  • Shop
  • Cart
  • Checkout
  • My account

Eyeshiv Glog

Website Designing Blog

You Are Here
  • Home
  • 2022
  • June

Month: June 2022

June 28, 2022June 28, 2022 SRISIIM

What should be the size of facebook Header Page

1

The facebook banner size should be 360 x 820

Read More
June 27, 2022 SRISIIM

Javascript Increment Function

1

<script> var i = 0; function buttonClick() { i++; document.getElementById(‘inc’).value = i; } </script> <button onclick=”buttonClick();”>Click Me</button> <input type=”text” id=”inc” value=”0″></input>

Read More
June 27, 2022June 28, 2022 SRISIIM

Ajax Tutorial

Ajax

AJAX   The HTTP method to use for the request (e.g. “POST”, “GET”, “PUT”).  $.ajax() can be used to send http GET, POST, PUT, DELETE etc. request. It

Read More
June 26, 2022June 26, 2022 SRISIIM

Jquery Starting

Jquery

$( document ).ready() block. $( document ).ready(function() { console.log( “ready!” ); }); <div id=”demo”></div> <script> $(‘p’).click(function(){ document.getElementById(“demo”).innerHTML = “Hi this is new jquery testing”; });

Read More
June 26, 2022June 26, 2022 SRISIIM

How do JavaScript Page Lifecycle Events work

Javascript

The lifecycle of an HTML page has three important events: DOMContentLoaded – the browser fully loaded HTML, and the DOM tree is built, but external resources

Read More
June 26, 2022June 26, 2022 SRISIIM

Writing array code

Javascript

Writing array code: <script> var x =[23, 34, 43, 44, 43]; for (var i = 0; i < 4; i++) document.write(x[i]); </script>     var

Read More
June 25, 2022June 25, 2022 SRISIIM

Important things to learn in javascript

1

Javascript is a event based Programming Language Javascript Events: Click Double Click Right Click Mouse Hover Mouse Out Drag Drop Key Press Key Up Load

Read More
June 24, 2022June 26, 2023 SRISIIM

How to write code in wordpress blog for Making Tutorials

1

For Writing code in wordpress use <pre> </pre> Teg Write your Javascript code in between pre teg <form action=”https://www.google.com/search” class=”searchform” method=”get” name=”searchform” target=”_blank”> <input name=”sitesearch”

Read More
June 24, 2022June 24, 2022 SRISIIM

How to give facebook Business page managing rights to third party

1

For giving managing rights to the advertising company follow following steps: Go to facebook business page. Go to Page settings 3. Then go to the

Read More
June 17, 2022June 17, 2022 SRISIIM

Javascript Important tags taking value from HTML

1

document.getElementById(“divid”).innerHTML; document.getElementByClassName(“classname”); document.getElementById(“”).value; document.forms[“formname”][“inputtextname”].value;  

Read More
1 2 Next »

Recent Posts

  • How to replace August 9, 2023
  • How to add google translate button on my website. June 26, 2023
  • How to add google Translate in my website June 26, 2023
  • How to add Google Search input box in my website June 26, 2023
  • How to remove empty space form Input box Javascript January 21, 2023

Recent Comments

    Archives

    Categories

    • 1
    • Ajax
    • Javascript
    • Jquery
    June 2022
    M T W T F S S
     12345
    6789101112
    13141516171819
    20212223242526
    27282930  
    « May   Jul »
    All Right Reserved 2018
    Proudly powered by WordPress | Theme: Blog New by Candid Themes.