Website Design Dictionary – Web Design Jargon Buster2024-05-13T11:25:23+00:00

Search The Web Design Directory

Website Design Directory – Web Design Jargon Buster

Heard a word from your web designer that you don’t understand? Or perhaps you have read something on the internet, but you don’t know what it means. Here are a list of 300 odd words and phrases commonly associated with websites and website design, each one has a brief dictionary style explanation, designed to help you understand for yourself.

No more getting bamboozled by web design jargon, use the web design jargon buster.

301 Redirect2024-03-19T12:30:06+00:00

A redirect response status code indicating that the requested resource has been permanently moved to a new URL. Useful if you redesign your website and need to point the old web pages to the new ones for example.

404 Error Page2024-03-19T12:37:15+00:00

A webpage displayed when a server cannot find the requested page. It usually means that either there is a mistake in the website address that you are trying to load, or else that the page has been deleted, or simply does not exist.

500 Internal Server Error2024-03-22T15:58:47+00:00

An “500 Internal Server Error” is an HTTP status code that indicates a general server-side error has occurred while attempting to fulfill a request from a client. This error message is a fairly unhelpful generic response given by web servers when they encounter an unexpected condition that prevents them from fulfilling the request made by the client. It signifies that something has gone wrong on the server’s end, but the server cannot pinpoint the exact nature of the problem due to its broad scope.

Example:

“The website encountered an unexpected condition that prevented it from fulfilling the request. A ‘500 Internal Server Error’ was returned to the client.”

Usage:

  • This error may occur due to various reasons such as misconfiguration of server settings, programming errors in server-side scripts such as plugins, out of date theme files, insufficient server resources, or database connection issues.
  • Web developers and server administrators often troubleshoot ‘500 Internal Server Error’ occurrences to identify and rectify the underlying issue to restore normal server operation.
  • Users encountering this error message typically need to wait for server administrators to resolve the problem, as it is beyond their control.

Fixes:

  • Running the wrong version of PHP on your web server can sometimes cause this error, in this case either rolling the PHP version forward or backwards a few versions can often provide a temporary fix to get your website running again.
  • Disabling the plugins on your website by renaming the plugins folder, or changing the file permissions on the plugins can help you to identify which plugin (if any) is causing the problem.
  • Sometimes the issue is caused by corrupted or out of date (or even hacked) theme files, in which case switch the theme over to a standard theme used for benchmark testing (Such as Twenty Twenty Four) can identify if the problem s coming from your theme.
Above the Fold2024-03-19T12:37:49+00:00

Content that appears on a webpage without the need for scrolling.

Accessibility2024-03-19T12:38:30+00:00

The design and implementation of websites to ensure they are usable by people with disabilities.

Admin Panel2024-03-19T12:39:38+00:00

An interface that allows administrators to manage and control the content and settings of a website. Sometimes called an admin area.

Alt Text2024-03-19T12:41:20+00:00

Short for alternative text. Descriptive text added to images on a website for accessibility and SEO purposes.

Anchor Text2024-03-19T12:45:13+00:00

Clickable text in a hyperlink that provides context about the linked content. Or to put it another way, the words in a link. For example if you are linking to a page or website about teddy bears, your anchor text might be: teddy bears

Animation2024-03-19T12:45:46+00:00

Moving images or visual effects added to a website to enhance user experience.

API (Application Programming Interface)2024-03-19T12:48:41+00:00

A set of rules and protocols for building and interacting with software applications. Often used to connect your website allowing it to communicate with software via the internet.

API Integration2024-03-19T12:49:26+00:00

The process of incorporating external APIs into a website or application to access additional functionality or data.

Auto-Play2024-03-19T12:50:11+00:00

A feature that automatically starts playing multimedia content (e.g., videos) when a webpage loads.

Avada2024-03-22T16:35:48+00:00

Avada is a versatile and widely-used premium WordPress theme developed by ThemeFusion. It offers a comprehensive toolkit for creating professional and customisable websites without the need for coding knowledge. Avada provides an advanced interface and a plethora of customisation options, allowing advanced users to create unique and visually appealing websites for various purposes, including business, portfolio, blog, and e-commerce. With its extensive features, including drag-and-drop page builder integration, responsive design, SEO optimisation, and compatibility with popular plugins, Avada remains a popular choice among professional WordPress users for building stunning and functional websites efficiently.

At The UK Web Design Company Ltd, we specialise in using Avada to build advanced and beautiful websites for our clients.

Usage:

  • Avada simplifies the website development process by offering a wide range of design options and features accessible to users of all skill levels.
  • Users can leverage Avada’s flexibility and customisation capabilities to create websites tailored to their specific needs and preferences.
  • With regular updates and a dedicated support team, Avada ensures ongoing compatibility, security, and performance enhancements for its users.
Backlink2024-03-19T12:50:55+00:00

A hyperlink from one webpage to another, considered an important factor in SEO.

Banner2024-03-19T12:51:33+00:00

A prominent graphic or advertisement displayed on a webpage.

Blog2024-03-19T12:55:54+00:00

A regularly updated area on a website, with information in blog posts, typically run by an individual or group, that shares news, opinions, or information on a specific topic. Often companies and people share articles via a blog on their website, these articles are grouped in to categories, (Blog Categories), allowing the visitor to click on and ready any published article they wish.

Bootstrap2024-03-19T12:56:34+00:00

A front-end framework for developing responsive and mobile-first websites.

Breadcrumb Navigation2024-03-19T12:59:14+00:00

A navigational aid that displays the user’s location within a website’s hierarchy of pages. Leaving a trail of page links like a trail of breadcrumbs to show where you are in a website, and allowing you to go back to any page you like by simply clicking on the appropriate link in the breadcrumbs.

Browser Cache2024-03-19T12:59:59+00:00

Temporary storage on a user’s device where web browser stores copies of web pages, images, and other resources to reduce loading times.

Browser Compatibility2024-03-19T13:02:30+00:00

The ability of a website to display and function correctly across different web browsers. Some browsers have tried to introduce and promote their own coding language standards, meaning that websites may not always display as intended in these browsers.

Cache-Control2024-03-19T13:04:36+00:00

