Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
-4
votes
0answers
22 views
Drag and drop based website design/development IDE? [on hold]
I want a easy-to-use, drag and drop based website design/development IDE for frameworks like bootstrap, foundation, etc...
0
votes
2answers
217 views
Corporate website design
We are redesigning our corporate website with the following functions:
we want to give the marketing users flexibility and freedom to add new static pages, change the static pages or contents of ...
-1
votes
0answers
35 views
Are templating libraries a good idea for the web-development? [on hold]
Ok for the example of this question, lets assume the PHP framework - Laravel's Blade templating language.
What I could see was that it just substitutes, {{}} for <?php ?>
Is it really a good ...
0
votes
0answers
60 views
Data transfer out: how to predict it? [on hold]
I know this will highly vary with the application, but how can I approximately know how much data transfer out, will a web LOB application generate?
Are there any calculators that help on these ...
-1
votes
0answers
37 views
Angular books: ng-book vs. Mastering Web Application Development with AngularJS [on hold]
I'm a very experienced developer, most recently doing a lot of Backbone development. With the rise of Angular, I'm looking to get up to speed with the best practices on the platform, as quickly as ...
1
vote
1answer
61 views
Things to consider for inviting and restricting users to a beta website
What are the best practices for designing a workflow for inviting users to a beta website? This is not for any specific programming language. 2 main requirements are
An interested user can request ...
0
votes
0answers
53 views
REST and RPC in multi-tier API
My team is developing a multi-tier API with scalability and modularity in mind. The public access point of the API is fully REST. However, we are splitting the data access layer as another tier in our ...
0
votes
0answers
7 views
How do I move to another line when I'm stuck inside angle brackets? [migrated]
I use Visual Studio Express for the web.
I noticed that when I write an HTML markup such as h1, Visual Studio completes the tag for me. However, in this case I become inside the tag so when I ...
0
votes
7answers
371 views
Developing only for 64 bit servers a bad idea?
In an attempt to solve one problem I encountered another. I would like to have an easy and memorable way of creating unique error numbers, across projects and across developers. The scheme I came up ...
0
votes
3answers
264 views
What to do when the marketing department attempts to drive the development process?
I'm a fairly experienced web-developer working in a small startup, as the developer of an e-commerce website. The other three people involved are the Director, the Designer and the Marketing guy.
The ...
-2
votes
0answers
28 views
web site / book suggestion? [closed]
In the context of (asp .net, javascript) web development, does anyone know of a web site or book that uses an example application to demonstrate what programming features/technologies to use, and when ...
2
votes
1answer
76 views
How to split up ASP MVC Project using Code-First Entity Framework
For an academic exercise, we have been tasked with creating a small website. We have already gathered the requirements and fleshed out the business domain to see the classes we are supposed to ...
3
votes
2answers
264 views
Design pattern for overlapping actions and animations?
Is there a design pattern for dealing with overlapping UI actions and animations? A few examples:
Let's say I have an interactive table row that expands to reveal an extra control when the user ...
0
votes
1answer
50 views
Checking equality of a request parameter
I have a codes table that stores name value pairs and a group name.
So for this example let me demonstrate with two rows, each row would represent one value in the same drop down.
Group Name = ...
1
vote
1answer
151 views
How important is an SSL certificate for a internal website?
I know many people have asked the same question but I think it really depends on the type of the website. So that's why I am asking the question about my website.
I am developing a PHP web ...