frameworks

3D framework/library os x

Does anyone have any advice as to a good framework for simplifying the generation of 3D models? I am trying to construct a parametric program for tasks such as ship design. Actions such as surface modelling, intersections etc are a must. I have investigated openCASCADE and it shows promise but getting it to integrate into a native cocoa ...

drupal (CMS) or codeigniter (MVC) for creating a new web application?

im going to create a new web application that is very customized. it will contain images, that are fully searchable - in a very, very customized way. when you click on the pictures you can add comments and so on. it requires users to be registered, but the registration/login process will be highly customized too. at the moment im usi...

"Relative to Current SDK" doesn't work mixing Mac Framework and iPhone static library

I have a framework of code I maintain. It's got mac and iphone objective-c code. And some of it is shared. I'm not having any problems with code. It's a problem with Xcode. Let's just call my framework "AwesomeKit" for this problem. The first thing I did was create an xcode Framework project called "AwesomeKit". Add source files to it,...

PHP and MVC, multiple models.

Hello Is it bad habit to work with multiple models in one controller action? Should it always be like one controller-one model-one view? ...

How php and own frameworks works in background ?

i am new on web programming .i am good on c# .net platform on desktop. i tried to understand php and php frameworks but i get confused a little . i understand that a php file can import classes which is in the file into another php file with require_once function. but frameworks doesnt import his own classes with require_once function...

best framework on gae(python) ,like jquery on javascript ? has it ?

i want to find a framework to make my work simple on gae , has it ? thanks i found one, but not very good http://code.google.com/p/appengine-framework/ ...

What's the ORM used by yii?

Did they implement it themselves? ...

Which web Tier Framework for a public commercial website with heavy load ?

Hello everyone, As a part of an enterprise architecture exercise, i need to find a java-based framework filling these constraints : heavy (i think) load : 5000 concurrent connections widely known : can't be too exotic, the contractors would be too high priced. relatively easy to use : developpement time must be reasonnable must be as ...

What web frameworks are available for python?

What web frameworks are available with python? Just to be clear, python is just a language so if you want to run it on a web server (like apache?) you NEED a web framework? ...

Helper functions & prototype methods to replace heavy frameworks?

All frameworks aside, what are some of the common helper functions/prototype methods you use on a daily basis? Please note I am not arguing against frameworks. I've simply found that the majority of what I do on a daily basis can, most often, be done with a few dozen Array, String and Element.prototype methods. With the addition of a fe...

Comparing GWT and Turbo Gears

Anyone know of any tutorials implemented across multiple web application frameworks? For example, I'm starting to implement GWT's Stock Watcher tutorial in Turbo Gears 2 to see how difficult it will be to do in Turbo Gears 2. Likewise, I'll be looking for a Turbo Gears 2 tutorial to implement in GWT. But I hate to re-create the wheel ...

What are the frameworks for creating HTML5 <canvas> applications?

Yesterday I ran across the jcotton framework for creating canvas applications and I was wondering what the state of the art is. Do other such frameworks exist? If so what are their [dis]advantages? ...

Is there a good blogging platform to use as a framework?

I'm writing a new product, and I've noticed that a lot of the features I want already exist in blogging platforms like wordpress. For example, comments and comment moderation, content editing, etc. Is there a good blogging system that is easy to use as a foundation for something else? Something with an API, extremely customizable, and h...

What WPF frameworks should I use?

I'm a newbie to WPF and I'm developing a brand new windows desktop application and I would like your opinion on what WPF framework I should use. I know this question has been asked before, but the last question was asked at least several months ago. A lot has changed since then. Right now, I'm using MVVM Light which is more of a lib...

Best testing framework?

Is JUnit the best unit testing framwork? Which framework is best for new java projects? ...

What are the constraints on Cocoa Framework version numbers?

We're distributing a Cocoa framework with regular updates. We'll be updating the version numbers with each release. The Apple documentation appears to suggest that version numbers should be consecutive incrementing integers. We are distributing output in several formats, and the framework is only one of them. We would rather not have to ...

Localization as an afterthought-- screwed?

So I signed on with a startup web development company as a subcontractor. They are putting together a large, complex user/product management system for a company that needs to support multiple levels of hierarchial localization. I signed a 3 month contract, and upon looking at their code, wish I hadn't. They opted to write their own MVC...

Building an IRC bot in Java

After some googling an obvious answer or starting point for a Java IRC bot has not presented itself, my question; is there an existing framework to help me do build an IRC bot? Failing that, is this possible using Sockets in Java to do this and has anyone seen an example around the web? cheers guys. ...

Is there a light and simple php framework that provides basic localization and/or internationalization?

I would like a php framework that: Is simple and lightweight It work in shared hosting (free hosting) I'll be nice if it saves the preferred language using cookies (not necessary) I'll be nicer if it detects user's preferred language from the browser (not necessary) I want to build a page that displays 3 different languages. I came o...

symfony 2.0 stable enough to use?

i wonder if symfony 2.0 is stable enough to use? cause i never used symfony before. it seems that symfony 2 is much more better than the previous version and i dont want to relearn/recode everything some months from now. when do you think symfony 2.0 will be released? will it be a wise choice to use 2.0 now? ...