Tagged Questions
-2
votes
0answers
24 views
Output data as a Microsoft Project File [closed]
I'm currently developing a project management web application. One of the requirements that needs to be satisfied is exporting a project's data (Name, Activities, Deadlines and so forth) as a ...
-1
votes
0answers
23 views
Crowdfunded feature request system
I develop a free webapp and am thinking of taking some of the most popular and time consuming feature requests and turning them into mini, crowdfunded projects. I would post those on the site and ...
-3
votes
0answers
30 views
Cloud storage with a frontend file browser widget [closed]
I'm building a CRM web app, and want to store documents on a per-customer basis. The way I'd do it is to simply create a separate directory for each customer, with their id being the name of the ...
0
votes
0answers
55 views
How to define requirements for mobile web applications?
A client who currently owns a huge client base has asked us for a mobile web application development, that should run on both phones and tablets for the Android and iOS platforms. The expected ...
-3
votes
0answers
107 views
Converting Java applet to “HTML5”? [closed]
I am a novice programmer, but the most experienced one in my organization.
We have a number of dated online Java applets (with source code) which run various simulations.
My task is to "convert them ...
-3
votes
0answers
63 views
Which programming languages are used to develop online Image Editing web application? [closed]
I'm looking to develop an online image editing web application, such as Picmonkey or Photoshop Express Editor, but a little less complex.
Which programming languages will best suit what I aim on ...
-2
votes
2answers
153 views
Is it reasonable to use Javascript MVC Frameworks for closed source paid web applications?
I am wondering if it is reasonable to write closed source, paid web apps in Javascript (JS MVC Frameworks like AngularJS, Backbone, Knockout, ...)? I'm concerned because in this type of frameworks you ...
-2
votes
0answers
120 views
What is the next step in app development after writing a cool program? [closed]
I've written a couple of programs in python on my computer that work well and I like a lot (keeping track of grades, setting goals and keeping track of progress in the gym, etc.).
I always run into ...
0
votes
1answer
102 views
How to begin with web development in PHP [duplicate]
As I am the New Learner in the PHP Web Development and I want to become a good web developer who can at least make a good and dynamic web site quickly.
Currently I have learnt the following things:
...
1
vote
3answers
154 views
How web-servers identify a client
I have seen on some sites which say ,for-example, multiple votes/views from same computer will be neglected/penalized etc. For-example liking a facebook page, or youtube video from same ...
2
votes
4answers
224 views
How to manage automated emails sent from a web application
I am designing a web application and I am wondering how to design the architecture to manage sending automated emails.
Currently I have this feature build into my web app and the emails are sent ...
0
votes
0answers
45 views
How are programming teaching websites built? [duplicate]
For those that don't know I'm referring to codeacademy or codeschool type of websites, where the user inputs ruby/python/whateverlanguage, and gets back the result evaluated.
Is the code input ...
-3
votes
1answer
98 views
Is it legal for me to use game logos in my application? [closed]
I'm making a web application that will include links to over 500 games. For every game link I'm planning on including the game's logo. I'm planning to either acquire the logos from the games websites ...
-1
votes
2answers
82 views
Course selection consultation [closed]
I need an opinion about course selection in my school. I am undecided between two courses and do not know which one i should take. One of the courses is "programming language concepts" and its ...
7
votes
3answers
299 views
How do you handle multiple users editing the same piece of data in a webapp?
There's a project I'm working on that is looking to produce a web application that will manage a task list between multiple users. This is a master task list whose task items get distributed by an ...
0
votes
1answer
153 views
Best Technique to build PDF Reader [closed]
I am developing a website, where a user can browse e-books (in pdf) and read it on my website (something like scribd.com or issuu.com). I am using the Zend framework (PHP), javascript (jquery, ...
1
vote
1answer
60 views
For a front-end application broken down in a MV* manner, should I have models dedicated to UI logic?
I am not talking about simple UI logic like clicking a button directs you to another page, but where one action may result in several different of behavior depending on current application state, and ...
1
vote
1answer
140 views
how to develop a common pool of functions? [closed]
I need to develop an application which runs on the web as well as on mobile platform. I want to make something like a directory where i hold my common functions in respect to web and mobile platform. ...
5
votes
5answers
354 views
Best way to protect website application code
Background
I have a web application that I host on my own server. I have clients who use the application as is, but some have asked if they can host the application on their own server. This enables ...
2
votes
1answer
202 views
What are the advantages and disadvantages of having a subdomain for each user account?
I notice two types of design used in web applications, some with a particular subdomain for users contents, and some with same URL structure for all the accounts.
Ex: unique.domain.com and ...
0
votes
3answers
327 views
Looking for enterprise web application design inspiration [closed]
I've checked many websites to be inspired about what the look and feel of a serious enterprise web-application should look like. But the whole I saw were designed for being used by single users and ...
2
votes
1answer
295 views
Best way to use GIT to maintain web application template
I am a sole developer and I have a web application template that I have created in Visual Studio. I am using GIT for source control, but only on my development machine. Presently I have a master and I ...
2
votes
1answer
276 views
How to organize my site's file system properly?
Doing some reading on Stack Overflow, I've found a lot of information suggesting that proper organization of a file system is crucial to a well-written web app. One of the key pieces of evidence is ...
-2
votes
2answers
198 views
Logging in a web application [closed]
Quick question. I am working on a web application and was wondering that apart from the obvious such as errors, what should be logged in such a web application. The aim here is to log enough data but ...
6
votes
1answer
128 views
Is it possible to build a single game to run in Facebook & Google+?
I was asked by my customer to build a Facebook game. The game would be something similar to Mafiawars.com where the game is hosted on a server and run through a frame on Facebook.
The thing is after ...
2
votes
3answers
170 views
How can I get non-programmer colleagues on board with bespoke software rather than Dynamics CRM + Sharepoint?
I am working with a company which designs and builds one-off machines. They have been 'dabbling' with hosted Dynamics CRM and Sharepoint (on different servers!) in an attempt to centralise their data ...
3
votes
2answers
299 views
Client-Side V.S. Server-Side Searching?
I am currently helping to design a web site and application in HTML. We would like the user to be able to search the site/app for desired content via a search bar. We would also like to include an ...
6
votes
2answers
190 views
Free cloud web service development [closed]
I am looking for a free (as in beer) combination of services, for learning "cloud SW development" and very small scale private use (say, a private streamlined web shopping&todo list with simple ...
2
votes
2answers
226 views
Which web framework to use under Backbonejs?
For a previous project, I was using Backbonejs alongside Django, but I found out that I didn't use many features from Django. So, I am looking for a lighter framework to use underneath a Backbonejs ...
1
vote
1answer
151 views
What is consultant application development?
Recently I got a job offer from csc as consultant application development.
Currently I am working as a software engineer.
Can somebody enlighten me on what is consultant application development ...
6
votes
1answer
254 views
Complexity of a web application
I am currently writing my Master's Thesis on maintainability of a web application. I found some methods like the "Maintainability Index" by Coleman et.al. or the "Software Maintainability Index" by ...
2
votes
1answer
144 views
One page using querystring or many folders and pages?
I have an application where I have the 'core' code in one folder for which there is a virtual directory in the root, such that I can include any core files using /myApp/core/bla.asp. I then have two ...
0
votes
1answer
94 views
Pending and Approval process
So let's say I have a DB table with 8 columns, one is a unique auto-incrementing used as ID. So I have a page that pulls in the info for each row based on query string ID. I want to give my users ...
3
votes
3answers
595 views
Transaction Design Pattern for MVC and location of responsibility?
I'm designing a pretty standard Spring MVC application, and I'm trying to figure out where the responsibility for transaction management should lie.
I've been reading Java Transaction Design ...
2
votes
1answer
61 views
How should I implement an unsubscribe feature for text messages?
On many e-mail subscription lists, the is a link at the bottom that says something to the effect of:
You are subscribed to our e-mail list as [email protected]. To unsubscribe, click here
What is ...
5
votes
1answer
103 views
When to use shared libraries for a web framework?
tl;dr:
I've found myself hosting a bunch of sites running on the same web framework (symfony 1.4). Would it be helpful if I moved all of the shared library code into the same directory and shared it ...
5
votes
6answers
877 views
Should a web developer know how to do slicing?
I am a web developer. I'm doing all kinds of web-sites and web applications.
It's very strange for me that a lot of customers do not know the difference between a web developer and a slicer. They ...
4
votes
6answers
494 views
Managing a website with version control?
The small website I built a long time ago is starting to pick up a little and I'm starting to run into problems with making changes. Originally, all the pages were .html and I would edit and test them ...
2
votes
1answer
169 views
Flexible cloud file storage for a web.py app?
I'm creating a web app using web.py (although I may later rewrite it for Tornado) which involves a lot of file manipulation. One example, the app will have a git-style 'commit' operation, in which ...
2
votes
4answers
2k views
How does one interface C++ with the web (at Google, for example)?
Google is well known for the ridiculous amount of C++ they've coded over the years. Correct me if I'm wrong, but a large part of Google's core search engine is written in C++, isn't it? How does one ...
0
votes
0answers
37 views
Website Development tools [duplicate]
Possible Duplicate:
What should every programmer know about web development?
I am in a very peculiar situation where I need to design a complete web portal system for a friend who is ...
0
votes
1answer
97 views
Handling and organizing data from save file?
I'm working on a webapp (python/javascript) to modify a game's save file. The file has certain bytes representing player information, such as the gun, the equipment, etc. The idea is to show an ...
0
votes
1answer
352 views
Best way of Javascript web development in Netbeans (Hot deployment)
I'm beginning Javascript development and as a beginner in JavaScript I make a lot of mistakes. The way I'm developing is very counter-productive because every mistake I fix I have to shutdown ...
1
vote
2answers
165 views
Proper way to measure the scalability of web Application
Let's say that I have a web Application where i'm going to have 300 users and each one have to see data on real time, imagine that each client make an ajax call to the server to see in real time ...
8
votes
4answers
1k views
JavaScript Multi Threading
Well these days JavaScript is main player in all web development technologies , on client side for making user interface better, client side logic, on some web servers as server side logic also
Add ...
3
votes
3answers
322 views
The overlap between open source and closed source
I would like to understand why do some people like open source and some others like closed source? Let me be more specific and make my question about web development. If I build my site using an open ...
6
votes
5answers
448 views
Most common website scalability pitfalls
We are designing a website/web application where we hope to to achieve high user counts and, in general, lots of use. More specifically, we intend to be using PHP as the programming/scripting language ...
2
votes
6answers
413 views
Enterprise scalable vs internet scalable, what is the meaning & differences?
While reading about Java EE applications, somewhere I have seen people saying they're enterprise scalable, I am confused as to what that really mean?
Are Java web applications mainly written & ...
1
vote
3answers
615 views
Why did Google develop a cross-compiler from Java to JavaScript? [closed]
Google developed a cross-compiler from Java to JavaScript. Why did they do this? Does this mean that JavaScript is not good enought for developing advanced web apps?
2
votes
1answer
76 views
Collaboratively working with a WebDesigner - Best practices
I'm a programmer. I have always worked by myself.
I usually do only back-end, but now I have a webproject that I want to hand the "View" part to a designer to make
it beautiful.
What I'm looking for ...