CSS position shorthand I learned today web developers |
- CSS position shorthand I learned today
- HBO MAX testing its email module on its existing user.
- At my last company, we got slammed by ADA lawsuits and didn't have any accessibility expertise. Today I'm trying to share the ideas we had to add a11y into our dev workflow. Hopefully it helps someone else too!
- Anybody here work part time only? What kind of hourly/year salary can you get?
- Is it normal to feel like you can't see the woods for the trees when learning html, css and js?
- Internship put me on front-end, no experience with it.
- PHP has been removed in macOS Monterey
- Checking for add blockers
- Looking for coding buddy/buddies
- Why is Node so popular?
- What is new in Tailwind CSS version 2.2?
- Can not reach the Main Page of my MediaWiki that's behind a reverse proxy server (Caddy). I can only see the Apache2 Default Page.
- What is the best way to achieve this layout for my web app?
- Is it possible to go full remote and obtain employer-provided autonomy in WebDev?
- Help! Can't get Gunicorn to serve flask app on Nginx/Centos.
- The first things ever happened in the digital world.
- VSCode extension Prettier is forcing a line break after method parameters
- How might I use custom CSS for Arbitrary Websites?
- Changing the port on my web press website
- `text-decoration` is applied all descendant text elements. `text-decoration: none` can't remove decorations from children. This is how...
- What are your go-to methods of having a web page inside another page?
- How can I prevent a webpage from auto forwarding to another page?
- Question about npm querystring array
- Creating a Web App using Firebase
CSS position shorthand I learned today Posted: 17 Jun 2021 02:50 AM PDT
| ||
HBO MAX testing its email module on its existing user. Posted: 17 Jun 2021 07:22 PM PDT
| ||
Posted: 17 Jun 2021 01:16 PM PDT
| ||
Anybody here work part time only? What kind of hourly/year salary can you get? Posted: 17 Jun 2021 03:08 PM PDT Right now i'm employed full time at 130k [link] [comments] | ||
Is it normal to feel like you can't see the woods for the trees when learning html, css and js? Posted: 17 Jun 2021 12:55 PM PDT I'm doing a boot camp on udemy and watching videos and things because I don't have time or money for a proper course. Whilst I understand what I'm learning, when it comes to practicing by making my own site, there's so much not covered by the courses. They teach the very flat basics. But all my elements and css are all over the place on my practice site. The words don't do what I want, boxes don't behave like I think they will, scrolling can get stuck for what seems like one reason, but's really another reason. Like today I tried to use grid for the first time and I set an item inside to 50% width, which means it should take half the width of it's parent. In the html, the parent is a div, but the item wasn't 50% of it's size. Instead there seemed to be a pseudo element created by grid deciding how to distribute the space. But I don't know if that's true and I don't know if there is definitely a parent I can't see anywhere. And if there is, where the heck is it? It makes me feel like I'm too stupid for webdev. Is that normal? [link] [comments] | ||
Internship put me on front-end, no experience with it. Posted: 17 Jun 2021 04:40 PM PDT Java,C++,C,Python the most and that was what I listed on my resume. I practically have zero experience with front-end tools as I haven't taken any classes in my university that went over them yet. However, I'm expected to work on a front-end project during my 10 week internship using mainly Javascript. Am I screwed? I was wondering what I should do to get familiar with the syntax. I thought about going through an online bootcamp course like Colt Steele's but that seems to take way too long and a big time sink for someone with my experience. It seems likes a lot of online webdev courses are geared towards people with no programming experience? What should I do so I don't crash and burn at this internship? Edit: I just found this Would this be a good source for someone with my back ground? [link] [comments] | ||
PHP has been removed in macOS Monterey Posted: 17 Jun 2021 02:31 PM PDT | ||
Posted: 17 Jun 2021 04:54 PM PDT Dear web developers, Please STOP checking for AD blocking software on your sites. I am not going to subscribe because you blocked the page or stop my AD blocker. I am going to use LYNX to hit your site and read that article anyway. As a result, I am NOT going to view anything else on your site other than what I came there to see which leads to revenue loss for you. If you did not make this decision, please explain the above to your marketing manager. [link] [comments] | ||
Looking for coding buddy/buddies Posted: 17 Jun 2021 10:47 AM PDT Hey! I'm an aspiring full stack developer who makes projects for fun, personal development. I think of some projects and start it, but it gets too big and tedious coding frontend and backend all on my own, and ends up abandoning the project. Well, this time I want to break this habit. If anyone feels the same way, or similar, or just looking for someone of the same level to code with, contact me and maybe we get your and my ideas rollin'. Currently, working on an online chess project in real-time with Mongodb, Node, Express, Vue.js and Socket.io [link] [comments] | ||
Posted: 17 Jun 2021 09:21 AM PDT So basically, I am going through cs50 web dev course, which involves Django and Javascript development. As I am googling around and reading things about web development, EVERYONE seems to suggest node to people. I Really enjoy django and I think I will start doing full stack projects with it, but can anyone honestly tell me why node is so popular and how it compares to other backend languages/frameworks? [link] [comments] | ||
What is new in Tailwind CSS version 2.2? Posted: 17 Jun 2021 10:09 AM PDT
| ||
Posted: 17 Jun 2021 05:32 PM PDT I don't know if this is the right subreddit to ask this question. If not, please tell me so that I know about it. The situation is as follows: I have a MediaWiki installed on a Debian server. The Wiki is installed on Apache2 For information, the changes I made in the LocalSettings.php file is as follows:
In the internal network, when I type in the local IP address of the MediaWiki server ( But when I type I have put this server behind a reverse proxy (Caddy) so that it's accessible from the outside world. The Caddyfile config is as follows:
But when I type in the domain, I can only see the Apache Default page. I also can not get to the MediaWiki if I put Does anyone know how I can make it so that whenever I go to my domain, that it automatically goes to the main page of the MediaWiki, (which in the local network would be Thank you so much in advance! [link] [comments] | ||
What is the best way to achieve this layout for my web app? Posted: 17 Jun 2021 08:54 PM PDT Whenever I have created a site before it has felt like it's all being held together by tape and could fall apart at any minute. I want to make this app the right way and I'm looking for some advice on how to do that. Is there a "best" or recommended way to create the layout in the picture using next.js? The top bar will be on every page, same with the side bar and the only thing that will change about the side bar is that when you click on a page title an indicator saying which page you're on will update to the page you selected. How would you recommend creating this site? I would like to create a solid foundation for the top and side bars with the side bar having the functionality of switching the main page. I will be making this mobile compatible too so if you have any tips for that I would appreciate it. Thank you in advance. [link] [comments] | ||
Is it possible to go full remote and obtain employer-provided autonomy in WebDev? Posted: 17 Jun 2021 08:51 PM PDT I'm a novice. Looking to get my hands busy and dig my head into material. For years, if that's what it takes. I like this kind of work, I like our industry. I do not mind that. What I want in return is some autonomy down the line. Freedom to work mobile, to be able to travel and see the country, whilst still maintaining my job, as long as I maintain internet connection. Is this feasible? Is this a pipe dream? [link] [comments] | ||
Help! Can't get Gunicorn to serve flask app on Nginx/Centos. Posted: 17 Jun 2021 08:22 PM PDT
| ||
The first things ever happened in the digital world. Posted: 17 Jun 2021 01:39 AM PDT
| ||
VSCode extension Prettier is forcing a line break after method parameters Posted: 17 Jun 2021 07:48 PM PDT I've run into an issue I can't quite resolve with the VSCode extension Prettier. It's making a line break for my method callbacks. Expected Output: Prettier reformat: I've changed the 'Prettier Width' setting from lower to higher and it doesn't have any effect, the only thing that will keep it from formatting like this is to use//prettier ignore. I've also done a clean install of VScode, reset my Prettier settings, and reinstalled the extension. Does anyone know how to resolve this issue? Or have recommendations for other formatting extensions. [link] [comments] | ||
How might I use custom CSS for Arbitrary Websites? Posted: 17 Jun 2021 07:33 PM PDT For a website I don't control, how might I apply custom styles to it, specifically, in a way that I can share a link to a site using custom styles? I can edit css locally but I'd like to share links to a site with corrective css that I authored. Because of the broadness of my search terms I couldn't find a utility but it seems like that could be an existing service offered somewhere. In a vague sense similar to how url shorteners link to whatever site you want, I'm hoping there's a way to click a link and it loads a web page and then applies custom css (in a platform independent way that doesn't require user action besides clicking the link) I hope this makes sense. I have a Google Docs document that is published into html form but the css deviates from the native Google Docs experience and I want to fix that [link] [comments] | ||
Changing the port on my web press website Posted: 17 Jun 2021 07:03 PM PDT Hey there! Sorry I'm not super fluent in this kind of stuff so I might be a little slow. But, I want to run a word press website on my server, I've already setup downloading and everything. I have Apache 2, Mariadb, and php. The problem is, I'm already running a web server on this one panel called pterodactyl, which basically runs on the same installations like apache 2. My panel however, already takes up the default http and https port, so how can I change those ports for Wordpress. Once again, I'm not very good at all this stuff, so I may have interpreted some of it wrong. I'm running my machine on the latest version of Ubuntu. [link] [comments] | ||
Posted: 17 Jun 2021 06:52 PM PDT
| ||
What are your go-to methods of having a web page inside another page? Posted: 17 Jun 2021 06:22 PM PDT | ||
How can I prevent a webpage from auto forwarding to another page? Posted: 17 Jun 2021 06:17 PM PDT I use a particular website to watch sports games, and after an arbitrary amount of time its like a piece of code runs forwarding the browser to a different, static page, cutting off the stream. I have a decent amount of knowledge in the web dev world, and a cyber degree. Can anyone point me in the right direction to figuring out how to disable a certain line or element of a webpage that initiates the aforementioned forwarding? My apologies if this post doesn't satisfy the intent of this subreddit. If you'd kindly suggest another place in that case. [link] [comments] | ||
Question about npm querystring array Posted: 17 Jun 2021 06:14 PM PDT https://www.npmjs.com/package/qs check the following. this is doing any other value is invalid and needs to be handled [link] [comments] | ||
Creating a Web App using Firebase Posted: 17 Jun 2021 05:23 PM PDT Inexperienced programmer here. I want to create a simple app that allows a few of my friends to log in and bet on sports games using play money. I plan on using firebase for the hosting/database/auth and found an JSON API to find game results and betting lines. Do I access the API through Python, and connect that to js to create my web app? If so, how on earth do I do that? Or do I do all of my back-end through javascript? The easier and simpler the better, the app should be pretty light weight. Any help or resources would be extremely helpful, for some reason I am having a hard time finding a straight-forward answer. [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