Category : Internet

SEO Definition Stands for “Search Engine Optimization.” Just about every Webmaster wants his or her site to appear in the top listings of all the major search engines. Say, for example, that Bob runs an online soccer store. He wants his site to show up in the top few listings when someone searches for “soccer ..

Read more

Applet Definition An applet is a small application designed to run within another application. While the term “applet” is sometimes used to describe small programs included with a computer’s operating system, it usually refers to Java applets, or small applications written in the Java programming language. Unlike ordinary applications, Java applets cannot be run directly by the operating system. Instead, ..

Read more

Web Server Definition A Web server is a computer system that hosts websites. It runs Web server software, such as Apache or Microsoft IIS, which provides access to hosted webpages over the Internet. Most Web servers are connected to the Internet via a high-speed connection, offering OC-3 or faster data transmission rates. A fast Internet connection allows Web servers to support multiple connections at ..

Read more

Web Page Definition Web pages are what make up the World Wide Web. These documents are written in HTML (hypertext markup language) and are translated by your Web browser. Web pages can either be static or dynamic. Static pages show the same content each time they are viewed. Dynamic pages have content that can change ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

Static Website Definition A static website contains Web pages with fixed content. Each page is coded in HTML and displays the same information to every visitor. Static sites are the most basic type of website and are the easiest to create. Unlike dynamic websites, they do not require any Web programming or database design. A static site can be built by simply ..

Read more