A HTTP header that specifies how and for how long web content should be cached by the browser or intermediary servers before a fresh copy is downloaded from the website when the webpage is visited.

Call-to-Action (CTA)2024-03-19T13:07:03+00:00

Prominent prompts or buttons designed to encourage users to take a specific action, such as signing up for a newsletter or making a purchase.

For example, “Click here to book an appointment with us

Canonical URL2024-03-19T13:07:41+00:00

A preferred URL designated for a specific webpage, used to prevent duplicate content issues in search engine indexing.

Carousel2024-03-19T13:08:15+00:00

A rotating display of images or content on a webpage, often used to showcase multiple items in a limited space.

CDN (Content Delivery Network)2024-03-19T13:09:14+00:00

A network of servers distributed geographically to deliver web content more efficiently to users. Speeding up your website and reducing the load on the hosting server.

Clickbait2024-03-19T13:11:32+00:00

Content or headlines designed to attract clicks through sensationalism or misleading information.

Client-Side Scripting2024-03-19T13:09:59+00:00

The execution of scripts on the client-side (i.e., the user’s browser) to enhance interactivity and functionality.

CMS (Content Management System)2024-03-19T13:16:51+00:00

A software application or platform used to create, manage, and modify digital content on websites. For example WordPress is the most popular CMS in 2024.

Code Refactoring2024-03-19T13:17:30+00:00

The process of restructuring and optimising existing code to improve readability, performance, or maintainability.

Colour Scheme (or) Color Scheme2024-03-19T13:18:24+00:00

A predefined set of colours used consistently throughout a website for branding and visual consistency.

Comment Section2024-03-19T13:20:34+00:00

A section on a webpage where users can leave comments or feedback. Often exploited by spammers and spam bots, some choose to disable this feature unless they are prepared to moderate it by approving or disapproving each comment.

Contact Form2024-03-19T13:21:14+00:00

A web form that allows users to send messages or inquiries to the website owner or administrator.

Content Curation2024-03-19T13:21:59+00:00

The selection and organisation of existing content from various sources to create a cohesive narrative or resource.

Content Delivery Network (CDN)2024-04-08T11:46:41+00:00

A network of servers distributed geographically to deliver web content more efficiently to users. Often used to speed up a slow website.

Conversion Rate2024-03-19T13:23:35+00:00

The percentage of website visitors who complete a desired action, such as making a purchase or filling out a form.

Cookie2024-03-19T13:24:16+00:00

A small piece of data stored on a user’s device by a website, used to track user activity, preferences, and login sessions.

Cookie Consent2024-03-19T13:24:50+00:00

User permission required for websites to store and access cookies on their device, in compliance with privacy regulations.

CSS (Cascading Style Sheets)2024-03-19T13:25:24+00:00

A style sheet language used to define the presentation and layout of HTML documents.

CSS Framework2024-03-19T13:25:56+00:00

A pre-made set of CSS styles and components designed to speed up the process of web development.

Custom 404 Page2024-03-19T13:26:32+00:00

A custom-designed error page displayed when a user attempts to access a non-existent or broken link.

Cybersecurity2024-03-19T13:27:03+00:00

Measures and practices implemented to protect websites and web applications from cyber threats, such as hacking, malware, and data breaches.

Data Backup2024-03-19T13:27:37+00:00

The process of creating copies of website data and storing them securely to prevent data loss in case of hardware failure or cyber attacks.

Database2024-03-19T13:28:58+00:00

A structured collection of data organised for efficient storage, retrieval, and management, often used to store website content, user information, and settings. An example of a commonly used database is SQL (Sequenced Query Language).

Debugging2024-03-19T13:29:28+00:00

The process of identifying and fixing errors or bugs in website code to ensure proper functionality and performance.

Debugging Tools2024-03-19T13:30:03+00:00

Software tools used by developers to identify and troubleshoot errors or bugs in website code.

Deep Linking2024-03-19T13:30:46+00:00

Directly linking to specific pages or content within a website, bypassing the homepage or main navigation.

Deep Linking2024-03-19T14:10:20+00:00

Directly linking to specific pages or content within a website, bypassing the homepage or main navigation.

Device Compatibility2024-03-19T14:11:18+00:00

Ensuring that a website displays and functions correctly across different devices, screen sizes, and browsers.

Domain Authority2024-03-19T14:12:58+00:00

A search engine ranking score developed by Moz that predicts a website’s ability to rank in search engine results pages (SERPs).

Domain Name2024-03-19T14:14:23+00:00

The unique name used to identify a website on the internet, typically consisting of a memorable word or phrase followed by a domain extension (e.g., .com, .org, .co.uk).

For example our domain name is: the-web-design-company.co.uk

Domain Name System (DNS)2024-03-19T14:15:38+00:00

A hierarchical system that translates domain names into IP addresses, allowing us to access websites using human-readable addresses.

Dropdown Menu2024-03-19T14:16:24+00:00

A menu that displays a list of options when clicked or hovered over, typically used for website navigation or content selection.

E-commerce2024-03-19T14:17:15+00:00

The buying and selling of goods or services conducted electronically over the internet.

E-commerce Platform2024-03-19T14:21:23+00:00

A software solution or framework used to build and manage online stores and transactions.

Popular examples are WooCommerce on WordPress, or Shopify.

E-commerce Website2024-03-19T14:20:06+00:00

A website that allows the visitors to buy and/or sell of goods or services electronically over the internet. Usually taking payment via credit or debit cards or other merchant account such as payPal or Stripe or WorldPay or other payment gateway.

Email Capture2024-03-19T14:21:58+00:00

The process of collecting email addresses from website visitors for marketing or communication purposes.

Email Newsletter2024-03-19T14:26:59+00:00

A regularly distributed email containing news, updates, or promotional content sent to subscribers.

Email Subscription2024-03-19T14:27:35+00:00

The act of signing up to receive email updates or newsletters from a website or business.

Error 404 Page2024-04-09T12:07:13+00:00

A webpage displayed when a server cannot find the requested page. This can sometimes mean that you have made a mistake in the website address. Other times it can mean that the page has been deleted or removed.

Error Handling2024-03-19T14:28:53+00:00

The process of detecting, logging, and responding to errors or exceptions that occur during website operation.

