facebook fan page    

website tut   

  1. RegisterWelcome to Tafreeh Mela, Pakistani Urdu Forum with allot of tafreeh, urdu shayari, urdu sms, urdu jokes, videos Islam, Ramzan, islamic wallpaper, islamic ebooks, pakistani cricket, mobile games, ringtones, pakistani makeup tutorial, mhendi designs, urdu cooking recipes, News and much more.


    So intezar kis baat ka!! jaldi say LOG IN hoiye, Or Agar aap yahan pehli dafa tashreef laye hain to abhi Register Karein, or Shamil ho jaiye TAFREEH MELA mein. Don't Know How To Register ?

    If you have already registered, or have forgotten your password, use the following forms: -Resend Activation Email - Recover Lost Password



+ Reply to Thread + Post New Thread
Page 1 of 4 1234 LastLast
Results 1 to 15 of 58

Glossary for Web Developer

This is a discussion on Glossary for Web Developer within the IT NEWS & Discussion forums, part of the INFORMATION TECHNOLOGY category; Apache is a freely available Web server that is distributed under an "open source" license. Version 2.0 runs on most ...

  1. #1
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Glossary for Web Developer

    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.

  2. #2
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Apple/Apple Computer

    Apple Computer, Inc. is a prominent hardware and software company best known for its Macintosh series of personal computers. Introduced in 1984, the Macintosh was the first widely sold personal computer with a graphical user interface (GUI). That feature and others -- such as an improved floppy drive design and a low-cost hard drive that made data retrieval faster and more reliable -- helped Apple cultivate a reputation for innovation, which the company still enjoys today.

  3. #3
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Application

    A software piece or module designed to fill the specific needs of a user; for example, software for project management, issue tracking, file sharing, etc. This contrasts with system software, e.g. operating systems like MS Windows or UNIX.

  4. #4
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Backup

    A copy of database and associated files set aside for security purposes. In case of data loss, backup is used to recover the working database or files.

  5. #5
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Back end

    Administrative mode of a shopping cart protected by administrator's login and password and not accessible for customers.

  6. #6
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Bandwidth

    In computer networks, bandwidth is often used as a synonym for data transfer rate - the amount of data that can be carried from one point to another in a given time period (usually a second). This kind of bandwidth is usually expressed in bits (of data) per second (bps). Occasionally, it's expressed as bytes per second (Bps). A modem that works at 57,600 bps has twice the bandwidth of a modem that works at 28,800 bps.

  7. #7
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Bsd

    BSD (originally: Berkeley Software Distribution) refers to the particular version of the Unix operating system that was developed at and distributed from the University of California at Berkeley. "BSD" is customarily preceded by a number indicating the particular distribution level of the BSD system (for example, "4.3 BSD"). BSD UNIX has been popular and many commercial implementations of UNIX systems are based on or include some BSD code.

  8. #8
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Cd-rom

    CD-ROM (Compact Disc, read-only-memory) is an adaptation of the CD that is designed to store computer data in the form of text and graphics, as well as hi-fi stereo sound. The original data format standard was defined by Philips and Sony in the 1983 Yellow Book.

  9. #9
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Cookie

    A cookie is information that a website puts on your hard disk so that it can remember something about you at a later time. (More technically, it is information for future use that is stored by the server on the client side of a client/server communication.) Typically, a cookie records your preferences when using a particular site. Using the Web's Hypertext Transfer Protocol (HTTP), each request for a Web page is independent of all other requests. For this reason, the Web page server has no memory of what pages it has sent to a user previously or anything about your previous visits. A cookie is a mechanism that allows the server to store its own information about a user on the user's own computer. You can view the cookies that have been stored on your hard disk (although the content stored in each cookie may not make much sense to you). The location of the cookies depends on the browser. Internet Explorer stores each cookie as a separate file under a Windows subdirectory. Netscape stores all cookies in a single cookies.txt fle.

  10. #10
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    C++

    C++ is an object-oriented programming (OOP) language that is viewed by many as the best language for creating large-scale applications. C++ is a superset of the C language. A related programming language, Java, is based on C++ but optimized for the distribution of program objects in a network such as the Internet. Java is somewhat simpler and easier to learn than C++ and has characteristics that give it other advantages over C++. However, both languages require a considerable amount of study.

  11. #11
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Document

    When used in reference to the WebAsyst applications, a document is any file containing text, media or hyperlinks that can be transferred from/to a server.

  12. #12
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Dom

    Document Object Model (DOM), is a programming interface specification being developed by the World Wide Web Consortium (W3C). It lets a programmer create and modify HTML pages and XML documents as full-fledged program objects.

  13. #13
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Download

    A process of transferring to your computer a copy of a file that resides on another computer.

  14. #14
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Ecommerce (electronic commerce)

    The conducting of business communication and transactions over networks and through computers. Specifically, ecommerce is the buying and selling of goods and services, and the transfer of funds, through digital communications.

  15. #15
    Khwabon se bahre Naina
    dream girl's Avatar
    Status : dream girl is offline
    Join Date : Jul 2008
    Location : ITALY
    Posts : 20,346
    Thanks : 1,821
    Thanked 11,373 Times in 7,555 Posts

    Awards Showcase

    Front end

    Also referred to as 'storefront'. A part of online store available for public use, where customers can navigate through products catalog and place orders.

 

 

Similar Threads

  1. Islamic finance Glossary
    By dream girl in forum Other Languages Learning
    Replies: 23
    Last Post: 06-05-2010, 02:14 PM
  2. Glossary of Natural Skin Care Ingredients
    By sweet_syndrella in forum Herbal Treatment
    Replies: 4
    Last Post: 06-24-2009, 09:37 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
 
 
vBulletin Skin by CompletevB