caniuse.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.

New feature: Lazy loading via attribute for video & audio

5 March 2026 @ 12:00 am

Lazy loading via attribute for video & audio: The loading attribute on video & audio elements gives authors control over when the browser should start loading the media resource, allowing deferred loading until the element is near the viewport.

New feature: CSS Grid Lanes

10 January 2026 @ 12:00 am

CSS Grid Lanes: CSS Grid Lanes extends CSS Grid to create layouts with columns or rows (not both), allowing mixed aspect ratio content to pack neatly (also known as "masonry" or "waterfall" layout).

Site update: web-features now included + new feature list functionality

11 October 2025 @ 12:30 pm

Today's site update adds a number of new features: Web-features browser support tables In addition to the existing caniuse and MDN BCD support tables, features from the web-features project will now appear in search results and elsewhere on the site. Each web-feature table includes the support included from the major browsers tracked as well as derived support for other browsers where available. Each table also includes a link to the list of all BCD sub-features that the feature's support is based on. Web-features that have a caniuse equivalent are currently hidden to prevent duplicate information (similar to how BCD features are handled). Note that currently there are still a few places where only the original caniuse features are listed or considered (for example the comparison tool), these will be updated to include web-features in the future. New feature list UI and improved filteri

New feature: CSS if() function

18 July 2025 @ 12:00 am

CSS if() function: The if() CSS function allows different values to be set for a property depending on the result of a conditional test. The test can be based on a style query, a media query, or a feature query.

New feature: View Transitions (cross-document)

23 March 2025 @ 12:00 am

View Transitions (cross-document): Provides a mechanism for easily creating animated transitions between different DOM states, while also updating the DOM contents in a single step. This API is specific to cross-document transitions.

8 new features

7 April 2024 @ 12:00 am

- WebAssembly BigInt to i64 conversion in JS API: An extension to the WebAssembly JS API for bidrectionally converting BigInts and 64-bit WebAssembly integer values - WebAssembly Bulk Memory Operations: An extension to WebAssembly adding bulk memory operations and conditional segment initialization - WebAssembly Multi-Value: An extension to WebAssembly allowing instructions, blocks and functions to produce multiple result values - WebAssembly Import/Export of Mutable Globals: An extension to WebAssembly import and export of mutable global variables - WebAssembly Non-trapping float-to-int Conversion: An extension to WebAssembly adding floating-point to integer conversion operators which saturate instead of trapping - WebAssembly Sign Extension O

scrabble-solver.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Useful for scrabble cheats.

tvsubtitles.net

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

TV subtitles from almost every television series.

tvduck.com

VN:F [1.9.22_1171]
Rating: 5.5/10 (2 votes cast)

streaming tv archive

virtualhelp.me

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

Virtual help for common windows and linux problems

superuser.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Super User is a Q&A site for computer enthusiasts that’s free. Free to ask questions, free to answer questions, free to read, free to index

How to prevent Chrome from pausing file uploads when a tab loses focus?

20 March 2026 @ 8:45 pm

When uploading a file to a some specific website via Chrome on Windows, the upload gets paused after ~1 min if that tab doesn't have to focus. I need to focus again on the tab for the upload to resume. Is there some way in Google Chrome to "simulate" that focus, i.e. convince the website that tab In which it is open in Chrome has the focus? Note it works fine on almost all sites e.g. Google Drive.

Which Windows mechanism prevents downloaded PowerShell (.ps1) script files from being opened in a text editor directly from a file manager?

20 March 2026 @ 7:45 pm

On a Windows 11 (version 10.0.26200.8037) box, the file association for .ps1 (PowerShell script) files is intentionally set to open all files withe that extension in a text editor. Thus, double-clicking on a .ps1 file in a file manager results in the file opening in that editor. This works as expected. If a .ps1 file is downloaded from the internet, Win11 correctly applies the "Mark of the Web" to the file. This causes Windows to display the Security Warning dialog box querying "Do you want to open this file?". Pressing the dialog box's Open button, however, fails to open the file in the text editor (or elsewhere). Although this can be worked around by removing the "Mark of the Web" alternate data stream from the file, I want to learn what is preventing the file from opening

Save/convert all website child URLs (subpages) as pdfs

20 March 2026 @ 6:36 pm

