Home » Technical Solution
« 1 2 3 4 5 »

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
 
<html>
Category: Technical Solution | Views: 2015 | Added by: shanky | Date: 2014-02-24 | Comments (1)


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.

 

Below are the layers and their function:

 

Category: Technical Solution | Views: 4847 | Added by: shanky | Date: 2014-02-13 | Comments (0)

 

 
The  ... Read more »
Category: Technical Solution | Views: 1739 | Added by: shanky | Date: 2014-02-11 | Comments (0)

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:
  1. Select the VM OS in the vmware and from the menus, Go to VM-> Setting. See  figure.
  2. Go to second tab "Options" and then select shared folder.You will find that it is disabled.
  3. ... Read more »
Category: Technical Solution | Views: 1909 | Added by: shanky | Date: 2014-02-08 | Comments (0)

RPC package has an RPC compiler (rpcgen) that automatically generates the client and server stubs.

RPC package uses XDR (eXternal Data Representation) to represent data sent between client and server stubs.


Remote Date Example

From Stevens Unix Networking book.

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.

< ... Read more »

Category: Technical Solution | Views: 1773 | Added by: shanky | Date: 2014-02-08 | Comments (0)

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.
 
  1. 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.
  2. Again on "R ... Read more »
    Category: Technical Solution | Views: 1626 | Added by: shanky | Date: 2014-02-06 | Comments (0)

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 »
Category: Technical Solution | Views: 3353 | Added by: shanky | Date: 2014-02-06 | Comments (0)

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 »
Category: Technical Solution | Views: 1794 | Added by: shanky | Date: 2014-02-05 | Comments (0)

 

Difference between an Application Server and a Web server


1) Webserver serves pag ... Read more »

Category: Technical Solution | Views: 1978 | Added by: shanky | Date: 2014-02-02 | Comments (0)