11.07.2015 Views

Encyclopedia of Computer Science and Technology

Encyclopedia of Computer Science and Technology

Encyclopedia of Computer Science and Technology

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

492 videoconferencingconsequence was scripts containing worms (such as the ILOVE YOU worm) or other malware <strong>and</strong> mailed as attachmentsto unwary users.ExamplesVBScript code will be very familiar to users <strong>of</strong> Visual Basic<strong>and</strong> generally follows syntax similar to that <strong>of</strong> other objectorientedlanguages. The canonical “Hello World” programcan be simply written as:WScript.Echo “Hello World!”Where WScript is the object representing the script host.To get user input through a text box, the programmercan write code like this:option explicitdim userInputuserInput = InputBox(“What is your name?:”,“Greetings”)if userInput = “ ” thenMsgbox “You did not write anything or youpressed cancel!”elseMsgBox “Hello, “ & userInput & “.”,vbInformationend ifOf course VBScript has libraries <strong>and</strong> interfaces to enableit to perform much more complicated tasks, such as queryingdatabases <strong>and</strong> configuring other aspects <strong>of</strong> Windowssystems through Windows Management Instrumentation(WMI) <strong>and</strong> Active Directory Services Interface (ADSI).Although the language (<strong>and</strong> code using it) will be in usefor years to come, Micros<strong>of</strong>t is no longer actively developingVBScript, having moved on to a new programming framework(see Micros<strong>of</strong>t .NET) <strong>and</strong> focusing on languagessuch as Visual Basic .NET.Further ReadingJones, Don. VBScript, WMI, <strong>and</strong> ADSI Unleashed. Indianapolis:Sams, 2007.VBScript Sample Scripts. Available online. URL: http://cwashington.netreach.net/depo/default.asp?topic=repository&scripttype =vbscript. Accessed December 2, 2007.VBScript Tutorial. W3Schools. Available online. URL: http://www.w3schools.com/vbscript/default.asp. Accessed December 2,2007.VBScript User’s Guide. Micros<strong>of</strong>t Developer Network. Availableonline. URL: http://msdn2.micros<strong>of</strong>t.com/en-us/library/sx7b3k7y.aspx. Accessed December 2, 2007.Wilson, Ed. Micros<strong>of</strong>t VBScript Step by Step. Redmond, Wash.:Micros<strong>of</strong>t Press, 2007.videoconferencingThe growth <strong>of</strong> the global economy has meant that manycompanies have operations in many locations aroundthe world. The time <strong>and</strong> expense involved in travel haveencouraged the search for alternatives to face-to-face meetings(see telepresence). The added discomfort <strong>and</strong> uncertaintyrelated to current airline travel is likely to furtherspur this movement.Basic videoconferencing is carried out by using videocameras <strong>and</strong> microphones to carry the image <strong>and</strong> voice <strong>of</strong>each person so that it can be seen by all participants. Thevideo <strong>and</strong> sound data is digitized <strong>and</strong> transmitted betweenthe participants’ locations, using some existing communicationslink. Although direct satellite technology can beused, it is very expensive. A more practicable alternativeis the use <strong>of</strong> a proprietary system over special phone lines(such as ISDN or DSL). Increasingly, however, broadb<strong>and</strong>connections to the general Internet are used (see also VoIP).This is relatively inexpensive <strong>and</strong> flexible, but sometimesless reliable because <strong>of</strong> the effects <strong>of</strong> network congestion.The quality <strong>of</strong> imagery depends on the system. Highendsystems, which can cost tens <strong>of</strong> thous<strong>and</strong>s <strong>of</strong> dollars,use large, high-definition screens or even special projectionequipment that can give a 3D look to peoples’ faces.Although high-end videoconferencing s<strong>of</strong>tware <strong>and</strong> hardwarecan be expensive, there are now a variety <strong>of</strong> alternativesfor small businesses <strong>and</strong> individual users. (As <strong>of</strong> 2002the printing store chain Kinko’s is <strong>of</strong>fering videoconferencingthrough some <strong>of</strong> its stores for $450/hr.)For smaller, less formal meetings there are more affordablealternatives. Products such as Micros<strong>of</strong>t NetMeeting,CuSeeMe, <strong>and</strong> Yahoo Messenger set up user accounts <strong>and</strong>a directory that makes it easy for users to connect. Otherthan the Internet connection, the only hardware needed is amicrophone <strong>and</strong> an inexpensive camera (see web cam).Business videoconferencing systems <strong>of</strong>ten include the abilityfor participants to view <strong>and</strong> interact with s<strong>of</strong>tware applications.This makes it possible not only to view slide shows orother presentations (see presentation s<strong>of</strong>tware) but to collaborateon creating documents. An “electronic whiteboard”can be used to display not only computer text <strong>and</strong> graphicsbut also h<strong>and</strong>written notes created by participants using electronicdrawing pads. The system can also create a hardcopyrecord <strong>of</strong> documents developed during the meeting.Besides business meetings <strong>and</strong> conferences <strong>and</strong> productroll-outs, videoconferencing can also be used for a variety<strong>of</strong> other applications including sales presentations <strong>and</strong> forconducting focus groups for market research.Videoconferencing is also being used increasingly ineducation. For K-12 classes, a videoconferencing field tripcan take children to a museum or science laboratory thatwould otherwise be too far to visit. Both docent <strong>and</strong> studentscan see <strong>and</strong> hear one another, as well as being able tosee exhibits or experiments close up. For college students<strong>and</strong> adults, it is possible to attend classes given by eminentlecturers <strong>and</strong> participate fully just as though they wereenrolled on campus (see also distance education <strong>and</strong>computers).Further ReadingBarlow, Janelle, Peta Peter, <strong>and</strong> Lewis Barlow. Smart Videoconferencing:New Habits for Virtual Meetings. San Francisco: Berrett-KoehlerPublishers, 2002.Pachnowski, Lynn M. “Virtual Field Trips Through Teleconferencing.”Learning & Leading with <strong>Technology</strong> 29, no. 6 (March2002): 10.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!