Here in this article, I will demonstrate use of javascript in html. How javascript can be used to help you build webpages.
Javascript is just like implementing functions or procedures on webpages. Suppose on click of a button, you want to do some action or you want to pop out a message, you can use java script.
Java script can be embeded in your html body tag directly
It is the standard model for networking protocols and distributed applications proposed by the International Standard Organization. Open System Interconnect (ISO/OSI) model, as the name says: its is open for all. It defines seven network layers.
Suppose you have installed one or more OS on virtual machine and you want to transfer files from your host computer to your virtual machine OS(Windows/Linux), you can do it very easily.
Follow below simple steps:
Select the VM OS in the vmware and from the menus, Go to VM-> Setting. See figure.
Go to second tab "Options" and then select shared folder.You will find that it is disabled.
Running rpcgen msg.x generates msg.h, msg_clnt.c andmsge_svc.c. The header file is included with both client and server. The respective C source files are linked with client and server code.
Sometimes your computer starts responding very slowly. It takes a lot of time to open any application. Even the MS explorer loads very slowly. It becomes difficult to work with ease.
You can speed up your computer using some simple tricks. Following steps can help you boost your computer greratly. Follow below steps on ypur system and feel the difference.
Go to "Run"(press start button and R together) and type "%temp%" and press Enter. See the figure below. An MS explorer will open and you will find so many temporary files there. You can delete all those files. These files consumes your computer memory and slows down your computer. One must free this space very often.
tzutill is a time zone utility in windows which can be used to set time zone of the computer form windows command prompt.
Go to your command prompt and type "tzutil /?"
C:\Users\shankar_bhagat>tzutil /?
Windows Time Zone Utility
Usage:
TZUTIL
Parameters:
/? Displays usage information.
/g Displays the current time zone ID.
/s TimeZoneID[_dstoff]
Sets the current time zone using the specified time zone ID.
The _dstoff suffix disables Daylight Saving Time adjustments
for th
... Read more »
FTP is protocol used to send and receive files from an FTP server or a remote computer.
Using this tool, one can send , receive single or multiple files, can write or open to a local or remote file, create or delete a directory on a remote server/computer.
To establish an FTP connection to a remote computer or a FTP server we have to use below command in windows command prompt:
ftp ftpserver
The ftpserver here could be ftp server to connect to or ip address of remote computer.This command prompts for a
... Read more »