What Is Infinite Scroll and Should You Implement It On Your Website?
Today, web design and user experience are constantly evolving to enable visitors to spend more time on the site and access content more easily. Developments in web technologies offer new and innovative methods for both designers and developers. In this context, Infinite Scroll, one of …
Tools for Developers – 5 Helpful Links to Add to Your Resources List
To survive in the world of software development, it is vital to constantly stay up to date with the latest tools and technologies. Whether you’re developing web or mobile applications, the right tools can have a huge impact on the success of your projects and …
6 Steps to Reach Cross-Browser Compatibility
In this article, I want to point out the 6 essential steps to reach cross-browser compatibility while not wasting more time than necessary. Ideally, you would cross-browser test your website periodically while developing it. However, you can still follow these steps to test your existing …
The Cross-Browser Compatibility Guide – CSS Rules Across Browsers
Welcome to the third part of the cross-browser compatibility guide. CSS rules across browsers CSS 2 and 3 know many style rules which you can use to separate the styling and markup of your website. Unfortunately, not every rule can be recognized in every browser. …
The Cross-Browser Compatibility Guide – CSS Selectors Browser Support
Welcome to the third part of the cross-browser compatibility guide. CSS selectors browser support In this post I would like to show which CSS selectors are supported in the different browsers. CSS 2 Selectors CSS level 2 specification was developed by the W3C and published …