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
17 views
More efficient management of assets(image, documents) in a large web project
I am beginning to refactor a large, very old, messy project. One of the biggest issues is the lack of a central location on the filesystem for simple things like images, icons, documents, csv, etc.
...
-3
votes
0answers
31 views
Game programming for the web? Or for extensibility? [on hold]
I have a request from a client that wants to build a new casino game. They want to make a sample available online for freeplay. I'm not up on the current technologies to do this. If I look at a site ...
-2
votes
0answers
103 views
Is it possible to change out an image src=“” before the original image loads [migrated]
I've been looking at Javascript that can change the src of an image. I'm simply wondering if this can be done before the browser attempts to fetch the original image.
Example.
Src="Large-Image"
...
-4
votes
0answers
17 views
Editing a software deeply to add social features or creating a single-sign-in plugin with integration capability? [on hold]
If a software does not have social features for connecting users to each other such as LIKE, FOLLOWING, PROFILE, what is the best way to add these features. Indeed, it can not handlle more than one ...
-3
votes
0answers
52 views
TypeScript with NodeJS or Go for easy development of a heavy I/O-bound application server [closed]
I'm working on a new web application, which would mostly forward and route traffic towards databases and other servers, who would than do the heavy lifting with logic, ...
Initial idea was to ...
-1
votes
0answers
67 views
How Can I Forget Old Practices and Bad Habits? [closed]
I started web development early 2003, and growing up on IRC in web development related channels caused me to be a stickler, and I'd code things correctly - another tin of worms altogether - in fear of ...
2
votes
1answer
87 views
What's the best way of building an administrative UI for an existing SPA application?
I’m working on an application where the client-side interface and backend server are completely separate applications. The backend is written in Ruby and only serves JSON via HTTP. The client is a ...
13
votes
2answers
1k views
What is “presentation logic” and how much is acceptable in views?
In my web application I have to provide a form for creating and editing. The forms for creating and for editing have minor differences, so I am thinking of doing something like this in my view:
...
0
votes
1answer
153 views
Would it be a wise decision to opt for just Javascript to create a single page application, instead of HTML and CSS?
I've mainly done application development, but have also worked on simple web projects (where the HTML and CSS were created by the web dev guys).
Recently I tried creating a website for myself, and ...
-1
votes
1answer
54 views
How does contenteditable work?
I recently came across an article where if you enter
data:text/html,%20<html contenteditable>
into the address bar of a browser that supports HTML5, you can type in the window.
I managed to ...
0
votes
3answers
219 views
How should I “dig deeper” as a web developer? [closed]
I am currently a full-stack web developer working mainly in Ruby/Rails/Javascript. The languages I use on a daily basis (ruby, css, javascript, php) are great, but they are very dynamic, high level ...
0
votes
1answer
81 views
Anonymous access to api REST, protection
I have a public website that does not require authentication. It's a lighting calculator for indoor cultivation. Anyone can enter and complete the process and ultimately save your settings for future ...
0
votes
1answer
142 views
What is a good generalization of web development architecture? [duplicate]
I'm new to web development. From looking at popular open-source frameworks for both front-end and back-end, I have a general idea of what the modern full-stack web setup looks like:
Database <-> ...
0
votes
1answer
152 views
Version controlling of a web project
We (2 developers) are developing a cakephp app that is running on a remote server. In NetBeans we both have project set up as "PHP application from remote server".
The problem is that whenever one of ...
1
vote
2answers
169 views
Website compatibility with old operating systems [closed]
I'm a web developer. I most often come across this critical situation when the website layout fits with the design when run on Windows 7 or 8 and Mobile Operating Systems (Android, iOs, Windows 8).
...
0
votes
1answer
118 views
Viable method of sharing our PHP project [duplicate]
We are two developers that have no previous experience in sharing one PHP project. In particular, cakePHP.
We both use NetBeans and we have set the project up as a "PHP application from a remote ...
1
vote
1answer
139 views
In MVC design, do I use a base class over an interface?
In web MVC most designs I've seen, (just choosing model layer as an example) the domain problem class, say students, always inherits the superclass "Model." The name is irrelevant, but why do they ...
0
votes
0answers
52 views
How achieve a page-change proof player?
I am interested in develloping a web music player similar to the soundcloud one
However, I can't figure out one thing: How player like soundclou one (and some other one) can "resist" a page change, ...
0
votes
0answers
45 views
Consistent header HTML across multiple sites
We've got several sites. Some are HTML/Angular, some are built on a CMS, some are built on other code. What we'd like to do is have a consistent header experience for each site. I'm trying to figure ...
-1
votes
1answer
65 views
Sending e-mail from a web application without being filtered out [closed]
For a web application I'm working on right now it's very important that automated e-mails arrive at the recipient. I've set up the mail server on the VPS that the application is going to run on. I've ...
2
votes
0answers
213 views
Breadcrumbs in a modern web application, make sense? [closed]
I'm currently beginning with the development of a new web application. The whole web application is going to be bookmarkable and all the pages accesible via GET requests and url parameters. Having ...
3
votes
2answers
352 views
How to layer if statements when order of logic is irrelevant?
Basically I have a series of logic in my website that can lead to 5 total outcomes. Basically two different if tests and then a catch all else statement.
For example:
if cond1:
if mod1:
...
2
votes
1answer
214 views
GIT workflow for web development
Long ago the small team of web developer I work with started using git for web development. Back then we just committed to staging or master directly and then merged frequently between the two. It was ...
-2
votes
2answers
162 views
Fullstack programmers and web design [closed]
I have been looking into full stack developments and I am confused as I am getting different answers from people.
I know that full stack developers are responsible for front end and back end ...
0
votes
0answers
27 views
Product Configuration with conditional options
Suppose you need to create a website where you can choose a Widget, and then configure all of the various options to go with that widget.
The options have many interactions. For example, if you ...
0
votes
2answers
157 views
Should the check correctness of a time constrained puzzle game application be done on the server side?
I am working on an application where a user has to complete a puzzle and check within a given time limit.
This is an HTML5 based game, I can't keep the solution on the client side.
but I also want ...
2
votes
3answers
214 views
Phone Number based Login
I'm trying to implement a phone number based login and not sure if I should ask the users for full number, i.e country code + number or just the number.
What I have in mind so far:
Attempt ...
1
vote
2answers
227 views
What is the purpose of RESTful URIs for POST/PUT/PATCH/DELETE methods?
In the process of conceiving a web application framework, I spent some time pondering the notion of RESTful paths. If I wanted to create e.g. a new topic, I might send a POST request to /topics. The ...
2
votes
3answers
107 views
Integrating a mobile website into a mobile app
I'm trying to redevelop a mobile website so we can integrate it into a mobile app that is being developed by another department, but still keep it functional on the web. The app has its own menu, so ...
0
votes
1answer
129 views
What is design pattern/paradigm for ASP.NET web-apps? [closed]
I don't actually know if my question is correct, but working on a webapp porting from ASP.NET world to Java + Spring platform I came up with this question in mind.
Using Spring MVC, the new version ...
0
votes
1answer
100 views
secure offline PC storage accessible through javascript
I'm attempting to build a browser-based HTML5 application that has the ability to store data locally on a PC (not mobile device) when offline. This data is sensitive and must be secure.
Of course the ...
0
votes
0answers
25 views
What's the Content-Security-Policy-friendly way to hand data from the server to the browser on page load?
When developing for the web, I often find myself wanting to pass a few variables from the server scripts to my javascript - data pulled from a database, and set differently on different pages running ...
0
votes
0answers
28 views
Are Components ideal for packaging and reusing find() requests?
I find myself loading several models over and over again throughout my application. Instead of typing the code to load the model, run a find, would it be reasonable to put that code in a method and ...
0
votes
0answers
49 views
Hosting image oriented ASP.NET MVC site; how to keep things fast?
I have a site that heavily relies on high res images being uploaded and viewed constantly. Currently it's hosted internally which keeps everything fast. I now want to move the site externally, but I ...
1
vote
1answer
88 views
Web-app filtering information client-side vs server-side?
I have a web-app that provides data (that is updated on an interval) for intranet users, who are able to filter information by location.
I was having a discussion with a co-worker about whether that ...
-1
votes
1answer
55 views
Deleting dynamic elements from a database [closed]
I have a select dropdown, with '+' and '-' buttons that add and remove items before submission.
I would like to be able to remove the elements with the '-' button after they have been added to the ...
3
votes
1answer
198 views
Good way to handle the notification counter like Facebook does
I want to build a similar notification mechanism that Facebook handles.
I actually store the user's notification in an SQL table (actually it's a graph database but everybody master RDBMS terms).
...
0
votes
0answers
82 views
Rendering STL file to STL viewer which is in new page
I've uploaded a STL file as an additional file for a product. And it gets downloaded in frontend as shown in screen shot.
When I click on that link for STL Downloader, then that STL file will be ...
0
votes
0answers
115 views
What techniques should I use when implementing infinite scrolling on a website?
I am currently working on a website which implements infinite scrolling on it's search page (the results themselves coming from Elastic search) and, unsurprisingly, the more you scroll the slower ...
2
votes
2answers
139 views
Should we always create web application scalable? [closed]
Fact that now a days everyone is moving to cloud due to ease in scalability, configuration and maintenance.
But my question is should we develop all web application scalable event if it is not ...
0
votes
1answer
168 views
What is the proper way to use an IDE to work on remote code?
One of the code bases I work on has a development environment that is running on a dev server and cannot be copied over to my PC to locally test and develop. I am wondering what is the proper way to ...
1
vote
1answer
168 views
Should we live by using Suhosin with PHP?
A lot of my security experienced friends have told me that I need to code my web applications for working under the Suhosin PHP patch, Suhosin being "an advanced protection system for PHP ...
0
votes
2answers
152 views
Is it ok to start with templates in MVC development?
I'm new to web development and I've started working on a project in my company that uses DJANGO. I feel it flexible to start my development straight first from the templates. I think it will be easier ...
1
vote
0answers
37 views
Synchronizing web ui and third party async services
I'm looking for concepts, approaches or even Framework/libraries to help me synchronize state reliably from web UI to a third Party Service.
For example: creating a JavaScript irc Client ui you need ...
2
votes
4answers
305 views
Is it possible to have a single code base for a desktop GUI and a web application?
The required user interface is fairly simple; basically, two tables that "interact with each other", e.g. certain rows in one table get highlighted when a row in the other is clicked, plus maybe a ...
1
vote
1answer
189 views
Web Application: Combining View Layer Between PHP and Javascript-AJAX
I'm developing web application using PHP with CodeIgniter MVC framework with a huge real time client-side functionality needs. This is my first time to build large scale of client-side app. So I ...
1
vote
3answers
586 views
Why do people use markdown wysiwyg editors in web applications?
I understand the advantages of using markdown in local text files, and then taking those files and generating HTML. This is great for documentation, readme's in git repositories and posts for static ...
1
vote
1answer
102 views
Best way to let users/visitors alter the website design
What I am trying to do is give the users/visitors the option to alter the whole website based on their taste. So they can move for example the sticky bar from top to bottom, alter background colors, ...
0
votes
2answers
147 views
Flaws in my PHP development setup - sharing sources causing lags
I have following development setup for my PHP projects:
Working station running on Windows 7 with PhpStorm IDE.
GIT for version controlling.
CentOS on virtual machine (VirtualBox) with Apache and ...
3
votes
4answers
417 views
How to store Role Based Access rights in web application?
Currently working on a web based CRM type system that deals with various Modules such as Companies, Contacts, Projects, Sub Projects, etc. A typical CRM type system (asp.net web form, C#, SQL Server ...