{"id":638,"date":"2019-05-28T15:23:04","date_gmt":"2019-05-28T22:23:04","guid":{"rendered":"http:\/\/www.wendywidgets.com\/ATasteOfTech\/?page_id=638"},"modified":"2022-07-25T17:21:35","modified_gmt":"2022-07-26T00:21:35","slug":"website-dev-glossary","status":"publish","type":"page","link":"https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/","title":{"rendered":"Glossary"},"content":{"rendered":"\n\n\t<h2><em>Glossary of Common Web Terms<\/em><\/h2>\n<table>\n    <tbody>\n        <tr>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Bandwidth<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">The amount of information your connection to the Internet can carry, \n            usually measured in bits per second.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Completely Automated Public Turing Test to Tell Computers and Humans Apart<\/td>\n            <td id=\"green-box-col1-center\">CAPTCHA<\/td>\n            <td id=\"green-box-col2\">A common web technique used to help \n            ensure that your respondents are real humans and not a program written to spam you.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Cascading Style Sheets<\/td>\n            <td id=\"green-box-col1-center\">CSS<\/td>\n            <td id=\"green-box-col2\">A style sheet language used to give style to an HTML document. \n            This includes fonts, colors, sizes, spacing, borders, backgrounds and much more.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Client Side<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">Any action that takes place on the user&#8217;s \n            (the client&#8217;s) computer. This is also referred to as the \n            front-end. \n            The client of a website would be the web browser that is viewing it.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Cookies<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">A small text file created by a website, stored in a visitor&#8217;s computer.\n            They are designed to hold a modest amount of data specific to a particular client and website, such as login information.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Cyan Magenta Yellow Black<\/td>\n            <td id=\"green-box-col1-center\">CMYK<\/td>\n            <td id=\"green-box-col2\">A scheme for combining primary pigments, typically used for printing color images. \n            The &#8220;K&#8221; is the key color, which in today&#8217;s printing world is black.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Domain Name<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">A unique name (e.g. google.com) used to identify the location of a website on a web server.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Domain Name Server<\/td>\n            <td id=\"green-box-col1-center\">DNS<\/td>\n            <td id=\"green-box-col2\">The Internet&#8217;s equivalent of a phone book or directory. \n            The web keeps an updated list of domain names and translates them to IP addresses.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Error 404<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">An error indicating the page you&#8217;re trying to reach cannot be found.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Hosting<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">In order to get a website online, you need to \n            <strong>host<\/strong> (or save) your website files on a Web server connected to the internet.\n            GoDaddy is an example of a web hosting company.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Hyperlink<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">An electronic connection between one web page and another.\n            These are usually highlighted and underlined.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Hypertext Markup Language<\/td>\n            <td id=\"green-box-col1-center\">HTML<\/td>\n            <td id=\"green-box-col2\">A language used to create the content of a webpage. \n            HTML webpages are usually viewed in a web browser, and can include text, \n            links, images, sound and video.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Hypertext Preprocessor<\/td>\n            <td id=\"green-box-col1-center\">PHP<\/td>\n            <td id=\"green-box-col2\">A server side scripting language used for web development; \n            can be embedded into HTML. \n            PHP makes a webpage dynamic, such as processing user input from an HTML form.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">HyperText Transfer Protocol<\/td>\n            <td id=\"green-box-col1-center\">HTTP<\/td>\n            <td id=\"green-box-col2\">The protocol over which data is sent between your \n            browser and the website you&#8217;re connected to.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">HTTP Secure<\/td>\n            <td id=\"green-box-col1-center\">HTTPS<\/td>\n            <td id=\"green-box-col2\">The secure version of HTTP.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Internet Protocol Address<\/td>\n            <td id=\"green-box-col1-center\">IP<\/td>\n            <td id=\"green-box-col2\">A unique numerical label assigned to each device connected \n            to the Internet, including computers, phones, tablets, servers, cars, and more.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Internet Service Provider<\/td>\n            <td id=\"green-box-col1-center\">ISP<\/td>\n            <td id=\"green-box-col2\">The company that provides you with access to the Internet.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Javascript<\/td>\n            <td id=\"green-box-col1-center\">js<\/td>\n            <td id=\"green-box-col2\">A client side programming language, meaning the source code is processed \n            by the client&#8217;s web browser rather than on the Web server. \n            This allows the language to run actions on a page after a page has been fully loaded.\n            For example, gathering user input from an HTML form.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Nested<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">When one object is embedded in another object of the same type. In the case of HTML or CSS, a nested tag or property takes on its parent&#8217;s attributes, the parent takes on its parent&#8217;s attributes, and so on.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Pixel<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">The basic unit of programmable color on a computer display or in a computer image.\n            The physical size of a pixel depends on how you&#8217;ve set the resolution for the display screen.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Red Green Blue<\/td>\n            <td id=\"green-box-col1-center\">RGB<\/td>\n            <td id=\"green-box-col2\">A system for representing the colors to be used on a computer display. \n            Red, green, and blue can be combined in various proportions to obtain any color in the visible spectrum. \n            Levels of R, G, and B can each range from 0 to 100 percent of full intensity.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Red Green Blue Alpha<\/td>\n            <td id=\"green-box-col1-center\">RGBA<\/td>\n            <td id=\"green-box-col2\">An extension of RGB where A (alpha) specifies the opacity. \n            The opacity is a number between 0.0 (fully transparent) and 1.0 (fully opaque).<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Server Side<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">Any action that takes place on a web server. \n            This is also referred to as the back-end.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Search Engine Optimazation<\/td>\n            <td id=\"green-box-col1-center\">SEO<\/td>\n            <td id=\"green-box-col2\">The process of improving the rankings of a web page \n            (or website) in a search engine such as Google.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Uniform Resource Locator<\/td>\n            <td id=\"green-box-col1-center\">URL<\/td>\n            <td id=\"green-box-col2\">The file address of a resource on the Internet. \n            A URL can represent a web page, an image, a video, and much more.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">User Interface<\/td>\n            <td id=\"green-box-col1-center\">UI<\/td>\n            <td id=\"green-box-col2\">The design by which the user and a computer system interact. \n            The UX decides what to paint, it&#8217;s the UI that paints the canvas.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">User Experience<\/td>\n            <td id=\"green-box-col1-center\">UX<\/td>\n            <td id=\"green-box-col2\">The process of creating products that provide meaningful and relevant experiences to users.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Web Browser<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">A software application used for accessing information on the Web. \n            Popular web browsers include Google Chrome, Mozilla Firefox, and Internet Explorer. \n            Page appearances can vary depending on the browser.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Web Host<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">A web host, or web hosting service provider, is a business that \n            provides the technologies and services needed for a website or webpage to be viewed on the Internet.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Web Server<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">Web Servers are special computers used to store, process and deliver web pages to clients.<\/td>\n        <\/tr>\n        <tr>\n            <td id=\"green-box-col-bold\">Website<\/td>\n            <td><\/td>\n            <td id=\"green-box-col2\">One or more webpages connected to a common URL on the internet. \n            A website requires both a domain name and a web host.<\/td>\n        <\/tr>\n    <\/tbody>\n<\/table>\n\n","protected":false},"excerpt":{"rendered":"<p>Glossary of Common Web Terms Bandwidth The amount of information your connection to the Internet can carry, usually measured in&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-638","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Glossary - A Taste of Tech<\/title>\n<meta name=\"description\" content=\"A-Taste-of-Tech offers Website Development boot camps and private classes. This glossary captures the terminology and acronyms that the students will learn.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/website-dev-glossary\\\/\",\"url\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/website-dev-glossary\\\/\",\"name\":\"Glossary - A Taste of Tech\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/#website\"},\"datePublished\":\"2019-05-28T22:23:04+00:00\",\"dateModified\":\"2022-07-26T00:21:35+00:00\",\"description\":\"A-Taste-of-Tech offers Website Development boot camps and private classes. This glossary captures the terminology and acronyms that the students will learn.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/website-dev-glossary\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/website-dev-glossary\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/website-dev-glossary\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Glossary\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/#website\",\"url\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/\",\"name\":\"A Taste of Tech\",\"description\":\"empowering girls to embrace technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/#\\\/schema\\\/person\\\/1954d9921aa08828b690e57c838cc280\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/#\\\/schema\\\/person\\\/1954d9921aa08828b690e57c838cc280\",\"name\":\"Wendy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/final_ww_logo.png\",\"url\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/final_ww_logo.png\",\"contentUrl\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/final_ww_logo.png\",\"width\":238,\"height\":238,\"caption\":\"Wendy\"},\"logo\":{\"@id\":\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/final_ww_logo.png\"},\"sameAs\":[\"https:\\\/\\\/wendywidgets.com\\\/ATasteOfTech\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Glossary - A Taste of Tech","description":"A-Taste-of-Tech offers Website Development boot camps and private classes. This glossary captures the terminology and acronyms that the students will learn.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/","url":"https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/","name":"Glossary - A Taste of Tech","isPartOf":{"@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/#website"},"datePublished":"2019-05-28T22:23:04+00:00","dateModified":"2022-07-26T00:21:35+00:00","description":"A-Taste-of-Tech offers Website Development boot camps and private classes. This glossary captures the terminology and acronyms that the students will learn.","breadcrumb":{"@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/website-dev-glossary\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wendywidgets.com\/ATasteOfTech\/"},{"@type":"ListItem","position":2,"name":"Glossary"}]},{"@type":"WebSite","@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/#website","url":"https:\/\/wendywidgets.com\/ATasteOfTech\/","name":"A Taste of Tech","description":"empowering girls to embrace technology","publisher":{"@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/#\/schema\/person\/1954d9921aa08828b690e57c838cc280"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wendywidgets.com\/ATasteOfTech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":["Person","Organization"],"@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/#\/schema\/person\/1954d9921aa08828b690e57c838cc280","name":"Wendy","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-content\/uploads\/2019\/06\/final_ww_logo.png","url":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-content\/uploads\/2019\/06\/final_ww_logo.png","contentUrl":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-content\/uploads\/2019\/06\/final_ww_logo.png","width":238,"height":238,"caption":"Wendy"},"logo":{"@id":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-content\/uploads\/2019\/06\/final_ww_logo.png"},"sameAs":["https:\/\/wendywidgets.com\/ATasteOfTech\/"]}]}},"_links":{"self":[{"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/pages\/638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/comments?post=638"}],"version-history":[{"count":25,"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/pages\/638\/revisions"}],"predecessor-version":[{"id":1218,"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/pages\/638\/revisions\/1218"}],"wp:attachment":[{"href":"https:\/\/wendywidgets.com\/ATasteOfTech\/wp-json\/wp\/v2\/media?parent=638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}