Open Panel

Feed

A feed is a function of special software that allows "Feedreaders" to access a site automatically looking for new content and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites. Some Feeds include RSS (alternately defined as "Rich Site Summary" or "Really Simple Syndication"), Atom or RDF files. Dave Shea, author of the web design weblog Mezzoblue has written a comprehensive summary of feeds. Feeds generally are based on XML technology.

Hacking

Hacking is the process of writing code for, or contributing code to, a piece of software.

Header Image

A Header Image is a wide picture that appears at the top of a WordPress website.

Hook

Hooks are specified, by the developer, in Actions and Filters. Here is a (hopefully) complete list of all existing Hooks within WordPress.

Hosting provider

A hosting provider is a company or organization which provides, usually for a fee, infrastructure for making information accessible via the web. This involves the use of a web server (including web server software such as Apache ), and may involve one or more related technologies, such as FTP , PHP , MySQL , and operating system software such as Linux or Unix .

HTML

HTML, or Hypertext Markup Language, is a markup language used to describe the semantic content of web pages. It is usually used with CSS and/or JavaScript . WordPress renders web pages to conform to the HTML5 standard. The standard is set by the World Wide Web Consortium ( W3C ).

.htaccess

A .htaccess file is a granular configuration file for the Apache web server software, used to set or alter the server's configuration settings for the directory in which it is present, and/or its child directories.

IP address

An IP address is a unique number (e.g. 70.84.29.148) assigned to a computer (or other internet-capable information appliance, such as a network printer) to enable it to communicate with other devices using the Internet Protocol. It is a computer's identity on the internet, and every computer connected to the internet is assigned at least one — although the methods of assigning these addresses, and the permanence and duration of their assignment, differ according to the use of the computer and the circumstances of its internet use.

IDE

Acronym for Integrated Development Environment. Is an application that provides several tools for software development.
An IDE usually includes:

Hack

A hack is a bit of code written to customize or extend the functionality of a software product. Older versions of WordPress used a hack-based extension system, but versions 1.2 and above of WordPress use a Plugin API with hooks for extensions.

GUI

GUI stands for Graphical User Interface, pronounced as "gooey". It is an interface that allows users to point the mouse or cursor to graphical icons.

Gravatar

A gravatar is a globally recognized avatar (a graphic image or picture that represents a user). Typically a user's gravatar is associated with their email address, and using a service such as Gravatar.com . The site owner to can configure their site so that a user's gravatar is displayed along with their comments.

Feed Reader

The role of Feedreader is to gather and display the webfeed from various website to one place.

Filter

In WordPress, a Filter is a function that is associated with an existing Action by specifying any existing Hook .

Front End

The front end is what your visitors see and interact with when they come to your website, www.YourSite.com.

Footer area

A footer area is a horizontal area provided by a theme for displaying information other than the main content of the web page. Themes may provide one or more footer areas below the content. Footer areas usually contain widgets that an administrator of the site can customize.

Gallery

As defined by Andy Skelton, Gallery, introduced with WordPress 2.5 , is specifically an exposition of images attached to a post. In that same vein, an upload is "attached to a post" when you upload it while editing a post.

FTP

FTP, or File Transfer Protocol, is a client-server protocol for transferring files. It is one way to download files, and the most common way to upload files to a server.

gettext

The gettext system is a set of tools and standards for language translation, used by WordPress to provide versions in many languages. In WordPress a text string for translation may have a domain and a context. For example, a plugin might specify its own domain for translations, and a context might help translators to provide different translations of the same English word or phrase in different parts of the user interface.

GMT

GMT ("Greenwich Mean Time", the time at the Royal Observatory in Greenwich, England) is the old name of the time zone from which all other time zones were measured. It has been replaced by UTC ("Universal Time, Coordinated"), but for most practical purposes UTC and GMT are the same, so the term GMT is still commonly used.

ISAPI

ISAPI (Internet Server Application Programming Interface) is a set of programming standards designed to allow programmers to quickly and easily develop efficient Web-based applications. Developed by Process Software and Microsoft Corporation, ISAPI is intended to replace CGI programs.