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
  • SRISIIM
  • Page 4

Author: SRISIIM

June 8, 2022June 8, 2022 SRISIIM

Ternary operator

1

Ternary Operator <script> var a = 100; var b; (a == 100)? b = “true” : b = “false”; document.write(b); </script>   <script> function getFee(isMember)

Read More
June 4, 2022 SRISIIM

Best websites for free image download

1

Below are best website for downloading free images and graphics https://www.pexels.com/

Read More
June 4, 2022June 4, 2022 SRISIIM

SVG Animation on hover change color

1

SVG Animation on hover change color #Vector-box:hover { fill:#4d4d4d; }  

Read More
May 24, 2022 SRISIIM

How to Hash Linking

1

(#) linking

Read More
How to combine First name and last name in excel
May 21, 2022May 21, 2022 SRISIIM

How to combine First name and last name in excel

1

Use below code for combining first name and last name. Code is = A1 & B1 For adding space in between name write below A1&”

Read More
May 16, 2022May 16, 2022 SRISIIM

Java Script on click Events

1, Javascript

Onclick Event <script> function myclick() { var x = document.getElementById(“msg”).value; document.getElementById(“demo”).innerHTML = x; } </script> Onclick Events Submit <script> function myclick(){ var x = document.getElementById(“name”).value;

Read More
May 16, 2022May 16, 2022 SRISIIM

Alert Code

1

<script> var x = “2”; var y = “2”; if (x <= y ){ window.alert(“value mached”); } else{ window.alert(“value does’t mach”); } </script>

Read More
May 14, 2022May 14, 2022 SRISIIM

Logical Operator – Logical and Logical or Logical Not (&&, ||, !)

1

Logical Operator are used for Checking more than one condition in a single time. Operator Name && Logical And || Logical OR ! Logical NOT

Read More
May 14, 2022May 14, 2022 SRISIIM

How to run Javascript and Javascript basic codes

1

Who to write javascript  Javascript must be write under <script> teg Like below <script> write your code here </script> Below is Javascript basic code <script>

Read More
November 7, 2021 SRISIIM

How to Hide YouTube Title bar, Control, and Ending Ads

1

Some time we need you tube videos Embeded code for our website. hare are some useful Youtube embeded code: Video Autoplay: Use below code making

Read More
« Prev 1 2 3 4 5 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
    May 2025
    M T W T F S S
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
    « Aug    
    All Right Reserved 2018
    Proudly powered by WordPress | Theme: Blog New by Candid Themes.