Author name: SKB

pranayama-ಪ್ರಾಣಾಯಾಮ

Pranayama-ಪ್ರಾಣಾಯಾಮ Pranayama is a form of yoga that focuses on controlling the breath. It is believed that by controlling the breath, one can control the mind and achieve a higher state of consciousness. Pranayama is a combination of two words: “prana,” which means breath or life force, and “ayama,” which means control or expansion. The […]

Share

pranayama-ಪ್ರಾಣಾಯಾಮ Read More »

Mutual Funds

All about mutual funds A mutual fund is a type of investment vehicle that pools money from multiple investors to purchase securities, such as stocks, bonds, or real estate. The fund is managed by a professional money manager who is responsible for making investment decisions and managing the portfolio. One of the main advantages of

Share

Mutual Funds Read More »

Insurance

What is insurance? Insurance is a contract between an individual or organization and an insurance company, in which the insurer agrees to compensate the policyholder for certain losses or damages in exchange for a premium. Insurance is designed to protect people and organizations from financial losses due to unexpected events such as accidents, illnesses, natural

Share

Insurance Read More »

Blockchain

What is blockchain? Blockchain is a decentralized digital ledger technology that records transactions across a network of computers. It is most commonly associated with the Bitcoin digital currency, but it has many other uses as well. A blockchain is made up of a series of blocks that contain information about transactions. Each block contains a

Share

Blockchain Read More »

Software testing job

All about Software Testing Job Software testing is the process of evaluating a software program or system to determine whether it meets the specified requirements and works as intended. A software testing job typically involves designing, creating, and executing test plans and test cases to identify any bugs, errors, or other issues that need to

Share

Software testing job Read More »

Cloud computing

Cloud computing Cloud computing is a model for delivering IT services over the internet, where resources such as servers, storage, and applications are provided to users on-demand, like a utility. Instead of having to invest in and maintain physical servers, users can simply access the resources they need through the internet. Cloud computing services are

Share

Cloud computing Read More »

conditional formatting using java-script

Conditional formatting using JavaScript with color code. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <title></title> <style> .red { background-color: red; } .green { background-color: green; } .orange { background-color: orange; } .skyblue { background-color: skyblue; } .teal{ background-color: teal; } .darkred{ background-color: darkred; } .head{border-radius: 20px; background-color: teal; color: white; text-align: center};

Share

conditional formatting using java-script Read More »

new html icons

Following are the HTML icons for using in web pages. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <title></title> <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”> <style> body{background-image: linear-gradient(to right, green 50%, lightgreen); color:white; border-radius: 20px;”} </style> </head> <body bgcolor=”yellow”> <center> <h1 style=”background-image: linear-gradient(to right, red, orange); color:white; border-radius: 20px;”> All New HTML ICONS </h1> <hr> <p

Share

new html icons Read More »

java script events

The document.getElementById() returns an Element object representing the element whose id property matches the specified string. Following are example based on document.getElementById: Checkbox event demo <!DOCTYPE html> <html> <head> <style> body{background-image: linear-gradient(to bottom, green, lightgreen);background-repeat: no-repeat; color:white; border-radius: 20px;”} </style> </head> <body> <h1 style=”background-image: linear-gradient(to right, red, orange); color:white; border-radius: 20px;”> Chose your educational qualification</h1>

Share

java script events Read More »

Upload Image to server or database using php

Another interesting article on that how to insert or store an image or any file (pdf preferably) into a database or at server location. Let’s begin! First need to create an HTML File uploading image save file as upload.html <hhtml> <head> <title> Upload files to server </title> <style> #tab{background-image: linear-gradient(to right, white, lightgreen); border: solid;

Share

Upload Image to server or database using php Read More »

Share
Scroll to Top