Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
-2
votes
1answer
89 views
Advice for Web developer wannabe [closed]
I currently work as Web Quality Assurance or Software developer in Test and has responsible to write automated script test, create test case, and as well manual test. I start as Intern and the company ...
6
votes
4answers
503 views
Can I demand code quality on a project I've gotten
I have been given a Drupal project from an external web agency and have been trying to becomer wiser on both Drupal and their approach of making a site. With time I've learnt a bit morer about Drupal, ...
-2
votes
0answers
44 views
How to make a web app out of my chrome extension? [closed]
I have a Google Chrome extension that creates and stores some data on the client side. This can be installed on a per-user basis and used locally. I want to make a web app out of this. In essence, I ...
-3
votes
0answers
23 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 ...
1
vote
1answer
76 views
HTML5 PhoneGap Mobile development? [closed]
I want some suggestions about the project concepts/ideas on HTML5 PhoneGap mobile app development. I want to develop some app that can be a learning curve to get to know about these technologies. Any ...
27
votes
6answers
880 views
Logging failed login attempts exposes passwords
I started logging failed logins attempts on my website with a message like
Failed login attempt by qntmfred
I've noticed some of these logs look like
Failed login attempt by qntmfredmypassword
I'm ...
0
votes
0answers
47 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
55 views
Dilemma over choice of Android and Web development [closed]
This is more of career related question, and i cant find any other more relevant stack exchange to post this question, so kindly do not vote down if you find this impertinent. I have my summer ...
-3
votes
0answers
79 views
become a Magento developer [closed]
This website gives great information about getting a certified Magento developer: http://www.magentocommerce.com/certification/
There are some examples etc. But I can't find any 'learning' material. ...
-6
votes
1answer
51 views
I want to build a website similar to escrow.com [closed]
I would like to know if it is possible to build a website similar to escrow.com however it will specific for my country only. The idea is that if a person A wants to sell and person b wants to buy. ...
3
votes
2answers
110 views
Saving Multiple Sizes of Images
We have lots of user-generated images on our site. When users upload their images, we only store the original. However, depending on the page, we show different sizes of those images (small, medium, ...
6
votes
5answers
433 views
How to deal with management staff (company owner) that downplays the impact of specs changes?
I work in a small web development company (3 programmers) for a while. During the last year the company had hard times (less projects) and a few co-workers were fired, including our Production ...
-3
votes
0answers
35 views
Integrating Infusionsoft with wordpress [closed]
I have a user management system that populates the wordpress user but it is not currently speaking to infusionsoft as well. A plugin will not work because it is in the backend coding and not on the ...
-1
votes
0answers
44 views
What are the core concepts that a web application developer should know? [duplicate]
During a recent job interview for a web application development position I was asked questions that were outside the scope of my knowledge since web development is not my primary field. I was asked ...
-3
votes
0answers
89 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 ...