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 …
The Cross-Browser Compatibility Guide – How to Choose The Right DOCTYPE
The DOCTYPE comes first The first element in every of your HTML pages should always be the DOCTYPE declaration. There are various DOCTYPES out there, but most of them are obsolete today. An example of the current HTML5 DOCTPYE: and an older HTML 4 DOCTYPE: …
How to Run Selenium Tests On Android And IOS
In todays post we will go over the process to setup and run Selenium tests for a mobile website or web application on Android and iOS. We will cover running tests on device emulators and on real mobile devices. You can perform all below steps …
Using localStorage Cross-Browser
Another great new HTML5 feature is the so called local storage. The local storage can be used to quickly store specific information on the users local machine (inside the browser of course) without needing to rely on a cookies. A quick glance at caniuse.com tells us that nearly …
Using HTML 5 data list Cross-Browser
The HTML5 datalist element can be used to define suggestions and bind them to a input field for the user to choose from. While this sounds super useful not every browser supports this element yet. In this post I would like to show how you …
Cross-Browser Vertical Center
Sometimes things that look easy can be surprisingly hard to accomplish in CSS. One of these things is the vertical centering of a simple text block. On the first glance it is not painfully obvious how one would go about this but once you stop …
Using Web Notifications API Cross Browser
The Web Notifications API allows a website to notify users of some event even if the website in question is currently not in the foreground. But, you might have guessed it, this API is not yet implemented in all major browsers as we can see on CanIUse. Using …
What Is Coming To Google Chrome In 2016
Is Google Chrome the most beloved browser out there? We may never know for sure, but one wouldn’t have to look hard to hear Chrome’s raving fans answer, “Yes!” Chrome is always looking to enhance the user experience. 2016 will reveal more upgrades and changes …
What Is Coming to Microsoft Edge in 2016
Internet Explorer: 2 of the most disliked words in web development. Microsoft is hoping this will change with the new browser Microsoft Edge. The Edge browser has some planned features worth looking into. Here are a few of those features and what you can expect …