Exit Intent Popup2024-03-19T14:29:36+00:00

A popup window that appears when a user is about to leave a webpage, typically used to offer incentives or collect feedback.

External Link2024-03-19T14:30:02+00:00

A hyperlink that points to a webpage outside the current website domain.

Featured Image2024-03-19T14:31:31+00:00

An image chosen to represent a webpage or post when shared on social media or other platforms.

File Compression2024-03-19T14:32:12+00:00

The process of reducing the size of files to save storage space and improve website loading times.

File Transfer Protocol (FTP)2024-04-09T12:13:18+00:00

A standard network protocol used to transfer files between a client and a server over a TCP/IP-based network. Used by an FTP Program or FTP Client to connect to a web server and upload or download files.

Firewall2024-04-09T12:15:44+00:00

A network security system that monitors and controls incoming and outgoing network traffic, based on predetermined security rules. Often used to keep hackers out and prevent unwanted access by anyone without authorisation.

Firewall Protection2024-03-19T14:34:14+00:00

Security measures implemented to prevent unauthorised access to a website or server by blocking malicious traffic.

Flat Design2024-03-19T14:34:55+00:00

A minimalist design approach that emphasises simplicity, clean lines, and flat, two-dimensional elements.

Footer2024-03-19T14:35:26+00:00

The bottom section of a webpage containing supplementary information, links, or navigation.

Form Validation2024-03-19T14:36:18+00:00

The process of verifying user input in web forms to ensure it meets specified criteria and prevent erroneous submissions.

Front-End Development2024-03-19T14:37:08+00:00

The process of designing and implementing the user interface and user experience of a website using HTML, CSS, and JavaScript.

Frontend2024-03-19T14:37:46+00:00

The user-facing part of a website or application that users interact with directly.

Gallery2024-03-19T14:38:20+00:00

A collection of images or multimedia files displayed together on a webpage.

Geolocation2024-03-19T14:38:56+00:00

The process of determining the geographical location of a website visitor using their device’s IP address or GPS coordinates.

Graphic Design2024-03-19T14:39:25+00:00

The art and practice of visual communication using typography, images, and other graphic elements to convey messages or information.

Graphic User Interface (GUI)2024-03-19T14:40:05+00:00

A visual interface that allows users to interact with digital devices or software using graphical elements such as icons, buttons, and menus.

Grid Layout2024-03-19T14:40:58+00:00

A design technique that organises content into a grid structure to create a visually balanced and structured layout.

Header2024-03-19T14:41:38+00:00

The top section of a webpage containing branding elements, navigation, and other important information.

Heatmap2024-03-19T14:42:09+00:00

A visual representation of user interaction with a webpage, showing areas of high and low engagement or activity.

Hosting2024-03-19T14:43:12+00:00

The service of storing and serving website files and data on a server connected to the internet, allowing users to access the website online.

HTML (Hypertext Markup Language)2024-03-19T14:43:53+00:00

The standard markup language used to create and structure webpages and web applications.

HTML52024-03-19T14:44:35+00:00

The latest version of HTML, introducing new features and elements for enhanced web development.

HTTPS (Hypertext Transfer Protocol Secure)2024-03-19T14:45:15+00:00

An extension of HTTP that encrypts data transmitted between a web browser and a website, ensuring secure communication.

Hyperlink2024-03-19T14:46:08+00:00

A clickable element that connects (or links) one webpage to another or to a different section within the same webpage.

Hyperlink Building2024-03-19T14:47:13+00:00

The process of acquiring and creating hyperlinks from other websites to improve a website’s search engine ranking. Sometimes referred to as “Link Building” or as “Backlink Building”.

Inbound Link2024-03-19T14:47:43+00:00

A hyperlink from an external website pointing to a specific webpage on the target website.

Information Architecture2024-03-19T14:48:29+00:00

The organisation and structure of content within a website to facilitate navigation and user experience.

Inline CSS2024-03-19T14:48:56+00:00

CSS styles applied directly within HTML elements, overriding external or embedded stylesheets.

Interaction Design2024-03-19T14:49:33+00:00

The design of interactive elements and interfaces that facilitate user interaction with digital products and services.

Internal Link2024-03-19T14:50:01+00:00

A hyperlink within a webpage that points to another page or section within the same website.

IP Address2024-03-19T14:50:31+00:00

A numerical label assigned to devices connected to a computer network, used to identify and locate them.

JavaScript2024-03-19T14:51:00+00:00

A programming language used to create interactive and dynamic elements on webpages, such as animations, forms, and user interfaces.

JavaScript Framework2024-03-19T14:51:38+00:00

A collection of pre-written JavaScript code libraries and tools used to simplify and streamline web development.

Keyword2024-03-19T14:52:24+00:00

A word or phrase that describes the content or topic of a webpage, used in search engine optimisation (SEO) to improve a website’s visibility in search results.

Landing Page2024-03-19T14:53:12+00:00

A standalone webpage designed for a specific marketing campaign or promotion, focused on driving user actions.

Landing Page Optimisation2024-03-19T14:53:56+00:00

The process of improving the effectiveness of a landing page to increase conversion rates and achieve marketing goals.

Lead Capture2024-03-19T14:54:25+00:00

The process of collecting contact information from website visitors for marketing purposes, typically through forms or signup prompts.

Lead Generation2024-03-19T14:55:01+00:00

The process of identifying and attracting potential customers or leads for a business, often through inbound marketing tactics.

Lightbox2024-03-19T14:55:40+00:00

A popup overlay on a webpage that highlights or displays content such as images, videos, or forms while dimming the background.

Link Building2024-03-19T14:56:16+00:00

The practice of acquiring hyperlinks from other websites to improve a website’s search engine ranking and increase organic traffic.

Localhost2024-03-19T14:56:48+00:00

A local server environment installed on a personal computer for website development and testing purposes.

Login/Register2024-03-19T17:38:18+00:00

The process of signing in or creating an account on a website to access restricted content or features.

Logo2024-03-19T17:37:36+00:00

A graphic symbol or emblem representing a brand, organisation, or website.

Long-Tail Keyword2024-03-19T17:42:15+00:00

A specific and targeted keyword phrase containing three or more words, often used in SEO to target niche audiences. See our Free SEO Training Course.

