The words that come up in a project meeting, without the blank stares. There is a fuller version in our developer-terms glossary.
- API
- Application Programming Interface: the software go-between that lets two applications talk to each other.
- Front end and back end
- The front end is what your users see and click in the browser. The back end is the code on the server that stores your data, runs the rules, and does the work behind it.
- CMS
- Content Management System: software that lets you manage your own content, text, images, and video, without writing code.
- CSS
- Cascading Style Sheets: the rules that control how a site looks, keeping colors, fonts, and layout consistent across every page.
- Debug mode
- A mode developers run code in to step through it line by line and track down a bug at its source.
- HTML
- Hypertext Markup Language: the markup that structures a web page or email, its headings, paragraphs, tables, and images.
- HTTPS
- The secure version of a web address. The 's' means the traffic between your browser and the site is encrypted.
- Modal
- A popup window that sits in front of the page and waits for you to act before you return to it, often used for forms.
- QA
- Quality Assurance: the discipline of testing software to catch defects before they ever reach your users. Read the Tech Talk →
- UI
- User Interface: the screens and controls a person actually interacts with. UX vs UI →
- UX
- User Experience: the overall experience of using the software, how it feels to move through it. UX vs UI →
- WYSIWYG
- “What you see is what you get.” An editor where content looks the same while you edit it as it will once it is published. Read the Tech Talk →