Microsoft rumored to announce GitHub acquisition on Monday web developers |
- Microsoft rumored to announce GitHub acquisition on Monday
- How To Implement reCAPTCHA In ReactJS
- How does Anki find out when the email reached another service provider??
- Before twillio, how did startups provided telecommunication services, or how do they now without 3rd party api?
- Cool scroll-effect by NRK, the national broadcaster in Norway. Anyone know how it's made?
- How to I launch a basic HTML website
- ASP.NET: MVC or Web Forms? (for a specific Student Project within a limited amount of time)
- Join us in creating a unique product using Ethereum technology. If you love crypto this project is for you
- I need help implementing this code in my website, and I don't really know where to start. Any help would be greatly appreciated.
- Help designing a site (backend mostly) use of apis and information storage.
- DNS over HTTPS feature in Mozilla
- I`m going to create a Music database website, which Domain company should I buy it from?
- Frontend Masters downloader I built today because I was annoyed with the existing flaky alternatives
- Issue with my website
- 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.
- How to host NodeJS + ReactJS + MySQL application ?
- I need guidance on my setup
- How to manually create a website?
- Questions about PHP
- Can't figure out why background color is being applied in 2 different ways
- Is weebly a solid platform to build your site?
- 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.
- Advice on building a simple static information site.
- Prelaunchr without using Mail Chimp
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
| ||
Posted: 03 Jun 2018 02:59 AM PDT How did startups/small companies...
[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. [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? [link] [comments] | ||
Posted: 03 Jun 2018 03:43 PM PDT
| ||
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? [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? [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
| ||
Posted: 03 Jun 2018 01:31 PM PDT
| ||
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 [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. Anyone have experience on using and hosting NodeJS apps with MySQL database ? [link] [comments] | ||
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:
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. [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[link] [comments] | ||
Posted: 03 Jun 2018 02:39 AM PDT I recently got started with PHP, and happened upon these questions:
Your help is appreciated, thanks! [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/ [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? [link] [comments] | ||
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! [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. [link] [comments] |
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment