• Breaking News

    Tuesday, January 28, 2020

    Beware: the new SameSite cookie security settings will go live for chrome in four days, check if your site will still work! web developers

    Beware: the new SameSite cookie security settings will go live for chrome in four days, check if your site will still work! web developers


    Beware: the new SameSite cookie security settings will go live for chrome in four days, check if your site will still work!

    Posted: 28 Jan 2020 12:39 PM PST

    Intrinsic Sizing In CSS

    Posted: 28 Jan 2020 03:24 AM PST

    Pretty proud of this

    Posted: 28 Jan 2020 03:06 PM PST

    Books that had biggest impact on your skills/work/methods?

    Posted: 28 Jan 2020 08:21 AM PST

    As in the title, any recommendations for web developers?

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

    Test in node for front-end role?

    Posted: 28 Jan 2020 10:16 AM PST

    I applied for a front-end developer role and I got a reply asking me to complete a test in node JS. Just wondering if knowledge of node is expected for front-end roles and if I should put in the time and effort to learn node to complete this test...

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

    How should I go about creating a Spanish version of my clients website?

    Posted: 28 Jan 2020 03:44 PM PST

    I have a large client that wants to have the same exact website but translated into Spanish as well. I'm wondering how I go about this. Do I just create a Spanish folder and copy and paste all the html there and translate it with a link to view it in Spanish at the top? I haven't done this before, what's the protocol?

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

    Fastest and stable way to create CRUD-ish web app?

    Posted: 28 Jan 2020 03:41 PM PST

    I've been using Symfony (PHP) for the last few years (previously I used Laravel, but it bothered me that some of the "magic" - e.g. facades - make things a bit intransparent). Now I'm discovering Flask and Django which are really neat to work with. But also hasura (GraphQL on Postgres) make a compelling case to at least create a stable backend in no time.

    What has your experience been regarding CRUD apps? Especially long-term?

    Yes, "go with what you know" is sound advice, but I also don't mind learning a new stack for a while before I use it in a client or own production project.

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

    Need an advice with web scraping

    Posted: 28 Jan 2020 11:41 AM PST

    I am build a fake news detector as a graduation project, to do that I need to scrap some articles related to the given query from various news websites.

    I am suuposed to use python, really don't know where to start, was looking at scrapy and beautifulsoup tuts for a few days, but not sure what to choose and why.

    I have basic web developing skills, and High problem solving and data structures skills

    any suggetsions ??

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

    JavaScript Libraries Are Almost Never Updated Once Installed

    Posted: 27 Jan 2020 05:37 PM PST

    Best tool to creating an outline of a web application

    Posted: 28 Jan 2020 02:23 PM PST

    Hi all. What I'm trying to do is create an outline for all the pages for a project that is handed to me. It also needs to be editable/viewable by a non-dev. I would like to be able to store a file in the source repository as well.

    I was thinking something like a sitemap.xml file, I'm not seeing any desktop GUI programs to edit them.

    Maybe I'm approaching it from the wrong angle, but has anyone done something like this?

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

    How to practice in jsbin.com

    Posted: 28 Jan 2020 01:57 PM PST

    Hi I made a choice I will gonna take accelerated vanilla js course from Maximilian and es6 of stephen grinder but how I can practice it if everything is done in the jsbin.com and displayed in console ? Like max showing loops functions example etc it will not gonna stick in my head from only watching him. Any suggestions ? For example if he will be showing how to make a loop should I make it myself and change the numbers abit play around etc ?

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

    Graphql Subscription with Angular and Rxjs

    Posted: 28 Jan 2020 01:49 PM PST

    Typically does work provide laptop?

    Posted: 28 Jan 2020 12:34 PM PST

    Thanks.

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

    Questions about CSRF, JWT and cookies

    Posted: 28 Jan 2020 12:27 PM PST

    Question #1:

    If I have a stateless web application where I communicate with my back-end in a stateless manner using JWT: do I still need to protect against CSRF? My understanding was that I don't have to do this because if I add the JWT (@ authorization bearer) manually on each request on my front-end, I don't need to be afraid that someone from another domain might hijack this as they are not able to access it.

    Question #2:

    If a server returns some value stored in a cookie - Are these cookies always sent by default on subsequent requests? I thought I had to explicitly send those to the server at each request?

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

    Does anyone know who designed this site or what platform(s) it runs on?

    Posted: 28 Jan 2020 12:11 PM PST

    Sorry if this is the wrong place to post, but I was curious if anyone happened to know who built this eccomerce site for them, what platform it is on: https://www.stickermule.com/

    I love the design of this site along with their order processing and proofing system and was curious how to even go about emulating it. I've search all over online and inspected the website code, but cannot seem to find any answers.

    Thank you.

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

    Different newline escape behavior for JSON.stringify in different browsers?

    Posted: 28 Jan 2020 11:43 AM PST

    Consider the simple code JSON.stringify("\n")

    On Chrome 79 it returns ""\n"" while on Firefox 71 it returns "\"\\n\"". I believe Chrome used to return some variant of "\\n" . This recently caused me a lot of headaches when dealing with complex JSON objects containing text with embedded newlines.

    Did anyone else know about this, or is it just me? It seems like a recent change, since code that was working last month in Chrome ceased to do so.

    EDIT: Fixed formatting. I also went ahead and used BrowserStack to see how that code was interpreted in previous versions of Chrome, but it's been the same since at least Chrome 65. Still have no idea why stringifying objects has only just started giving me issues when later attempting to parse them...

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

    Stephen grinder and colt Steele + Wes Bos

    Posted: 28 Jan 2020 07:57 AM PST

    Hi I been asking similar question before but .. So I am still doing wes bos course and I feel very confused about it I kinda like it and no, he's course is more code along instead of taking time and explaining things (at least I feel like it ) Currently I am on html Dom episode and I been thinking maybe I should grab Stephen grinder+colt Steele course and later come back to Wes BOS when I will understand things better as he have quite interesting content ?

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

    Excel Spreadsheet to Stylized HTML. PHP? MySQL?

    Posted: 28 Jan 2020 11:40 AM PST

    Hello, Can anyone help to explain or point me to a good tutorial or template for populating a website with data from an Excel spreadsheet? For example, I have a spreadsheet which lists business names and fields of their contact info (address, phone, website, description, etc.) I would like to be able to create a container (or field?) within my HTML page where I can populate individual, stylized, listings for the businesses on the spreadsheet. The thought is, if I get a new listing, or remove an old one, I will only have to update the spreadsheet, and the HTML will automatically refresh from the newly saved excel doc. On the HTML side, I would like the page to create a new listing in its own little responsive container for each business. I am only a novice so my terminology may be off above. I can do basic HTML and I have used several PHP templates to create forms, but I am not sure what to try here. Thanks in advance.

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

    How long for a junior developer that only knows HTML5, CSS3 and Bootstrap 4 to create the design of a front page?

    Posted: 28 Jan 2020 10:55 AM PST

    Hello everyone!

    I am doing a course to become a web developer, but I'm really slow learning the concepts, etc (as the online course is +50 hours and you have to add mistakes, exercises, etc.).

    This afternoon I wanted to start building something using just HTML5, CSS3 and Bootstrap 4...I was stuck with the navigation bar for a long time and I left it there (I didn't want to become frustrated too soon).

    My question is: how long it would normally take for a junior developer that only knows HTML5, CSS3 and Bootstrap 4 to create a simple but elegant responsive front page?

    I just don't want to feel depressed after my first attempt of building (without any assistance) a webpage, but I want to know what to expect and compare my results with other people in my similar circumstances just to keep motivated.

    Also, do you know guys where to go to get ideas for the design of your website? I was told one but...it's not exactly what I was expected.

    Thanks!

    submitted by /u/Free-_-Yourself
    [link] [comments]

    There is lots of popular Udemy webdev courses on O'Reilly's website for free (10 day trial without credit card)

    Posted: 28 Jan 2020 03:10 AM PST

    You can make another account when the trial expires since they don't require a credit card! Here are some of the courses I found, but there's many more so post them in the comments.

    Brad Traversy courses

    Modern JavaScript From The Beginning

    Python Django Dev To Deployment

    React Front to Back

    Maximilian Schwarzmüller Courses

    Angular 8 - The Complete Guide

    Vue JS 2 - The Complete Guide

    MongoDB - The Complete Developer's Guide

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

    Modern HubSpot CMS Development Flow With CI and GIT

    Posted: 27 Jan 2020 08:35 PM PST

    Javascript courses? / The Modern Javascript Bootcamp 2020

    Posted: 28 Jan 2020 10:29 AM PST

    Hey all! I recently finished FreeCodeCamp HTML/CSS and then Javascript, and looked into more courses to develop web apps. I bought The Modern Javascript Bootcamp (Colt Steele and Stephen Grider) on Udemy, but haven't been that happy with it compared to FreeCodeCamp. It seems like you just follow along with them coding without actually learning things deeply (/ how to make these apps yourself). Has anyone found a course that maybe builds just one or two apps, but really lets the user do exercises that would cement the knowledge to create things yourself? This course basically has everything already completed in the boiler plate code you download with each app tutorial. Any insight would be greatly appreciated! Thanks

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

    Guidance on creating dark themes?

    Posted: 28 Jan 2020 10:21 AM PST

    I am tasked with adapting half a dozen website themes (blog, home page, pressroom, etc.) to dark mode. I do not connect well with this & need some help on how to do this. Can someone point out either a) dark mode sites they like, and b) any articles on best practices? My web searches seem to be posing the wrong queries. EDIT: I don't have the benefits of classes because this is for the pure HTML output of a Markdown preprocessor. My main concern is understanding the aesthetics of creating dark themes.

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

    Passing text into a URL

    Posted: 28 Jan 2020 09:57 AM PST

    I have an HTML button within an email. I need that button when pressed to amend a certain line of text (i.e. full name) to the URL so that it can be used on a website.

    The email body is something like this:

    • Full Name: John Smith
    • Email Address: Johnsmith@example...com
    • Phone Number: 000-000-0000
    • [HTML Button] (This button links to a specific page on a website)

    I would like the "Full Name" to be amended to the button URL so that I can use it to populate a field on a website.

    Does anyone know how this can be achieved?

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

    No comments:

    Post a Comment