• Breaking News

    Friday, September 27, 2019

    What are the best engineered websites/web apps that you have seen? web developers

    What are the best engineered websites/web apps that you have seen? web developers


    What are the best engineered websites/web apps that you have seen?

    Posted: 26 Sep 2019 09:43 PM PDT

    There are awwwards or dribble if you want to droll over nice design or UX. However, I am more interested in websites that are well engineered. Top security, efficient and fast, readable CSS classes, HTML that is not a nesting hell etc.

    What are the best engineered websites or web apps you have seen?

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

    Are web developers on /r/webdev the "norm" for people in this field?

    Posted: 27 Sep 2019 03:52 PM PDT

    Sorry if the title makes no sense. I wasn't sure how to word it. Here's what I mean.

    On /r/webdev it looks like we have a lot of people who genuinely love website development. They stay up to date, keep learning, try out new tech like new frameworks, help out newbies, etc. basically keep doing web dev outside of what is required for their jobs/school. It seems like people like the field and what they do. Also on the other programming subs too.

    Is this what website developers are generally like? I'm a junior front end dev I just got my first job. It seems like everyone I work with is kind of... unexcited for lack of a better term. Like they like programming enough but they don't care enough to stay up to date or do anything outside of work. We also just kind of slap websites together with an outdated CMS, bootstrap, and jQuery spaghetti (nothing wrong with jQuery but everyone else at my job can't figure out how to do even simple things like selecting an element without it) and call it a day.

    I often see people on /r/webdev going on and on about amazing projects they worked on, like huge, complicated apps built with React.

    Is that the "standard"? Did I just get unlucky with my work and my coworkers? Or is this "normal"?

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

    Why Progressive Web Apps are Better than Typical Mobile Websites

    Posted: 27 Sep 2019 12:12 PM PDT

    Why the fate of online accessibility may rest with a Domino's Pizza lawsuit - CNET

    Posted: 27 Sep 2019 08:47 AM PDT

    Cloudflare now allows hosting static sites

    Posted: 27 Sep 2019 09:03 AM PDT

    Web Development Simplified with Svelte

    Posted: 27 Sep 2019 07:59 AM PDT

    Quora - What is the future of web development for the next 5 years

    Posted: 27 Sep 2019 10:07 AM PDT

    I noticed this quora question and although interesting it is also worrying because I find that web developer is a creative job with coding that I enjoy. What do you think about it?

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

    A list of links i've saved over the last years, related to web stuff - thought I'd share :)

    Posted: 27 Sep 2019 08:13 AM PDT

    How do you figure out the best websites for running multiple websites for other businesses?

    Posted: 27 Sep 2019 04:05 PM PDT

    I've been doing web development for several years, but only for myself and a select few other family members' small businesses. I'm looking into getting into developing and hosting websites for other businesses that may introduce more traffic and such. Now, the web hosting services I've been using (I've used GoDaddy, BlueHost, and NameCheap—I'm currently on NameCheap) all claim to be able to support these services, but considering that I've only scoured around for the cheapest bidders, I'm a little skeptical.

    For example, with all of these services, I've had issues like the following: dropped connections, big halts for users frequenting the site, etc. I also have had general unprofessional and bad experience with all three services' customer service.

    So, what do I look for in a hosting company that can handle multiple websites with some traffic? What do you use? Any suggestions?

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

    Workers Sites: Deploy Your Website Directly to Cloudflare Workers

    Posted: 27 Sep 2019 07:25 AM PDT

    Looking for services that would be best for a game blogging type of format/theme

    Posted: 27 Sep 2019 05:18 PM PDT

    This may, at first, appear to violate Rule 1. However since it states:

    No questions regarding WYSIWYG... ... web editors like Wix, please visit their respective communities to ask questions

    Since my question isn't about a specific brand, I'm unable to go to their respective subs. Also, my question isn't asking specifically about WYSIWYG.

    So with that and the mods approval:

    I'm wanting to build a site specifically for presenting elements of one particular videogame. In other words, designed to highlight and share details and specifics of things I've built and created within the game.

    The closest sites I've found, focus on game blogging. And while that's very close to what I'm looking for, it would be missing some features I need. So what I'm attempting is to get opinions about web hosting services that would be best for hosting (and helping build) a site featuring my own game contributions.

    I'm afraid I'm so new to this that I don't even know if I'm asking a stupid question. I should also add, that if a game blogging type site is the easiest solution for me, then I'd welcome your suggestions of different services.

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

    Any thoughts on any libraries or languages that I could use to make a "patch cord/patch bay" effect?

    Posted: 27 Sep 2019 01:02 PM PDT

    Any thoughts on any libraries or languages that I could use to make a "patch cord/patch bay" effect?

    I'm looking to create something similar to the way Reason (music production app) would have the virtual patch bay. I'm not neccesary looking to make something exactly like this, but a way to attach the mouse movement to a "cable" and be able to plug that in?

    Reason Virtual Patch Bay

    https://i.redd.it/dwxiua6d07p31.jpg

    thanks in advance!

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

    Need help to create a website to store personal files

    Posted: 27 Sep 2019 12:07 PM PDT

    End Goal: A website that only shows a password field which leads to a page where a user can upload (and maybe download) files to a FTP server or my home PC

    I searched the web already but found either nothing or too complicated stuff.

    I know basic HTML stuff but nothing more really. I can learn fast though.
    I dont expect one person to give me a full tutorial on this but maybe multiple people can give me small tips to bring me forward.
    If this is the wrong place to request such assistance, please guide me to the correct place.

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

    Creating a sprite sheet

    Posted: 27 Sep 2019 03:00 PM PDT

    I am trying to create essentially a sprite sheet in PS for stock photos; where I upload a number of images to a single canvas and then reference them for implementation in different <img> tags.

    I have an HTML5 setting that allows for maintaining the aspect ratio of the CMS that we've built. This means if the canvas the photo is on shrinks, the photo gets larger and visa-versa, which is great but presents an issue.

    The issue that I have is if the width of the canvas is , say, 1.5x the height, I have issues with separating each image from the one next to it. My resolution to this has been to drastically enlarge the canvas, and then use the Magic Wand for each image to spread them out. However with the scale of the project that we're working on, this is taking a long time. Do you have a better recommendation for going about fixing this issue?

    Thanks!

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

    How Facebook 3D Photos work, and how to create one yourself

    Posted: 27 Sep 2019 04:16 AM PDT

    How to prevent ‘users’ from using back button to bypass login?

    Posted: 27 Sep 2019 02:25 PM PDT

    How to prevent 'users' from using back and forward buttons upon login/out.

    Ok so I started to learn html about a week and a half ago, and started to learn JavaScript about 3 days ago.

    My inspiration to do this was kitboga(scambaiter) and he uses a fake bank. So I decided to learn by making a fake bank.

    So I have made a completely functional login and account page. However, when I logout and press the back button, it brings me back to the account page. And when I'm in the account page, and press the back button I go back to the login page. And if I press the forward button after, it'll bring me to the account page.

    How can I have that not happen, so I have to log in to see the accounts page?

    Thank you

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

    Using export default function in gatsby.js...is that ok?

    Posted: 27 Sep 2019 09:42 AM PDT

    So a page or component in Gatsby.js is usually written like this in the template files:

    const **page or component name here** = () => (
    **all the stuff**
    )
    export default **page or component name here**

    And yeah that's fine and I can learn that no problem, but when I taught myself react I learned to make components using export functions, so I export default like this:

    export default function **page or component name here**(){
    return (
    **all the stuff**
    )
    }

    So it's kind of a habit of mine now :P Now, when I do this in dev mode, there's no problems. No errors in the console, and it compiles successfully. But I was just wondering: is this "okay"? Meaning, if I do this, and finally get to making a build, it's not gonna spit error at me will it? This is my first time working with Gatsby so I don't wanna make things difficult.

    It's merely a personal preference of mine to write it this way but I can adapt to Gatsby's default way of writing components if I need to. It's merely a curiosity on my part.

    Thanks all

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

    What kind of interview questions should a junior web developer expect?

    Posted: 27 Sep 2019 01:23 PM PDT

    I have no desire to work at a FAANG company. So I'm unsure if grinding leetcode is necessary for interview prep. But if I wanted to work at a regular company in Chicago doing front-end javascript work, what should I expect during the interview process?

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

    Converting Excel (Relational Data) to MongoDB Question

    Posted: 27 Sep 2019 01:08 PM PDT

    Hi Guys,

    I was curious if there was a way to convert data held in an excel file sheet to MongoDB?

    I don't fully understand how MongoDB works as it operates as a noSQL/No table database? So I feel importing data wouldn't work? Does anyone know the process for this?

    I am currently using a .csv spreadsheet to import products to woocommerce for a soft launch.

    However, if things go well, we want to expand into a custom solution down the line and the MERN stack looks like a pretty viable option. Thanks!

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

    What would be involved in creating a better interface for a web app with a horrendous interface that would be strictly for my own use?

    Posted: 27 Sep 2019 12:56 PM PDT

    I have to use a web app for work (not owned or developed by my company) which has quite possibly one of the worst interfaces I have ever encountered. I had the idea to develop an interface that would just be for my own personal use to make my life easier which would essentially use my input to handle the forms and such in the actual app. I was thinking maybe using Selenium to take information from my interface and then pass it into the actual web app using a headless browser would work, and I think it actually will, but is there perhaps another way to do it that may be more efficient?

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

    ImprovMX has just introduced sending emails with an alias! (Free custom domain email)

    Posted: 27 Sep 2019 05:23 AM PDT

    How much do people pay for website development? How much is my time & effort worth?

    Posted: 27 Sep 2019 12:53 PM PDT

    I've been asked to build a website for an organization at my university. I know there's payment involved & I'm meeting with everyone soon to discuss the project but how much should I ask for? I've never done any projects for money before, I mostly just program for classes or fun so I have no idea what prices look like for this.

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

    Best/Cheap web hosting?

    Posted: 27 Sep 2019 11:26 AM PDT

    Im a student and working on making a small bussniess in repairing pc in my city. I want a website for information, contact, (booking?), maybe a login system, with SSL and emails. (Not so good at these stuff)

    I got a programmer but I want a good web hosting. I don't want anything expensive because my budget is not at its highest atm. But something that will do what I mentioned above. I want it to have unlimited bandwidth.

    Sorry if I'm unclear, English is not my first nor second language.

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

    Is photoshop dead for web dev?

    Posted: 27 Sep 2019 10:59 AM PDT

    Just curious I have more coding projects then design for photoshop for the portfolio

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

    I hired a developer paying by the hour who pretended to be two people working on two different projects

    Posted: 27 Sep 2019 10:44 AM PDT

    I asked him why he tried to scam me and he said he was working in place of 2 projects and did all tasks. Not sure what I should do about this?

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

    VS Code - Live Sass Compiler warning each time I use it - "The Extension Live Sass Compiler took a very long time..."

    Posted: 27 Sep 2019 10:04 AM PDT

    Hey, I googled this issue but haven't found any thread or posts here or elsewhere.
    Each time I open VS Code and a project which includes SASS/SCSS files after a while I get a popup notification in VSC saying: The extension "Live Sass Compiler" took a very long time to complete its last operation and it has prevented other extensions from running"

    Is this normal? Is there a workaround I'm not seeing? what's going on exactly here? Clicking on the optins the popup provides I get a new tab called "Running Extensions" where Live Sass Compiler seems to take up to 9 seconds to activate followed along by Prettier which takes 2seconds approx.

    Any Advice?

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

    No comments:

    Post a Comment