• Breaking News

    Sunday, June 3, 2018

    Microsoft rumored to announce GitHub acquisition on Monday web developers

    Microsoft rumored to announce GitHub acquisition on Monday web developers


    Microsoft rumored to announce GitHub acquisition on Monday

    Posted: 03 Jun 2018 02:32 PM PDT

    How To Implement reCAPTCHA In ReactJS

    Posted: 03 Jun 2018 06:42 AM PDT

    How does Anki find out when the email reached another service provider??

    Posted: 03 Jun 2018 05:53 AM PDT

    Before twillio, how did startups provided telecommunication services, or how do they now without 3rd party api?

    Posted: 03 Jun 2018 02:59 AM PDT

    How did startups/small companies...

    • made phone calls through programming

    • send text messages

    • give phone numbers to their customers as a service

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

    Cool scroll-effect by NRK, the national broadcaster in Norway. Anyone know how it's made?

    Posted: 03 Jun 2018 03:47 PM PDT

    How to I launch a basic HTML website

    Posted: 03 Jun 2018 03:10 PM PDT

    I tried asking in /r/learnwebdev but I was told to just use github pages. I know how to build a website and put it on a service like that and I don't actually need to launch any website right now.

    I'm wondering how can I go from renting a fresh DigitalOcean Ubuntu 16.04 droplet, to uploading my files, telling it which is the home page and finally showing up as www.mysite.com instead of just the IP address.

    Do I only need to install apache2 on the server? What dependencies do I need?

    Can anyone point me in the right direction to a tutorial or provide some direction? I would think this is a pretty important part of webdev?

    I want to learn so I don't need to rely on a third party service and so I can have more control.

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

    ASP.NET: MVC or Web Forms? (for a specific Student Project within a limited amount of time)

    Posted: 03 Jun 2018 08:10 AM PDT

    There's about 6 of us student developers that's working on this web project and we need to finish it in less than a month (about 3 weeks). We all have a background of C# and win forms, my question is; Is it better if we choose to do Web forms over MVC? (We'd have to learn either one of them if we were to choose one)

    The system that we're making is a student registration type of web app (students get their ID's scanned by a barcode, etc). Is it better to just go straight MVC or is it safer to go for Web forms in this case?

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

    Join us in creating a unique product using Ethereum technology. If you love crypto this project is for you

    Posted: 03 Jun 2018 03:43 PM PDT

    I need help implementing this code in my website, and I don't really know where to start. Any help would be greatly appreciated.

    Posted: 03 Jun 2018 03:22 PM PDT

    Help designing a site (backend mostly) use of apis and information storage.

    Posted: 03 Jun 2018 02:37 PM PDT

    I have a site to do that will use an api for users to login and use some info from there, and after that will use other api to compare info and store another new ones.

    My main doubt is should i update the cross information every time a user logs in (this doesn't seem very performance friendly), update all entries every x time? or update all Y most recent used entries every x time?

    i'm instructed to use php and mysql, should i push to another stack?

    any tips or dont's regarding this?

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

    DNS over HTTPS feature in Mozilla

    Posted: 03 Jun 2018 10:50 AM PDT

    I`m going to create a Music database website, which Domain company should I buy it from?

    Posted: 03 Jun 2018 02:23 PM PDT

    https://www.namecheap.com/ is it a good choice? does it really matter?

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

    Frontend Masters downloader I built today because I was annoyed with the existing flaky alternatives

    Posted: 02 Jun 2018 07:00 PM PDT

    Issue with my website

    Posted: 03 Jun 2018 01:31 PM PDT

    Is there a way for an extension to capture the text in the address bar of chrome? But I don't want to associate a keyword with the omnibox.

    Posted: 03 Jun 2018 01:03 PM PDT

    I am trying to make a chrome extension. In order for it to work, it should be able to read/capture the text being entered in chrome's address bar. But I don't want to use "omnibox": { "keyword" : "key" } in my manifest. Is there a way to do that? If not in chrome, is it achievable in Firefox? Thanks.

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

    How to host NodeJS + ReactJS + MySQL application ?

    Posted: 03 Jun 2018 05:11 AM PDT

    I've created and hosted NodeJS + ReactJS apps and NodeJS + MongoDB (mLab) basic apps on Heroku.
    But now I'm thinking about creating an app with NodeJS + React + MySQL , and I'm confused on how to host them . I haven't used MySQL with NodeJS or hosted MySQL database before. So, I'm confused on how to do that ?

    Anyone have experience on using and hosting NodeJS apps with MySQL database ?

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

    I need guidance on my setup

    Posted: 03 Jun 2018 08:55 AM PDT

    Hello, I just got started as an intern at a startup, and one of my first tasks is to setup the digitalocean server we just got for production as well as development and testing.

    The server will be used to create a dashboard and to plot charts and other data visualization tools by using the data that sensor sends to the server every few minutes.

    I have no prior experience in web development at a production level and no prior experience in devops, and this requires both of them, I have searched around but I'm still doubtful whether this would be the best solution. Here are my concerns:

    • Language: I have chosen to to use python for web application. Would Python would be the right choice, if not what else should I use ?

    • Framework: I'm yet to decide on the framework, Dash from Plotty seems to be what I'm looking for, is it fine to use this in production or should I restrict the choices to Django, Flask, and Pyramid ?

    • Web Server: I have been setting up uWSGI web server with Nginx as a reverse proxy. Is this preferred way to deploy python applications or should I be using something like Dokku ?

    • Database: Considering, there will be multiple sensors in the future all sending data every few minutes, what database should I choose which will scale to few 100 sensors. The data would be used for visualization and analytics. Would MySQL or PostgreSQL work for this or should I look into NOSQL database ?

    • Control Version System: What revision control software should I be using ?

    This all has been overwhelming, It would be fine to just work on web app but setting up the production server and given the task to decide my own tools is been both exciting and stressful.

    I want to make sure whatever I make or do can be useful to company in the future, they would like to move to cloud platform, if they get investors.

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

    How to manually create a website?

    Posted: 03 Jun 2018 12:24 PM PDT

    I am a first year student. We have been taught how to write some HTML/CSS/JS files. OK.

    Now I want to try actually starting a website as a personal project. Using Jetbrain's Webstorm programme, I have created a new project with HTML5 boilerplate code. And there is a lot of stuff.. which I don't know what it is...

    On the right, is my hosting servers control panel. I have been told they allow manual creation of websites using FTP upload files etc.What exactly am I supposed to upload from the left hand side of the screen shot into the right hand side?

    Thanks for any help

    https://imgur.com/AxKbkDD

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

    Questions about PHP

    Posted: 03 Jun 2018 02:39 AM PDT

    I recently got started with PHP, and happened upon these questions:

    • Where and when does PHP code get interpreted and executed?
    • Is a new HTML file generated on-the-fly and served to the client?
    • Will PHP comparison operators interfere with HTML tags?
    • PHP in conjunction with AJAX — boon or bane?

    Your help is appreciated, thanks!

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

    Can't figure out why background color is being applied in 2 different ways

    Posted: 03 Jun 2018 12:08 PM PDT

    I'm working on a simple portfolio website and am having tremendous trouble figuring out why the bottom social/contact section of the site has the background colors going all the way to the edge and not following the padding like all the other sections.

    Any advice would be greatly appreciated!

    Thanks and here's the link - https://funkymustache.github.io/

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

    Is weebly a solid platform to build your site?

    Posted: 03 Jun 2018 11:55 AM PDT

    I want to build my site on weebly, its a very easy platform to use but i don't know if its solid to make your site there and upgrade it later, does it cause any issues at all?

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

    As a user who also does a (very small) bit of web design, can someone tell me why so many web sites use gray on white for text (as opposed to black on white)? Thanks.

    Posted: 03 Jun 2018 11:05 AM PDT

    Advice on building a simple static information site.

    Posted: 02 Jun 2018 08:43 PM PDT

    I'm planning on building an informative website just with information on a subject. I have a bit of css/html knowledge and have used jekyll and hugo and they have been great although it's kind of a pain. Does anyone have any alternative software that would be easier to manage if I wanted others to help on the website and add content? I'm looking for a quick, fast, and elegant way to get all the information out with little hassle. Wordpress is a little too bloaty for my likings and I'd like to edit a bit of code myself and to be able to work on the site. If possible i'd like to have it managed by a website like wordpress blogs are. Trying to keep the costs low enough to keep the site running even if it doesn't generate much traffic. Any thoughts or opinions would be awesome!

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

    Prelaunchr without using Mail Chimp

    Posted: 03 Jun 2018 06:53 AM PDT

    I'm setting up prelaunchr for a site and we don't want to use mailchimp for the email management. Are there any alternatives?

    I don't want to use a 3rd party email marketing platform.

    Thanks in advance.

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

    No comments:

    Post a Comment