Macromedia Flash2024-12-03T11:32:07+00:00

Macromedia Flash, often referred to simply as “Flash,” was a multimedia software platform developed by Macromedia which revolutionised websites at the time, it used a file format called Shockwave Flash. It allowed web designers to create very cool animated and interactive websites. The software was later acquired by Adobe Systems, and eventually was fazed out and no longer supported. It enabled the creation and delivery of interactive content for websites and applications. Flash allowed designers and developers to create animations, games, advertisements, and interactive multimedia content using vector and raster graphics, audio, and video.

Many websites in the early 2000s, including our own old website “DesignsOnline.co.uk” utilised Macromedia Flash to create Highly realistic interactive animations and games.

Usage:

  • Macromedia Flash revolutionized web content by providing a platform for rich multimedia experiences, although its usage declined with the emergence of HTML5, which offered similar capabilities without requiring a browser plugin.
  • Flash Player, the browser plugin required to view Flash content, became widely installed on desktop computers and was a target for security vulnerabilities, leading to its discontinuation and removal from major web browsers by the end of 2020.
  • While Flash content remains playable through legacy systems or emulators, modern web development largely favors alternative technologies such as HTML5, CSS, and JavaScript for interactive multimedia content.
Maintenance Mode2024-03-19T17:43:06+00:00

A temporary state of a website where access is restricted to perform updates, fixes, or maintenance tasks.

Media Queries2024-03-19T17:44:26+00:00

CSS rules that allow web content to adapt and respond to different screen sizes and devices, enabling responsive design.

Metadata2024-03-19T17:46:09+00:00

Descriptive information about a webpage, including titles, descriptions, and keywords, used by search engines to index and rank content. See our Free SEO Training Course.

Mockup2024-03-19T17:47:23+00:00

A visual representation or prototype of a webpage or user interface, often created to demonstrate design concepts or gather feedback.

Modal Window2024-03-19T17:46:54+00:00

A popup window that appears on top of a webpage, usually containing important information or actions for the user.

Multilingual Support2024-03-19T17:48:50+00:00

The ability of a website to display content in multiple languages to cater to a diverse audience.

Multimedia Content2024-03-19T17:48:08+00:00

Content that includes a combination of different media types such as text, images, videos, and audio.

Multivariate Testing2024-03-19T17:49:27+00:00

A method of testing multiple variations of webpage elements simultaneously to determine the most effective combination.

Navigation2024-03-19T17:50:06+00:00

The structure and layout of menus, links, and other elements that enable users to navigate a website.

Navigation Menu2024-03-19T17:50:43+00:00

A list of links or buttons that allow users to navigate between different sections or pages of a website.

Newsletter Signup2024-03-19T17:51:22+00:00

The process of subscribing to receive periodic newsletters or updates from a website via email.

Nofollow2024-03-19T17:52:35+00:00

A link attribute that instructs search engines not to pass authority or PageRank to the linked webpage, commonly used for paid or untrusted links.

 See our Free SEO Training Course.

Offline Mode2024-03-19T17:53:12+00:00

A feature that allows users to access certain functionalities of a website even when they are not connected to the internet.

On-Page SEO2024-03-19T17:54:57+00:00

Also called On-Site SEO. Optimisation techniques applied directly to a webpage to improve its search engine ranking and visibility.

See our Free SEO Training Course.

Online Chat2024-03-19T17:56:12+00:00

Also called Live Chat. A real-time messaging feature on a website that allows users to communicate with customer support representatives or other users.

Optimisation2024-03-19T20:57:40+00:00

The process of improving the performance, usability, and efficiency of a website or web application.

 See our Free SEO Training Course.

Pagination2024-03-19T20:58:37+00:00

The division of content into separate pages, usually indicated by numbered links or buttons for navigation.

Parallax Effect2024-03-19T20:59:07+00:00

A scrolling technique that creates an illusion of depth by moving foreground and background elements at different speeds.

Parallax Scrolling2024-03-19T20:59:48+00:00

A web design technique where background images move at a slower rate than foreground content as the user scrolls, creating a 3D effect.

Password Encryption2024-03-19T21:00:51+00:00

The process of encoding passwords to prevent unauthorised access or exposure to sensitive information.

Password Protection2024-03-19T21:01:25+00:00

Security measures implemented to prevent unauthorised access to restricted areas or content on a website.

Payment Gateway2024-03-19T21:02:05+00:00

A service that facilitates online transactions by securely authorising and processing payments between buyers and sellers.

Performance Monitoring2024-03-19T21:02:40+00:00

The process of tracking and analysing website performance metrics such as load times, page speed, and user interactions.

Performance Optimisation2024-03-19T21:03:45+00:00

The practice of improving website speed, responsiveness, and efficiency to enhance user experience and search engine ranking.

 See our Free SEO Training Course.

Permalink2024-03-19T21:05:16+00:00

A permanent URL that directs users to a specific webpage or content item, often used for blog posts or articles. Often this is set in the admin area in a website’s settings.

PHP (Hypertext Preprocessor)2024-03-19T21:06:01+00:00

A server-side scripting language commonly used for web development to create dynamic web pages and applications.

PHP Framework2024-03-19T21:06:40+00:00

A collection of pre-written PHP code libraries and tools used to streamline and standardise web development tasks.

Pixel2024-03-19T21:07:26+00:00

The smallest unit of display on a screen, used to measure and define the resolution, size, and layout of web content.

Popup Modal2024-03-19T21:08:21+00:00

A window that appears on top of a webpage to display additional information, prompts, or actions.

Privacy Policy2024-03-19T21:09:00+00:00

A legal document that outlines how a website collects, uses, and protects user data and privacy.

Privacy Policy Page2024-03-19T21:09:42+00:00

A webpage containing the privacy policy of a website, usually accessible from the footer or navigation menu.

Progressive Enhancement2024-03-19T21:10:29+00:00

A web design approach that focuses on building a basic, functional experience first and then adding enhancements for more capable browsers or devices.

Progressive Web App (PWA)2024-03-19T21:11:09+00:00

A type of web application that uses modern web technologies to provide a native app-like experience, including offline access, push notifications, and installation prompts.

