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
-2
votes
1 answer

Freelancing Path

This is not a coding question, I am lost on what to follow for my career as a freelancer. I have the knowledge in Software development and Web development. I don't know which one to focus on. I have never worked in a pure development environment. I…
-2
votes
1 answer

How to play a generated mp3 on the user's browser?

My django views.py generates an mp3 file on the server at ./speech.mp3 after user interaction. How do I play it on the user's browser? If I just play the mp3 file using python code in views.py, it'll only be played on the server PC, not the user's…
NoName
  • 9,824
  • 5
  • 32
  • 52
-2
votes
2 answers

I need to get from SQL data to PHP

I want little help about php, my English knowledge is not good i will explain my problem as well. on my database have this kind of field, Answers["1=>4,2=>5,3=>3,4=>1"]; so friends i want to get this answers to my associative array like…
-2
votes
2 answers

User variable inaccessible in template tag of Django

I’m fairly inexperienced in Web Dev and Django. I need to check if user is_staff or not, in my HTML page, specifically in a custom template tag I’ve written. My base.html is as follows:
This is the Header. …
-2
votes
1 answer

Create student accounts using django admin

I want to be able to create student user accounts using django admin interface which can be used by students to log in on my website? Any sort of help would be really appreciated.
-2
votes
1 answer

How to integrate employee verification with javascript

My friend and I are working on a website, with a feature being to allow company employees to create accounts and perform actions as official representatives of their company. For example, our website will allow a recruiter from Microsoft to create…
-2
votes
1 answer

How to put text next to images when using while loop and additional components are being added on each iteration

I want to display an image to the right of my text. I currently have code that does that but as the while loop iterates it keeps on adding the text and image to the right of the original one. I am using php so I am echoing everything. How do I make…
Rushi M
  • 119
  • 1
  • 7
-2
votes
1 answer

Does a p5.js based website require windows hosting?

does my application of the p5.js library require me to have my website on a windows server instead of a linux hosting server? Or can I have linux hosting without any major issues or anything?
Socasx7
  • 11
  • 1
-2
votes
2 answers

What language does Apple use to develop its website?

Apple's page for iPhoneX is stunning, and I would like to know how to replicate some features on the site. See the link (https://www.apple.com/iphone-xr/) I have very little knowledge about web development. I know html and css are the most common…
Britney Forsyth
  • 31
  • 1
  • 2
  • 4
-2
votes
1 answer

why some of my html content is getting removed after adding some php code?

after adding some PHP code the code below that is getting removed. if I remove the PHP part then it is working fine. even in the source code the below HTML code is not showing
-2
votes
1 answer

I have exported table data into excel and given a download option but i want to save the excel file in a folder using php

In the code below I am importing a form data of HTML table from another PHP file. Then, I exported the data to a csv file but it comes only when I download it. I want the exported excel sheet to store in a particular folder on my computer. Please…
MOHITH J
  • 1
  • 1
-2
votes
1 answer

How to get rid of automatic fill in html?

i want to get rid of the auto fill in i am new to html and i cant ix my problem. if you dont understand me ill be more than happy to send a screenshot using gmail.
-2
votes
1 answer

What are the uses of Packet Tracer Software in Web Development?

I am little new to programming and web development. I have some experience in CISCO Packet Tracer software and I have no idea how could it be used in web development. I know it is for routing and networking applications. But I have a feeling that it…
LuckyG
  • 131
  • 2
  • 12
-2
votes
1 answer

How to hide/Disable Google Adsense Page Level ads on Wordpress Theme's 404 Page?

The reason i wanna create this because I’m getting Google Adsense violation on the theme because the 404 Page is showing ads, which rests in privacy violation for showing ads on empty places. Can you tell me, How to hide/Disable Google Adsense Page…
-2
votes
1 answer

How much RAM will be comfortably enough for Web Development in 2018?

I have old enough laptop. And decided to buy a new one. Usually I use Chrome, Docker, Datagrip, Intellij, Slack etc.. Now I have only 8gb and it is really few. I think that MB Pro 2018 (touch-bar) (i7, 16g RAM, 512g ssd) will be enough for my…