• Breaking News

    Monday, December 27, 2021

    Web audio music toy controlled via web serial using a custom input device based on the classic paddle controller. Tutorial coming soon. [More info in comments] web developers

    Web audio music toy controlled via web serial using a custom input device based on the classic paddle controller. Tutorial coming soon. [More info in comments] web developers


    Web audio music toy controlled via web serial using a custom input device based on the classic paddle controller. Tutorial coming soon. [More info in comments]

    Posted: 27 Dec 2021 01:00 AM PST

    Github Unstar - A script to unstar all the Github repositories so you can start from scratch

    Posted: 26 Dec 2021 10:05 PM PST

    Continuing my exploration into Framer Motion. This is a recreation of the Material Design hamburger to arrow animation with a slight twist. This demo bends the lines to make it a bit more playful

    Posted: 27 Dec 2021 02:31 AM PST

    What chairs are you guys using to code with?

    Posted: 26 Dec 2021 04:59 PM PST

    I need a chair for my desk. What ones have you been happy with?

    (I don't have much to spend.)

    submitted by /u/shootwhatsmyname
    [link] [comments]

    Background image issue and site view

    Posted: 27 Dec 2021 03:27 AM PST

    Hi,

    So I wanted to practice HTML/CSS a bit and I used the FCC Web Design Beta CSS section's design as a guide to work on. I hardly touched the tutorial as I've previously "learnt" HTML and CSS so wanted to do this project without any guidance and just using google. I obviously have a lot of lacking which is why I wanted to practice. So I've come across 3 issues (1 solved).

    1. I gave the background image a padding of 60 or so px to surround the main content within. Now the problem is, its not really covering the entire page as I wanted it to. I'm not sure why. (Literally just figured it out while typing this. The issue was I used a div to have the background image come up hence why it wasn't covering the entire page)
    2. This is an issue I faced before. So basically when going to the responsive design mode, I am unable to move about the site. I don't want the site to change style or anything in different views. All I want is to be able to move around the site using touch. Essentially there is no "scroll option". I have tried googling and was unable to come up with a solution unless I missed something or maybe I wasn't clear on my search.
    3. Another thing I've noticed is that the github page does not really show the changes. Do I have to update it or am I doing something wrong?

    Here is the link to the site:https://sumosyed.github.io/Coffee_shop_FCC/

    Here is the link to my github:https://github.com/SumoSyed/Coffee_shop_FCC

    submitted by /u/Live_Storage1480
    [link] [comments]

    Recommended sites for freelance jobs

    Posted: 27 Dec 2021 03:11 AM PST

    Hi there, I am searching through upwork recently for freelance gigs but got no luck. I am Asian and not a native English speaker so toptal has rejected me for this reason. I have more than 7 years of working experience in backend and frontend. I would like to find some freelance gigs and explore more opportunities. Do you have any recommended sites or tips for landing a part time job?

    submitted by /u/monkey_splash
    [link] [comments]

    How to make a functional search field that filters results?

    Posted: 27 Dec 2021 01:43 AM PST

    I've found a lot of tutorials on this but unfortunately my HTML structure is different. These tutorials showed how to filter the results within a <ul> with <li> items inside but I would like to create a function that would filter the results inside a <div> element that contains other div elements instead of <li>s. It's a lot to explain so I won't go into details as to why I can't change my HTML structure, but it needs to stay like this. Here's what my structure looks like:

    <div id="cards"> <div class="card> card content... </div> <div class="card> card content... </div> <div class="card> card content... </div> </div> 

    So I have a parent div with the id of "cards" and I have multiple divs inside. I want to filter the results only from that parent div, not the other elements in my page. I have seen this done with <ul> and <li> items, but never with <div> items. Can anyone explain to me how this can be done? Thank you.

    submitted by /u/FeatheredDrake
    [link] [comments]

    Ultimate SAAS template: Facebook auth added

    Posted: 27 Dec 2021 01:39 AM PST

    Facebook auth has been added to the template

    submitted by /u/gptrv
    [link] [comments]

    How can i make a web browser read my scss ?

    Posted: 27 Dec 2021 12:06 AM PST

    What should I do after creating a website using scss? The website I created doesn't have everything in just one big page, but it is divided in abstracts, components, etc.

    submitted by /u/Bezero1
    [link] [comments]

    I’m on freecodecamp.org and I’m trying to teach myself Responsive Web Design under Basic HTML and HTML5, but I’m stuck. I was able to do the last two but I wasn’t understanding what I was doing wrong In not getting the first one right. Can anyone help me?

    Posted: 27 Dec 2021 12:21 AM PST

    Implementing Escrow Service

    Posted: 26 Dec 2021 07:02 PM PST

    Hello,

    I am currently building a website for lead generation between business and clients (Ruby back end). I would like to implement escrow as a form of payment and take a fee, this way the people providing the service only get half once the service has begun and the other half after the agreed upon time. Does anyone have any advice on what I can use ? I have looked at escrow (dot) com and it doesn't seem ideal wanted to know if there are any other options.

    Thank you :)

    submitted by /u/Perrotz
    [link] [comments]

    Is there a solution for editing SCSS via Chrome Devtools (With a Webpack compiler) and have it automatically write to the core code instead of manually copy + pasting?

    Posted: 26 Dec 2021 06:08 PM PST

    Basically, this is the order of execution I am looking for when working on a project

    1. Inspect element an element (lets say a piece of text for this example)
    2. Increase text size, change color, change font weight of element in the console until my desired look
    3. Everytime I change the properties, it updates in my core file, say "_typography.scss" instead of having to copy+paste the values from the devtools into my local file. For e.g, if I change the font-weight via the browser console from 400 to 500, it will change from 'font-weight: 400;' to 'font-weight: 500;' in my core SCSS file.

    I know VSCode live debugging for microsoft edge extension has a version of this, but it doesn't work with SCSS, only CSS.

    Is there any kind of solution for this?

    submitted by /u/LordNadez
    [link] [comments]

    No comments:

    Post a Comment