I created a web app that helps you improve at Art web developers |
- I created a web app that helps you improve at Art
- tieatiear.com - Learn how to tie a tie in web-based AR
- After studying html & css for about 3 weeks, im proud of myself *edited out my personal info lol
- I made something useless for the first time in a while
- JetBrains: Web-types – Filling a Vue Libraries Documentation Gap
- Need React help via Zoom (Willing to pay for help while on the call)
- 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)
- Looking to go from a static to dynamic webpage
- Background Images in CSS - Is there a high pagespeed consequence?
- Want to torture yourself making websites coding center aligned? Instructions in comments ;)
- Change style given by html using css
- Off canvas menu, html, css, js
- I made a user interface with clickable, draggable windows and focus detection/raising, plus a drag-and-drop file manager
- How would you relate CMS data to traditional user data?
- Looking to make a simple website for myself, what's the best route to take?
- How to preload the next Reddit post by making a chrome extension
- Can someone please explain how to deploy a socket.io project to Heroku?
- Rant: Why the f*** is it so hard to add an image with webpack
- Best way to get into Jamstack?
- After Open ID Connect signup/login, how do you manage sessions?
- Hi - Feedback wanted for my site Redesign
- Do all non-RGB or RGBA color values get indirectly converted to RGB or RGBA color values by default by browsers?
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. [link] [comments] | ||
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 [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: [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
| ||
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? [link] [comments] | ||
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. [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? [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 [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! [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. [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? [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 How would I go about authorizing further API requests to my backend using these tokens? My assumption is that the 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 Thanks for the help [link] [comments] | ||
Hi - Feedback wanted for my site Redesign Posted: 24 Jan 2021 01:52 PM PST | ||
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? [link] [comments] |
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment