Tagged Questions

70
votes
61answers
9k views

What PHP framework would you choose for a new application and why?

Over the course of your web development experience, what PHP framework(s) have you worked with? What strengths and weaknesses have you observed in those frameworks? Considering these, what framework …
62
votes
61answers
6k views

What JavaScript library would you choose for a new project and why?

There seem to be a lot of choices now for DOM manipulation, Ajax and effects. Has anyone any experience of the different options and their pros and cons?
49
votes
23answers
2k views

Overengineering - How to avoid it.

Sometimes I find myself designing my classes for a certain project. I start with some entities, some interfaces, but after some time I think: Hey what about creating a handler for the classes using a …
44
votes
41answers
3k views

Why no love for SQL?

I've heard a lot lately that SQL is a terrible language, and it seems that every framework under the sun comes pre-packaged with a database abstraction layer. In my experience though, SQL is often …
26
votes
13answers
2k views

Making life better by not using Java web frameworks?

I'm so tired of having to learn yet another Java web framework every other day. JSP, Struts, Wicket, JSF, JBoss Seam, Spring MVC to name just a few - all this countless frameworks out there try to …
22
votes
26answers
1k views

What is the most under-valued part of .NET?

The .NET framework is massive. I've used it for years and I've still not used most of it. I'd like to expand my knowledge of the Framework's backwaters but just reading thought it seems daunting. So …
21
votes
23answers
3k views

PHP Framework Decision - Analysis paralysis!

OK, sorry in advance for the length of this question! I've spent ages reading about the pros and cons of all the major PHP Frameworks (i.e. Zend, CakePHP, Symfony, CodeIgniter, etc., etc.). I've also …
20
votes
20answers
3k views

Does anyone have any real-world experience of CSLA?

The main web application of my company is crying out for a nifty set of libraries to make it in some way maintainable and scalable and one of my colleagues has suggested CSLA. So I've bought the book …
20
votes
18answers
2k views

Recommendation for straight-forward python frameworks

Although I have quite a few years of experience of building web applications in Java, I've not really done much web development in the more lightweight 'LAMP' style. I've recently picked up python …
19
votes
11answers
1k views

Which single IoC/DI container would you recommend using and why?

I'm asking this question because it's a good way to gauge how the community at large feels about the various containers/frameworks and why. Also, whilst my expertise may lie in .Net development, I am …
19
votes
8answers
1k views

Please explain MapReduce simply

Related to my CouchDB question.... Can anyone explain MapReduce in terms a numbnuts could understand?
16
votes
13answers
1k views

Is switching from PHP to Python worth the trouble

If you had switched from php + (framework of choice) to python + (framework of choice) as your development platform, what would you say have been the upsides/gains of the switch? What I want to know …
16
votes
9answers
424 views

What is in your JavaScript toolchain?

I am looking to start writing a fairly sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little …
16
votes
9answers
1k views

Pros and Cons of different approaches to web programming in Python

I'd like to do some server-side scripting using Python. But I'm kind of lost with the number of ways to do that. It starts with the do-it-yourself CGI approach and it seems to end with some pretty …
15
votes
17answers
964 views

Is there a high-level language for the web?

Preamble To build dynamic web-sites, we to master at least four languages: HTML for the structure of web pages CSS for layout and design JavaScript for interactivity A language for business rules …

1 2 3 4 5 44 next
15 30 50 per page