frameworks

Finding the right Consultant

We're trying to find a consultant to help us deal with problems that we're experiencing with our framework selection. How can we tell if a prospective consultant will provide the experience and knowledge we need? Our particular framework is Seam, but any experience on selecting a consultant is appreciated. ...

Zend PHP framework

What are the advantages and disadvantages of this framework when compared to other PHP frameworks? ...

A lightweight application framework for PHP?

I have long been a fan of _why's Camping microframework -- lightweight, great for microscopic applications (low concurrency, easy to use and edit and maintain), which is what I do. I'd love to know if there's something similar for PHP; full-blown app frameworks like CakePHP or Symphony are very large for what I do, but I can't seem to fi...

How would you design a very "Pythonic" UI framework?

I have been playing with the Ruby library "shoes". Basically you can write a GUI application in the following way: Shoes.app do t = para "Not clicked!" button "The Label" do alert "You clicked the button!" # when clicked, make an alert t.replace "Clicked!" # ..and replace the label's text end end This made me think - how...

Seeking a good solution for SVG + Javascript framework

I'm looking to hear others experiences with SVG + Javascript Frameworks. Things that I'd like the framework to handle - DOM creation, event handling and minimal size. Jquery SVG plugin - http://keith-wood.name/svg.html seems to be the only one I can find. ...

C++ web service framework

We are looking for a C++ Soap web services framework that support RPC, preferably open source. Any recommendations? ...

Are there any advantages compiling for .NET Framework 3.5 instead of 2.0?

Are there any advantages compiling for .NET Framework 3.5 instead of 2.0? For example less memory consumption, faster startup, better performance... Personally I don't think so however, I may have missed something. Edit: Of course there are more features in the 3.5 framework, but these are not the focus of this question. Edit2: There...

How do you quantify the advantages of programming environments?

I'm looking at starting a project with a team of really smart people with backgrounds in various assorted languages and programming environments. The developers are all comfortable with different environments, and the only constraint is that it's "web-based." In this situation, how would you decide what technology to base your project o...

What level of complexity requires a framework?

At what level of complexity is it mandatory to switch to an existing framework for web development? What measurement of complexity is practical for web development? Code length? Feature list? Database Size? ...

What's a good lightweight Python MVC framework?

I know there are a ton of Python frameworks out there. Can you guys point me in the right direction? My primary concern is simplicity, I don't need a lot of extraneous features. Here are a couple of other things that I'd want (or don't want): don't care for ORM, just want it to work with MySQL has configurable routes has support for la...

Which python framework is best for web development in google app engine?

Which python framework is best for web development in google app engine? ...

Which JavaScript framework is best for web development?

Which JavaScript framework is best for web development? ...

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 very interested in which frameworks are popular (and why) in other languages. If I feel the need to start digging into Java for instance, t...

Best server-side framework for heavy AJAX Java application

There are zillions of Java web application frameworks. 95% were designed before the modern era of AJAX/DHTML-based development, and that means these new methods are grafted on rather than designed in. Has any framework been built from the ground up with e.g. GWT + Extjs in mind? If not, which framework has adapted best to the world of...

What is the best lightweight javascript framework?

I'm looking for a lightweight javascript framework whose primary purpose is to abstract out browser differences. I are primarily using it to create new UI elements, and I don't need much other than something that gives me a platform independent language and DOM. Thanks in advance. ...

Django -vs- Grails -vs- ???

I'm wondering if there's such a thing as Django-like ease of web app development combined with good deployment, debugging and other tools? Django is a very productive framework for building content-heavy sites; the best I've tried and a breath of fresh air compared to some of the Java monstrosities out there. However it's written in Py...

Where can I find a good introductory tutorial for Spring?

I am a Java developer but up to now have not had any hands on experience using the Spring framework. Does anyone know of anyone good online tutorials that explain the basics and offer good examples and sample code. ...

CSS "frameworks" that account for browser irregularities?

I build websites for a small-ish media company. Unfortunately, around 45-50% of our client base uses IE6, while the other half are pretty much equally split between Firefox and Webkit-based browsers, with a sprinkling of Opera users. I start every one of my sites with a reset stylesheet similar to Eric Meyer's, with a few modificaions. ...

What is the best CSS grid framework?

I am evaluating CCS grid frameworks for web sites, blogs, and CMS-based sites, and have looked at Blueprint and Yahoo's YUI. They both look good, but it is not so easy to change the column sizes or spacing. And they both add a lot of weight to the first page's download. Are these the best, or are there other frameworks that are more fle...

What is the best CSS grid framework that integrates with Wordpress?

Note: This question has been deemed to be a duplicate of another: http://stackoverflow.com/questions/76996/what-is-the-best-css-grid-framework Please don't answer this one. Once I figure out how to move the answers over to that question, I will delete this one. Original question: I am evaluating CSS grids for multi-column web sit...