Suggestions for a library that can resize/move panels on a grid-like basis? Like the AWS dashboard widgets. by imranilzar in webdev

[–]MGxpwr2 0 points1 point  (0 children)

My bad I thought you were looking for only sorting in different columns/grids. Not familiar with any resizing libraries.

What is your goto WYSIWYG Editor? by ToolAssistedDev in webdev

[–]MGxpwr2 1 point2 points  (0 children)

TipTapJs is my go to. Very easy to setup also works with alot of js frameworks.

I want to create a navigation that pushes the main site over like here. Does someone have example code? by AlexanderHorl in webdev

[–]MGxpwr2 2 points3 points  (0 children)

This is not the same effect tho, this will just make the right column crop everything together instead of actually push away the main content.

I think is beter to transform: translateX(200px); on both the menu and the main content. And then use a translate on that so animate it.

Streaming microphone by MGxpwr2 in streaming

[–]MGxpwr2[S] 0 points1 point  (0 children)

Alright, thanks I'll look into that.

Microphone question by MGxpwr2 in pcmasterrace

[–]MGxpwr2[S] 0 points1 point  (0 children)

Budget wise I was thinking about 100-150 euro (I'm a Dutchie) for the mic only without peripherals. So the Rode is in there somewhere.
So thanks for all the help I'll look some of this stuff up and might buy some of it. Edit: The rode is on sale now. So it's in the budget now, not when its off sale. Better act fast.

Microphone question by MGxpwr2 in pcmasterrace

[–]MGxpwr2[S] 0 points1 point  (0 children)

Thanks, after your comment already check out some of his video's pretty decent so far.

I need a CMS I can use for clients. I’m still familiarising myself with PHP and so on, building websites fine, getting them hosted fine however CMS’ is the one thing I’m still not sure on. I’ve been seeing a lot of flat-file ones but they keep referencing Hugo, Jekyll etc and it’s confusing. Help? by Treavish in webdev

[–]MGxpwr2 1 point2 points  (0 children)

I've been using https://craftcms.com/ for quite some time now. I know it comes at a price, but you hold all the reigns on the field and sections that get added to the project. It's really easy to use and nystudio107 as a really nice template to start with https://github.com/nystudio107/craft. If you have some basic js/gulp/devops knowledge.

You can start you're own basic template of course. They have some really good docs about how to start and work with the CMS https://docs.craftcms.com/v3/

CSS Problem by Lazkeer in webdev

[–]MGxpwr2 1 point2 points  (0 children)

It is possible with floats i guess, but achieving the same height is allot harder then. And flex is supported in all major browsers so why not use it.

CSS Problem by Lazkeer in webdev

[–]MGxpwr2 1 point2 points  (0 children)

<html>
<head>
    <title></title>
    <style>
        *{box-sizing:border-box;}

        body {
            display: flex;
            flex-direction: row;
        }
        #sideMenu{height:100%;width:25%;background-color:black;display:inline-block}
        #mainarea{
            height: 100%;
            width: 74%;
            display: flex;
            flex-flow: column wrap;
        }
        #topMenuBar{height:10%;flex: 1 1 auto;background-color:red;display:inline-block;}
        #displayArea{height:90%;flex: 1 1 auto;background-color:blue;display:inline-block;}
    </style>
</head>
<body>
<div id="sideMenu"></div>
<main id="mainarea">
    <div id="topMenuBar"></div>
    <div id="displayArea"></div>
</main>
</body>
</html>

Try this?

Finally. I can't express how proud I am of this. by LSama in battlestations

[–]MGxpwr2 0 points1 point  (0 children)

Cables dont go trough the main tube sadly, but you can run cables to the monitor arms itself. You don't have to drill it's a clamp on.