• Breaking News

    Sunday, August 26, 2018

    What is the most interesting web project you've made so far? (front, back or full) web developers

    What is the most interesting web project you've made so far? (front, back or full) web developers


    What is the most interesting web project you've made so far? (front, back or full)

    Posted: 26 Aug 2018 12:51 PM PDT

    Regardless of front end only, backend only or full stack only, what is the most interesting web project you've made so far?

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

    The Introduction to Software Architecture Every Programmer Should Have

    Posted: 25 Aug 2018 05:09 PM PDT

    Best place to start doing simple front-end freelancing jobs

    Posted: 26 Aug 2018 01:08 PM PDT

    So I've been doing some jobs to local bars, did some simple websites where they just want me to put what's new on the bar and what's happening that night in the bar.. Really simple jobs just to create contacts, now I'm not an expert on front-end but I learn better and quicker if I'm doing a real work for someone who's paying me, do you guys know any website where I could find simple front-end jobs to keep on growing my contacts and my knowledge?

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

    Why do people continue to advise w3schools?

    Posted: 26 Aug 2018 08:42 AM PDT

    I saw big discords, with more than 10k members continuing to advise this site (along with good sources like mdn or Eloquent JavaScript) even though it still contains mostly oudated stuff and no added value compared to the other websites mentionned. Are there any reason?

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

    Vue.js Login Component with Spinner

    Posted: 26 Aug 2018 02:36 PM PDT

    Are these duplicate lines in my .htaccess file supposed to be there?

    Posted: 26 Aug 2018 12:52 PM PDT

    When my hosting company moved everyone over from http to https, they edited our .htaccess files en masse.

    My new one looks like this:

    <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule . /index.php [L] </IfModule> # END WordPress 

    In the updated version above, these four lines appear twice:

    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^index\.php$ - [L] 

    Should they appear twice? If not, which should I remove--the first appearance or the second?

    Any thoughts would be appreciated.

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

    Need help figuring out how to accomplish this system

    Posted: 26 Aug 2018 09:55 AM PDT

    I have this idea for a website, but I need some help figureing out how to go about it and how challenging it will be to accomplish.

    For the sake of this question, let's pretend I offer photo retouching services.

    I want my visitors to request/order a photo to be retouched, and in the ordering process, they attach the image they want to be retouched, and are able to write a comment to me as well. This is a paid service, but upon requesting/order, the money isn't transferred yet, but pending, waiting for approval.

    Instead, I receive the request/order to review. I can look at the attachment and read the comment, and then decide if I want to accept the request/order, or reject it. If I accept, the money will then be transferred, and a confirmation mail is sent to the customer, along with a comment from me, in this scenario it could be how long it will take me to complete the task. If I reject the request/order, it is canceled, the money isn't transferred, and I can write them a comment, explaining why it got rejected.

    I figure simply mailing the finished image to the email address they provided in the ordering process, is the easiest way to provide them their photo, although ideally, I would love to be able to do it on the website somehow, especially if the file size gets too big to mail.

    I hope this all makes sense, and you can help me out with this project

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

    CSS for beginners cheat sheet

    Posted: 26 Aug 2018 05:36 AM PDT

    Elm 0.19 Broke Us

    Posted: 26 Aug 2018 01:27 AM PDT

    Web window filled with images where is width more dominent theb height..

    Posted: 26 Aug 2018 02:47 PM PDT

    Hey, basicly I want to have portfolio web with paintings of mine where it is adjustable on the viewer's resolution. I want to fill the view of the window based on width not the height of image, and so height will be adjustable to width where none part of the image will be cropped. My paintings are tall, so the person who want to see it all has to scroll, I dont want any background.. I made my page on wix, but it varies because of the resolution, to see what I mean just hold ctrl+scroll. Weird think is that on mobile browser it works just fine. Is there way to setup it how I want on wix? My web is www.sensephiler.com

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

    Difference between a Flask “app” and just using python files to perform server-side stuff?

    Posted: 26 Aug 2018 12:29 PM PDT

    Just trying to wrap my head around use of python in the web world. I'm coming from a PHP background, and mostly a "functional" programming type setup where I Ajax to a php file that does stuff and returns JSON.

    I've looked at Flask, but seems to be more suited for an "app" or an API endpoint versus "traditional" website development. If I don't use something like flask or Django, can I still move from php to python exclusively by simply replacing my php files with python scripts and calling them the same way?

    Thanks in advance!

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

    Does someone know what is exponential backoff in javascript/Ajax?

    Posted: 26 Aug 2018 06:29 AM PDT

    Heard about it during a convo. Thanks.

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

    Which of these two .htaccess edits is correct?

    Posted: 26 Aug 2018 12:24 PM PDT

    My current .htaccess file looks like this:

    # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule . /index.php [L] </IfModule> # END WordPress 

    I'd like to redirect insecure links to secure ones and was advised to add this:

    <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> 

    But, I was wondering which is the correct way to do this.

    Do I simply paste the bottom code to the existing top code--AFTER the </IfModule> line--?

    Or do I paste the middle three lines of the bottom code to the top code--BEFORE the </IfModule> line?

    I hope this makes sense. I'm trying to understand if the opening and closing IfModule lines should appear once in the finished file or twice.

    Thanks!

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

    .Net - what is it?

    Posted: 26 Aug 2018 06:07 AM PDT

    Hey folks, so I've been looking for jobs in my local area and it would seem there almost 4.5 X the amount of jobs for a .net developer than node, I'm a little stumped as I barely see .net mentioned in this Reddit.

    How easy is it to learn c# and .net back-end? Is it possible to create small personal projects with it (for a portfolio) ? Is my area just really behind the times or why don't I see people mention it much?

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

    Trying to remember the name of an awesome customer feedback service

    Posted: 26 Aug 2018 11:44 AM PDT

    Hello r/webdev!

    Once upon a time, I stumbled across an app that had an awesome (3rd party) customer feedback tool. It felt very similar to Github's "Issues", but I remember it being more comprehensive and open to non-developers. Anyone can open a request, and votes could be made on each ticket, which were ordered/prioritized by the number of upvotes it had. Seemingly, the goal was to allow users to prioritize the issues/feature requests for the developers/company.

    The website had a blue-ish theme and had a domain along the lines of "fixmyissue.com" or "fixthisnow.com" -- something very straightforward like that.

    I've been searching fo a while and coming up empty-handed. Please let me know if you know of this service, or also if you know of any services like it!

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

    Options other than goDaddy for domain names? I host elsewhere, so just looking for recommendations for buying names. Thanks

    Posted: 26 Aug 2018 10:55 AM PDT

    pretty much all in the title:

    Options other than goDaddy for domain names? I host elsewhere, so just looking for recommendations for buying names. Thanks

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

    Build web apps with native os functions

    Posted: 26 Aug 2018 06:11 AM PDT

    Two beginner Socket.io questions: what is the difference between client-side "on.('connect')" and server-side "on.('connection'), particularly in terms of registering listeners?

    Posted: 26 Aug 2018 05:14 AM PDT

    I'm just dipping my feet into Socket.io and it seems both very useful and fairly straightforward. I'm confused by a couple of things though.

    As I understand it, on the server side you receive a 'connection' event when a client connects to the server. Do you only receive it once, even if the connection is dropped and re-connected? I'm assuming you only receive it once, since you register the other event listeners in the callback of your 'connection' handler.

    But on the client side it seems things are different (?). There's a 'connect' event, which is not for connection, but for re-connection. It says in the docs (https://socket.io/docs/client-api/#Socket),

    // note: you should register event handlers outside of connect, // so they are not registered again on reconnection 

    But there's also the 'reconnect' event, which it says is "Fired upon a successful reconnection.". What's the difference?

    And most importantly, why is the connection only fired once on the server ('connection event) but could be fired multiple times on the client ('connect' event)? I'm hazy as to how socket.io connects and re-connects in general: how and why does this occur?

    Lastly, just so I understand how Socket.io works in general: the "socket" that the client has access to and that the server has access to is the same EventEmitter, right? That is, you're just adding listeners and emitting events on the same EventEmitter that's "shared" across a TCP connection?

    Thanks for any help!

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

    How to fix the target blanks

    Posted: 26 Aug 2018 08:41 AM PDT

    I want to get rid of the target blanks on my site so the site targets itself. How do I do that?

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

    I’m starting a Web Developer internship tomorrow...

    Posted: 26 Aug 2018 08:33 AM PDT

    After almost two years of searching for a position in my field, I applied to a Web Applications Developer position which asked for quite a few languages, of which I knew only a couple. Still, I got contacted and was given an interview.

     

    Although my interviewer told me I was "smart", he said I need experience. Then he told me about a full time paid internship with their company. After back-and-forth communication over the next week and solving a simple problem on codepen, he offered me the internship!

     

    Although I have my own experience with web development (the basic vanilla stuff for HTML, CSS, JavaScript, PHP, SQL), there are other technologies I'd need to know (Node.js, React, etc.), but the person who interviewed me, who is also one of the bosses/owners, said I would be trained first, first on front-end, then on back-end. If all goes well (and they're expanding), they would give me a permanent position once the internship finishes in 2-3 months.

     

    Since I have virtually no professional experience other than a couple of websites/apps I've made for faculty at the college I worked part-time in, what should I expect as an intern? How rigorous has it been in your experience either as intern or entry-level developers?

     

    Now I'm not sure this is the right place to ask this, but as an intern they want me to fill out a W9. From my previous job, where I had to fill out a W4, I understand taxes are paid half-and-half between my employer and I. In my case, it amounted to about 20% of my paycheck. As a consultant/contractor, how much should I expect (in an approximate percentage) to be withheld from each payment? They told me that for starters, I'd be earning $15/h. This is in FL, US

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

    City Skyline: My first Dribbble shot, an inline SVG animated with CSS and JS. (Codepen mentioned in link) Feedback is appreciated!

    Posted: 26 Aug 2018 02:09 AM PDT

    Can I proceed with Netlify as the host for my static site? Please let me know if it has any downsides.

    Posted: 26 Aug 2018 12:27 AM PDT

    I have switched from Wordpress to static sites primarily for speed, cost and lack of backend bloat and I have been loving it so far. I am using Hugo currently and I have no complaints.

    One of the big reasons was also how quickly the hosting costs added up. A decent host or VPS droplet starts from $10 a month and when you have a dozen sites, the cost adds up to a lot.

    So now with some good free hosts like Github pages, google firebase, gitlab pages, netlify etc and free CDNs, I search for a quick comparison and it looks like Netlify is the best option.

    It seems to be the easiest, most noob friendly, free, keeps stuff private unlike github and provides https and benefits of cloudflares as well.

    So I want to know what are your opinions and experiences with Netlify? Are there any hidden terms and conditions or limitations I should know of? Can I proceed with using it to host my site?

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

    Go WebAssembly — Building a Calculator Tutorial

    Posted: 26 Aug 2018 06:31 AM PDT

    Suggestions for a shopping website

    Posted: 26 Aug 2018 06:15 AM PDT

    Possibly this is not the place where I should post this question, please if so let me know and I can move it to a different subredit.

    My uncle has asked me to create a website for his small shop (shirt tailoring). The last time I had to do something similar, it was like 8-9 years ago and I used osCommerce.

    I've been a bit out of this kind of implementations so I have no idea what options are in the market at the moment.

    The idea is to create a typical shopping website, in 2 languages (Italian and English), with different shipping prices and the typical promotional features. The only more "unique" requirement is for tailored products, where the customer should be able to provide the measurements and details for the tailored shirt, this means requesting a set of fields like collar, cuffs, buttons and specific measurements.

    I personally would like something that would require almost no maintenance from my side. Something that once I have set up, my uncle can manage by himself almost completely (including security updates).

    That is why I have been looking at wix, I thought that is cheap and easy, but the amount of tailored fields I can use is only up to 6. That is why I started looking at other solutions.

    Any suggestions?

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

    No comments:

    Post a Comment