January 30, 2020
Are H1 Tags Necessary for Ranking? [SEO Experiment]
In earlier days of search marketing, SEOs often heard the same two best practices repeated so many times it became implanted in our brains: Wrap the title of your page in H1 tags and use one — and only one — H1 tag per page. Google grew better at content analysis and understanding how the pieces of the page fit together. Given how often publishers make mistakes with HTML markup, it makes sense that they would try to figure it out for themselves.
April 29, 2019
Preview vs. Preheader Text: How Long Should Preheader Text Be?
Have you ever gotten an email that had the preview text “Having trouble viewing this email? Click here to view it in a web browser” (or worse, “INSERT PREVIEW TEXT HERE”)? Not only does it look sloppy, it’s a waste of valuable inbox real estate.
August 10, 2018
9 of the Best Animation Libraries for UI Designers
Front-end web design has been through a revolution in the last decade. In the late 2000s, most of us were still designing static magazine layouts. Nowadays, we’re building “digital machines” with thousands of resizing, coordinated, moving parts.
November 2, 2017
The Front-End Checklist
The Front-End Checklist is an exhaustive list of all elements you need to have / to test before launching your site / HTML page to production. It is based on Front-End developers’ years of experience, with additions coming from other open-source checklists.
April 6, 2017
Top Free Online Resources to Learn Coding
Coding is a skill that is becoming more and more in demand. If you learn to code, you will make yourself more marketable as a worker. However, going to school for computer programming can be costly and time-consuming. Fortunately there are resources online for you to learn to code for free. And today I’ve compiled a list of free online resources to learn coding.
April 2, 2017
Top Web Design and Web Development Blogs to Follow
Every web designer, design agency, or somebody who works with websites must keep themselves up to date with the latest goings on in the world of web design. That’s why I suggest you to follow established web design blogs, which produce a constant stream of content. So I here’s a list of the most popular web design blogs I advise you to follow.
March 21, 2017
Best Practices for Modals / Overlays /Dialog Windows
Definition: A modal window is an element that sits on top of an application’s main window. It creates a mode that disables the main window but keeps it visible with the modal window as a child window in front of it. Users must interact with the modal window before they can return to the parent application.