DJR
KPCKevin Powell - Community
•Created by DJR on 8/7/2024 in #os-and-tools
MySQL Workbench Alternatives
Hey guys. This is probably a long shot, but does anyone know of a MySQL Workbench alternative that isn't laggy as heck with large datasets? Preferably with a more modern GUI as well but not essential. The lag is what's mostly irritating me.
12 replies
KPCKevin Powell - Community
•Created by DJR on 10/28/2023 in #front-end
New UI in Opera and Edge messing with media queries (render window no longer full width of display)
A media query of
min-width: 1920px
will now fail because the innerWidth
in these browsers is no longer 1,920 pixels on a 1080p display. Same story with 2,560 pixels on a 1440p display.
I've tested this in all popular browsers on my monitor (set to 1440p), and the only browsers that behave as expected are Chrome and Firefox as they don't have stupid 2-pixel (Opera) or 8-pixel (Edge) gaps on the left and right of the webpage rendering window.
https://dylricho.top/retrieve-window-innerwidth-for-css-media-query/
Has anyone else encoutered this?1 replies
KPCKevin Powell - Community
•Created by DJR on 7/2/2023 in #front-end
Adapting Andy Barefoot's CSS Grid Masonry Layout to Accommodate One Inside the Other
I've been using Andy Barefoot's CSS grid masonry layout that was posted on Medium, and I've gotten this far, but I just can't seem to get it to work for what I want. I'm aware of Masonry.js but I'm wanting to see if it can be done without it first of all. There are no images in this design.
Essentially what I want to create is a masonry layout, with another masonry layout inside. I captured a screenshot of what I'm currently working with, and adapted it in Photoshop to what I'm trying to make.
I've been perplexed by this for the better part of a day, and I really don't know what else to try, or if I'm missing something obvious, so any help would be appreciated very much!
Andy's Medium post:
https://medium.com/@andybarefoot/a-masonry-style-layout-using-css-grid-8c663d355ebb
JSFiddle:
https://jsfiddle.net/n216evhj/1/
Diagrams:
https://imgur.com/a/YmyGR9W
37 replies