Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.

learn more… | top users | synonyms

5
votes
2answers
157 views

Setting up and syncing a developer (local) version and a public version of a website

What is the best and most efficient way to set up two versions of the same website? I want one version that is online and open for everyone to use but I also want a developer version where I can ...
0
votes
2answers
164 views

Client = Html5 + CSS3 + JS + Jquery. Server =?

I want to build most of my functionality on the client. However I'm not quite sure which server-side web development framework can provide me with a nice REST endpoint to handle resources, business ...
1
vote
0answers
267 views

Node.JS or Scala for mobile and web apps

I am coming from a php background with some python as well. I want to start working on a different language for both web and mobile development. I am also interested in real time apps dealing with ...
0
votes
3answers
154 views

How to maintain user relationship when user unfollows another user

I have a table of user relationship which stores who follows whom, the table structure is as follows -id -follower -following when someone follows any other user, I add a record with follower user ...
2
votes
0answers
143 views

Diagrams used to model the architecture and functionality of a website

I am attempting to understand what UML models/diagrams can be used to communicate a websites architecture. The model or models' purpose is to communicate the architecture and functionality of a ...
3
votes
2answers
235 views

Comparing Academic Curriculum Specificity: Generalist vs Specialist

For someone that is relatively new to web development, would you recommend pursing an academic curriculum that is more diverse (introducing several languages and frameworks with other classes on ...
1
vote
3answers
216 views

Securely storing secret data in a client-side web application

I have this web application that is going to be all client-side technology (HTML, CSS, JavaScript/AngularJS, etc...). This web application is going to be interacting with REST API in order to access ...
-5
votes
2answers
373 views

How do you know if you're an underpaid developer? [closed]

I have been having a lot of discussions with developers on being paid fairly. I'm curious how do you define being underpaid? And what do you do to fix that problem? This is the article that caused ...
9
votes
4answers
272 views

How to deal with user interface design and respective feature support in Agile development?

In an Agile development process usually the main focus is on User stories, but sometimes a single requirement may span several user stories. For example, the client may request a search page for all ...
0
votes
1answer
124 views

How to begin with web development in PHP [duplicate]

As I am the New Learner in the PHP Web Development and I want to become a good web developer who can at least make a good and dynamic web site quickly. Currently I have learnt the following things: ...
-8
votes
1answer
94 views

Does ASP.NET MVC, or any other modern web development framework provide ONE single web development environment? [closed]

I keep searching for this online with no answer. I understand that web development you worry about the front end (HTML, CSS, javascript) and the backend (PHP, JSP, ASP.NET, etc). All of these use ...
-3
votes
1answer
197 views

Why many web developers use java programming language for web development? [closed]

I know a lot of programming languages ​​that can be used to web development like PHP, ASP, etc. but why many web developers use java programming language for web development?
2
votes
2answers
321 views

What is a Developer in Test?

I was recently talking with a recruiter who wants to put me at a company for a position of Developer in Test. He essentially made it sound like a position where you get to fiddle with new programming ...
1
vote
3answers
166 views

How web-servers identify a client

I have seen on some sites which say ,for-example, multiple votes/views from same computer will be neglected/penalized etc. For-example liking a facebook page, or youtube video from same ...
2
votes
1answer
124 views

How do these technologies go together?

Ruby on Rails Twitter Bootstrap Html5Boilerplate Backbone.JS or Knockout.JS I sort of understand what each one is individually, but my understanding isn't strong enough to understand whether ...
2
votes
3answers
699 views

What's a good developer workflow for teams? (VM based) [closed]

I normally work by myself as a freelancer, and the setup I use has worked pretty well for me so far. I'm not sure if it's the optimal setup for a team though. I develop on Windows, and I setup a ...
0
votes
1answer
193 views

What kind of JavaScript design pattern is that?

In our workplace we use simple ajax library for getting page data and submitting changes to server ,on certain occasions we do need to change the forms fields values ,now we know that fields can be of ...
-1
votes
1answer
337 views

Simple game using Ruby on Rails [closed]

I want to create a simple game like tic-tac-toe or connect4 or something like that using Rails. I have a (very) basic idea of how to write a Rails app with regular html elements, but I don't really ...
28
votes
3answers
1k views

How to train junior programmers for today's (complicated) web environment?

Currently our company develops applications consisting, most of the time, in Ruby on Rails web servers and a bunch of different REST clients, from kiosk systems in Java to embedded devices in C/C++ ...
3
votes
1answer
209 views

Designing models for a generic service layer

We are building a web interface to a tiered membership system, which will interface with a third-party CRM web service for the creation and management of accounts. The web service, unfortunately, is ...
0
votes
2answers
114 views

Converting Business Process Maps into Software

I am fairly new to web application development. I have defined my problem domain through talking to various stakeholders and putting a process map together - basically a flow chart showing the ...
12
votes
5answers
621 views

How to start a development project when there are too many potential stakeholders

I've just taken on a new job at a college as (the sole) Web application developer. The college has a number of disparate but all pretty badly coded legacy systems. Mostly built in PHP they deal with ...
-2
votes
3answers
350 views

Is “responsive web design” becoming a “badge to wear” for front end devs? [closed]

This may seem like an odd question. However, more and more I am seeing web applications that are built on the "mobile first" / "responsive design" principle that are about as responsive as a wasp in ...
0
votes
0answers
155 views

Web development in objective-C [closed]

I would like to do web development with objective-C and cocoa. Is it practical? Which frameworks and ressources should I know about?
2
votes
4answers
245 views

How to manage automated emails sent from a web application

I am designing a web application and I am wondering how to design the architecture to manage sending automated emails. Currently I have this feature build into my web app and the emails are sent ...
0
votes
2answers
229 views

Can PHP and Javascript do backend together?

I am creating an application with a friend, which we are planning on writing the back end partially in PHP and partially in Javascript with Node.js. Javascripts front-end involvement with PHP makes ...
2
votes
3answers
179 views

How do I convince manager to move me from services/support team to development? [closed]

I joined a company a few months ago as a Java developer. I like doing coding and it makes me happy. After my Java training I was put into services/support project. There is no coding in this team. ...
0
votes
2answers
220 views

I got first a graphic designer and later will get a programmer [closed]

I'm in a project to develop a new web application in asp.net. I'm in charge of software development, since I developed this web application some years ago. Now my customers want to redesign it from ...
19
votes
6answers
1k views

Do frameworks put too much abstraction?

I've been programming for a little under a year and have some experience writing systems applications, web apps, and scripts for businesses/organizations. However, one thing I've never really done is ...
-3
votes
1answer
53 views

Webframework/Service for controlling a long running calculation task [closed]

I have the task of updating a calculation platform Basicly there is a webfrontend to setup a calculation (3d Data for crashtest) and then you start via the web the calculationprocess which takes from ...
-5
votes
1answer
105 views

When does PHP become slow? [closed]

I want to build a private online social network for some companies. I know many developers, some of them use PHP, some use Python and some use .NET (ASP.NET). I have heard good things about PHP such ...
2
votes
6answers
328 views

Re-writing a large web application - alternatives to LAMP

We have a very large, 10 year old LAMP (Linux, Apache, MySQL, PHP) web application that is out of control and poorly written due to a large number of patches and possible hundreds of programmers. If ...
-1
votes
2answers
218 views

My Company Wants To Get Into Mobile Development — And Use Multi-Platform Frameworks [closed]

To me this seems like a really poor idea. I've used quite a bit of Java's "cross platform" application frameworks and it all sucked. I'm sure things are better than they used to be when people are ...
-3
votes
1answer
322 views

Which framework should I learn if I want to do web development in Java? Any advice? [closed]

Well, I don't have a strong background in programming. I know C, C++, some C#, some vb, and some basic java and SQL, that's it. I don't have any work experience in web development, so just consider me ...
3
votes
3answers
157 views

Web Project Class Architecture

I think this is a good question for here but I'm not 100% sure. Please flag if it's too vague. I've worked on many websites where common framework classes are overridden. Since I work mostly in ...
13
votes
3answers
1k views

No programmer will build my semi-adult website. Why?

I've been looking for get this website done for a long time. I thought with a well organized write-up of what I wanted, as well as having clear examples done in photoshop of faux pages to give an ...
-5
votes
1answer
121 views

Simple, Free, Local DNS Server for Developers? [closed]

Most of us web developers have used our hosts files to so that a domain resolves to localhost (or some other machine) for testing/development purposes. Usually, that's good enough. One shortcoming ...
-1
votes
1answer
144 views

How to make a master-detail database Web site as fast as making the same with Delphi? [closed]

I hope that this question gets clear to everyone. What I find great about Delphi is that with RAD (rapid application development) we can pick components and put them directly to the form and connect ...
5
votes
3answers
203 views

Compiling multiple languages and Javascript

I have read numerous times that programming languages when making games or large software often use multiple languages / scripts together. I'm wondering how that works. How do they compile it? How ...
0
votes
0answers
45 views

How are programming teaching websites built? [duplicate]

For those that don't know I'm referring to codeacademy or codeschool type of websites, where the user inputs ruby/python/whateverlanguage, and gets back the result evaluated. Is the code input ...
1
vote
1answer
143 views

Why do some websites include the “page name” in the URL?

I'm not a web programmer at all so I really have no idea: You'll notice that websites like Stack Exchange have links like this: ...
3
votes
4answers
163 views

What is the relationship between a framework like RoR and a database?

I'm a front end developer...I've never done ANY backend, although I did take a course in databases once. (I have a comp sci degree; I'm a competent programmer, I just haven't done any backend web ...
-2
votes
3answers
405 views

How to balance Front End and Back End coding skill [closed]

This is a question specifically for web applications developers. In recent years I spent most of my time on SaaS products, which leads you dig deep into more back-end stuff, like how to use less ...
2
votes
1answer
315 views

Why isn't Java being used for web multimedia applications?

I've been focusing on multimedia applications and I've noticed that most applications don't use Java in the back end. Instead, I see solutions with PHP/ROR/Python and Flash/Silverlight without any ...
0
votes
0answers
175 views

Connecting with OAuth, dealing with logout and browser sessions

I work on a open-source web application (Moodle) which connects to a number of external services such as Google Drive, Dropbox etc. to allow users to exchange files with these services. Primarily we ...
2
votes
1answer
311 views

Developed a web site - How to explain in an interview [closed]

I developed a e-commerce site for a major company. I did not create some kind of a document to show how the data flows between pages. I used: PHP, HTML, CSS, JavaScript, ExpressionEngine, plugins ...
0
votes
2answers
165 views

Which asp.net technology fits this situation best?

I think I can count WebAPI out, but WebForms, WebPages, and MVC are all possibilities. I want to create an asp.net web site that is primarily static content and links to other sites. The only ...
0
votes
2answers
170 views

Which Open Source License is right for my project?

I'm developing a suite of software tools that I need help with which is why I want to release my software open-source. People should be able to use and modify my code as they please while contributing ...
-3
votes
1answer
102 views

Is it legal for me to use game logos in my application? [closed]

I'm making a web application that will include links to over 500 games. For every game link I'm planning on including the game's logo. I'm planning to either acquire the logos from the games websites ...
2
votes
2answers
337 views

User session timeout handling in SaaS apps - discussing several approaches

I know this has a great chance of being marked as duplicate, but couldn't find exactly what I'm looking for This is a common problem and I'm sure it has some well defined best practice solution ...

1 2 3 4 5 20