Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
-1
votes
0answers
8 views
Best Setup for a Startup website [on hold]
What would be the best choice of start-up OS / Hardware and Server including any databases ( No-sql / SQL or other ) for a project that is likely to serve a large pool of online customers mainly ...
-2
votes
0answers
17 views
NFC reader and passing data to browser [on hold]
I'm working on my university project. The main goal is to transfer information from android application to web browser on a pc(windows) via nfc connection. During my research I found some articles ...
-2
votes
0answers
27 views
How To create .htacces File For website [on hold]
My Code Is Here-->
function get(tab)
{
var city=document.getElementById('city').value;
if(tab=='Cuisine'){
location.href='index_cuisine.php?tab='+tab+'&city='+city;
}
...
-2
votes
0answers
21 views
Web based User Authentication System to control session management at localhost [on hold]
I am new to GIS web development and I have been working on developing browser based application using Postgres, apache and Geoserver which is used to render all GIS data.
I want to build user ...
-4
votes
0answers
23 views
an elearning platform in PHP,mySQL and a connected second databases in MongoDB & both having live updates capabilities [on hold]
I've been developing an elearning platform in PHP,mySQL.
Now, I'd like to create second databases in MongoDB & connect both with live updates
I've been searching for this answer quite eagerly ...
3
votes
1answer
44 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
81 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 ...
-1
votes
0answers
58 views
Steampowered architecture? [closed]
I am a novice programmer starting out in web development. I have done everything from building prototypes to trying out new IDEs to running through codeacademy to installing extensions that tell me ...
5
votes
1answer
106 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
3 views
Using SASS with Visual Studio 2013, reliably! [migrated]
I want to start using SASS/SCSS in my app since it's very CSS heavy and would love to be able to use mixins, variables, and all the amazing stuff that comes with SASS.
I spent the better part of ...
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
62 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
50 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
89 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 ...
0
votes
0answers
42 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
39 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
35 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
59 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
172 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
34 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
44 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
135 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
57 views
Web development with Servlets [closed]
I've been starting out and learning Java for web development with Java EE7 and out of all the tutorials i can have found, they coded their websites with Servlets.
When looking at github repositories ...
2
votes
1answer
37 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
95 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
123 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
155 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 ...
0
votes
2answers
98 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
123 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
25 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
1answer
95 views
How specific is too specific with css selectors?
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
39 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
623 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
102 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 ...
0
votes
0answers
71 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
58 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
74 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
38 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
126 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
62 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 ...
6
votes
1answer
248 views
Log to file or to database table?
I'm developing a web application which uses MS SQL for various data: including users, user accounts, user licenses, license prices, invoices.
I need to log users' real-time usage of the system, and ...
11
votes
2answers
824 views
Storing 5000 elements on client side in a web application [closed]
I just had a phone interview for ASP.Net developer, after initial introductory stuff the interviewer ask me first technical question:
"How would you store 5000 elements on client side for each user ...
3
votes
2answers
106 views
Using Prolog to implement authorization rules
I'm working on a user management "pseudoframework" in PHP, and I'm trying to implement fine-grained rule-based authorization. I'm using a combination of SQL and condition-checking functions written ...
0
votes
0answers
29 views
Querying all data vs required data [duplicate]
If I have a MySQL database that has a table that contains user data, would it be better to load all of the data from the table when loading a page that requires a users data (only one users data is ...
1
vote
0answers
127 views
When do I reuse or create a new Builder
I've implemented a Builder Pattern in a project I'm working.
I'm using this design pattern to created Fields and Components (div, tables, panel (boostrap)).
So I have a Director Component class. It ...
0
votes
2answers
79 views
Should the async update-server be on the same physical server as the website?
I want to setup a comet/web-socket server for a forum sitting in front of a message queue i.e. rabbitmq, that will maintain client connections and update them about relevant events (i.e. new posts, ...