Eset Antivirus
Eset is one of the best Antivirus software. I prefer to use it. We can use it as free trail for 30 days. If you want to try it,…
I've recently developed a website for JM Unity Com., Ltd. As a business website, there are some functions in that website such as admin registration, admin login, create post, create…
Requirements
Gender : Male/Female
Age : 20 ~ 30
Education : Diploma/Bachelor in Engineering (EP/EC/MP)
Other Qualification :
Understand mechanical & electrical & piping installation methods and technical knowledge.
- Related S&M…
Amog Tech Com., Ltd. makes next one year extension of web service with TNW(Web Service & ICT Solutions) for their company emails and website. It has already been seven years…
1. PaladinVPN
PaladinVPN is one of the best VPN software you can use free of charge. You can use it as freeware for lifetime. Please click here if you…
Malwarebytes antivirus is one of the best antivirus software. You can use it as free version for lifetime. And you can also use it as 14 days free trial for…
Today, April Zaw Min company makes next one year extension with TNW(Web Service & ICT Solutions) for their company website.
April Zaw Min company is one of reliable foreign agencies in…
Core Choice Group makes next one year extension of Web service with TNW (Web Service & ICT Solutions) for their company Website and Business Emails.
It has already been five years…
I have recently developed one more website for one of my customers. The website name is https://www.phisyangon.com/ .
If you are looking for the best private school for your children,…
entries()
Returns a key/value pair Array Iteration Object
every()
Checks if every element in an array pass a test in a testing function.
fill()
Fill the…
One of my customer, AmogTech Com., ltd. is searching for Automation Engineer who is willing to get new challenges and opportunities.
Responsibility
‐ Implement design for E&I sys
‐ Implement…
I've developed an application called SHOP for those who wanna sell their IT materials on the online and for those who are looking for IT materials at Online. I've made…
We can change some proxy settings in Windows computer about using internet. For example, if you are help desk technician and you don't wanna allow the users to use some…
Sometimes our computers may be working slowly because of hard disk errors. At that time, we should check our hard disks are in good conditions or not. We can check…
Today Knowledge Villa Com., Ltd. makes next one…
Today Amog Tech Com., Ltd. makes next one year extension of Web Service with TNW(Web Service & ICT Solutions) for their company website and emails. It has already been five…
<!DOCTYPE html>
<html>
<head>
<title>Js Code Testing</title>
</head>
<body>
<button onclick = "jsFun()">Try It</button>
<script>
function jsFun(){
var x = document.createElement("INPUT");
x.setAttribute("type", "datetime-local");
document.body.appendChild(x);
}
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Js Code Test</title>
</head>
<button onclick = "jsFun()">Try It</button>
<body>
<script>
function jsFun(){
var x = document.createElement("INPUT");
x.setAttribute("type", "date");
document.body.appendChild(x);
}
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Code Testing</title>
</head>
<body>
<button type = "button" id = "event">Try It</button>
<p id = "demo"></p>
<script>
var x = document.getElementById("event");
x.addEventListener("mouseover", jsFun1);
x.addEventListener("mousedown", jsFun2);
x.addEventListener("mouseout", jsFun3);
function jsFun1(){
document.getElementById("demo").innerHTML += "Mouse Over<br />";
}
function jsFun2(){
document.getElementById("demo").innerHTML += "Mouse Down<br />";
}
function…