frameworks

What's the most suitable sound/audio framework for iPhone OpenGL-ES games?

I'm making a game for iPhone/iPod. My engine uses OpenGL-ES, and this means game requires some performance. (realtime games, not a static boardgame like games.) I looked at basic sound framework in iPhone, there're several frameworks,(Core Audio, Audio Toolbox, OpenAL...) but I cannot determine differences of them in detail. I think Op...

Web frameworks to develop for Android and iPhone?

Web frameworks to develop for Android and iPhone? ...

Where to connect to DB in MVC

I am using php and building an MVC for my web application. I am to the step where I need to connect to my DB, look at the current URL, compare that to data in my DB, and then return the correct content from my DB to the user. My question is, where should I put the code that connects to the DB and processes it? Would this go in the Mod...

How can I catch connection requests in my framework?

I'm building a framework (OSGi-like) where other parties can program a bundle for. But I want my framework to manage the QoS of the connection-requests that the other parties will do. The easy solution would be to ask them to use (or enforce them to use - although I don't know how) a specific ConnectionRequest bundle of the framework. T...

Fixing a project with multiple Javascript frameworks

I just started a new job, and my first task is to clean up the Javascript code for the site - the problem is that there are two JS libraries being used (jQuery and Prototype / Scriptaculous). I'm trying to figure out what's being used where, but it's pretty difficult, especially not being very familiar with the code. Does anyone have a...

Web application development - options

I am working a resonably sized java project that needs some sort of web based admin. Just so we can remotely fire up the initializtion class, change some of the variables etc and have a a generally pretty(ish) front end. I've come across the google web framework, which looks like an option and it seems JSP is another. I like the fact t...

can i run sftp and sync framework over wcf with sql server in/on azure?

Hi Guys, Can I run a sftp service in the cloud, and a sql server syncing with sqlexpress clients over sync framework with wcf? I have really no idea if such a thing is possible with azure? Does azure just work as a normal webservice with sql server behind or..? Cheers ...

GUI framework for automatic resizing

I want to build a desktop app where the size of both the window and the content is resized automaticly according to the resolution of the monitor. I know it can be done easily with the docking features of .NET Forms, but my customer insists on going with Linux so I can't use it. I tried Flex & Air, but the content is not resized automat...

Why use a Flex framework like Cairngorm or Mate?

From what I understand a framework reduces complexity in areas that are common, like a log-in system. I use ASP.NET MVC at work and have done some work in Zend Framework but do not get how a framework helps with client side development. The reason ASP.NET MVC is used at work is for Unit Testing - does a Flex framework help with this too?...

Suggestions on RESTful Java Web Services Framework... ...

I googled some information about web services, it seems like a enterprise level application. I found that RESTful design is very cool idea on this. I find that Apache CXF looks cool, it support RESTful design and Java. It is a good choice for beginner to start writing an application using Apache CXF? or any other framework is suggested? ...

How coarse grained should the model be in an MVC framework?

Hello all, I have been reading a few questions previously asked and I haven't come across one that answers my question in "black and white" for me! So, apologies if this is repetitive. The question is probably similar to asking, "how long is a piece of string" but bear with me! For a registration system, I have a user model with functi...

PHP MVC general question

I'm building a small MVC framewrok for a specific PHP application - using Doctrine as ORM. I'd like to know what it would be the best practice to manage the frontend Menu. My application has 3 menus (horizontal menu, left menu, bottom/footer menu) that can be edited by the site Admin (the menu is stored in a Doctrine NestedSet). Where ...

UI automation cross-platform (Windows and Mac OS X) open source APIs/frameworks?

Does anyone know of any UI automation cross-platform (Windows and Mac OS X) open source APIs/frameworks available for automating external GUI applications from inside a separate application programmatically? Through searching, I've found a couple commercial cross-platform UI automation products, but obviously they wouldn't allow embeddi...

<canvas> javascript game frameworks

Do you know any except GameJS, which actualy isn't working on my pc, in FF3.5 i try to start attached jetris demo and i see nothing, even firebug console is clear. I tried something called GameQuery, looks nice but it's working on pure DOM, im interested in CANVAS. ...

Is MFC still used for new development (with any material volume)?

I've never been a big fan of MFC, but that's not really the point. I read that Microsoft is due to release a new version of MFC in 2010 and it really struck me as odd - I thought MFC was dead (no ill intention, I really did). Is is MFC used for new developments? If so, whats the benefit? I couldn't imagine it having any benefit over som...

Where to put Python files to be redirected to by urls.py in Django?

Where do I put python files to be redirected to by urls.py in Django? The tutorial showed something like this: urlpatterns = patterns('', (r'^polls/$', 'mysite.polls.views.index'), Where do I set up pages to be easily linked as something.something.page like this? I am currently just trying to drop straight .py files in random...

Framework to develop own forms/UI designer

I have application which consumes XML and based on this creates a GUI. Basically this is declarative language in form of XML to design the GUI. Now I want to create a visual GUI designer to edit forms and screens on the screen and output will be that XML. I need a suggestion what can help me in my development, may be there is some kind ...

Framework /starting point for social networking site in .NET?

Hello, I did do some googling and searching on this site but did not find exactly what I was looking for. I'm hoping that someone can point me in the right direction here. I'm an ASP.NET/SQL Server developer and would like to develop a (intially) basic social networking site (gasp). Before I start from scratch with a blank solution in ...

Recommending to a friend a strategy to build a rich internet application using Flex and (maybe) Java or Ruby on Rails

My friend has an idea for a web application. The application is relatively straight-forward: no more difficult than a flash game (so I'm told) that exchanges minimal data with a server. Only thing is, he is a beginner. I don't know anything about developing Flash/Flex applications. Nevertheless, this is what I've recommended he do. ...

Should I start my Seam project from scratch or from a seam-gen generated project?

I have been using Seam-gen with a small sample database to help me learn the Seam framework. Now I am going to build a more complex application. Are there disadvantages or things that I should watch out for if I decide to start from a seam-gen project? ...