Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
3
votes
2answers
126 views
Is it safe to link apps to w3.org?
I noted my dev team is using some xhtml links that pull something from w3.org within an application as it runs. Is this practice standard and/or secure/safe?
They are referencing the following URLs:
...
3
votes
2answers
195 views
Should HTTP Request/Response objects be immutable?
I think it's safe to say that most web applications are based on the request/response paradigm. PHP has never had a formal abstraction of these objects. One group is trying to change this: ...
0
votes
1answer
32 views
User sessions in a web server; speed or persistence?
I'm looking to implement sessions for a web server that I'm developing in my free time. Currently, it had cookie support, so users could implement their own session management, but this is something ...
0
votes
1answer
28 views
How to find website info for POST log in? [on hold]
I am trying to log in to microsoft's sites (live.com, bing.com, etc) using POST. For now, in c# because I know it best but after I figure it out I want to do it in something that will run in linux.
...
5
votes
4answers
613 views
Is it the standard accepted practice to install software using VBScript?
Consider the following requirements
Windows software which communicates with a web application using basic authentication
The software is an MSI package
The software requires a token to be placed in ...
-4
votes
0answers
39 views
What ordering criteria (other than volume) can I use to display top selling items? [closed]
I have an online store and I want to show the top selling items.
I think that relying on the number of sales of each item to rank them will be inaccurate as it would mean that top selling items will ...
-2
votes
0answers
10 views
Bootstrap vertically center multiple items in one row and column [migrated]
So I have an h1 and h2 in the right 6 columns of bootstrap on one row. I need to get the h1 and h2 to be vertically centered in that row as they have an image next to them. I have tried multiple ...
2
votes
1answer
78 views
How do sites like SquareSpace and Wix support multiple design templates? [closed]
How do these guys do it? I've worked on a couple multi-tenant sites and I have a hard time wrapping my head around how you would go about having each page of your site support many designs. Sure you ...
-3
votes
0answers
69 views
React Native Vs Native Script [closed]
Both React native and Native script libraries are enabling developers to build Native apps. But,What are the major difference between Facebook React native and Telrik Native script. How to pick one ...
0
votes
0answers
44 views
Git for web development on server, with “dev” and “productive” folders [duplicate]
This question has been asked before, but none of the answers could help me in my case.
I am developing a web application in PHP and JS.
The workflow as it is today is the following:
There are two ...
-3
votes
0answers
38 views
receiving geojson from client, displaying on google map, responding with url to displayed map [closed]
am new to all server side stuff,
I've set up an ubuntu server with LAMP and have a simple html page displaying a google map and one of their template geojson files overlayed.
<!DOCTYPE html>
...
0
votes
1answer
45 views
How Do I Securely Edit a Database Entry Based On ID in an Admin System?
This is more of a conceptual question because the way that I am doing it would be secure enough for my purposes (educational). I created a simple admin panel that displays a stock picks database as ...
2
votes
1answer
133 views
Are web sockets a browser feature or supplied by a specific OS version?
Are web sockets a web browser feature, developed and evolving as the browser developers want, or this feature dependent on the OS version?
For example, can I use this feature in JavaScript in IE and ...
1
vote
1answer
91 views
Layers of confusion (abstraction)
I have been assigned to a project where the end-product is a website as a music community. So it's uploading of music, sharing it amongst other users, listening to music from the website and so forth. ...
3
votes
1answer
48 views
Web application security: Need a 2 phase check?
(Is this the best forum for this type of question?)
I'm writing a web application which allows approved users to login, and perform various tasks, depending on the security role(s) they have been ...
0
votes
1answer
99 views
Does streaming video pass through the website's server when embedded with javascript from another site?
Not sure how else to phrase this question, so my apologies if it's been asked before.
We use Brightcove for streaming video. They offer an option to embed one of their players on your webpage using ...
3
votes
1answer
122 views
Do you still need created_by and updated_by attributes with dedicated auditing?
For as long as I have been writing database-backed websites, I have included created_by, created_at, updated_by, and updated_at in every single table. As you can guess, whenever a record gets created ...
0
votes
0answers
12 views
Hosting a shared livestream
The company that I'm currently employed at has turned to me to build them a web app that lets them share their YouTube project demos using a livestream service, so that they can all be watching the ...
1
vote
3answers
72 views
Chat-service database design
I have an android/desktop application that I'm now releasing on the web, and as there are some social aspects I thought of adding a chat-service so users can IM as well.
For this chat service, I want ...
-1
votes
2answers
56 views
Should back-end (services) and front-end be different projects? [closed]
As the title asks, is it a good idea to have separated projects (and repositories) for the back-end and the front-end of the application or website? It seems like a good idea, but then again I don't ...
2
votes
3answers
98 views
Which is the convention in Rails to perform calculations and display the results?
So I'm working on a personal project on Rails to learn more about this framework, and I wanted to add a feature in which the user choose a particular record from the view, and after some calculations ...
1
vote
0answers
48 views
How to protect a public tracking API?
Let's say company X has websites A, B, and C. It would like to track how people are visiting them in ways that Google's Analytics and other services can't. So we company X provides a web API to track ...
1
vote
1answer
42 views
Global gitignore v project [closed]
We have several web projects within our organisation - using different frameworks and with many different developers.
Each developer might use a different ide and use different operating system etc ...
0
votes
2answers
43 views
Making backend service urls configurable
First of all, I will talk a little about the purpose of this question. We have several linux boxes on the same network on which different services are installed, some times these boxes are ...
1
vote
1answer
63 views
RESTful basic http atuhentication credentials
I am currently working on web application which has front-end, and back-end.
Back-end has RESTful architecture, or something that looks like RESTful to me (this is my first attempt to make something ...
3
votes
3answers
199 views
With only backend development experience, how do I go into frontend development (js, html, css)? [closed]
Currently I am interning at a company as a "full stack" developer (Application developer on the job title) and I realize that I am having difficulties coping with frontend tasks. This is especially ...
0
votes
1answer
39 views
How to API design architecture for long delay process
Im trying to start an API design using Django Rest Framework, and the problem Im trying to solve is the following:
Request endpoint is like this:
POST
http://server:8080/api/v1/device
attribute: ...
1
vote
0answers
45 views
Printing a large number of images from the browser
I have a web application where I need to create, and then print, potentially tens of thousands of images at once. I need to support most modern Mac/PC browsers, but not mobile or tablet. My current ...
2
votes
1answer
177 views
Does react.js make sense for a static content-driven site?
I'm pretty sold on the react.js model because it makes DOM manipulation so smooth and comprehensible. But I'm wondering how it could be leveraged for a site that's largely static with big blocks of ...
2
votes
1answer
53 views
Separating Django models for SOA
First of all, the goal of this exercise is to create a SOA with Django.
I am trying to understand what the implications would be if I decided to separate and insulate models into apps, provide a REST ...
0
votes
2answers
149 views
Web API alternatives to save a file to server's file system
We have a SQL Server 2012 Enterprise edition and an ASP.NET Web API 2.2 web service. The web API is the public interface for the database.
We need to end a production order doing:
Changing a value ...
3
votes
2answers
162 views
Best practice for uploading large file, previewing, and editing before saving to database?
I am allowing users to upload a relatively large .csv file (about 1MB) - it will contain thousands of records that each represent one of my business objects. I want the users to upload the file and ...
2
votes
2answers
176 views
Understanding RESTful web services
I've been trying to understand how RESTful web services work and I've come up with a series of doubts and questions for which I have been unable to find an answer. First of all and to make sure I am ...
1
vote
2answers
123 views
RESTful Backend - How coupled should my back end and front end be?
I'm creating a web application with a front end client written in angular as well as a back end that I'm writing in Django (there are reasons I picked the frameworks but they are irrelevant to my ...
0
votes
1answer
133 views
Is there any harm in using amazon AWS as a development environment? [closed]
What modifications do I need to make to my workflow, and which skills do I need to learn in order to develop with Ruby On Rails on a Linux cloud server on Amazon Web Services (AWS)?
In particular, I ...
0
votes
1answer
26 views
Image uploads - preoptimize with CDN or host on same machine?
I'm working on a personal blog that will be used for reviewing various goods/services and as a dev journal. I'm writing this in Angularjs and Nodejs as a learning experience, but I plan on using it ...
0
votes
3answers
146 views
How specific is too specific with css selectors? [closed]
The way that I like to write scss gives way to very specific selectors (code sample is under). Is this a bad thing? Are there any performance or reusability issues that I should consider?
...
-2
votes
1answer
70 views
How do we design a good website, not graphical? [closed]
I always created an application without proper design before creating it and having a very hard to manage code which I don't want to touch it again.
I understand to create a system we have these ...
3
votes
1answer
41 views
SASS placeholders to avoid repeated rules in CSS output
I've got a question for all the frontend guys here. First of all, this is not about placeholders vs mixins as I've already have an idea about, whether to use one or another.
So the question is - do ...
2
votes
3answers
642 views
Why is it a good practice to keep Javascript code in separate files?
In web development we are commonly used to keep Javascript code in separate files, but sometimes we need this Javascript code to manipulate server side data locally.
For example, making an Ajax Call ...
1
vote
2answers
107 views
Scaling locks in high concurrency web apps [closed]
Our web application has a certain resource type that is shared accross multiple users, and may thus be read and written by anyone at anytime. We resorted to the usual suspects, database transactions ...
-1
votes
1answer
34 views
Difficulty translating specs into rending HTML/CSS [closed]
Our small shop excels at data modeling and algorithms, but we increasingly face challenges getting the presentation and rendering correct. I would like others to explain to me which strategies are ...
2
votes
0answers
89 views
Separating AngularJs and Django into individual Apps?
I am building a web application using AngularJs and our web server is built in Python Django Rest Framework.
I would like to have the two projects separated and not coupled.
In my current setup the ...
0
votes
1answer
60 views
Linking stylesheets and scripts when using server side includes
I am working on a site where I want to have a header and footer on each page, so I thought about using server side includes for this. I have not used them before so I am a little bit unsure about best ...
3
votes
2answers
80 views
Is it reasonable to have grunt/gulp build phases in javascript dev environment
Nowdays it's goes to be very fancy to have grunt/gulp build phases who concatenate and minify and organize javascript code.
And I agree that this is important for production.
But as a developer, I ...
0
votes
2answers
155 views
How can I (in general) program a website for mobile devices?
I really tried searching about this in the internet but came upon diverse search results which barely specified what must be done specifficaly.
I'm now running ubuntu and php5 through nginx, amongst ...
2
votes
1answer
39 views
Solutions To Partial ORM Retrieval
I have read the following question regarding whether it is best to use objects with fully or partially populated data members. The 3 suggestions were:
that perhaps using a fully populated ORM model ...
1
vote
1answer
139 views
Relatively large data on client side in web application
We are discussing on building a web application where (as per clients requirement), there will be relatively large data (60,000 items) to be shown as tree view.
Let's assume each item is string of ...
0
votes
0answers
63 views
User interaction on a website without requiring registration nor captcha
Are there succesful ways (i.e. non spammed by 1000 bots per second!) to propose some user interaction on a website such as :
Voting up / Voting down / Liking posts
Posting comments
but without ...
2
votes
1answer
120 views
Sacrificing readability for shorter compiled code
I'm currently revisiting some code I wrote in sass when I was learning it and I came upon a particular issue. I was able to write the code in 2 ways, with the first being the more readable code and ...