Prototype2024-03-19T21:12:37+00:00

A preliminary version or model of a website or application used for testing, feedback, and validation before final development.

Prototyping2024-03-19T21:11:51+00:00

The process of creating preliminary models or representations of a website or application to test and validate design concepts.

Push Notification2024-03-19T21:13:25+00:00

A message or alert sent to a user’s device or browser from a website or web application, even when the user is not actively using the site.

QA (Quality Assurance)2024-03-19T21:14:12+00:00

The process of systematically testing and verifying that a website or application meets specified requirements and standards.

Query String2024-03-19T21:15:12+00:00

The part of a URL that contains data passed to a web server as key-value pairs, typically used in dynamic webpages to retrieve information from databases or APIs.

Redirect2024-03-19T21:16:17+00:00

The automatic forwarding of a user from one URL to another, commonly used for permanent moves, temporary changes, or error handling.

Registration Form2024-03-19T21:16:59+00:00

A web form that collects user information for creating an account or registering for access to certain features or content.

Responsive Design2024-03-19T21:17:36+00:00

A design approach that ensures a website displays and functions correctly across different devices and screen sizes, adapting its layout and content accordingly.

Responsive Images2024-03-19T21:18:10+00:00

Images that adjust their size and resolution based on the screen size and device capabilities to improve loading times and user experience.

Responsive Web Design2024-03-19T21:18:51+00:00

A design approach that aims to create websites that provide an optimal viewing experience across a wide range of devices and screen sizes.

Retina Display Optimisation2024-03-19T21:19:30+00:00

The process of optimising images and graphics for high-resolution displays, such as Apple’s Retina displays, to ensure crisp and clear visuals.

Rich Snippets2024-03-19T21:20:30+00:00

Enhanced search results displayed by search engines that provide additional information, such as reviews, ratings, and product details. These snippets are extracted from structured data markup on webpages, enriching search listings and providing users with more context and relevance.

 See our Free SEO Training Course.

Robots Meta Tag2024-03-19T21:21:51+00:00

HTML meta tags that provide instructions to search engine crawlers about how to index and display webpages in search results.

Robots.txt2024-03-19T21:21:12+00:00

A text file located in the root directory of a website that instructs search engine crawlers which pages or files should not be indexed.

RSS Feed2024-03-20T12:54:29+00:00

A format used to publish frequently updated content such as blog posts, news headlines, or podcasts in a standardised XML file format.

Scalability2024-03-20T12:55:10+00:00

The ability of a website or web application to handle increased workload or user traffic without sacrificing performance or reliability.

Schema Markup2024-03-20T12:57:38+00:00

A structured data vocabulary used to annotate and markup HTML documents to help search engines understand and display content more effectively.

 See our Free SEO Training Course.

Scroll Animation2024-03-20T12:58:03+00:00

Animated effects triggered by scrolling actions on a webpage, such as parallax effects or fading transitions.

Scroll Depth2024-03-20T12:58:28+00:00

The measurement of how far users scroll down a webpage, often used to analyse user engagement and content visibility.

Scrolling2024-03-20T12:58:58+00:00

The action of moving up or down a webpage using the scrollbar or touch gestures on a touchscreen device.

Search Bar2024-03-20T12:59:40+00:00

A text input field on a webpage that allows users to enter keywords or phrases to search for specific content or information.

Search Engine Indexing2024-03-20T13:00:41+00:00

The process of adding webpages to a search engine’s database to be included in search results.

 See our Free SEO Training Course.

Search Engine Marketing (SEM)2024-03-20T13:01:26+00:00

A form of online marketing that involves promoting websites by increasing their visibility in search engine results pages through paid advertising.

 See our Free SEO Training Course.

Search Engine Optimisation (SEO)2024-03-20T13:02:12+00:00

The practice of improving a website’s visibility and ranking in search engine results pages (SERPs) to attract more organic traffic.

 See our Free SEO Training Course.

Search Engine Results Page (SERP)2024-03-20T13:04:15+00:00

The page displayed by a search engine in response to a user’s query, containing a list of relevant webpages ranked by relevance and authority.

The page displayed by a search engine in response to a user’s query, containing a list of relevant webpages ranked by relevance and authority.

Security Certificate2024-03-20T13:04:50+00:00

A digital certificate issued by a trusted authority that verifies the authenticity and identity of a website and encrypts data transmitted between the server and the user’s browser.

Security Patch2024-03-20T13:05:31+00:00

A software update released to fix vulnerabilities or weaknesses in a website’s code or infrastructure, improving security and protecting against potential threats.

Server-Side Scripting2024-03-20T13:06:09+00:00

The execution of scripts on the server-side (i.e., the web server) to generate dynamic web content before sending it to the client’s browser.

Service Worker2024-03-20T13:06:47+00:00

A script that runs in the background of a webpage, enabling features such as offline caching, push notifications, and background sync.

Session Timeout2024-03-20T13:07:35+00:00

The period of inactivity after which a user’s session on a website expires and they are automatically logged out for security reasons.

Share Buttons2024-03-20T13:08:08+00:00

Social media icons or buttons on a webpage that allow users to easily share content or links on their social networks.

Shareable Content2024-03-20T13:08:41+00:00

Content that is designed to be easily shared on social media platforms or other websites, often containing engaging visuals or informative insights.

Sidebar2024-03-20T13:09:32+00:00

A vertical column or panel on the side of a webpage containing supplementary information, links, or navigation.

Site Map2024-03-20T13:10:22+00:00

A hierarchical list or diagram of all the pages and content on a website, used to aid navigation and improve search engine indexing.

See our Free SEO Training Course.

Skeleton Screen2024-03-20T13:11:05+00:00

A visual loading technique that displays an outline or placeholder of a webpage’s layout while content is being fetched or loaded.

Slider2024-03-20T13:11:45+00:00

A dynamic component on a webpage that displays a series of images or content slides, often used for showcasing products, testimonials, or promotions.

Slider Revolution2024-03-20T13:13:22+00:00

A popular WordPress plugin for creating responsive sliders, carousels, and multimedia presentations on websites. Note, this plugin must be regularly kept up to date as it has been known for being exploited by hackers if not kept to the latest version.

