Questions about software development for a web site.
29
votes
0answers
4k views
Alternatives to Project Euler? [duplicate]
Possible Duplicate:
Programming Puzzles
ProjectEuler was great for when the challenge is gone in general programming, but it's a little monotonous to do nothing else other than the ...
35
votes
14answers
2k views
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 ...
8
votes
4answers
886 views
Should I be a professional in C# programming in order to build good web applications using ASP.NET?
I do not know if there is special programming in C# for the web or it is the same?. If it is the same then what are the topics that I should focus on in C# in order to use it building web application ...
11
votes
0answers
1k views
What are good resources for Design Patterns? [duplicate]
Possible Duplicate:
Is there a canonical book on design patterns?
Design patterns are really useful when designing software.
What essential sites/books/blogs are good for ...
27
votes
6answers
1k views
How can you learn to design nice looking websites? [closed]
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 ...
25
votes
5answers
30k views
When to use PHP or ASP.NET? [closed]
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 ...
9
votes
5answers
699 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 ...
11
votes
10answers
4k views
How to master C++?
I am a grade 11 student and have Computer Science... I just love the subject.. We are doing C++ ... I have loadsss of interest in this subject ... I am kind of able to do the programs but would like ...
11
votes
6answers
563 views
What are the differences between a website and a web application?
How do you differentiate a web application from websites? It's language/platform agnostic.
5
votes
4answers
843 views
Where to master HTML, CSS and Javascript? [duplicate]
Possible Duplicate:
What should a developer know before building a public web site?
I gotten interested in web-development lately. I am still a student. I learnt basics of HTML, CSS and ...
3
votes
9answers
334 views
What is “The Cloud”? What do I say when people ask if my web service is “on the cloud”? [duplicate]
Possible Duplicate:
What is “the Cloud” and how does it relate to development?
First some context: I don't understand what people are asking when they ask "It it on the cloud?" ...
0
votes
6answers
736 views
What is the best way to become a professional in PHP and Website Building? [closed]
I would like to become a professional in php, I have learned nearly all about the language syntax and concepts and I have a good knowledge in C and C++, which made it easier to become familiar with ...
3
votes
2answers
540 views
Product classifying algorithm - text classification - C# - algorithm suggestions
Alright people. Finally with the help of stackoverflow community i have gathered 20 commercial product selling websites product pages with the following features
Product URL
Product Price
Product ...
3
votes
3answers
195 views
What is an efficient way to retrieve product counts at multiple levels of a hierarchy?
I'm working on an e-business website to sell books and also want to display the number of available books in the category list.
The category list contains the genre and the format (pocket, ebook, ...