page content

Glossary

direct access

alphabetical listA | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
 

we found 10 resulsts matching your request on web-page :

<<Ajax   13%

Ajax (also known as AJAX), shorthand for Asynchronous JavaScript and XML , is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. This is meant to increase the web page's interactivity, speed, and usability. Read more on Ajax

<<Blog   4%

A blog (short for web log) is a web application where entries are made and displayed in a reverse chronological order. A typical blog combines text, images, and links to other blogs, web pages, and other media related to its topic. The ability for readers to leave comments in an interactive format is an important part of most early blogs. Most blogs are primarily textual although some focus on photographs (photoblog), videos (vlog), music (MP3 blog), or audio (podcasting), and are part of a wider network of social media. Here are some exemples of free blog softwares : WordPress , DotClear , Blog:CMS , ...

<<CGI   4%

The Common Gateway Interface (CGI) is a standard protocol for interfacing external application software with an information server, commonly a web server. This allows the server to pass requests from a client web browser to the external application. It's generally a CGI script that deals with the input of a form on a Web page and return the output from the application to the web browser.

<<FTP   4%

FTP or file transfer protocol is a commonly used protocol for exchanging files over any network that supports the TCP/IP protocol (such as the Internet or an intranet). There are two computers involved in an FTP transfer : a server and a client. FTP is most commonly used to upload a file defining a Web page to a Web server using the Internet. A secure variante of FTP using SSL or TLS is FTPS. To access a FTP server, one uses a FTP client software (with a graphical interface or directly through command lines) such as gFTP or Filezilla . They both also support the SCP protocol.

<<HTML   4%

HTML, short for Hypertext Markup Language, is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of labels (known as tags), surrounded by less-than and greater-than signs. Technically is HTML an application of the Standard Generalized Markup Language (SGML). The HTML development has been stopped since 1999. It's successor, the XHTML , is an application of the Extensible Markup Language ( XML ).

<<PHP   8%

PHP is a reflective programming language designed for producing dynamic web pages. The project's name originally stood for Personal Home Page; it now stands for the recursive initialism PHP: Hypertext Preprocessor. PHP was written by Rasmus Lerdorf in 1994 and is mainly used in server-side scripting. PHP generally runs on a web server , taking PHP code as its input and creating Web pages as output. PHP is free . It can be deployed on most web servers and on almost every OS platform free of charge. The PHP Group also provides the complete source code for users to build, customize and extend for their own use. PHP is commonly used as the P in the LAMP software bundle alongside Linux, Apache and MySQL.

<<Webalizer   4%

The Webalizer is a GPL application that generates web pages of analysis, from access and usage logs, i.e., a web log analysis software. It is one of the most commonly used web server administration tools. It was initiated by Bradford L. Barrett in 1997. Statistics commonly reported by Webalizer include: hits; visits; referrers; the visitors' countries; and the amount of data downloaded. These statistics can be viewed graphically and presented by different time frames, such as per day, hour, or month.

<<WebDAV   4%

WebDAV (Web-based Distributed Authoring and Versioning) refers to the set of extensions to the HTTP protocol that allows users to collaboratively edit and manage files on remote web servers. The WebDAV protocol's aim was to make the World Wide Web a readable and writable medium. It provides functionality to create, change and move documents on a remote server (typically a web server or "web share").WebDAV also allows client/server groupware systems to store and fetch objects such as calendar items and address book entries instead of web pages. It enables to share calendar events between Mozilla Sunbird , Apple iCal , Ximian Evolution (see : iCalendar in Wikipedia).

<<Web Site   13%

A web site is a collection of web pages, images, videos and other digital assets that is hosted on a web server, usually accessible via the Internet. A web page is a document, typically written in HTML , that is almost always accessible via HTTP, a protocol that transfers information from the web server to display in the user's web browser. All publicly accessible websites are seen collectively as constituting the World Wide Web . The pages of websites can usually be accessed from a common root URL called the homepage, and usually reside on the same physical server. The URLs of the pages organize them into a hierarchy, although the hyperlinks between them control how the reader perceives the overall structure and how the traffic flows between the different parts of the sites. The web pages can be uploaded via File Transfer Protocol (FTP) to the web server that allows individuals and organizations to provide their own web sites accessible via Internet. One can set up his own web site by himself (with a little understanding of html) or call upon a web-designer to do the job.

<<World Wide Web   8%

The World Wide Web (or the "Web") is a system of interlinked, hypertext documents accessed via the Internet. With a Web browser, a user views Web pages that may contain text, images, and other multimedia and navigates between them using hyperlinks. The Web was created around 1990 by the Englishman Tim Berners-Lee and the Belgian Robert Cailliau working at CERN in Geneva, Switzerland. Since then, Berners-Lee has played an active role in guiding the development of Web standards (such as the markup languages in which Web pages are composed), and in recent years has advocated his vision of a Semantic Web. The Web is only one application of the Internet amongst others, like emailing, instant messaging, Usenet, etc.