Top "Frameworks" questions

A framework is an existing library or set of libraries that provides overarching application structure so that the developer can focus primarily on their application's implementation details instead.

what is the framework using in Blender GUI?

What is the framework using in Blender GUI? QT? Or Tk, GTK+, FOX toolkit, wxWidgets? Because Blender is cross-platform application.

frameworks blender
If Singletons are bad then why is a Service Container good?

We all know how bad Singletons are because they hide dependencies and for other reasons. But in a framework, there …

php oop design-patterns frameworks
Flex MVC Frameworks

I'm currently using and enjoying using the Flex MVC framework PureMVC. I have heard some good things about Cairngorm, which …

apache-flex model-view-controller frameworks
Can't change target membership visibility in Xcode 4.5

I currently try to exclude my In-App Purchase logic in an App of mine to make it reusable in other …

ios5 frameworks xcode4.5 membership target
Python: How to create simple web pages without a huge framework?

I would like to know if there is a way to create web pages without a huge framework in python. …

python frameworks web-frameworks
Private module map for a framework

I'm using this answer to create a module map to create a module for CommonCrypto so I can use it …

xcode swift frameworks dylib llvm-clang
xml signature DS prefix?

Is there a way to sign an XML file with RSA and to have the namespace prefix "ds:Signature" instead …

c# xml frameworks digital-signature prefix
What is the difference between Django and Joomla?

What is the difference between Django and Joomla? Or better still what is the difference between CMSs (Joomla, Drupal, etc) …

django frameworks content-management-system joomla
Beginner Tutorial for CakePHP 2.1?

I was just wondering if any one knew of any good beginner tutorials for CakePHP 2.1 other than the ones on …

php mysql cakephp frameworks cakephp-2.1
What does it mean to "weak-link" a framework?

In Xcode, I can set a framework to "Optional" instead of "Required", which then means the framework is weak linked. …

ios xcode frameworks weak-linking