This site can’t provide a secure connection
3 February 2022 | Category: Browsers | Comments (0)
Developing on localhost without https
? It may happen, but Chromium-based browsers and Firefox will force you periodically to use https
connection. And[……]
Generate background CSS rule with SVG as data URI using Sass
28 January 2021 | Category: Browsers | Comments (0)
Highly likely you’ve heard of data URIs. It’s a way of including a resource inside your CSS. No extra separate HTTP request is then needed. The format[……]
Flash Player will no longer be supported after December 2020 in Opera
8 October 2020 | Category: Browsers | Comments (0)
So, Flash Player will no longer be supported after December 2020 in Opera. That’s why I’ve seen in Opera version 71.0.3770.228, Mac OS.
I think I h[……]
Adding Tags in Google Tag Manager and blocking trackers
3 October 2020 | Category: Browsers | Comments (0)
Today’s day quite a lot of users are using different solutions to keep their privacy on a good level. However, that means that when the page is loaded[……]
userAgent for Edge (Spartan) browser
14 June 2015 | Category: Browsers | Comments (0)
Wondering what’s the userAgent
for Edge (Spartan)? Here we go:
Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; NOKIA; Lumia 730 Dual SIM) Apple We[……]
Chrome and navigator.userAgent on ChromeOS
14 June 2015 | Category: Browsers | Comments (0)
If you are curious what’s the navigator.userAgent
for the Chrome browser on ChromeOS then here we go:
Mozilla/5.0 (X11; CrOS x86_64 6310.68.0) Appl[……]
Right to left implementation tricks
19 May 2015 | Category: Browsers, General | Comments (0)
Introduction
At some point you may want to have bidirectional (RTL) support in your application / web site. That means you want to have a support f[……]
PhantomJS and source code instead of page
3 February 2015 | Category: Browsers, JavaScript | Comments (0)
Running the code in PhantomJS might bring source code instead of page (the screenshot from that is generated using page.render
);
The reason of[……]
TIP: Loading performance testing, console and cache
11 September 2014 | Category: Browsers, Short tip | Comments (0)
When you start measuring performance of downloading files by the browser then don’t forget to check if you have a turned on your cache. For example, y[……]
Font size in OS and screenshots
28 May 2014 | Category: Browsers | Comments (0)
I set my font size in OS to 125% to make them little bit bigger. However, when I started make a screenshots then I realized that the size of the box w[……]
keep looking »