Glossary
Viewport
A Viewport is the visible area of a webpage. The viewport for a mobile device will be smaller than a desktop screen, and there is considerable variance within device types as well.
Websites need to be responsive to account for differing viewport sizes to avoid massive visual errors and user frustration, which is why responsive web design is so important.
Related Terms
Glossary
Key Performance Indicator (KPI)
Key Performance Indicators, or KPIs, are metrics used to measure the success or failure of a marketing campaign. Ideally, your KPIs are established before the launch of a campaign, so that you are tracking data both before and after the campaign’s launch.
The exact KPIs used in a campaign will vary depending on the goals of the campaign and the marketing channels used.
View Definition
Glossary
CSS
Stands for Cascading Style Sheets and is utilized in website design. CSS is used to establish visual parameters for coded elements of a website that are written in other coding languages, such as HTML or XML. Stated more plainly, CSS primarily relates to how your website looks. Many of the layout and graphical elements on sites are designed using CSS parameters.
View Definition
Glossary
jQuery
jQuery is a Javascript (JS) library. It’s designed to streamline usage of JS elements on websites and how they interact with other coding languages and site functions.
View Definition