Default Definition Default is an adjective that describes a standard setting or configuration. While it is not specific to computers, it is commonly used in IT terminology. In computing, “default” may describe several things, including hardware, software, and network configurations. A default hardware configuration (or “default config”) is a prebuilt system with standard specifications. This includes standard components such as the CPU, RAM, storage device, and video card. Retail ..
Archives : September-2019
Link Definition A link (short for hyperlink) is an HTML object that allows you to jump to a new location when you click or tap it. Links are found on almost every webpage and provide a simple means of navigating between pages on the web. Links can be attached to text, images, or other HTML elements. Most text links are ..
Install Definition Most software programs require that you first install them on your computer before using them. For example, if you buy Microsoft Office, you need to install it on your computer before you can run any of the included programs such as Word or Excel. You can install software from a CD or DVD, ..
Bookmark Definition A bookmark is a saved shortcut that directs your browser to a specific webpage. It stores the title, URL, and favicon of the corresponding page. Saving bookmarks allows you to easily access your favorite locations on the Web. All major web browsers allow you to create bookmarks, though each browser provides a slightly different way of managing them. For ..
Web Development Definition Web development refers to building, creating, and an maintaining websites. It includes aspects such as web design, web publishing, web programming, and database management. While the terms “web developer” and “web designer” are often used synonymously, they do not mean the same thing. Technically, a web designer only designs website interfaces using HTML and CSS. A web developer may ..
Thumbnail Definition A thumbnail image is a small image that represents a larger one. Thumbnails are often used to provide snapshots of several images in a single space. They are commonly used by digital photo organization programs as well as visual search engines. The term “thumbnail” was originally used to describe physical images or drawings that ..
Class Definition A class is used in object-oriented programming to describe one or more objects. It serves as a template for creating, or instantiating, specific objects within a program. While each object is created from a single class, one class can be used to instantiate multiple objects. Several programming languages support classes, including Java, C++, Objective C, and PHP 5 and later. ..
Drop Down Menu Definition A drop down menu is horizontal list of options that each contain a vertical menu. When you roll over or click one of the primary options in a drop down menu, a list of choices will “drop down” below the main menu. The most common type of drop down menu is ..
Servlet Definition A servlet is a Java program that runs on a Web server. It is similar to an applet, but is processed on the server rather than a client’s machine. Servlets are often run when the user clicks a link, submits a form, or performs another type of action on a website. Both servlets and JSP pages contain Java code that is ..
jQuery Definition jQuery is a JavaScript library that allows web developers to add extra functionality to their websites. It is open source and provided for free under the MIT license. In recent years, jQuery has become the most popular JavaScript library used in web development. To implement jQuery, a web developer simply needs to reference the jQuery JavaScript file within ..
Recent Comments