• Breaking News

    Thursday, January 27, 2022

    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 web developers


    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:

    • Put some text on the screen
    • Present some options, have the user select one
    • Remove the options and load the next set of text based on their response
    • Present more options (relevant to the route chosen), repeat until done.

    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!

    submitted by /u/orangeoliviero
    [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.

    submitted by /u/BreakfastOk123
    [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.

    submitted by /u/jabeith
    [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,
    I've been working on bootstrap tabs and hit an issue I'm struggling to solve, I'm still learning JS and JQuery. I want to be able to have a URL on a page that links to the page with my bootstrap tabs and will open one of them, likely using # in the URL similar to an anchor. I found this one: https://stackoverflow.com/questions/12131273/twitter-bootstrap-tabs-url-doesnt-change However, it has a different structure to mine and when I've edited it, mine just says #undefined in the URL. Not sure what I'm doing wrong. Any help most appreciated.

    HTML:
    <div class="container">
    <ul class="nav nav-tabs section-nav" id="myTab" role="tablist">
    <li class="nav-item" role="presentation"><button class="nav-link active" id="imagetab57490-tab" data-bs-toggle="tab" data-bs-target="#imagetab57490" type="button" role="tab" aria-controls="imagetab57490" aria-selected="true"><h2>Heading</h2></button></li>
    <li class="nav-item" role="presentation"><button class="nav-link " id="imagetab57495-tab" data-bs-toggle="tab" data-bs-target="#imagetab57495" type="button" role="tab" aria-controls="imagetab57495" aria-selected="false"><h2>Heading 2</h2></button></li>
    <li class="nav-item" role="presentation"><button class="nav-link " id="imagetab57496-tab" data-bs-toggle="tab" data-bs-target="#imagetab57496" type="button" role="tab" aria-controls="imagetab57496" aria-selected="false"><h2>Heading 3</h2></button></li>
    </ul>
    <div class="tab-content" id="myTabContent">
    <div class="tab-pane fade show active" id="imagetab57490" role="tabpanel" aria-labelledby="imagetab57490-tab"><p>Content</p></div>
    <div class="tab-pane fade " id="imagetab57495" role="tabpanel" aria-labelledby="imagetab57495-tab"><p>Content</p></div>
    <div class="tab-pane fade " id="imagetab57496" role="tabpanel" aria-labelledby="imagetab57496-tab"><p>Content</p></div>
    </div>

    </div>

    JS:

    $(function(){
    var hash = window.location.hash;
    hash && $('ul.nav button[id='hash']').tab('show');
    $('.nav-tabs button').click(function (e) {
    $(this).tab('show');
    var scrollmem = $('body').scrollTop() || $('html').scrollTop();
    window.location.hash = this.hash;
    $('html,body').scrollTop(scrollmem);
    });
    });

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

    Free Wordpress hosting

    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?

    submitted by /u/lanbau
    [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

    submitted by /u/GeneGulanes
    [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?

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

    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?

    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?

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

    Release Notes for Safari Technology Preview 139

    Posted: 26 Jan 2022 02:31 PM PST

    Clone or copy

    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

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

    Why is `&shy;` rendered as weird glyph on some machines

    Posted: 26 Jan 2022 10:21 PM PST

    I've got a customer's site where &shy; is being rendered as a weird glyph on some machines (see https://imgur.com/a/wAQBpEL), and I can't for the life of me figure out why or even recreate it on a machine that I have access to.

    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 quarter moon in some non-standard font. I figure that it might be a clue to what's going on.

    submitted by /u/deliciousleopard
    [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!

    submitted by /u/lilplop
    [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?

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

    How to redirect https?

    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?

    submitted by /u/Mansellasset
    [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.

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

    Beautiful Travel menu section using HTML and CSS

    Posted: 26 Jan 2022 07:46 PM PST

    No comments:

    Post a Comment