Home / Companies / Webflow / Blog / January 2018

January 2018 Summaries

7 posts from Webflow

Filter
Month: Year:
Post Summaries Back to Blog
The text provides a step-by-step guide on creating a sticky aside menu for a website, beginning with adding a CSS snippet to establish the sticky positioning. It involves placing a container and div elements on the canvas, with a focus on using a flex row layout to organize the main content and the sticky aside. The main content is placed in a "Main Col" div with specific styling, while the "Sticky Aside" div is used for items meant to remain in view, such as a search bar and social media buttons. The guide concludes with advice on using interactions to ensure the sticky aside functions smoothly, particularly when there are fixed navigation elements on the website.
Jan 30, 2018 341 words in the original blog post.
The text provides a detailed guide on enhancing the user experience by creating a CMS collection of gradients in Webflow, inspired by Luke Davies’ Gradients.io. It explains the process of setting up a new CMS collection titled "Gradients," specifying its structure with fields for hex codes, and adding CMS items like Ultramarine and Ocean-Blue. The guide then instructs on designing the layout, including the use of HTML Embeds to dynamically display gradients and incorporate CSS for styling. The tutorial further describes adding interactive elements such as tooltips and buttons with clipboard functionality, ensuring an engaging and user-friendly interface within Webflow.
Jan 25, 2018 807 words in the original blog post.
The tutorial provides a step-by-step guide for creating a responsive newsletter sign-up form with a "Slide In Wrapper" design using HTML and CSS. It begins by instructing users to add and style a fixed-position div with specific padding, text color, background color, and box shadow settings. Within this wrapper, a flex container is added to manage layout, allowing content to be displayed appropriately across different devices by utilizing visibility settings and media queries. The tutorial further details the addition of headlines and a form block, which are styled using flexbox properties, custom classes, and CSS adjustments to maintain consistent design across desktop, tablet, and mobile views. It emphasizes the importance of creating reusable classes for efficient styling, such as setting margins to zero for headline elements, and provides specific measurements and display settings for achieving a seamless and visually appealing user interface.
Jan 22, 2018 485 words in the original blog post.
The text highlights a selection of websites that employ brutalist design principles, showcasing unconventional and engaging user experiences. João Paulo Teixeira da Silva's site features an interactive landing page with a playful and dynamic approach to navigation, reflecting an ongoing creative development. Bigsound Buzz stands out by combining a nostalgic Macintosh aesthetic with modern design, appealing to music enthusiasts tracking trending artists on social media. Props Paper Magazine transforms the overused three-column layout into a striking visual experience through minimalist black and white design, while EMMA, an art-related non-profit, uses an unusual navigation system that aligns with its artistic identity. Finally, W.A.S.T.E. Headquarters, the official Radiohead website, embraces a chaotic yet captivating layout, mirroring the band's eclectic music style and keeping users engaged with its unpredictability.
Jan 17, 2018 550 words in the original blog post.
Focusing on relevance, performance, and indexing controls, the text outlines the advantages of using Elasticsearch as a search technology, emphasizing its ability to deliver more relevant search results compared to simple database searches. By integrating Elasticsearch with an existing robust hosting platform, the service offers scalable querying and indexing without requiring users to set up their own search backend. The text elaborates on the complexity of web search, explaining the processes of parsing and stemming content, storing data for efficient retrieval, and ranking results based on relevancy scores. Elasticsearch, built on Apache Lucene, is highlighted for its industry-leading relevance capabilities and natural language processing features, making it the preferred choice for major platforms like SoundCloud and The New York Times. Despite its complexity, integrating Elasticsearch with existing infrastructure can make it accessible to users, enhancing search functionality while maintaining control over visual design.
Jan 11, 2018 495 words in the original blog post.
Styling a website's scrollbar can enhance user experience by adding visual appeal, and this can be achieved by inserting a specific CSS snippet into the site's custom code, though it won't affect Firefox or Edge browsers. A JavaScript-powered "back" button can improve navigation for users who arrive via multiple entry points, such as blog pages, by remembering their last location and returning them with a click. To implement this, a button with specific design settings is added, and a JavaScript snippet is applied to it, ensuring seamless functionality without breaking the link setup.
Jan 11, 2018 471 words in the original blog post.
Site search has become an essential feature for content-rich websites such as help centers, blogs, news, and recipe sites, where navigation alone may not suffice in helping visitors locate the necessary information. With the recent release of site search for all sites utilizing CMS and Business hosting, Webflow now offers a powerful search experience, allowing creators to maintain complete control over the design of this feature. The search functionality in Webflow involves three key components: designing the search bar, designing the search results page, and refining the content within the search engine. For a detailed explanation of these features, users are encouraged to consult the comprehensive site search guide available on Webflow University.
Jan 09, 2018 175 words in the original blog post.