• Breaking News

    Sunday, January 24, 2021

    I created a web app that helps you improve at Art web developers

    I created a web app that helps you improve at Art web developers


    I created a web app that helps you improve at Art

    Posted: 24 Jan 2021 04:57 AM PST

    tieatiear.com - Learn how to tie a tie in web-based AR

    Posted: 24 Jan 2021 10:40 AM PST

    After studying html & css for about 3 weeks, im proud of myself ������ *edited out my personal info lol

    Posted: 24 Jan 2021 09:33 AM PST

    I made something useless for the first time in a while

    Posted: 24 Jan 2021 05:08 AM PST

    JetBrains: Web-types – Filling a Vue Libraries Documentation Gap

    Posted: 24 Jan 2021 01:47 PM PST

    Need React help via Zoom (Willing to pay for help while on the call)

    Posted: 24 Jan 2021 03:20 PM PST

    I need to create two things in my project tonight. I posted this on r/react too.

    I need to get react-slick working on my project and get the slides properly styled. I'm having difficulty there.

    I need to get a sticky element at the bottom of each page to appear only on mobile. The sticky element will have a button in it that links to a particular page.

    I need help tonight, please DM me to give me your rate, I will pay while on the Zoom call as the work is happening via Zelle or Venmo.

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

    I made a full-stack boilerplate repo with my favorite tech stack to help y'all get your projects out of the infrastructure stage. (GraphQL, Apollo, Mongo, Typescript, Google login, React, SCSS - dockerized and ready for dev / prod)

    Posted: 24 Jan 2021 01:46 PM PST

    Looking to go from a static to dynamic webpage

    Posted: 24 Jan 2021 09:57 AM PST

    I recently purchased my first domain from google domains. I have it configured so that the site is hosted on GitHub but the domain is through google. I am looking into incorporating some backend functionality in to my site. And GitHub only allows for static sites, I would like some advice on where to go next, I would also like to keep my domain. Thanks

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

    Background Images in CSS - Is there a high pagespeed consequence?

    Posted: 24 Jan 2021 12:19 PM PST

    If a Global CSS file contains a background image, does this block rendering in order to download the image?

    In my case this CSS file gets loaded on the index(homepage), but the CSS style I'm referring to (background image) is invoked on a different page.

    The class looks like this:
    .someClass { background: url(https://somedomain.com/someimage.jpg); }

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

    Want to torture yourself making websites coding center aligned? Instructions in comments ;)

    Posted: 24 Jan 2021 03:50 PM PST

    Change style given by html using css

    Posted: 24 Jan 2021 03:42 PM PST

    Change style given by html using css

    Hi, im currently training with some old excersices. I started learning html and css a week ago. Im currently badly stuck at this one. What should i do?
    2.3.7 Imagine there is a declaration like class="oh-no-inline-styles" style="background:red" and you need to change the background to green without changing the inline style. How could you accomplish this?

    Maybe i understood badly the excerises but i tried this (not solved it). Thanks in advance.

    HTML

    CSS

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

    Off canvas menu, html, css, js

    Posted: 24 Jan 2021 03:39 PM PST

    Hey all i've tried creating an off canvas menu, i've got it to display but i'm struggling to darken the main content when the menu is displayed, could anyone provide guidance on this?

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

    I made a user interface with clickable, draggable windows and focus detection/raising, plus a drag-and-drop file manager

    Posted: 23 Jan 2021 11:26 PM PST

    How would you relate CMS data to traditional user data?

    Posted: 24 Jan 2021 07:43 AM PST

    What stack would you use for this? I'd like to avoid building out a CMS UI.

    For example: CMS creators upload a list of "Events". Users of the site might have a list of these "Events" in their profile. So basically, I'm looking for a CRM that makes it easy to integrate with other model data. I don't care if that's at the SQL level or ORM level, but I'd like it to be a documented use case if possible.

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

    Looking to make a simple website for myself, what's the best route to take?

    Posted: 24 Jan 2021 03:05 PM PST

    I'm looking to make a simple to do list type website for myself. I have this vision where I want a calendar and I want a list of todo items that I can drag and drop onto the calendar. I'd like for each of those items to link to a "ticket" with a description, a status, a comment section, and an ability to upload files. Eventually I'll want more features but that would be a start.

    I'm experienced in Python and C++, but I'm not afraid to learn some webdev frameworks. I slapped together a demo site with Vue a while back so I've got some exposure.

    What's the best way of going about this? I want to make something simple that doesn't end up becoming this huge time sink, should I just find some pre-made calendar components with Vue and find a way to slap it all together? Should I just pay somebody? Is there another way?

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

    How to preload the next Reddit post by making a chrome extension

    Posted: 24 Jan 2021 02:34 PM PST

    When I press the N key the next Reddit post is shown to me I was wondering how that works and can I make a chrome extension that will help me preload the next post or any other suggestion also is there a resource where I can see how reddit works as a programmer

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

    Can someone please explain how to deploy a socket.io project to Heroku?

    Posted: 24 Jan 2021 02:20 PM PST

    Hey guys.

    I spent about 5 hours last night trying to deploy a small demo of a game i created using socket.io.

    I can't seem to wrap my head around how to set it up correctly. I tried running my server backend on heroku and frontend on a different webserver but then I had issues connecting my app to the heroku server. Then I read I should be pushing both frontend and backend code to heorku and running it all from there.

    Can anyone clarify for me the logic and steps behind deploying a socket.io project using heroku?

    Thanks guys!

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

    Rant: Why the f*** is it so hard to add an image with webpack

    Posted: 24 Jan 2021 02:16 PM PST

    Beginner's rant. I have been trying already an hour to include an image to my static web page and still did not figure out how to solve this. This should be the easiest thing to do, but for some reason you can find like 5 different methods to do it. At this point I am wondering why the hell I use webpack in the first place, because instead of saving time, I constantly need to research how to some slightly different thing. I somehow already included images via the url loader, because I needed them as background images in css. Now, i just want a regular image in simple html with the img tag, but no, why did I think that this just works out of the box. Instead, each stack overflow answer describes a different (incomplete) approach, and I just want to focus on my content. Next time, i am going to use some f** wordpress, because f** it. I am sick of spending 30 minutes to center an image just to find out that it does not work in another context. Rant over.

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

    Best way to get into Jamstack?

    Posted: 24 Jan 2021 02:15 PM PST

    Hey all,

    I've been doing web dev for a few years now and like the concepts that Jamstack is comprised of. Currently, my skillset consists of HTML, CSS, PHP, JQuery (I know, it's just what I found simplest to use). I'm wondering what you all would think would be the simplest most straightforward framework to use to build Jamstack websites/web apps?

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

    After Open ID Connect signup/login, how do you manage sessions?

    Posted: 24 Jan 2021 02:03 PM PST

    One thing I'm trying to wrap my head around the OAuth2 / OpenID Connect login process is how to manage sessions after a user goes through the whole login process.

    Let's say I have a Single-Page application or mobile app client, a backend API server and I want to use "Sign In with Google" and the only info I want is their email so I can create my own User record in my database. Assuming we have setup everything properly with Authorization Code Flow, my backend server will eventually receive an access_token and id_token from Google.

    How would I go about authorizing further API requests to my backend using these tokens? My assumption is that the access_token is merely used to make requests to Google for more info on the user based on the scopes setup. Should I use the id_token as a token I pass to the client to authorize further requests to my backend (with header Authorization: Bearer <id\_token>) and validate them? Or should I just generate my own JWTs for authorization?

    I'm thinking the answer is "I generate my own JWTs for authorization", but that leads to the next question of: should I do anything else with the access_token and/or the id_token? What is the proper logout process? Just destroy my JWT token? What should happens if a user revokes app permissions in Google?

    Thanks for the help

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

    Hi - Feedback wanted for my site Redesign

    Posted: 24 Jan 2021 01:52 PM PST

    Do all non-RGB or RGBA color values get indirectly converted to RGB or RGBA color values by default by browsers?

    Posted: 24 Jan 2021 01:34 PM PST

    Do all non-RGB or RGBA color values get indirectly converted to RGB or RGBA color values by default by browsers? If I used a named color value or used hexadecimal value, would the browser indirectly be using the RGB/RGBA color value even though inspect in the dev tools shows me it's using a named color value that I wrote in the CSS file? Is there a reason why it does that if it does?

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

    No comments:

    Post a Comment