February 2016 Summaries
2 posts from Webflow
Filter
Month:
Year:
Post Summaries
Back to Blog
Many job pages suffer from poor user experience by obscuring available positions behind complex organizational structures and unclear navigation, making it difficult for job seekers to find relevant roles. Real-world examples from companies like Huge and Medium illustrate how flat design and poorly labeled categories can lead to confusion and frustration, causing potential candidates to leave the site without applying. In contrast, MailChimp and Evernote excel by prioritizing user-centric design, offering clear job listings with intuitive navigation and search functionalities. Large corporations like Google and LinkedIn effectively utilize search features to streamline the job-hunting process, which is essential for companies with numerous positions. The text emphasizes the importance of focusing on the user's mindset by making job information easily accessible and not burying key details about available positions beneath extensive company narratives or mission statements.
Feb 25, 2016
1,131 words in the original blog post.
Modern web design increasingly relies on relative units such as viewport height (vh) and viewport width (vw) to achieve responsive layouts that adapt to various screen sizes, moving away from traditional pixel-based measurements. These units allow for dynamic scaling of elements and typography, providing a consistent and aesthetically pleasing user experience regardless of the device used to access the website. While percentage-based units are tied to the parent element, vh and vw are based on the viewport, making them ideal for maintaining flexibility and independence from base font sizes. Browser support for these units is robust across major versions, although using vw for full-width settings may require caution due to potential issues with scrollbar width in certain browsers. Webflow and other platforms facilitate the implementation of vh and vw values, offering designers an effective method to ensure their content remains appropriately scaled to fit the viewing area.
Feb 16, 2016
465 words in the original blog post.