Copy link to highlight feature for sharing highlighted text in the site is just an amazing feature web developers |
- Copy link to highlight feature for sharing highlighted text in the site is just an amazing feature
- Looking to create a basic website with dynamic text based on user actions
- The baseline for web development in 2022
- How can I have a line like this in the background (by not using background image)
- Anyone using WASM in their Job?
- Job market for hiring companies
- "Responsive Images the Simple Way" - a very practical article on the topic
- Linking to bootstrap tabs help
- Free Wordpress hosting
- Looking for a CSS Framework that is based on drawing /pencil scribble design.
- Free SendGrind/Sendinblue account or email server?
- Learning web development from scratch -> Are these two different things: Learning to get a JOB vs. Learning to do the PROJECT you have in mind?
- Release Notes for Safari Technology Preview 139
- Clone or copy
- Why is `­` rendered as weird glyph on some machines
- Getting Started With CSS Cascade Layers
- How would you create a board game backend?
- [React Native] Multiple CSS files?
- How to redirect https?
- How to secure website (get https)
- Beautiful Travel menu section using HTML and CSS
Copy link to highlight feature for sharing highlighted text in the site is just an amazing feature Posted: 26 Jan 2022 10:19 PM PST
| ||
Looking to create a basic website with dynamic text based on user actions Posted: 26 Jan 2022 07:49 PM PST I want to make a basic choose-your-own-adventure-style website. I'm envisioning this taking the fairly basic approach of:
I haven't done web development since the 90s, and I was a teen then just dabbling. So I know I have a lot (a ton) to learn. I'm okay with this, but need a few pointers to get me on the right track. I am a software developer, thankfully, just not familiar and proficient in the language(s) here. More importantly, I don't know what's out there that's best suited to solve this problem (I can learn once I know what to learn). I'm assuming that I'll be using a mix of HTML, CSS, and JavaScript. Pointers as to how I would be wanting to go about hooking these together, and how best to perform the dynamic loading would be very appreciated. References to useful beginner's guides would be appreciated as well. Thanks in advance! [link] [comments] | ||
The baseline for web development in 2022 Posted: 26 Jan 2022 03:04 PM PST
| ||
How can I have a line like this in the background (by not using background image) Posted: 26 Jan 2022 11:42 PM PST
| ||
Anyone using WASM in their Job? Posted: 26 Jan 2022 03:50 PM PST WASM seems to be here to stay and has landed in all the modern browsers. I have been looking into Rust in general, and quite a few demo projects compile to WASM to have a webpage frontend. I haven't seen any WASM in my company but wonder if anyone else has. [link] [comments] | ||
Job market for hiring companies Posted: 26 Jan 2022 05:51 PM PST I'm a developer at a start-up that's a few years old. Recently we've been trying to expand our team, and we're trying to hire people in both junior and more senior roles. We hired a junior person a year and a half ago and received hundreds of applications for the position in a couple of weeks. Using the same channels as before, we're lucky to get a few applications per week. My questions are these: for those currently on the market for a new job, what's the market like? Are positions heavily competed for? My instinct is that companies are probably trying to snatch up any talent as quickly as possible. What's the interview process like? How much time do you think is a fair about of time to dedicate to the evaluation of your skills? Last time I was looking for a job (years ago) it seemed like there was a ton of interviewing involved in scoring a position (competing with dozens of people via initial interview, technical test, on-site try-out up to a full work day), but now I'm rarely even receiving my take home technical tests back. Is the process still similar to when I was job hunting years ago? Any insight anytime can give from either side of the table would help a lot. [link] [comments] | ||
"Responsive Images the Simple Way" - a very practical article on the topic Posted: 26 Jan 2022 10:46 PM PST
| ||
Linking to bootstrap tabs help Posted: 26 Jan 2022 09:01 PM PST Hey, HTML:
JS:
[link] [comments] | ||
Posted: 27 Jan 2022 12:36 AM PST Hi I'm planning to migrate to a headless Wordpress next js site. Are there any free Wordpress hosting options available? [link] [comments] | ||
Looking for a CSS Framework that is based on drawing /pencil scribble design. Posted: 27 Jan 2022 12:17 AM PST Like the title says I'm looking for this framework.I saw this framework being used in a GitHub repo about an offline to-do which is in the Spanish language (Or other languages similar to Spanish)a year ago. I forgot to clone it and just remembered it now. And I wanted to use this framework design. Unfortunately, I can't find the repo anymore and I tried googling for it but the search results are not exactly what I expected. It's really bugging me out that I can't remember the Framework name. The design is quite scribbly/scribble. Edit. Added scribble [link] [comments] | ||
Free SendGrind/Sendinblue account or email server? Posted: 26 Jan 2022 11:47 PM PST I am finally to the point where I can charge small businesses for a production website. This would probably be a max of 300 unique users on the busiest month. But I'm guessing and don't know the ramifications of running out of emails on a production server for automated forgot password and confirmation emails. What are you guys doing for companies without an email server they already pay for? Are you adding $12 a month just for an smpt email server or are any of you hosting your own email server? Or for small enough businesses do you just run with the free tiers? Or is connecting to their Gmail better than a domain email with 100 - 300 emails a day limit? [link] [comments] | ||
Posted: 26 Jan 2022 02:47 PM PST If someone wants to learn web development to bring their project to life, might the learning method/resources differ? I think people often refer to learning resources with the motivation to get a job. Of course I could be wrong. What do you think? What resources would you recommend? [link] [comments] | ||
Release Notes for Safari Technology Preview 139 Posted: 26 Jan 2022 02:31 PM PST | ||
Posted: 26 Jan 2022 10:22 PM PST Is it possible to copy any site regardless of what platform or language was used to create a site? This would be for educational purposes only and do not intend to use any of the sites stuff for my own personal gain [link] [comments] | ||
Why is `­` rendered as weird glyph on some machines Posted: 26 Jan 2022 10:21 PM PST I've got a customer's site where Has anyone else ever seen something like this? My customer hasn't been very good at collecting specific info about the machines where this is happening, but the reports point to fairly up-to-date Chrome on Big Sur and/or Monterey. Also, does anyone here recognise the glyph? To me it looks like it might be last [link] [comments] | ||
Getting Started With CSS Cascade Layers Posted: 26 Jan 2022 08:28 PM PST
| ||
How would you create a board game backend? Posted: 26 Jan 2022 11:39 AM PST Hello, I'm currently working on a side project which is building a board game online that you can play with friends. In my head, I thought about representing the board game's state in a backend system, and my frontend would display the board game, the users would interact with the board game in their browser (which manipulates the state), and at the end of the turn, the frontend would pass the interactions back to the backend. To give some context, I've worked at a few jobs and internships where I've mainly been on the backend side of things -- passing data around and exposing data through REST APIs using Sprint Boot. For this project, I'm currently using a library called p5.js (a simple graphics library in plain JS) to render the board game graphics. I have modeled the board game in Java, and I was planning on exposing the state of the board game through a backend with some endpoints that my front end could call. However, now that I think about this model, it doesn't seem to make sense why I would have a backend for the board game's state in the first place. In this loop, it doesn't seem like my backend is doing anything at all -- because if my frontend had the model of the game, I could just "play" the game on the client side. That way, I would avoid a bunch of network calls to my backend. I'm finding it counterintuitive to keep a backend to represent the state when it could all be done client-side. In this case, how would you design a backend for this type of problem? Would you even have one to represent the board game's state, or would you have it all be frontend? Perhaps there is some fundamental misunderstanding I'm having with separating out frontend and backend. Thanks! [link] [comments] | ||
[React Native] Multiple CSS files? Posted: 26 Jan 2022 08:17 PM PST When adding sytle on multiple screens do you have one common StyleSheet or do you have multiple in the same .js file? [link] [comments] | ||
Posted: 26 Jan 2022 08:11 PM PST I am not a web developer. My question might not be worded correctly. I have a domain on NameCheap and I am trying to redirect this domain to another URL while the website is being constructed. I have two redirects that look like this mydomain.com ---> https://theotherdomain.com www.mydomain.com ---> https://theotherdomain.com The redirect works when I type the URLs "mydomain.com" and "www.mydomain.com", but when I type "https://www.mydomain.com", it doesn't work. NameCheap doesn't allow me to make a redirect for "https://www.mydomain.com" I am not sure how https works, or if it's even possible to redirect with https' in the URL? [link] [comments] | ||
How to secure website (get https) Posted: 26 Jan 2022 12:26 PM PST I'm trying to make my portfolio site secure with a certificate. What's the best way to do that? I have a certificate from Namecheap that shows up as not trusted when I run heroku certs in the command line. If there's an easier way through Heroku, I'm open to that also. Addition: I ran the steps here: https://devcenter.heroku.com/articles/automated-certificate-management When I run heroku certs:auto, I see a response of cert issued for two certs (after removing the one that I manually added from NameCheap). I'm still seeing an insecure connection on the website. Heroku's Automated Certificate Management uses Let's Encrypt. [link] [comments] | ||
Beautiful Travel menu section using HTML and CSS Posted: 26 Jan 2022 07:46 PM PST |
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