frameworks

PHP Frameworks - Are they solely personal preference?

I'm new to the world of PHP frameworks and, after some initial investigation, came up with the following list of popular choices: CakePHP CodeIgniter Symfony Zend I'm trying not to repeat the "Which is best?" question, which seems to elicit not much more than personal preference. Is this the case? Is one truly "better" than the other...

Symphony VS CakePHP : which one is closest to PHP

I'm mostly a Rails developer but sometimes, I have to code in PHP. Because stackoverflow.com prefers questions that can be answered, I'd like to have a idea which one of the two is closest to PHP? Sometimes, I'm under the impression that CakePHP is a outdated copy of Rails that wants to look like Ruby but fails at it and thus leaving th...

Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms?

I'm not sure why finding any frameworks or good example projects for developing windows application is so difficult. I'm sure that for web application framework, we have Castle Project or ASP.NET MVC that are very great stuffs and have many examples that follow the best practices like IoC, Caching, and etc. Is there such things that ha...

Displaying images in gsp(grails)

I am very new to grails.I am doing one sample project for image uploading and displaying.Right now my project uploads the images and stores into the images directory.Now i want to display all the images stored in the "image" directory. I dont know how to write the gsp code for display all images. For displaying the images I wrote the fo...

Which framework do you use for building your applications?

There are a number of framework out there that provide the skeleton for building applications such as CSLA, XAF, SCSF, ... Do you use one yourself or do you build from scratch? ...

Image resize in Grails

I am developing a Web Album using Grails and for image processing, I am using grails-image-tools plugin. I need a functionality to resize the images if the uploaded images size is too big (for eg: more than 600 * 840 ) . In this case I need to resize this image to 600 * 840). What is the most efficient way to do this? Thanks a lot. ...

image uploading in grails

hi, I am new to grails.I am doing web application that uploads the image from client side and it stores that in server. My Gsp code is: <g:uploadForm action="saveImage"> <input type="file" name="image"> <input type="submit" value="Submit"> </g:uploadForm> My saveImage action in controller is: def saveImage={ def file = request.get...

iPhone High Scores Framework?

I remember reading about a high scores framework for the iphone a while back. You could embed it into your app for easy high score management. Anyone know what I'm talking about? ...

What C++ HTTP frameworks are available?

What C++ HTTP frameworks are available that will help in adding HTTP/SOAP serving support to an application? ...

SproutCore and Cappuccino

I'm about to build a web app and I would like to use either SproutCore or Cappuccino. Only thing is, I can't figure out which one to use... I've been reading about them, and they seem to share the same goals (MVC on the client, with a thin REST server). I understand that they differ in their implementation (Obj-C vs JS), but I'm having ...

Web Framework that handles forms intuitively?

Will be starting a web app that will have to provide many different HTML forms for data entry, so I was wondering if there is a web framework out there that does this in a clever way. generally when you have forms you have many considerations like navigation, validation, etc. that are not handled very efficiently by he frameworks I've se...

Spring MVC and JSP framework

What is a very good jsp framework to use with Spring MVC. Are the only candidates SiteMesh and Tiles, and others? ...

How do I use multiple Template Toolkit TTSite views on a Catalyst site?

I use Template Toolkit to generate views of pages in Catalyst. To do some basic Ajax, I want to have some output pages not use the TTSite style, but a much more basic structure. Do I put something special into the stash to use a .tt2 file without the header/footer/etc that automatically comes with the rest of my templates? (site gener...

Adding a framework in Xcode

Im trying to add a third party framework in Xcode but I'm getting an error that it can't be found error: MKAbeFook/MKAbeFook.h: No Such File or Directory I've added it in the Linked Frameworks group and added it to the Target for this project. I've also added it to a new Copy Files build phase for that target. Basically I've follo...

What is the best way to properly get to know the Rails framework?

I have been doing two projects on Rails which have worked out quite nicely but have in the process reinvented the wheel, running (and hot) water and painkillers which are as I have learned subsequently already present in the framework. So basically, what is the best way to properly get know all the clever parts in the framework that wil...

Unit testing framework for VC6 ?

Is there a unit test frame work that i can use in vc6 ...

Creating a module system (dynamic loading) in C

How would one go about loading compiled C code at run time, and then calling functions within it? Not like simply calling exec(). EDIT: The the program loading the module is in C. ...

Is Symfony a better choice than Zend for a web development shop (10+) because it is a full stack framework?

My team at work is considering to use a framework for developing web sites and applications. Some of the seniors are convinced we should use the Zend Framework because it is easier to pick-and-choose the features so the framework we will be light-weight. I'm afraid however that they are only looking at the technical advantages that a l...

Good tools/frameworks to develop a game server in Java?

I am making a game server for a turn based game. Not a web based server, but a process-based one. I want it to be scalable and I want the development process to go as smoothly as possible. I haven't used Java in forever and I need to brush up on my skills, so I really have no idea what is out there framework or tool-wise. Right now it lo...

Searching for a Kohana Beginner's Tutorial for PHP

I am going to try to build a PHP website using a framework for the first time, and after some research here and there, I've decided to try to use Kohana I downloaded the source from their website, and ran the downloaded stuff on my web server, and was then greeted with a 'Welcome to Kohana!' page, and nothing more... I've tried to find...