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

Getting started with java web applications

this is my first question on stack so if i missed tag or did something wrong please have understanding. I would like to start building web applications (or web services). I have following knowledge: Java programming more than basic but dont think…
paaprika
  • 1
  • 1
-1
votes
1 answer

Java: How do we call java methods from Javascript

For most of time I have worked on the server side using Java, Spring, Hibernate and databases. But now I have decided to learn front end programming using HTML5, CSS3 and Javascript. I have a simple and elementary question here. How do we invoke…
RDM
  • 1,136
  • 3
  • 28
  • 50
-1
votes
1 answer

Visual studio 2012 not able to open new website, 'ok' button disabled

enter image description here Hi, Im new to Visual studio. Started web development..not able to. 'OK' button is disabled as shown in above pic...could anyone help me to proceed.. File->new->website-> 'OK' button disabled.
-1
votes
3 answers

Why is my contact form PHP script not working? No error log

I don't get any errors. I used to get Undefined index/variable errors before but I fixed that with isset(). I fill the form out and hit submit but nothing shows up but a blank white screen. This is my PHP code:
Kris.Du
  • 3
  • 3
-1
votes
3 answers

ui router doesn't work

I have a problem after applying ui router page turn into blank.
-1
votes
1 answer

What are necessary components and strategies for developing a REST-based client program?

I have been doing research for days and am so lost because everyone implements this differently or these tutorials are unclear. I will be writing a web application that uses API's from sites like AWS, CROWD, etc. to create a single-sign on portal to…
Narm
  • 1
-1
votes
1 answer

CDN vs FTP.. which is better

I've been developing a site through microsoft azure. Been doing some styling with bootstrap and wanted to know if pulling the bootstrap library through CDN is faster or pulling it from my directory is faster after DEPLOYING? what will u suggest…
Yogi
  • 1,561
  • 5
  • 26
  • 45
-1
votes
1 answer

Database on Cloud

BACKGROUND- I am planning to make a website that will accept data from users to store them in a database(MySQL).The website would be served from google cloud servers.I have installed MAMP on my mac for web development. PROBLEM- Google cloud services…
-1
votes
2 answers

Why don't we use POST for all requests and ignore GET?

I wonder that for all requests from clients to servers. POST can help us to secure data, more safe than GET... So why GET is still exist ?
-1
votes
1 answer

Using API more efficiently

I am trying to load my playlist onto my website from Spotify by using their API and requesting data by lines of AJAX code but that data would be loaded every single time if I refresh the page, which lower the speed and UX. Is there any solution of…
-1
votes
2 answers

When I start the server in Ruby On Rails it exits as soon as it starts and sometimes doesn't even start, just gives an error

This is the error message in Windows: C:\Users\USER\Sites\new_cms>rails s C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2-x64-mingw32/lib/nokogir .rb:29:in `require': cannot load such file -- nokogiri/nokogiri (LoadError) from…
-1
votes
1 answer

PHP explode doesn't work

I have a text file and I want each line to be an element of an array. $file = file("books.txt"); $split = explode("\n", $file); Then if I try to print an element of the array: echo "$split[0]"; I get no output.
Marco Menardi
  • 481
  • 6
  • 20
-1
votes
1 answer

recommended website development tools

I need tips and recommendations from experts regarding the development of a new website. I am a beginner to the web development field. I have grasped the basics of HTML/CSS/Javascript/PHP/MySQL however I want to start developing an advanced feature…
Houssam
  • 45
  • 5
-1
votes
1 answer

Jsp reloading page not working

i have signup page when i first submitting the data in form action i am sending it to a servlet before submiting my url is **Localhost:\Shop **
and in this servlet i have businesses logic after submitting it…
TechChain
  • 8,404
  • 29
  • 103
  • 228
-1
votes
1 answer

DNN - Development Websited/Db Migration to Live Website/Db?

In development, we have added/removed/edited pages, modules, and changed some settings from the development's portal UI. These changes, of course, were reflected in the development database as well. I think that in practice, we would need to (and…
Mickael Caruso
  • 8,721
  • 11
  • 40
  • 72