frameworks

Is there any php framework to build a web app with plugins feature?

I am building a web app for keywords research. Mainly what it does is it takes a keyword and it uses it to make curl requests and it parses numbers which then are stored in a mysql table. The curl request would be for example for retrieving yahoo number of results, number of diggs for that keyword, etc. So I was thinking to code it in s...

Django, Turbo Gears, Web2Py, which is better for what?

I got a project in mind that makes it worth to finally take the plunge into programming. After reading a lot of stuff, here and elsewhere, I'm set on making Python the one I learn for now, over C# or java. What convinced me the most was actually Paul Graham's excursions on programming languages and Lisp, though Arc is in the experiment...

Forum/Board written atop one of the big PHP Frameworks

I was looking for a fresh forum software (threaded) or bulletin board (flat/partitioned). And I'm wondering if there's an implementation based on one of the big PHP frameworks (CodeIgniter, Kohana, Yii, CakePHP, ZF, Seagull, Fusebox, Symfony, eZ, Prado, or whatever...). Reason: A framework based implementation would be inherently more s...

What should a developer understand about the difference between an API and a framework in Java?

Possible Duplicate: Framework Vs. API What is the difference between an API and a framework in Java? I mean the things a developer must be clear about. Can you share some article or case-study document? ...

c++ frameworks yes or no

Hi, I am familiar with QT/gtk+ libs under linux. I've just roughly had a look at available c++ frameworks like Reason and Platinum. Does anyone have any experience working with any of them? Are they any good, should I consider learning them? I am not a big fan of frameworks though. ...

mate framework - site down?

I can't enter the mate framework website -> http://mate.asfusion.com is it just me or you also have the problem? It is pretty important for me since I need access to download, documentation and forum. ...

Going from a framework to no-framework

I've been developing in PHP for about 8 years as a hobby. In 2009, I picked up codeigniter and since then I've not managed to get a single project developed. I find it slows me down trying to work out how to modify it to work the way I want, when if I was working in pure PHP, I'd know, or I'd be able to quickly find a snippet for. I've...

Replacement of infobus

infobus is a great notification framework, but it is now deprecated. Are there any active frameworks that provides same functionalities? ...

What programming language are used for these websites ?

What programming language or web Framework are used for these websites ? Google Amazon MySpace Yahoo Flickr PayPal Ebay Python If you know only one of this, please comment :) !! ...

Looking for a Java framework that allows end users to extend the data model at runtime

Is there a Java framework that allows me to extend the data model at runtime with new fields and maybe even classes? Ideally, non-Java people should be able to do that (i.e. with a config dialog). ...

Are there any good Scala-specific frameworks and libraries worth taking a look out there?

Are there any good Scala-specific frameworks (for whatever purpose) and libraries worth taking a look out there other than Lift web framework? ...

QGraphicsView not displaying in QMainWindow

I'm not sure why this application is not displaying anything. I'll reproduce in a few lines to provide the gist of the issue. Using PyQt4 class SomeScene(QtGui.QGraphicsScene): def __init__(self, parent = None): QtGui.QGraphicsScene.__init__(self, parent) pixmap = QtGui.QPixmap('someImage') # path is DEFINITELY vali...

spring framework form tag and yui text editor

hi developers. i'm using spring framework form tag. and it's simple text area . but i want to use YUI rich text editor.i can use text editor with form tag in upload page. but i want to edit that form. so how to open edit page YUI rich text editor with old news? sorry my english skill i hope you understand ...

How to deal with internal company frameworks and SW factories?

Based on my own experience and on experience of my friends I see that many companies have some strange ideas to develop their own frameworks and SW factories (builds skeleton of application for you). These ideas are usually based on belief that own framework will be much better than anything else available. How to deal with such ideas an...

EF4, Lambda, Repository pattern and DTOs

I have a semi complicated question regarding Entity Framework4, Lambda expressions, and Data Transfer Objects (DTO). So I have a small EF4 project, and following established OO principles, I have a DTO to provide a layer of abstraction between the data consumers (GUI) and the data model. VideoDTO = DTO with getters/setters, used by th...

What are the best frameworks to use for web develpment?

Possible Duplicate: Best Web applications framework for Java? Hello I'm getting into Web application development and was wondering what would be the best frameworks to work with that's relevant to current practice(s) and dev paradigms. I was reading an old book (circa 2006) on JSP and server pages and eventually got an old we...

Can I install gtk on xcode?

Hey there! I've been doing PHP for a long time now and I'd like to make some desktop applications on my Mac. I've never used C before but I installed xcode and I could do some basic things with some terminal apps. I'd like to make an application with a GUI. I don't know how to add libraries or frameworks in xcode though and I don't kno...

Creating an AssociationSetMapping for MySQL with the Entity Framework Designer?

I am trying to build an Entity Framework model for my database schema using EF4 and Visual Studio 2010. Since I am stuck using MySQL as our database (for now), I pretty quickly discovered that since MYISAM tables don't support foreign key constraints, the designer does not have any way to automatically create all the associations for you...

Best high level Web framework, PHP preferred

I'm starting to architect a quite complex web application. The implementation is probably going to be done in PHP, though if there are impressive reasons to choose a different environment I might be convinced. I've looked at tools like Symfony and CakePHP. The problem is that it feels like they're relatively low level for a modern Web 2...

Is there still a difference between a library and an API?

Whenever I ask people about the difference between an API and a library, I get different opinions. Some give this kind of definition, saying that an API is a spec and a library is an implementation... Some will tell you this type of definition, that an API is a bunch of mapped out functions, and a Library is just the distribution in co...