I want to save/convert all website child URLs (subpages) as pdfs. All the URLs follow this form: https://www.rae.es/dpd/ However, there isn't an index of all such pages available, so maybe they are to be crawled first as html files.

How do I hide the "What's New in Notepad" megaphone icon in Notepad?

20 March 2026 @ 6:29 pm

In the top right corner of Notepad on Windows 11, there is a megaphone icon that opens a "New in Notepad" screen listing newly added features. How can I hide this button? Notepad megaphone icon.

What's the shortcut to split a pane in Microsft Terminal?

20 March 2026 @ 6:00 pm

Open Microsoft's Terminal app. Press Ctrl+Shift+P to open the Command Palette. Start typing split. Split pane... will show up and shows a shortcut of ctrl+alt+???? The problem is, what is that last character? For me, it's covered by a > where it looks like a ctr+alt + a backwards k. Maybe it's an l, but that doesn't work. Nothing I try works. I don't see this information on Microsoft's Website and can't find any information. Does anyone know what that shortcut is? enter image description here

Program's context menu on taskbar Windows [closed]

20 March 2026 @ 6:00 pm

I'd like to find out how do programs (like Chrome, Firefox) add any buttons to their context menus (e.g. open new window, open private window) and how to make something similar on another program?

How do I hide the floating "Enhance" and "Translate Audio" buttons over videos in Microsoft Edge?

20 March 2026 @ 4:56 pm

When I hover my mouse over a video in Microsoft Edge, three buttons appear for "Picture in Picture", "Enhance", and "Translate Audio". I saw a comment saying the Enhance button could be removed by disabling the "Microsoft Video Super Resolution" flag, but I can't find that in Edge v146. How do I remove the floating buttons that appear over videos in Microsoft Edge? "Enhance" button over a video

Default storage location definition for docker images

20 March 2026 @ 4:27 pm

I remember docker images used to be in /var/lib/docker/ but now it seems to be /var/lib/containerd/: admin@myLinux:~$ sudo du -sh /var/lib/docker/ /var/lib/containerd/ 256K /var/lib/docker/ 916K /var/lib/containerd/ admin@myLinux:~$ sudo docker pull jc21/nginx-proxy-manager:latest latest: Pulling from jc21/nginx-proxy-manager 36344cf41098: Pulling fs layer 4831516dd0cb: Pulling fs layer 4831516dd0cb: Extracting 1 s 36344cf41098: Pull complete 495fa4cc97d5: Pull complete a9e43de3c32a: Pull complete c254cd80d4c0: Pull complete 9813e97f1b74: Pull complete 9f48ec1f72f7: Pull complete d7ab7d29525b: Pull complete 01027c60d453: Pull complete e6e5466ce550: Pull complete 1a2af8e4f8ae: Pull complete 303e80afdf2b: Pull complete fe0ae75f9de9: Pull complete 7ad22091f35d: Pull complete d94ac94ec63e: Pull complete 0d4dd8251b39: Pull complete aa216effab32: Pull complete 34358f1a3ffb: Pull comple

Why would one connection on a DSL modem work and others do not?

20 March 2026 @ 7:48 am

This is a modem and is connected by ethernet to both the computer, and on the other end to the internet jack. As you can see in the image below, I have a connection numbered 0. It works. I can also change its credentials (user and password) for a different ISP and it connects to ISP2. ISP1 and ISP2 connect differently to specific websites. Image #0 When I created another connection (numbered 2 in the image) it doesn't work. What I mean is that when I click disconnect on #0 (it gets disconnected) and then connect on #2, it just shows "connecting" several seconds, and then returns to showing "disconnected". The settings for both connections (by clicking "edit" on the right) are identical. I did find that the MAC address for each connection was different, so I made it the same. But it still didn't wo

My "Custom" TCP template has vanished and TCP stack reset isnt bringing it back. How do I remedy this?

20 March 2026 @ 1:46 am

Usually Get-NetTCPSetting shows the usual templates (Internet, InternetCustom, Datacenter, DatacenterCustom, Custom, Automatic, Compat). But its not currently showing "Custom", which is a problem because apparently it's the only template one's allowed to modify: > Get-Help Set-NetTCPSetting ... You can only modify the Custom TCP setting. It's completely vanished: > Get-NetTCPSetting | Select-Object SettingName SettingName ----------- Automatic InternetCustom DatacenterCustom Compat Datacenter Internet How do I get it back? I don't know what's happened. Ive tried using Set-NetTCPSetting (not allowed), lower level access via CMI and NSI (both not allowed), and full reset as best able via netsh. Reboot, and the missing template is still not recreated. I've looked online but can't find a web page addressing this. I am out of ideas how to remedy this. Thge only approach I can th

