does anybody know what the fitting and certification cost would be for a local area network based in any building, can anybody give me a rough idea or a guess.
That would be very helpfull!
Thank you.
Kapil
It would be a lot easier and faster for you if you start Googling those items one by one on Internet. There are tons of information out there. You will be able to get information about what each item above is and how it works. As far as cost is concerned, once again you can Google that for your area to see what the going rate is.
Your question is too general. It is like asking how much is the price of a car? It deponds on the size and many other things.
If it is for school project, don't worry about exact cost. An estimate would be ok. Agian, searching internet would be your best friend. In general, you neeed to create a table entitled "Bill of Material". You would itemize each part that you need by quanity needed, manuafacturer, modle number, and the cost. In that table, you would also itemize the labor rate for needed installation. Again, and estimate would be good enough, even if it is 50% off. Your teacher is more interested in seeing how you went about gathering the info, how you put it together, and how you presented it. The electronic accuracey of the stuff is far more important than the cost estimate for these kinds of projects (for projects in the real world cost is a big issue). So, go ahead and get busy on Internet.
hi,
does anybody know what a terminal adapter is when it comes to networking?
Kapil
I am assming that you are thinking about obtaining a leased ISDN line for your project, if so, here is the definition (if not, you need to provide more information
A device that adapts a computer to a digital ISDN line. Like a modem, it plugs into the serial port of the computer or into an expansion slot. Some terminal adapters use the parallel port for higher speed. The adapter may also include a regular data or fax/modem and switch automatically between analog and digital depending on the type of call.
Hi does anybody know how to create a search page and a button in notepad, when it comes to web designing. What sort of coding would i require to produce a page that looks up data within your webpage?
I have given the coding i have already produced in notepad, what sort of coding should i add in to make this an official search page??
<HEAD>
<TITLE>Welcome</TITLE>
</HEAD>
<BODY> <! --Note to self: a quick message to the reader -->
Welcome to the comics 4u official site. Here you shall find
all the comics you are looking for. See below to find your
favourite comic books. If you cannot find what you are looking for
then you can use the search engine to help you make a search for the
correct product you want.
</BODY>
</HTML>
<p>
<html>
<body bgcolor="green">
<h4>Latest Comics in store listed below:</h4><! --Note to self: unordered list -->
<ol type="a">
<li>Batgirl Begins</li>
<li><A HREF="http://www.flixens.com/files/green_arrow(1).jpg">The Green Arrow</A></li>
<li>Black Marble</li>
<li>Return of superboy</li>
<li>The Teen Titans</li>
<li>JLA: Unlimited</li>
<P>
<form action=”example.php" method=”POST”> <b>Name of the comic</b>
<input type="text" name of the comic="requiredname">
</form>
<input type="submit" value="Search"><! --Note to self: a button to allow you to search for comics books. -->
</P>
<A HREF="menu.HTML">Menu</a>
Below is the coding where the data will be coming from (just in case anybody needs to know):
<html><! --Note to self: below the list shows the old comics in store that customers may want to browse and look for -->
<body>
<body bgcolor="green">
<h4>A list of some old comics that you may want to want to order:</h4>
<ul>
<li>dundeons& dragons</li>
<li>The Dream Stone</li>
<li>Boy Wizard</li>
<li>The Demon Teacher</li>
</ul>
</body>
</html>
<A HREF="menu.HTML">Menu</a>