Social Media Integration2024-03-20T13:13:53+00:00

The inclusion of social media features, content, or sharing buttons on a website to encourage engagement and interaction with social platforms.

Social Proof2024-03-20T13:14:33+00:00

Evidence of social validation or endorsement, such as customer testimonials, reviews, or social media shares, used to build trust and credibility.

Source Code2024-03-20T13:15:26+00:00

The human-readable version of a computer program or webpage written in programming languages such as HTML, CSS, and JavaScript or other languages.

Source Code Optimisation2024-03-20T13:16:01+00:00

The process of improving the efficiency, readability, and performance of a website’s source code to enhance usability and maintainability.

SSL (Secure Sockets Layer)2024-03-20T13:16:57+00:00

A standard security protocol that establishes an encrypted link between a web server and a user’s browser, ensuring secure communication and data transmission. Often shown by means of a padlock icon in the browser’s address bar.

SSL Certificate2024-03-20T13:17:30+00:00

A digital certificate issued by a trusted authority that verifies the identity of a website and enables HTTPS encryption for secure communication.

Sticky Footer2024-03-20T13:18:26+00:00

A footer section of a webpage that remains fixed at the bottom of the browser window, even when the rest of the page scrolls, providing persistent navigation or information.

Sticky Navigation2024-03-20T13:17:59+00:00

A navigation menu or toolbar that remains visible and fixed in place as the user scrolls down a webpage, providing easy access to important links or features.

Style Guide2024-03-20T13:18:53+00:00

A set of design standards, rules, and guidelines used to maintain consistency and cohesion across a website’s visual elements and user interface.

Subdirectory (or) Subfolder2024-03-20T13:20:28+00:00

A folder or directory within the root directory of a website used to organise and store related webpages or content.

Subdomain2024-03-20T13:19:27+00:00

A subdivision of a domain that can be used to host distinct sections or services of a website, typically represented as a prefix to the main domain (e.g., subdomain.example.com).

Subnavigation2024-03-20T13:20:58+00:00

Secondary navigation links or menus within a webpage or section, providing additional options or pathways for users to explore.

SVG (Scalable Vector Graphics)2024-03-20T13:21:29+00:00

A vector image format based on XML markup language that allows for high-quality graphics with smooth scalability and small file sizes.

SWF Shockwave Flash2024-12-03T11:28:38+00:00

SWF, an acronym for Shockwave Flash, is a file format utilized for multimedia, vector graphics, and ActionScript. Developed by Macromedia, later acquired by Adobe Systems, SWF files are primarily associated with Adobe Flash. These files were commonly used for delivering animations, games, and interactive content over the internet. SWF files can contain a variety of media types, including vector graphics, raster graphics, audio, and video, making them versatile for creating engaging web experiences.

Example:

“The website incorporates several SWF files to deliver interactive animations and multimedia content.”

Usage:

  • SWF files were widely utilized in the early days of web development for creating dynamic and interactive content, such as animated banners, games, and multimedia presentations.
  • With the decline of Adobe Flash due to security vulnerabilities and the shift towards modern web standards like HTML5, the usage of SWF files has diminished. However, legacy content and applications may still rely on SWF files for playback.
  • While SWF files can still be viewed using compatible software or plugins, it’s essential to consider alternative technologies for modern web development to ensure compatibility and security.
Tag Cloud2024-03-20T13:22:03+00:00

A visual representation of keywords or tags used on a website, where the size of each tag corresponds to its frequency or importance.

Tag Manager2024-03-20T13:22:28+00:00

A web-based tool that simplifies the management and deployment of website tags and tracking codes, such as those used for analytics, advertising, and marketing.

Template2024-03-20T13:23:47+00:00

A pre-designed layout or framework used to create multiple pages or sections of a website with consistent design and structure.

Testimonials2024-03-20T13:24:16+00:00

Positive reviews, endorsements, or feedback from satisfied customers or users, often displayed on a website to build trust and credibility.

Theme2024-03-20T13:25:38+00:00

A collection of design elements, styles, and templates used to customise the appearance and functionality of a website or web application.

Thumbnail2024-03-20T13:26:05+00:00

A small, compressed version of an image or video used to represent larger media files, often displayed as previews or links on a webpage.

Time to First Byte (TTFB)2024-03-20T13:27:05+00:00

The time it takes for a web server to respond to an HTTP request from a user’s browser, indicating server responsiveness and performance. A very important factor in SEO.

See our Free SEO Training Course.

Tooltip2024-03-20T13:27:29+00:00

A small pop-up message or text box that appears when a user hovers over an element on a webpage, providing additional information or context.

Tracking Code2024-03-20T13:27:57+00:00

A snippet of code added to a webpage to collect data and track user interactions, typically used for analytics, advertising, or remarketing purposes.

Tracking Pixel2024-03-20T13:28:27+00:00

A small, invisible image embedded on a webpage to track user activity, such as page views, clicks, or conversions, often used for marketing and analytics.

Typography2024-03-20T13:29:06+00:00

Typography refers to the art and technique of arranging and styling text elements on a webpage to enhance readability, accessibility, and visual appeal. It involves selecting appropriate fonts, sizes, spacing, and formatting to create harmonious and engaging text compositions.

Good typography plays a crucial role in establishing the tone and personality of a website, conveying information effectively, and guiding users through the content.

UI/UX Design2024-03-20T13:29:40+00:00

The process of designing user interfaces and experiences to enhance usability, accessibility, and satisfaction.

URL (Uniform Resource Locator)2024-03-20T13:30:06+00:00

The address used to identify and locate resources, such as webpages or files, on the internet.

User Engagement2024-03-20T13:30:35+00:00

The level of interaction, attention, and involvement users have with a website or application, often measured by metrics such as time spent, clicks, or interactions.

User Experience (UX)2024-03-20T13:31:05+00:00

The overall experience and satisfaction users have when interacting with a website or application, encompassing usability, accessibility, and enjoyment.

User Flow2024-03-20T13:31:28+00:00

The path or sequence of steps a user follows when navigating through a website or completing a specific task, mapped out to improve usability and conversion rates.

User Interface (UI)2024-03-20T13:31:58+00:00

