Tagged Questions
3
votes
6answers
207 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 ...
-1
votes
1answer
156 views
What's the easiest web programming language to use to implement this type of website [closed]
I want to make a simple "switch-page" that a relative of mine can use to let me know they left home. It would appear as follows:
I need the button choice to be permanently stored on the web-site ...
1
vote
0answers
30 views
Web Development know how. Best practices [closed]
Possible Duplicate:
What should every programmer know about web development?
I have recently started learning about web development and I am currently working on a project that involves web ...
-1
votes
1answer
103 views
Protecting your interests as a freelance web designer
What is the best way to protect your interests as a freelance web designer when:
The client is unresponsive and takes a long time to make decisions
The client makes constant changes
Feature creep
6
votes
7answers
329 views
Is it legal or good idea to have a backup of all client sites on my own server
I have seen many times that if we build a website for a client then there is a possibility that this site gets changed over a period of time.
I was thinking that from now onwards whichever site I ...
-3
votes
3answers
181 views
How can I become a good web-programmer? [closed]
With 0% knowledge of anything which is about web-design and web-development, how can I become a good web-programmer who creates commercial and social media websites such as Facebook?
6
votes
4answers
321 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 ...
-1
votes
1answer
233 views
python login form vulnerability?
<HTML>
<HEAD><TITLE>Login Page</TITLE></HEAD>
<BODY>
<CENTER>
<FORM method="POST" action="http://yourserver/cgi-bin/login.py">
<paragraph> Enter ...
6
votes
4answers
127 views
What web frameworks are capable of loading other web apps at runtime?
I am not sure how to phrase this, but in asp.net there is the notion of a "web application" that is fundamentally just a DLL that the web server loads. It has the ability to dynamically discover and ...
6
votes
5answers
456 views
Good at Backend, but bad at front end
I want to start web development, I have been learning php.
I have experience in Java, Python, and C++
This experience has made me good at the back end side of web development.
But I am terrible at ...
3
votes
2answers
128 views
Starting off with web dev with php
I'm currently working with Java / C++. I'm interested in web development and am planning to shift my stream. I heard that PHP is a good platform to start off and also it does not require that much of ...
2
votes
6answers
495 views
Please guide this self-taught Web Developer
One of the major regrets in life is that I didn't do something with my introversion. I didn't manage to get past the first year of college because of that. I have chosen the path where there are no ...
0
votes
3answers
208 views
How to learn to become a web developer? [closed]
Possible Duplicate:
What should a developer know before building a public web site?
I have been working in telecommunication companies for more than 3 years, and now I want to try to become ...
1
vote
7answers
537 views
Which to choose, procedural programming or object - oriented programming?
I want to build a website that runs e-commerce (C2C), thus I want to ask which programming approach is more appropriate and advanced in terms of website's functionality?
2
votes
3answers
154 views
Guidelines for a “medium security” site?
I'm designing a site that needs to be secured, but won't host any PII or other highly sensitive information. It's also going to be accessed relatively infrequently so I don't want an onerous ...