Showing posts with label How To. Show all posts
Showing posts with label How To. Show all posts

Delete Google Account

How to Delete Google Account ?

The person who want to delete his Google Account can use following steps.

Step 1- Login to Google/Gmail Account.
Gmail Login
Google Login
Step 2-  After successful login click on Google app icon and click again on google  account app
Google Account
Google App
Step 3- In the google account click on data & personalisation .
Date and personalisation
Data
Step 4- In Data & personalisation  click on delete a service or account. In popup window select the option which you want.
Delete Your Account
Delete your Account
Step 5- When you click on Delete your account it will again ask for login . Login again.
Gmail Login
Google Login
Step 6-  After again login it will ask confirmation for delete google account.
Delete Google Account Confirmation
Delete Google Account
 Step 7- Accept all condition and click on Delete Account button. Now your Google Account will be deleted.

Google Account Deleted
Google Account Deleted





JavaScript to show time on HTML page and change image in HTML page after certain time

How to change images on HTML page after certain time ?
We have 3 Images and we want to change these images on particular Day and Time.

function changeImage()
{
var date=new Date(); // Assign day as a number(1-30)
var today=date.getDay(); //Return week day as a number(0-6)

var h=date.getHours(); //Return Hours (0-23)
var m=date.getMinutes(); //Return Minutes(0-59)
var s=date.getSeconds(); // Return Seconds(0-59)
m=checkTime(m); //check minutes
s=checkTime(s); //check seconds
document.getElementById("time").innerHTML=h+" : "+m+" : "+s; // this show the time on HTML Page
var t=setTimeout(changeImage,1000);

var startTime=new Date(); // Manual set time
startTime.setHours(22);
startTime.setMinutes(23);
startTime.setSeconds(00);

endTime.setSeconds(50); var endTime=new Date(); // Manual set time
endTime.setHours(22);
endTime.setMinutes(23);

var Image=["/image1.jpg","/image2.jpg","/Image3.png"];
if(today>0 && today<6)
{
if(startTime<date && endTime>date)
{
document.getElementById("imgId").src=Image[0];
}
else
{
document.getElementById("imgId").src=Image[1];
}
}
else
{
document.getElementById("imgId").src=Image[2];
}

}
function checkTime(i)
{
if(i<10)
{i="0"+1};
return i;
}

9 SIMPLE STEPS FOR HACK ANY PC BY IP ADDRESS

9 SIMPLE STEPS FOR HACK ANY PC BY IP ADDRESS

Internet Protocol (IP) is the address of computer/devices by which devices can communicate with each other with in the Local Area Network (LAN) or Wide Area Network (WAN). You can hack any computer by using IP address. The 9 simple steps for hack any PC are as . By using these steps any PC can be hacked with in a minute.

Step-1
Open command prompt by typing CMD in search bar and run as administrator.
cmd
cmd search
Step-2
Type  shutdown -t command in command prompt
shutdown -i command
shutdown -i
Step-3
Remote shutdown dialog will open.
Remote-Shutdown-Dialog
Remote Shutdown Dialog
Step-4
Add PC  IP address by click on Add button.
Target-PC-Address
Target PC Address
Step-5
Select the option what do you want with hacked PC.
Select-Option,Shutdown option
Target-option
Step-6
Set time for display warning msg on screen .
Warning-Time-to-Display-Msg
Warning Time to display msg
Step-7
Select shutdown event tracker option
Shutdown-event-tracker
Shutdown-event-tracker
Step-8
Insert comment to display on Hacked PC.
Display-msg-on-screen
Display-msg-on-screen
Step-9
Click on OK button.

Targeted system will be shutdown and comment msg will be display on hacked PC for set time.

SUBNETTING

  SUBNETTING Class A Address N H H H Class B Address N N H H Class C Address N N N H   Formula 2 N Where N is equal to number of bits borrow...