The visual elements, controls, and interactions users encounter when navigating a website or application, designed to facilitate usability and functionality.

User Journey2024-03-20T13:32:28+00:00

The series of interactions and touchpoints a user experiences when engaging with a website or product, from initial discovery to completion of a goal or task.

User Persona2024-03-20T13:33:00+00:00

A fictional representation of an ideal user or customer segment, based on demographic, behavioural, and psychographic data, used to guide design decisions and marketing strategies.

User Research2024-03-20T13:33:34+00:00

The systematic process of gathering insights and feedback from users to understand their needs, preferences, and behaviours, informing design and development decisions.

User Testing2024-03-20T13:33:58+00:00

The evaluation and validation of a website or application’s usability and functionality through direct feedback and observation from real user

Vertical Navigation2024-03-20T13:34:45+00:00

A navigation menu or toolbar positioned vertically along the side of a webpage, providing access to different sections or pages.

Viewport2024-03-20T13:35:09+00:00

The visible area of a webpage displayed within a web browser window or on a device screen, affected by factors such as screen size, resolution, and zoom level.

Viewport Meta Tag2024-03-20T13:35:32+00:00

HTML meta tag that controls the behaviour and rendering of webpages on mobile devices, specifying viewport dimensions and scaling options.

Virtual Reality (VR)2024-03-20T13:36:09+00:00

An immersive technology that simulates a realistic 3D environment, allowing users to interact with digital content and environments using special hardware.

Virus Scanner2024-03-20T13:36:48+00:00

A software program or tool that scans websites, servers, or files for malicious code, malware, or security threats.

Visitor Analytics2024-03-20T13:37:26+00:00

Data and insights collected about website visitors, such as demographics, behaviour, and interactions, used to inform marketing and website optimisation strategies.

See our Free SEO Training Course.

Visual Design2024-03-20T13:37:51+00:00

The aesthetic and graphical aspects of a website or application, including layout, typography, colour scheme, and visual elements.

Web Accessibility2024-03-20T13:38:18+00:00

The practice of designing and developing websites and applications to be usable and accessible to people with disabilities, ensuring equal access to information and functionality.

Web Analytics2024-03-20T13:38:51+00:00

The collection, measurement, and analysis of data related to website usage and performance, used to understand user behaviour, track key metrics, and optimise strategies.

See our Free SEO Training Course.

Web Application2024-03-20T13:39:22+00:00

A software application or program accessed and operated through a web browser, typically providing interactive and dynamic functionality.

Web Browser2024-03-20T13:40:53+00:00

A software application used to access, view, and interact with websites and web-based content on the internet. You are using a web browser to view this right now. Examples include, Firefox, Google Chrome, Safari, Opera and others.

Web Design2024-03-20T13:41:19+00:00

The process of planning, conceptualising, and creating the visual and functional elements of a website, encompassing layout, graphics, navigation, and user experience.

Web Designer2024-03-20T13:43:04+00:00

A professional responsible for designing and creating the visual and interactive elements of a website, including layout, graphics, and user interface.

London web designers near me - a family website design company

London web designers near me – a family website design company

I am a web designer and have been since 1999. (I’m the one in the middle)

 

Web Developer2024-03-20T13:45:13+00:00

A professional responsible for designing, developing, and maintaining websites and web applications, including front-end and back-end programming.

London web designers near me - a family website design company

London web developers near me 

The one in the middle is a Web Developer, thats me.

Web Development2024-03-20T13:43:31+00:00

The process of building and maintaining websites and web applications, involving coding, programming, and database management.

Web Font2024-03-20T13:45:40+00:00

A font file hosted on a remote server and loaded dynamically into a webpage, allowing designers to use custom fonts that may not be installed on users’ devices.

Web Hosting2024-03-20T13:46:32+00:00

The service of providing storage space and access to websites and web applications on servers connected to the internet. The quality of the hosting can make a huge difference to the speed of your website.

Web Server2024-03-20T13:46:54+00:00

A computer or software program that stores, processes, and delivers webpages and content to users’ browsers upon request.

Web Standards2024-03-20T13:47:17+00:00

Guidelines, specifications, and best practices established by organisations such as the World Wide Web Consortium (W3C) to ensure consistency, compatibility, and interoperability of web technologies.

Web Template2024-03-20T13:47:42+00:00

A pre-designed framework or layout used as a basis for creating multiple webpages with consistent design and structure.

Web Typography2024-03-20T13:48:05+00:00

The use and styling of fonts and typefaces on webpages to enhance readability, accessibility, and visual appeal.

Webpage2024-03-20T22:51:38+00:00

A single document or file accessible on the internet, typically containing text, images, multimedia, and hyperlinks.

WebRTC (Web Real-Time Communication)2024-03-20T22:52:10+00:00

A collection of communication protocols and APIs that enable real-time audio, video, and data exchange directly between web browsers.

Website2024-03-20T13:48:28+00:00

A collection of related webpages, files, and content accessible via the internet and hosted on a web server.

Website Architecture2024-03-20T13:48:52+00:00

The structure, organisation, and hierarchy of webpages and content within a website, designed to facilitate navigation and usability.

Website Builder2024-03-20T13:49:14+00:00

A software tool or platform that allows users to create and design websites without the need for coding or technical expertise.

Website Content2024-03-20T13:49:45+00:00

The text, images, multimedia, and other elements that comprise the substance and information of a website.

Website Design2024-03-20T13:50:20+00:00

The process of planning, designing, and creating the visual and functional elements of a website to achieve specific goals and objectives.

Website Development2024-03-20T13:50:44+00:00

The process of building, programming, and maintaining the technical infrastructure and functionality of a website.

Website Footer2024-03-20T13:51:08+00:00

The bottom section of a webpage containing supplementary information, links, and navigation elements.

Website Header2024-03-20T22:43:40+00:00

The top section of a webpage containing branding, navigation menus, and other important information.

Website Maintenance2024-03-20T22:44:32+00:00

The ongoing process of updating, monitoring, and managing a website to ensure it remains functional, secure, and up-to-date. Essential for every website.

Website Migration2024-03-20T22:44:58+00:00

The process of transferring a website from one hosting provider, platform, or domain to another, often requiring careful planning and execution to avoid disruptions.

