Tagged Questions
6
votes
5answers
301 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 ...
5
votes
1answer
194 views
General approach to re-factoring an large, very badly written legacy system [closed]
Possible Duplicate:
Techniques to re-factor garbage and maintain sanity?
What is a good way to refactor a large, terribly written code base by myself?
Really open question here. I'm not ...
5
votes
3answers
321 views
what are the best tips for storing images in a database?
Is it appropriate to store the image files in the database? Or it would be better to store only the path of the file in the database, while keeping the file itself on the server?
Are there any other ...
1
vote
1answer
2k views
What are the limitations that MySQL community Edition?
First of all, my question is related to MySQL Community Edition regarding web development. I have no idea about the features it provdies. However, I would like to look at its limitations in web ...
8
votes
5answers
635 views
Advice for good web server development setup
A month or so ago I created my first LAMP stack and implemented a simple web site that exercised each letter in that acronym. However my development setup was much less than ideal.
I don't really ...
0
votes
2answers
130 views
Launching web-app with database without static ip
I have created a small web-app and want to deploy it. I have used struts2 and mysql for the database. The problem is that I do not have a static ip to run the app on my machine. Can anyone suggest me ...