Questions tagged [web-development-server]

Use this tag for questions related to a Web-development Server, i.e. the backend/server side of a web application, when it comes to its development.

can be used in several situations, so please use one or more additional tags to better describe your case.

1473 questions
-1
votes
1 answer

Removing unused codes in javascript file used in HTML page?

I am currently working on a web page development. I have used downloaded one external javascript file from CanvasJs and I am using it locally to add some dynamic functionality to a graph in my page. I am using only a small functionality from the…
-1
votes
1 answer

Web development using Python and Django with Sqlite3 (inbuilt db in Django)

I am building a web based Dashboard using Django framework with Sqlite3 database (inbuilt DB that comes in Django).I'm Using HTML, CSS for first end designs and plotly library for data visualization. I would like to know about the scalability of…
-1
votes
1 answer

Scheduled events in web development

I am working on a web application that requires php code to run at a specific date/time. Some hypothetical examples would be sending a user an email at 09:00 on their birthday or modifying a database entry (mySQL) at a predetermined date and…
-1
votes
1 answer

PHP Form Not Sending Data To Database

Could someone please help me and tell me why my php form isn't sending the data to the database. The types are emp_no(int11), birth_date(date), first_name(varchar14), last_name(varchar16), gender(enum('M','F'), hire_date(date) // Checks to see if…
Matt Blackert
  • 25
  • 1
  • 1
  • 5
-1
votes
1 answer

Adding Database support on a static website

i'm new in web-development and i have this website where currently i update the articles by changing my source codes. I wanna setup a database where i can add this new articles and my website can fetch it from there so that it can reflect on my…
remy boys
  • 2,928
  • 5
  • 36
  • 65
-1
votes
1 answer

Changing the contents of localhost:8080

I want to be able to visit localhost:8080 on my browser and have it automatically redirect or even be the place of my html file home.html. So instead of having to visit localhost:8080/home.html, I can just visit localhost:8080 and view the same…
Auxtin
  • 1
-1
votes
1 answer

How to store same value repeatedly in sql? I'm using php, ajax & jquery

Question 1: I have multi line inputs(dynamically generated) which is storing the input value in MySql database. I have a input field which gets value only once and I want this value to be stored in the table repeatedly. Question 2: How can I…
Sahil Kashyap
  • 329
  • 2
  • 10
-1
votes
2 answers

How do I send data to client using Node with Express?

I am new to web development and cannot figure out how to send data from the Node server to the client while also serving an HTML page. I know that res.send() sends the data but I cannot use that without also changing the client display. Here is…
-1
votes
1 answer

Creating copy of opencart server on godaddy for testing purposes. Do I need another ssl certificate?

I currently have a live opencart 3.0.2.0 site hosted on godaddy. Since there's a lot of issues with creating a copy of this site to a localhost, (.htaccess,mod rewrites, and seo urls) I want to do this apart from localhosting. My question is, since…
-1
votes
2 answers

Access backend APIs in Angular/React/Vue(front-end) and DJango/Node/Java/ASP.NET(back-end)

I have searched a lot but could not find any satisfying answer. I want to know if any IDE provides an environment for web development using Angular and Django. And how to access Django APIs in angular. please tell me. I will be thankful for your…
Ali k.
  • 27
  • 2
  • 11
-1
votes
1 answer

What's a good toolchain and deployment process for GIT and Deployment for a Windows user working on a LAMP Stack?

I run a custom PHP site on a Managed VPS (LAMP stack) and am the solo developer, but want to start using GIT so freelancers can contribute. Currently I don't use GIT. GIT For GIT, I wanted to use Visual Studio Online (VSO) since I've used it before…
Marcturis
  • 117
  • 2
  • 12
-1
votes
1 answer

How many websites can I host on wordpress business?

my friend and I recently bought Wordpress business and we thought that we would be allowed access to create multiple websites with premium themes and other benefits however it seems as though we can only have access to the themes for one year which…
-1
votes
2 answers

How to build a simple webpage to save a number and call it back next time?

I'm sure this is a SUPER noob question, but I'm having trouble finding resources which detail simple client-side server-side interactions. I've got a webpage where clicking a button uses a little JavaScript to increment a counter by one. Naturally…
-1
votes
2 answers

need img on left but bootstrap defaults it to centre

I need to align the image to the left but css bootstrap is automatically aligning it to the center. how to fix it?
-1
votes
1 answer

Where is the definition of selector ' $' in JS library?

Which library of JavaScript having definition of selector '$' ? How it becomes globally accessible ??? Can we write a new operator ?
dinesh kandpal
  • 738
  • 7
  • 16