• Breaking News

    Thursday, May 10, 2018

    DigitalOcean load balancers now support Let's Encrypt certificates web developers

    DigitalOcean load balancers now support Let's Encrypt certificates web developers


    DigitalOcean load balancers now support Let's Encrypt certificates

    Posted: 10 May 2018 03:06 AM PDT

    What's the one thing that helped you get a job as a web developer?

    Posted: 10 May 2018 09:45 AM PDT

    I know there is a lot of things that go into being web developer and getting a job in web development. But if you had to name one thing that really stood out to companies. Something that really made them say "this guy we should hire him". What would it be?

    It can be a skill, a framework, a State of Mind, a portfolio project. whatever it is that you think gave you that edge.

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

    How to Make a Dapp of a pet shop using Solidity and Truffle!

    Posted: 10 May 2018 01:08 AM PDT

    How to Generate Random Colors Programmatically (aesthetically pleasing colors, text over the colored background should be easily readable, colors should be very distinct, the number of required colors is not initially known)

    Posted: 10 May 2018 11:31 AM PDT

    What's new in Angular (Google I/O '18)

    Posted: 10 May 2018 03:13 AM PDT

    Best way to explain DNS propagation time to a client?

    Posted: 10 May 2018 12:49 PM PDT

    I find myself always trying to come up with an analogy for them but kind of fail, and I always feel a bit snobby if I try to explain something that might go over their head too much.

    Anyone have suggestions based on your experience?

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

    How to Make Your Mark as a UI Developer – Joel Kanzelmeyer – Medium

    Posted: 10 May 2018 06:13 AM PDT

    An approach to better quality performant frontend code

    Posted: 10 May 2018 03:28 PM PDT

    Build a Progressive Web App using React

    Posted: 10 May 2018 02:14 PM PDT

    How do I plan out a website?

    Posted: 10 May 2018 02:08 PM PDT

    Hey guys,

    I've been developing sites for a while now but one thing I've always struggled with is planning them. I kind of just jump in and build something then rebuild it over and over until it's good. I'd like to jump into a project with everything planned but I struggle to do that.

    For example I'm building a site for myself right now, I know the basics of what I need it to do but not how I want to do it, the site is analyzing replays for video games, so a user would submit the replay but then I'm not sure how I want to handle delivering replays to coaches and stuff like that. This is just a specific example but I mean this question in a broad sense as well, I struggle to find answers to these questions.

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

    How do I think of things to do?

    Posted: 10 May 2018 11:32 AM PDT

    I've been sitting here for weeks thinking of an app to create to test my knowledge/learn a new language, but I can't find any. I couldn't find any hackathons nearby either.

    What do you all do?

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

    I am looking to build a website for my friend using either WordPress, Squarespace, or Wix.

    Posted: 10 May 2018 12:57 PM PDT

    I run my company's intranet (editorial and also basic SharePoint administration) and I am currently working with a third party vendor to launch our external website on WordPress. My experience is beginner and this site is very basic"brochureware"- basic navigation, content, and images. No e-commerce aspect.

    Any suggestions on which one to go with or further questions I need to ask myself to pick the right one?

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

    How do I fix this react router error?

    Posted: 10 May 2018 03:53 PM PDT

    --Failed to compile ./node_modules/react-router-dom/es/MemoryRouter.js Module not found: Can't resolve 'react-router/es/MemoryRouter' in 'C:\Users\jo\desktop\router\node_modules\react-router-dom\es' This error occurred during the build time and cannot be dismissed.

    Code

    import React from 'react'; import ReactDOM from 'react-dom'; import {BrowserRouter, Route} from "react-router-dom"; //components import Home from "./home.js"; import Post from "./post.js"; import Profile from "./profile.js"; var App = function(){ return( <BrowserRouter> <div> <Route path="/" component={Home}/> <Route path="/profile" component={Profile}/> </div> </BrowserRouter> ) } ReactDOM.render(<App />, document.getElementById('root')); 
    submitted by /u/DigUpStupid1
    [link] [comments]

    Anyone wants to be my buddy for learning Flask?

    Posted: 10 May 2018 03:42 PM PDT

    Anyone wants to be my study-buddy for learning Flask using Miguel Grinberg's Flask Mega Tutorial?https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

    Starting: May 14th

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

    How could one make a website which attracts lots of spam bots?

    Posted: 10 May 2018 06:28 AM PDT

    Thinking about this for an art project – what are some ways I could make the website really attractive for bots (ideally without getting DDoSed to death).

    So far I have these ideas:

    • add a captcha-less comment form on it

    • respond with a non-400 code for common paths such as /wp-login.php

    • try to increase the pagerank + link to the site from lots of places

    I'm mostly interested in bots which leave a message, rather than just ping/GET the URL.

    would appreciate any ideas!

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

    Joomla Help!

    Posted: 10 May 2018 03:06 PM PDT

    Don't know is this is the right sub but basically i have a html site coded up and i need to upload it to SiteGround, so i have Joomla installed on my SiteGround how do i put my own site into my SiteGround.

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

    A question I've been searching far & wide for on the internet, Is Hypermedia Dead?

    Posted: 10 May 2018 02:27 PM PDT

    Once apon a time, there was some hype around the notion of hypermedia based SOA API's, but these days, it seems that restful APIs are regressing. They're going from generic all-encompassing data back into RPC style API's for the purpose of speed / efficiency. Such examples would be GraphQL & Json-RPC, very heavily focused API to provide only the absolute necessary data when requested/filtered. In the past, you might provide a resource for additional data, but now everything is hydrated immediately straight out of the API based on arguments passed. Obviously there are pros & cons, just wanted to get some conversation going on the direction people think is occurring in this area.

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

    Problem with Database Connection

    Posted: 10 May 2018 02:19 PM PDT

    Hey guys, first time posting here so sorry in advance if I do something wrong. So I'm currently in a really desperate situation here it is: The company I work at has a website with login system, this was made and maintained by a former colleague of mine (that has left the company). When he left we changed the passwords to everything including the users in SQL Server, since the password (for the connection string)was saved in the code as a string variable(which I don't know if it is a good idea but isn't my main concern right now), it was obvious it wouldn't work anymore, since the password is wrong.

    So I said ok, went to the code and changed it, to no result, the message it gives me is "Login failed for user "sa". ", ok weird so after many tests I decided to change the user in the connection string to sap, just to check if the error would change therefore proving that he is taking my changes into account but the problem was on my side, however this was not the case it still says Login failed for user "sa" even though the user in the connection string is "sap" now.

    This means that for some reason it is ignoring my code. The website is hosed on a Virtual Machine server (Windows 2012), through IIS, and my question is if anyone knows why it might be ignoring my code and if so why.

    What I've tried to do: - Reset the IIS through iisreset /restart - Do the connection through Connection String inside IIS

    I'm really desperate and I'll admit this is not my expertise so any advice at all is hugely appreciated! Thanks in advance for any help!!!

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

    doing my first vps, had couple noob questions

    Posted: 10 May 2018 02:19 PM PDT

    hi guys doing some research on the vps providers and decided between digital ocean and vultr. i read some reviews and had a couple probably noob questions.

    So far i feel like im set on vultr, from the reviews i read seems like DO has better support, benchmarks i seen suggested vultr has faster server.

    1. going to deploy with runcloud.io, if i understand correct this is like the same functionality of cpanel or plesk without installing a panel on my server? so almost like a remote panel that runs whatever command line via UI that i need on my server?

    2. would runcloud be better than running plesk on my server?

    3. does plesk come pre-installed with the mail server (run cloud doesnt set up mailserver) or is it just the ui to manage the mailserver and i still need to set it up myself if i wanted?

    4. Digital Ocean has a server in my city (toronto, canada) where as vultr closest is newyork. would this affect my load times greatly? should i be concerned about the extea distance? like i said im set on vultr but this made me think maybe DO might be better choice due to server location

    5. is there any reason you guys think i should choose one provider over another, due to experience or horror stories? or the fact that vultr was bench-marked with higher results?

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

    Scaffolding Interactives: Using Idyll to quickly create interactive posts

    Posted: 10 May 2018 02:14 PM PDT

    Is the a preferred Datetime (Date & Time) picker?

    Posted: 10 May 2018 02:12 PM PDT

    I need a datetime picker to attach to a text field. It needs date + time.

    https://xdsoft.net/jqplugins/datetimepicker/ looks like what I'm going for, but I wouldn't mind plain JS or something VueJS.

    If anyone has one they are developing, I'd be OK with a mention too.

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

    Are web application basically just forms

    Posted: 10 May 2018 02:11 PM PDT

    Are web application basically just forms? I'm building an app atm, and the features are basically submitting data, and doing something with it?

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

    Is there a tool that will allow you to get feedback on individual features on a site and funnel the data into a central dashboard?

    Posted: 10 May 2018 02:03 PM PDT

    The idea would be to "micro-poll" your users about a specific feature (or many!) on your site. Imagine a small icon on a page next to some API documentation. A tooltip might ask "What do you think this documentation is missing?". Clicking will present a textarea to enter comments. There could be multiple across a site, etc.

    Another could sit next to a small form and ask "Are you clear on what all of these fields mean? Tell us why not.".

    Then, of course, this data could be viewable in a dashboard or central UI.

    This has to already exist, right?

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

    HELP! WordPress is killing my jquery script

    Posted: 10 May 2018 01:42 PM PDT

    Hello

    I'm trying to get a simple jquery script running on my wordpress site. The script should show a new tab with different text when I press a link but when instead it just refreshes the page and shows the same information.

    The script works fine when I'm not running wordpress, but I have to use wordpress.

    My code </div> </div>

     <form class="form"> <div class="tabs"> <div class="tab-1 tab"> <h2>Hvor mange undersider har du brug for? </h2> <p>Lorem ipsum dolor sit amet, pede et mattis, velit est wisi convallis sit, wisi leo pulvinar, elit non et nunc, est penatibus at. Eget duis pretium vel, posuere ac et, augue eget eu a a, ac sapien, egestas luctus eros</p> <div> <label> 1-5 </label> <input name="sider" type="radio" value="1" > </div> <div> <label> 6-10 </label> <input name="sider" type="radio" value="2" > </div> <div> <label> 11-15 </label> <input name="sider" type="radio" value="3" > </div> <div> <label> 16-20 </label> <input name="sider" type="radio" value="4" > </div> <a data-tab="2" class="tab-change btn btn-success pull-right" href="#" >Gå til næste fane</a> </div> <div class="tab-2 tab"> <h2>Skal din hjemmeside udvikles fra bunden eller ud fra et tema?</h2> <p>Lorem ipsum dolor sit amet, pede et mattis, velit est wisi convallis sit, wisi leo pulvinar, elit non et nunc, est penatibus at. Eget duis pretium vel, posuere ac et, augue eget eu a a, ac sapien, egestas luctus eros</p> <div> <label> Fra bunden </label> <input name="tema" type="radio" value="10" > <label> Fra et tema </label> <input name="tema" type="radio" value="2" > </div> <a data-tab="3" class="tab-change btn btn-success pull-right" href="#" >Gå til næste fane</a> <a data-tab="1" class="tab-change btn btn-danger pull-left" href="#" >Gå tilbage</a> </div> <div class="tab-3 tab"> <h2>Har din side brug for specielle funktioner?</h2> <p>Lorem ipsum dolor sit amet, pede et mattis, velit est wisi convallis sit, wisi leo pulvinar, elit non et nunc, est penatibus at. Eget duis pretium vel, posuere ac et, augue eget eu a a, ac sapien, egestas luctus eros</p> <a data-tab="4" class="tab-change btn btn-success pull-right" href="#" >Gå til næste fane</a> <a data-tab="2" class="tab-change btn btn-danger pull-left" href="#" >Gå tilbage</a> </div> <div class="tab-4 tab"> <h2>Har du brug for en ny farveidentitet?</h2> <p>Lorem ipsum dolor sit amet, pede et mattis, velit est wisi convallis sit, wisi leo pulvinar, elit non et nunc, est penatibus at. Eget duis pretium vel, posuere ac et, augue eget eu a a, ac sapien, egestas luctus eros</p> <a data-tab="5" class="tab-change btn btn-success pull-right" href="#" >Gå til næste fane</a> <a data-tab="3" class="tab-change btn btn-danger pull-left" href="#" >Gå tilbage</a> </div> <div class="tab-5 tab"> <h2>Har du brug for oplæring i hjemmesiden?</h2> <p>Lorem ipsum dolor sit amet, pede et mattis, velit est wisi convallis sit, wisi leo pulvinar, elit non et nunc, est penatibus at. Eget duis pretium vel, posuere ac et, augue eget eu a a, ac sapien, egestas luctus eros</p> <a data-tab="6" class="tab-change btn btn-success pull-right" href="#" >Gå til næste fane</a> <a data-tab="4" class="tab-change btn btn-danger pull-left" href="#" type="submit">Gå tilbage</a> </div> <div class="tab-6 tab"> <h2>Prisen på din nye hjemmeside er næsten klar</h2> <p>Lorem ipsum dolor sit amet, pede et mattis, velit est wisi convallis sit, wisi leo pulvinar, elit non et nunc, est penatibus at. Eget duis pretium vel, posuere ac et, augue eget eu a a, ac sapien, egestas luctus eros</p> <form action="/action_page.php"> Navn:<br> <input type="text" name="Navn" value="Navn"> <br> Virksomhed:<br> <input type="text" name="Virksomhed" value="virksomhed"> <br><br> <input type="submit" value="Submit"> </form> <a data-tab="4" class="tab-change btn btn-danger pull-left" href="#" type="submit">Gå tilbage</a> </div> </div> </form> <h3> Din pris </h3> <p class="pris"> </p> </div> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <script> (function($){ $.unserialize = function(serializedString){ var str = decodeURI(serializedString); var pairs = str.split('&'); var obj = {}, p, idx, val; for (var i=0, n=pairs.length; i < n; i++) { p = pairs[i].split('='); idx = p[0]; if (idx.indexOf("[]") == (idx.length - 2)) { // Eh um vetor var ind = idx.substring(0, idx.length-2) if (obj[ind] === undefined) { obj[ind] = []; } obj[ind].push(p[1]); } else { obj[idx] = p[1]; } } return obj; };})(jQuery); function calculateTotalTabs(tab){ var totalTabs = $('.tab').length; var procent = tab/totalTabs*100; $('.progress-bar').css({ width: procent+'%' }).text(tab+'/'+totalTabs); } calculateTotalTabs(1); $('.tab-change').click(function(){ var tab = $(this).data('tab'); $('.tab:visible').hide(); $('.tab-'+tab).show(); calculateTotalTabs(tab); calculatePrice(); }); $('.form input').change(function(){ calculatePrice(); }) function calculatePrice(){ var timepris = 650; var data = $.unserialize($('.form').serialize()); var total = 0; $.each(data,function(index,value){ if(!isNaN(parseInt(value))){ total += parseInt(value); } }) var totalPris = total*timepris; $('.pris').text(totalPris+'kr') } </script> 

    Any clue what I could do to get this working?

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

    Results for the Front-End Tooling Survey 2018

    Posted: 10 May 2018 02:02 AM PDT

    No comments:

    Post a Comment