Xml
 (EXtensible Markup Language) An open standard for describing data from the W3C. It is used for defining data elements on a Web page and business-to-business documents. XML uses a similar tag structure as HTML; however, whereas HTML defines how elements are displayed, XML defines what those elements contain. While HTML uses predefined tags, XML allows tags to be defined by the developer of the page. Thus, virtually any data items, such as "product," "sales rep" and "amount due," can be identified, allowing Web pages to function like database records. By providing a common method for identifying data, XML supports business-to-business transactions and has become "the" format for electronic data interchange and Web services (see XML vocabulary, Web services, SOA and EDI).
Question and Answer
------------------------------------------------------------------------
Windows Server
 Windows Server Update Services (WSUS), also called Windows Update Services (WUS), is a free add-on for managing patches and updates to the Microsoft Windows XP, Windows Server 2000, and Windows Server 2003 operating systems.Aimed mainly at small and medium-sized businesses (SMB), WSUS is intermediate between the simpler Windows Update for individual. The .NET version of the Windows 2000 server operating system. Introduced in the spring of 2003, it was originally known as .NET Server 2003. Similar to the Windows 2000 offerings, Windows Server 2003 is available in several versions. The Enterprise and Datacenter Editions are geared for mission critical applications with support for clustering, failover and load balancing. They are also available in 64-bit versions for Intel's IA-64 architecture
Question and Answer
------------------------------------------------------------------------
Javascript & AJAX
 A popular scripting language that is widely supported in Web browsers and other Web tools. It adds interactive functions to HTML pages, which are otherwise static, since HTML is a display language, not a programming language. JavaScript is easier to use than Java, but not as powerful and deals mainly with the elements on the Web page. On the client, JavaScript is maintained as source code embedded into an HTML page. On the server, it is compiled into bytecode (intermediate language), similar to Java programs.
(Asynchronous JAvaScript and XML) Using an enhancement in JavaScript that allows Web pages to be more interactive and behave like local applications, which are also known as "rich client" applications. AJAX allows the Web page to retrieve small amounts of data from the server without reloading the entire page.
Question and Answer
------------------------------------------------------------------------
pSQL Server  A relational DBMS from Sybase and from Microsoft. Sybase introduced SQL Server in 1988 for various Unix versions. In that same year, with help from IBM, Sybase created an OS/2 version that Microsoft licensed and branded as Microsoft SQL Server. Sybase later ported the product to NT and NetWare, and Sybase and Microsoft sold the same version for NT under their own brand names for several years.The partnership ended in 1994 with Version 4, and each company continued developing its version of the product separately. Microsoft SQL Server became Microsoft's flagship database software for Windows. In 1997, Sybase turned its version into Sybase Adaptive Server Enterprise, which uses different data stores optimized for specific applications.
Question and Answer
------------------------------------------------------------------------
Apache
Apache is a freely available Web server that is distributed under an "open source" license. Version 2.0 runs on most Unix-based operating systems (such as Linux, Solaris, Digital UNIX, and AIX), on other UNIX/POSIX-derived systems (such as Rhapsody, BeOS, and BS2000/OSD), on AmigaOS, and on Windows 2000. According to the Netcraft (www.netcraft.com) Web server survey in February, 2001, 60% of all Web sites on the Internet are using Apache (62% including Apache derivatives), making Apache more widely used than all other Web servers combined.Apache complies with the newest level of the Hypertext Transport Protocol, HTTP 1.1. Free support is provided through a bug reporting system and several Usenet newsgroups. Several companies offer priced support.
Question and Answer
|