Skip to content
Fragmented Development

Posts Tagged With browser

All of the following posts share a tag, and are related to that subject. If you would like to try another subject, you can pick from the available tags.

Creating XDG desktop files for web apps with Chromium

I use a lot of web apps. Most of them I run in Firefox, but there are occasions where I need to run them in another browser, specifically Chromium, for compatibility reasons. I'm looking at you, Microsoft Teams.

Read the full post: Creating XDG desktop files for web apps with Chromium

jQuery, wrap(), and IE

I decided to create a collapsible/expandable navigation script as one of my first forays into jQuery, and ran into an interesting issue with the way I was using the wrap() function, and the way Internet Explorer interpreted it.

Read the full post: jQuery, wrap(), and IE

Browsers Don't Matter

Web development is entirely reliant on browsers to display web sites. Without browsers, the large majority of the Internet would cease to be useful – or functional for that matter. So how is it that browsers don't matter?

Read the full post: Browsers Don't Matter