theyworkforyou.com

VN:F [1.9.22_1171]
Rating: 7.5/10 (2 votes cast)

Keeping tabs on the UK’s parliaments & assemblies

Reducing FOI cost limits will reduce government transparency

19 March 2026 @ 3:46 pm

Key points Lowering the cost limit time would reduce the scope of the Freedom of Information Act, giving government departments greater leeway to deny requests. This  will have a disproportionate effect on high-impact Freedom of Information requests made by journalists and researchers.  It represents a new restriction on public scrutiny of government, counter to promises…

Exploring a European Civic Tech Hub to tackle barriers to civic tech impact

17 March 2026 @ 4:29 pm

Our latest TICTeC work to help improve the impacts of civic technology takes its form in a collaboration with Sitra (the Finnish Innovation Fund). Together, we are exploring the development of a proposed European Civic Tech Hub. As part of the Democracy Shield, the European Commission has committed to creating a European Civic Tech Hub…

FOI Fest 2026

26 February 2026 @ 10:00 am

Last Thursday, a diverse set of people with a common interest came together at Birkbeck College in London for FOI Fest — a one day conference examining the successes, challenges and future of the Freedom of Information Act. We heard from a wide range of perspectives: those who use FOI, those who process requests, those…

Mapping energy data to help community spaces take part in electricity network flexibility

17 February 2026 @ 3:36 pm

While the mapping services we’re most well known for are FixMyStreet, MapIt, and the Local Intelligence Hub, we do occasionally get the opportunity to collaborate with other organisations that share our ethos and could benefit from our expertise building flexible, easy-to-use data maps, for their internal teams or external supporters to use. One such example…

AI self-governance: it’s a continuous process

12 February 2026 @ 9:04 am

In July 2024, we published our AI Framework, a first attempt at setting guidelines on how we utilise AI in our work at mySociety. The basic principles running through that framework can be summed up as “Use AI responsibly, and only when, all things considered, it is the best tool for the job”. That position…

Improving the Written Questions system

11 February 2026 @ 9:42 am

Submitting evidence to Parliamentary inquiries is one of the ways in which we can have an effect on the way things work in this country. As you may recall, we recently contributed to the Scottish Parliament’s Standards, Procedures and Public Appointments Committee on Freedom of Information reform, and now we’ve submitted written evidence to the UK…

When you have a big Freedom of Information project, many hands make light work

2 February 2026 @ 11:12 am

WhatDoTheyKnow Pro, our Freedom of Information service for users such as journalists, researchers and campaigners, now comes with Projects bundled in at no extra cost. That means that, as well as sending batch requests more easily, you can also bring in colleagues or volunteers to help you refine and analyse the data you receive in…

How to get active with the Council Climate Action Scorecards

30 January 2026 @ 10:08 am

As we’ve seen in our recent case studies, the Council Climate Action Scorecards — a joint project between Climate Emergency UK (CE UK) and mySociety — rely on the power and energy of volunteers.  Most volunteers get their start when they help to mark councils’ climate action for the Scorecards; and then some, it seems,…

New report: Shifting landscapes

29 January 2026 @ 10:24 am

Today we’re launching a new report: Shifting Landscapes: A practical guide to pro democratic tech. This report builds on the conferences, seminars and conversations we’ve been having in our TICTeC programme over the last few years, to present a comprehensive picture of where pro democratic tech is now. We explore how technology can strengthen and…

Faster reporting on FixMyStreet: start your report with a photo

22 January 2026 @ 4:56 pm

A new feature has been released for FixMyStreet giving users the option to start their reports with a photo, the data from which can be extracted to speed up the reporting process. As well as making the reporting process quicker, this new functionality should also increase the accuracy of reports, removing the need for users…

2leep.com:

VN:F [1.9.22_1171]
Rating: 5.0/10 (1 vote cast)

Connecting Bloggers – Blog aggregation 

eHow.com

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

How To Do (Just About) Everything!
eHow.com

Wikibooks.org

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Online books and reference 
Wikibooks.org