Questions tagged [websites]

Questions about software development for a web site.

Questions about software development for a web site.

177 questions
46
votes
5 answers

When to use PHP or ASP.NET?

I have worked extensively in developing web applications using PHP and ASP.NET, but one of the questions that I'm constantly asked by customers is whether to move forward with a php website or an asp.net website. So naturally the first thing that…
Edward
  • 2,149
  • 4
  • 19
  • 24
42
votes
8 answers

What is the best way to design a web site to be highly scalable?

For websites that need to be highly scalable, such as social networks like facebook, what's the best way to design the website? Should I have a web service which the site queries to get data that it needs? or Should the site query databases…
Daniel
  • 541
  • 1
  • 5
  • 7
39
votes
13 answers

Is having your own website important?

How necessary or important is it? I try to keep a running list of blogs or sites to follow, but a lot of the time I pull up someone's profile and notice there isn't anything there. Is it really important? I understand are different levels of…
Josh K
  • 23,019
  • 10
  • 65
  • 100
38
votes
6 answers

Should you always program server side for a website?

I'm about to start creating a music project website for a friend. It should be pretty simple for now: no dynamic content (tour dates, etc.), and nothing more than a few embedded sample songs or SoundCloud links. I'm not expecting to use anything…
Deegriz
  • 471
  • 1
  • 4
  • 7
33
votes
6 answers

My software is hosted on a "bad" website. Can I do anything about it?

Edit: Thanks for all of the answers, guys! I think I'm just going to include some kind of text on my webpage telling users to only download from the links provided. The thing is that there have been some legitimate and illegitimate websites that…
Abluescarab
  • 521
  • 5
  • 14
32
votes
6 answers

How can you learn to design nice looking websites?

I am a moderately capable web developer. I can put stuff where I want it to go and put some JQuery stuff in there if I need to. However, if I am making my own website (which I am starting to do) I have no idea how to design it. If someone was to sit…
Richard
  • 1,868
  • 15
  • 18
25
votes
5 answers

Providing friendly URLs for a website vs. realities of database IDs

We have a database of resources, be they products, blog posts or something. We need to design a URL scheme to address them, for the public website. Here are two examples that are database ID…
Luke Puplett
  • 719
  • 1
  • 7
  • 12
23
votes
6 answers

How to learn Agile as a Solo Developer

Possible Duplicate: What good book shoud I buy to learn Agile from scratch? It seem that Agile for the solo developer is a good idea. But how to learn it? Is there any good book, web reference or course that a solo developer could start from?
DavRob60
  • 3,286
  • 2
  • 31
  • 39
22
votes
1 answer

Alternatives to OAuth?

The Web industry is shifting / has shifted towards using OAuth when extending API services to external consumers & developers. There is some elegance in simple....and well, the 3-step OAuth process isn't too bad ... i just find it is the best of a…
sdolgy
  • 323
  • 1
  • 2
  • 6
21
votes
10 answers

How do you update live web sites with code changes?

I know this is a very basic question. If someone could humor me and tell me how they would handle this, I'd be greatful. I decided to post this because I am about to install SynchToy to remedy the issue below, and I feel a bit unprofessional using…
21
votes
2 answers

Has anyone ever claimed a warranty on an SSL certificate?

SSL certificates often advertise varying amounts of warranties or guarantees, for example $500,000 or $1m. My question is, in the history of SSL, has anyone ever actually successfully claimed one of these warranties? Has there ever been a case? If…
Tom
  • 681
  • 6
  • 15
20
votes
7 answers

In a legacy codebase, how do I quickly find out what is being used and what isn't?

I've been asked to evaluate what appears to be a substantial legacy codebase, as a precursor to taking a contract maintaining that codebase. This isn't the first time I've been in this situation. In the present instance, the code is for a reasonably…
Engineer
  • 767
  • 5
  • 16
17
votes
8 answers

My client wants me to add background music to a site. How do I tell them this is a terrible idea?

I'm having a rather Oatmealesque experience with a particular client's website. The latest 'feature' they have requested is that background music play automatically when the site loads. What should I say to gently convince them that this is a bad…
fredley
  • 6,451
  • 3
  • 15
  • 17
14
votes
2 answers

How Do News Websites E.g. Forbes / Zdnet Seamlessly Merge One Webpage into Another?

If you go to E.g: http://www.forbes.com/sites/adrianbridgwater/2015/06/12/why-technology-has-to-be-continuous/ OR http://www.zdnet.com/article/if-you-want-those-cool-ios-9-features-its-time-to-buy-a-new-ipad/ When you get to the bottom of the…
13
votes
11 answers

Is there a universal date format that anyone in the world can understand?

In Canada, everyone is familiar with the date format YYYY-MM-DD. In Europe or South Africa, they prefer DD-MM-YYYY. There are users from South Africa who get confused with the YYYY-MM-DD date format. Is there a way to handle this situation? I was…
Thierry Lam
  • 1,108
  • 2
  • 11
  • 17
1
2 3
11 12