• Breaking News

    Tuesday, August 6, 2019

    When it's 5:00 and you're just so over it. web developers

    When it's 5:00 and you're just so over it. web developers


    When it's 5:00 and you're just so over it.

    Posted: 06 Aug 2019 02:01 PM PDT

    Friendly Tip/Reminder: Versions change... add the "after:YYYY-MM-DD" operator to your google searches when debugging

    Posted: 06 Aug 2019 11:33 AM PDT

    Its probably obvious to most but I've been heartbroken too many times by depreciated solutions.

    If you don't like operators: Tools > Anytime ▼ > $VERSIONRELEASE

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

    Domino’s takes its case for non-accessible design to the Supreme Court

    Posted: 06 Aug 2019 12:15 PM PDT

    How do you develop your websites?

    Posted: 05 Aug 2019 07:11 PM PDT

    For me personally, all I do is I connect with FTP and I modify the JavaScript CSS and HTML. I'm wondering if there's like a more professional or a better way to do this. Because usually I just use VS Code to write everything. Then I click save and boom, my website is updated. For my bigger websites, I like to test it on GitHub first and then move it to my domain after I make a ton of updates. I've been developing websites like this for over a year now.

    How should I improve on my development pipeline? Does it need to be improved? Just curious.

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

    I feel like I can keep up with dev new tools

    Posted: 06 Aug 2019 06:21 AM PDT

    Use to be a web dev with classic html/css/php/mysql little JS, working with only a web server + notepad + Filezilla (you know html css php js files and that's it).

    I started to look on new techs like node.js github etc... and I feel so lost.. command terminal, package install, 9999 files for a 2 page website, I don't understand all of this and don't even know where to start...

    I googled some tutorial and this is the kind of thing I'm getting : Build a Pet Hotel Web App with React, GraphQL, NodeJS and SQL, MongoDB or Firebase using ScaffoldHub . What are you even talking about ?

    I'm so confused I want to quit, I'm only 30 and i'm thinking about how am I gona keep up with this when I will be 60...

    Any advices to learn the basic of building a dynamic website from 0 with the new standards ?

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

    What is the best analytics tool for web applications?

    Posted: 06 Aug 2019 05:57 AM PDT

    One way video interview for a software engineering apprenticeship. Any suggestions?

    Posted: 06 Aug 2019 01:06 PM PDT

    The interview will be tonight through a service called Sparkhire. I have little to no experience in programming, and I was clear about that in my application, but I've still been given the opportunity for a one way interview.

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

    Domain taken. But how?

    Posted: 06 Aug 2019 06:05 AM PDT

    I have been working on a side project for an events site for my area. I looked up to see if the domain was available a couple months ago. It's sort of an obscure name. Now, I was going to go register that domain and I see it's been purchased by someone on godaddy. WHOIS says it was purchased by someone about a month ago. What are the odds? Is it possible something was tracked? Something hacked for what people were entering in the form? Something is not secure on my computer?

    I mean, it could just be coincidence, but it seems super weird. There is actually nothing built on that domain; it just says it's purchased through godaddy and alternatives available. Thoughts? Should I be worried about security on the computer I used?

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

    Frontend Design, React, and a Bridge over the Great Divide

    Posted: 06 Aug 2019 02:20 AM PDT

    Lazy loading Zendesk saved Huddle 2.3MB of JavaScript

    Posted: 06 Aug 2019 09:36 AM PDT

    Vanilla JS content carousel?

    Posted: 06 Aug 2019 08:21 AM PDT

    So, i've been browsing latelly to find a good reliable vanilla carousel, since i'm working on a really big project neither my coworkers or me have the time to build one from scratch, reddit, got any suggestions?

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

    Does any one know how to preview my HTML and CSS in android?

    Posted: 06 Aug 2019 02:30 PM PDT

    I downloaded my HTML and CSS file to my phone, then I tried to open it with HTML viewer and chrome but the linked style won't show. I made sure that both my html and css is in the same folder. Here is a codepen maybe one of you can tell me what I am doing wrong? The style shows up on desktop btw. Thanks!

    https://codepen.io/Inkplay_/pen/oKEWgx

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

    Best resources to learn HTML, CSS, JS?

    Posted: 06 Aug 2019 11:55 AM PDT

    I'm about to start on my journey into web development. Absolutely 0 past experience. Is Udemy the best place to go or can anyone recommend other courses/resources?

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

    i'm building this simple game what would you guys do to make it better.

    Posted: 06 Aug 2019 01:59 PM PDT

    Best practice for a large form (plain HTML or populating with JS)?

    Posted: 06 Aug 2019 01:47 PM PDT

    I have a large survey form with about 10+ questions of various types of inputs (mostly radio buttons with 3+ answers).

    My team was previously using Django ModelForms to display the form, but it doesn't allow the amount of customization we want, as some questions need to be clustered together, some have header apart from their labels, etc. I'm looking for alternatives. Since this form might need to be updated in the future, I was thinking there must be a solution better than just writing it all out in HTML. I can't seem to find any best practice notes on what to do here.

    Storing data in a JSON to be parsed and populate HTML with is also an option but I don't think it will be any more organized that just HTML. I'm not sure though. Is there anything else I'm missing?

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

    What did responsive design was like before @media queries

    Posted: 06 Aug 2019 11:24 AM PDT

    Coming from a non-dinosaur... Looking at Wikipedia, it looks like media queries were only introduced in 2012? How did responsive design looked like from 2005ish to 2012? I'm talking about big companies of course like Amazon or Google.

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

    Saving the manipulated DOM/HTML after editing it and preserve it on page refresh

    Posted: 06 Aug 2019 03:37 PM PDT

    This was previously possible with Firebug and cssUpdater. I can try to recreate this with word replacer extensions but it replaces all instances of the word rather than one instance on the page.

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

    On Windows, how to redirect all requests to a certain TLD to localhost for dev purposes?

    Posted: 06 Aug 2019 03:02 PM PDT

    I want any request to a .local domain to resolve to 127.0.0.1 without having to manually edit my hosts file for each new domain. Certainly this is a problem that's already been solved? Hopefully using GPL or other opensource software?

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

    Chinese Attack Bots

    Posted: 06 Aug 2019 02:48 PM PDT

    I recently deployed a website and registered a domain. After checking the access, logs, I have been spammed with quite a few requests that appear to be Chinese attack bots. I wrote a Python script that takes the logs file, tallies the number of requests from each IP address, checks the IP addresses against an IP database, and then merges the JSON data from the IP database API with the number of requests. Here is (by far) the worst offender from the past 24 hours:

    { "noRequests": 814, "ipAddress": "129.204.112.220", "continentCode": "AS", "continentName": "Asia", "countryCode": "CN", "countryName": "China", "stateProv": "Beijing", "city": "Haidian (Haidian Qu)" } 

    And here's what some typical requests from this IP would look like:

    129.204.112.220 - - [06/Aug/2019:17:20:05 +0000] "POST /hell.php HTTP/1.1" 404 501 129.204.112.220 - - [06/Aug/2019:17:22:48 +0000] "POST /function.inc.php HTTP/1.1" 404 509 129.204.112.220 - - [06/Aug/2019:17:22:48 +0000] "POST /userr.php HTTP/1.1" 404 502 129.204.112.220 - - [06/Aug/2019:17:22:49 +0000] "POST /3.php HTTP/1.1" 404 498 129.204.112.220 - - [06/Aug/2019:17:22:50 +0000] "POST /webconfig.php HTTP/1.1" 404 506 129.204.112.220 - - [06/Aug/2019:17:22:50 +0000] "POST /code.php HTTP/1.1" 404 501 129.204.112.220 - - [06/Aug/2019:17:22:52 +0000] "POST /temtel.php HTTP/1.1" 404 503 129.204.112.220 - - [06/Aug/2019:17:22:52 +0000] "POST /data.php HTTP/1.1" 404 501 129.204.112.220 - - [06/Aug/2019:17:22:52 +0000] "POST /fuck.php HTTP/1.1" 404 501 

    These aren't even valid pathways on my website, and the vast majority of the requests made are POST requests. This is pretty obviously malicious, no?

    submitted by /u/Science-Compliance
    [link] [comments]

    Developing a site -Blog style

    Posted: 06 Aug 2019 10:04 AM PDT

    I want to create a site that is pretty much a blog that covers many aspects of my life experiences (financial life, education, work, vacations, etc...). I don't want to use WordPress as a developer I want to create it myself (there is no time crunch) and it would be a great learning experience. Does anyone have any input on what tech stacks I should look into? Thanks ahead of time!

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

    When you buy a domain through GoDaddy or WHATEVER since it comes along with the hosting, could they hold your domain hostage forcing you to have to stick with them ? Who really TRULY own your domain anyway ?

    Posted: 06 Aug 2019 01:14 PM PDT

    Is it worth studying at the open university for a future in web development?

    Posted: 06 Aug 2019 01:13 PM PDT

    The open university is kind of my last hope at a formal education with web dev. I left my first uni course and worked labour while playing with javascript at home. This got me an unconditional offer at a uni but my student finance was denied because I already took an undergrad loan for the course that I withdrew from.

    I can just about get the money for open university if I live with my parents but I want to know if any of you consider this a good investment.

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

    How to extract malicious code from image?

    Posted: 06 Aug 2019 12:56 PM PDT

    I saw this console log error that said "refused to execute script due to mime type" and it's a jpg picture.

    I wanted to know how you could see what the code was.

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

    Ideas/help/direction for a noob's web project

    Posted: 06 Aug 2019 12:40 PM PDT

    I'm aiming to gather and store personal data via various API's. I also plan to make a static website later on for presenting some of the data with Power BI or Tableau.

    But I want to minimize monthly costs, so I had this idea running the NoSQL db locally. I don't really want to rely on the big providers like Amazon, Google or Microsoft, is it not such a wise idea? Since pretty much everything can be done with open source solution...

    Any suggestion or just idea would be appreciated as I still have a learning curve to make all this happen.

    Thanks.

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

    No comments:

    Post a Comment