Pages

Web hosting

Monday, 15 April 2013

Drop down menu with page redirection

<html>   <head> <script language="javascript" type="text/javascript" >     function jumpto(x)     {     if (document.form1.jumpmenu.value != "null")     {     document.location.href = x     }     } </script>   </head>   <body> <p>Drop down Menu:</p> <form name="form1"> <select name="jumpmenu" onChange="jumpto(document.form1.jumpmenu.options[document.form1.jumpmenu.options.selectedIndex].value)">   <option>Jump to...</option>   <option value=http://yogeshtourism.blogspot.in/>Gujarat...

Thursday, 7 March 2013

HTML code for find distance with map

HTML code for find distance with map <html>        <head>           <title>Bing Distance Calculator | http://sharp-coders.blogspot.com</title>                     <script src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2" type="text/javascript"></script>          ...

Thursday, 21 February 2013

JEE Main

12th Science JEE Main exam books click for downloa...

Monday, 18 February 2013

OSI Reference Model

  The OSI Model consists of the following seven layers: Application Presentation Session Transport Network Data Link Physical What do the 7 layers really do?  When data is being transferred and shared over a network, it must pass through each of the 7 layers...

Thursday, 7 June 2012

DCN GTU Question

GTU Exam Dec. - 2011 Subject: Data Communication and Network       Date: 07/12/2011 Question -3 (b)         5 Mrks What is IP Address? Explain different class of IP address and find the class of following IP address: 192.168.1.5 Answer IP address:                 Internet Protocol Address (or IP Address)...

Friday, 4 May 2012

Assignment - 3 is ready online now. Download it and write. Download Best Of Luck....

Sunday, 22 April 2012

Function of Repeater with Advantage and Disadvantage

Ø A repeater is the simplest facility used for network interconnection. Ø The major function is to receive a network signal from one LAN terminal cable segment and to regenerate and retransmit the signal as it is in its original strength over a one or more other cable segment. Ø Basically repeater regenerates the strength of the signal before transmitting it. Ø Repeaters operate in the OSI model Physical layer and are transparent to...

Thursday, 12 April 2012

How to start ASP.Net with Visual Studio 2008

Step: 1 Click on Start --> Microsoft Visual Studio 2008 Step: 2 Click on File --> New --> Web Site             It open new window. Step: 3 In new window  set Language : Visual C#                                      ...

Page 1 of 41234Next