Website Navigation2024-03-20T22:45:31+00:00

The system or structure of links, menus, and controls that enable users to move between different pages and sections of a website.

Website Performance2024-03-20T22:45:59+00:00

The speed, responsiveness, and efficiency of a website, measured by factors such as loading times, page speed, and server response times.

Website Redesign2024-03-20T22:46:38+00:00

The process of overhauling and updating the design, layout, and functionality of a website to improve its visual appeal, usability, and performance.

Website Security2024-03-20T22:47:12+00:00

Measures and protocols implemented to protect a website from security threats, vulnerabilities, and attacks, ensuring the integrity and confidentiality of data.

Website Speed2024-03-20T22:48:20+00:00

The time it takes for a website to load and render fully in a user’s browser, influenced by factors such as page size, server response times, and network latency. An important factor in SEO.

See our Free SEO Training Course.

Website Template2024-03-20T22:48:56+00:00

A pre-designed layout or framework used as a starting point for creating and customising a website, often available as a downloadable file or through website builders.

Website Traffic2024-03-20T22:49:56+00:00

The flow of visitors and users to a website, measured by metrics such as page views, sessions, and unique visitors.

See our Free SEO Training Course.

Website Usability2024-03-20T22:50:26+00:00

The ease of use and effectiveness of a website in allowing users to accomplish tasks and find information, assessed through user testing and feedback.

Website Wireframe2024-03-20T22:50:59+00:00

A website wireframe serves as a visual blueprint or skeletal outline of a webpage, illustrating the basic layout, structure, and content placement without focusing on design elements such as colours, images, or typography. It provides a framework for planning and organising the elements of a website, including navigation, headers, footers, and content sections, allowing designers and developers to conceptualise and iterate on the layout and functionality before moving on to the visual design phase.

Whitespace2024-03-20T22:52:47+00:00

The empty or blank space between content elements on a webpage, used to improve readability, focus attention, and create visual balance.

WooCommerce2024-03-22T16:38:29+00:00

WooCommerce is an open-source e-commerce plugin designed for WordPress websites. Developed by WooThemes and later acquired by Automattic, WooCommerce provides a robust platform for creating and managing online stores with ease. It seamlessly integrates with WordPress, allowing users to add e-commerce functionality to their websites quickly and efficiently. WooCommerce offers a wide range of features, including product management, inventory tracking, payment gateway integration, shipping options, and customizable themes and templates. With its flexibility, scalability, and extensive ecosystem of extensions and add-ons, WooCommerce empowers businesses of all sizes to establish and grow their online presence effectively.

Usage:

  • WooCommerce simplifies the process of building and managing online stores, making it accessible to users with varying levels of technical expertise.
  • Businesses can leverage WooCommerce’s flexibility and customizability to create unique and tailored e-commerce solutions to suit their specific needs and preferences.
  • With regular updates and a supportive community, WooCommerce ensures ongoing compatibility, security, and performance enhancements for its users.
WordPress2024-03-20T22:53:18+00:00

A popular open-source content management system (CMS) used for building and managing websites, blogs, and online stores.

WordPress Plugin2024-03-20T22:54:01+00:00

A software component or extension that adds specific features or functionality to a WordPress website, such as contact forms, SEO tools, or e-commerce capabilities.

WordPress Theme2024-03-20T22:54:34+00:00

A collection of files and templates that determine the visual design and layout of a WordPress website, including typography, colours, and page structure.

XML Sitemap2024-03-20T22:55:14+00:00

A file in XML format that lists all the pages and content on a website, used to help search engines crawl and index the site more efficiently.

See our Free SEO Training Course.

Z-Index2024-03-20T22:55:49+00:00

A CSS property that determines the stacking order of elements on a webpage, specifying which elements appear above or below others in the z-axis dimension.

Zoom2024-03-20T22:56:26+00:00

The act of enlarging or reducing the display size of content on a webpage, typically performed using browser controls or touch gestures.

Also a video conferencing platform allowing live face to face video calls between 2 or more people.

Book a web design appointment

Top Web Design Agency LondonCustomer Review: Most amazing website that I have ever seen!Fast Service & great low pricesWe help you with everythingCustomer Review: Joe has absolutely transformed my website! Need an Affordable London Web Agency?Want the Best value service in London?Customer Review: Amazing. I couldn’t recommend him highly enough! Award winning London web design agency

BOOK AN APPOINTMENT

Just fill Out this quick easy form - we promise to replyGet a Perfect Website faster than you thought possibleGet Instant Access to London's Best Web DesignersBlow your competition out of the water
Joseph & Stephanie family web designers near you

Hi we are Stephanie & Joseph, we are a family company & we cant wait to help you with your website.
Fill in this quick & easy form in a few seconds
to book an appointment with us
.
Google 5-Stars Rated London Web Agency

Reviews of our London website design agency

“Excellent service provided by Joseph and the Team. Highly recommended!!! great communication, very easy to deal with and they go above and beyond. Brilliant website design, its exactly what we were looking for and very reasonably priced for the service we received, cannot fault a single thing. Very Happy customers!!!”

UK Flooring Company, AG Flooring

We are very excited to be working with Joseph on our global web presence. The attention to detail he has given made sure we had great results with the first site release (no need for endless tweaks and corrections). Very highly recommended.” 

UK SAAS Company, LimeLight Digital

As a novice to this industry and with all the bad experience have had with other designers. I wished I found you 2 years ago! Joeseph has been so amazing, his communication was fantastic, he was extremely Quick and understands what customers want. Extremely professional I was so impressed with the speed of his work that he even presented it well before his estimation time! I strongly recommend this company!

London Super Cars Company

The Web Design Company were extremely helpful and supportive from the minute they received our enquiry right through to the finished website going live. They produced exactly what we wanted and created an exceptional modern and future proof website. We was provided with a very personal yet highly professional service, I would not hesitate to recommend this company to anybody who is looking for a quality website with quality advice and support for a very cost effective price.

UK Construction Company

Outstanding services provided by The Web Design Company, fast, efficient, accommodating and listening to the customer. My request was dealt with great professionalism, I would recommend The Web Design Company services anytime and will be using them again for other projects, Thanks again!”

UK Baking Company