Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
0
votes
2answers
147 views
How can I correct html for missing closing tags in c# ? [on hold]
I have html stored in database received from text editors and because of some mistakes in the code the html is not valid, it is missing some closing tags. and due to this I am not able to process this ...
2
votes
0answers
51 views
Sub routing in a SPA site
I have a SPA site that I'm working on, I have a requirement that you can have subroutes for a page view model. Im currently using this 'pattern' for the site
MyApp.FooViewModel = MyApp.define({
...
0
votes
1answer
96 views
Can a plug-in access a database server?
At my work place, we use an external client's web application monitor and respond to support tickets of our clients. the problem with that application is that it does not house a field to enter the ...
0
votes
0answers
21 views
Need help with PHP web app bootstrapping error potentially related to Zend [migrated]
I am trying to get a program called OpenFISMA running on an Ubuntu AMI in AWS. The app is not really coded on the Ubuntu platform, but I am in my comfort zone there, and have tried both CentOS and ...
-5
votes
0answers
47 views
How much would it cost me to make a page like this one? [on hold]
I want to hire the best, top programmer possible for a project i have. I want to know how much would it cost me. My page will be similar to this one and will have features like facebook. We are aiming ...
-2
votes
0answers
59 views
What's an excellent book on front-end development (in general)? [on hold]
I've been doing back-end stuff for the past 2-3 years, and I'm very rusty on new technologies and techniques for front-end development.
What would be a great book to use as a starting point to ...
-2
votes
0answers
98 views
What would a start-to-finish development procedure would look like? [closed]
I have a problem that my developer friends share.
We recently left university and find ourselves either end up working for a firm which already has good procedures (TDD, automated testing, proper ...
3
votes
3answers
159 views
Strategies for browser compatibility on web applications in a corporate environment [on hold]
With the new CSS 3 and HTML 5 technology, web applications have gained a lot of new tools for a better UI (user interface) interaction, beautiful templates and even responsive layout to fit into ...
11
votes
5answers
420 views
What Do I Need To Know About Servers In a Web Development Role? [on hold]
I know that may sound a little vague, so I'll try and explain a little further...
After being self employed developer for many years I'm now in search of a commercial web developer role. My only ...
6
votes
2answers
619 views
Is programming in layers real? [duplicate]
I am fairly new in product development and I am trying to work over a product. The problem that I have realized is that people draw diagrams and charts showing different modules and layers.
But as I ...
2
votes
2answers
186 views
Is it realistic to use designers for complex UI [closed]
When I created my first web application few years ago, I remember trying to use the designer in VS 2008. Before I can even remember I abandoned it to the favor of actual debug to understand how my UI ...
42
votes
15answers
4k views
How much freedom should a programmer have in choosing a language and framework?
I started working at a company that is primarily a C# oriented. We have a few people who like Java and JRuby, but a majority of programmers here like C#. I was hired because I have a lot of experience ...
2
votes
5answers
454 views
Web programming, standard way to deal with a response that takes time to complete
With normal form submission I use the pattern Post / Redirect / Get, when processing the forms.
I have a database application built with Django. I want to allow the users to select a number of items ...
3
votes
1answer
52 views
How can I integrate local web development environments with a central SSO solution?
We have a single-page web application, and we have a new SSO site (also our own) using OAuth2, and are looking to hook them up.
On our production/staging/CI deployments, it's easy to hook everything ...
1
vote
2answers
170 views
business logic: client-side vs. server side
Let's say 3-5 years ago (more or less) n-tier application on the server side - and some javascript/html/CSS for the UI was a basic approach for web development.
Nowadays we can see that traditional ...