• Breaking News

    Wednesday, July 3, 2019

    Any lightweight way to do this with CSS & JS rather than a video background? web developers

    Any lightweight way to do this with CSS & JS rather than a video background? web developers


    Any lightweight way to do this with CSS & JS rather than a video background?

    Posted: 03 Jul 2019 06:43 AM PDT

    User Inyerface - A worst-practice UI experiment

    Posted: 03 Jul 2019 08:13 AM PDT

    Litedom: A reactive Web Component library to create custom elements and make any HTML section reactive

    Posted: 03 Jul 2019 07:37 AM PDT

    What's a cheap & reliable way to store website's images and videos? (it has to be ready for unexpected traffic spike. 0.1TB to 100TB/mo)

    Posted: 03 Jul 2019 01:47 PM PDT

    Average bandwidth: Below 0.1TB/mo

    Maximum bandwidth: 100TB/mo (unexpected traffic spike)

    Images and videos take about 10GB of space

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

    As people know facebook is having issues today and I seen this and thought it was pretty interesting.. they do contain a dog

    Posted: 03 Jul 2019 11:03 AM PDT

    How to create a GraphQL Server with Node.js and Express

    Posted: 03 Jul 2019 07:21 AM PDT

    Learning webdev and creating my first site

    Posted: 03 Jul 2019 02:17 PM PDT

    Hello.

    I never coded before until now.

    I am learning, by myself, the basics of HTML & CSS and some web design/accessibility/guidelines. I will be creating a Wordpress site with a CMS (Elementor Pro). I am wondering if this is enough to be able to, at least, create a decent and clean website.

    About plugins - I want to keep them as little as possible, only the essential ones (security, SEO, etc.) to avoid hackers, but I don't know which ones are really needed.

    I will be writing articles and updating content daily, and in the future I want to include other features on it.

    For domain/hosting I am thinking about SG/Porkbun - I heard good things about them.

    Thank you!

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

    Create beautiful web-based Javascript Spreadsheets with jExcel. MIT License

    Posted: 03 Jul 2019 12:37 PM PDT

    .NET Fiddle now supports .NET Core

    Posted: 03 Jul 2019 06:28 AM PDT

    How to Create the Drawing Interaction on DEV's Offline Page

    Posted: 03 Jul 2019 05:17 AM PDT

    Which domain would you prefer developing for a personal project to eventually monetize: prettycoolphrase.us or prettycool.phrase

    Posted: 03 Jul 2019 11:06 AM PDT

    As the title indicates. I was sold on the .us domain name as it's a top level domain and the .com is premium, being sold for thousands of dollars. Then I discovered that there's no whois privacy with .us domains. I'm uncertain about committing to the .us because of that, as I would need to set up a P.O. box for privacy's sake which is an additional unnecessary expense.

    Is a .us domain even valuable, does it deserve to be considered a top level domain? Are you more driven towards a more clever prettycool.phrase domain as an alternative? Is paying a ridiculous premium for a .com ever worth it?

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

    7 Must Haves for Web Accessible HTML in Your Site Template

    Posted: 03 Jul 2019 01:09 PM PDT

    Transition table data like you see on airport TV's

    Posted: 03 Jul 2019 01:03 PM PDT

    I wasn't sure where to post this but- I have a table that generates rows and cells dynamically based on the data in an array that being sent from the backend. I can't fit all of the data in the area that I want so I want to create table renders a few rows at a time and then after 2.5, "clears" the rows and renders new data just like you see on an Airport TV or maybe at your local subway system. What is the best way to go about this? Pure CSS? JS in conjuction with CSS? If you point me in the right direction, I can figure it out from there. For context, I'm writing this in react. Below is my function runs through my array and creates <td> accordingly and then returns the row

    <tbody> { props.data.map( (stationIndex) => { let cells = []; for(let i = 1; i < stationIndex.length; i++){ cells.push( <React.Fragment> <td> {stationIndex[i].station} </td> <td> {stationIndex[i].destination} </td> <td> {stationIndex[i.firstArrival} </td> <td> {stationIndex[i].secondArrival} </td> </React.Fragment> ); } return <tr className="form__table-row" >{ cells }</tr>})} </tbody> 
    submitted by /u/jadenzuko
    [link] [comments]

    This is such a cool pseudo-3D effect

    Posted: 03 Jul 2019 04:02 AM PDT

    [Question] Does anyone else sometimes get the urge to just create something?

    Posted: 03 Jul 2019 08:44 AM PDT

    What do you do when these urges come about? I never seem to have a good project in mind but right now I just wanna write some Go

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

    Twitch.tv former employee shares

    Posted: 03 Jul 2019 03:58 PM PDT

    Do reverse coding bootcamps exist?

    Posted: 03 Jul 2019 03:54 PM PDT

    haha, so I am looking for a course or class that teaches computer science fundamentals. Things like data structures, algorithms etc... I don't want anything that goes into specific web development or tools like that since I already have those skills. But for someone who didn't get a degree, those fundamentals would be nice(:

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

    On safari ios, after a few reloads of a page, I am getting all may images rendering with noise, and part of an image will appear on another one. I am not sure what is causing it.

    Posted: 03 Jul 2019 03:17 PM PDT

    On safari ios, after a few reloads of a page, I am getting all may images rendering with noise, and part of an image will appear on another one. I am not sure what is causing it.

    I am using a blur load and lazy load. I am also using srcset and sizes. This is very weird it is only happening on ios, everywhere else my page loads fine. it could be because it is a shopify preview link. I keep reloading it to see changes and after a few times, I start seeing images load very weird. Not sure if it could be related to transitions. Has anyone else ran into this issue. Its very difficult to search the web for this as i am not sure what it is called.

    https://i.redd.it/u98zk6rix5831.png

    https://i.redd.it/smkf35egx5831.png

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

    Is mobile first a myth?

    Posted: 03 Jul 2019 02:38 AM PDT

    At the agency I'm working at (as a frontend dev) our designers never design mobile first. It's exceptional if they make a mobile version for each screen after making all the desktop screens. Normally they only design the homepage on mobile AFTER they design it on desktop first. It also often happens that no mobile designs are made (until I get annoyed and ask them to make them).

    So I'm wondering: is mobile first really just a myth or are our designers just really stubborn? I'm curious about experiences at other companies.

    submitted by /u/Shaddix-be
    [link] [comments]

    How do I add a link to a particular subsection in my website?

    Posted: 03 Jul 2019 02:59 PM PDT

    Example, when you click on this link, it'll bring you to the History subsection using that #History marker in the URL. How is this effect done? And what is the name of this concept?

    https://en.wikipedia.org/wiki/Google_Chrome#History

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

    Vue vs React, which to learn?

    Posted: 03 Jul 2019 02:57 PM PDT

    I have been building web applications using primarily PHP/Jquery and I'm looking into learning a new front-end framework. I love what I've done with Vue so far but React seems to be where the jobs are and that's definitely a priority to me. Which framework should I spend my time on first?

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

    Netlify + Google Domains + Emails + SSL?

    Posted: 03 Jul 2019 10:57 AM PDT

    I'm getting bogged down trying to get this correct, looking for help.

    So I want my Google Domain to point to my Netlify site and be able to retain the ability to send emails to ?@domain.com, while also getting netlify's Let's Encrypt set up for free. Is this possible to do?

    Right now I have Google set up to point to its own DNS. I have a synthetic record set up for email, and one for a 301 redirect to point my site from domain.com -> www.domain.com

    I also have a custom resource setup with www CNAME pointing to domain.netlify.com

    This has my site redirecting properly, emails coming in, etc. I just don't have Netlify's Let's Encrypt ability (Failed: Domain has multiple A records). I'm not sure if this means I need to switch over my Google Domain's DNS to point to Netlify's and handle everything from their end instead? I fear I'll lose email forwards from my domain if I do so.

    What is the correct setup procedure here?

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

    Facebook login API problems

    Posted: 03 Jul 2019 02:38 PM PDT

    Hey guys,

    So I have set up my Google login API in like 2 minutes, but Facebook has given me a LOT of trouble. I am using React on the FE and Firebase on the BE.

    So the problem is, when I finally got the API to work, and clicked the sign in button, it just closed and didn't actually sign me in. Facebook didn't register the sign in. Now the popup window just open briefly when I call the API, and then closes after going to the redirect URL.

    I have no idea what to do. Can anyone help me understand what to do next? There is not documentation or anything... Thanks

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

    How to learn logic ? I know syntax and all but my mind never clicks what logic to apply.

    Posted: 03 Jul 2019 07:59 AM PDT

    How can i learn logics ?

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

    No comments:

    Post a Comment