frameworks

jQuery, Web Application Framework?

For the longest time I've used jQuery to hack together web sites. Now I'm interested in making a web application (one page load for the entire site to function, like Gmail). Are there any jQuery Frameworks or practices that I can leverage to build my application so I don't have to recreate the wheel, or hack something together as I go? ...

Which Java Web and persistence framwork is best for a beginner?

I am new to Java and J2EE I want to know which Framework is best for a beginner. I dont want to know which is best in terms of performance though that would be necessary once I become acquainted with all the concepts. I would like to try out all the frameworks. So can some one provide me which in terms of readability would be easy. I h...

SyncStagedProgressEventArgs converted to DbSyncSessionProgressEventArgs

I am working on an app that is using Synchronization Framework v2. I am basically done with it, but would like to offer some better fedback about the progress of the synchronization. I was looking at one of the Synchframework examples that Microsoft offers, SharingAppDemo-CEProviderEndToEnd, and see that the have a method in the Progress...

How does Qt only use C++ to make custom GUIs for some many platforms?

I don't see how Qt does the low level graphics work, in order to create its own custom GUI look/feel for each platform. Does it utilize each of the platforms APIs or something? I ask because I am really wondering how I could go about creating my own framework in order to make a custom GUI application with a unique graphical look. ...

Mobile Website: Framework focused on Symbian and Blackberry

Hi, I received the task to add a mobile-friendly version of our website. Apps for iPhone and Android already exist (and their browsers are really good), so the focus of this website lies on Symbian and Blackberry devices. As I am a lazy programmer, I wanted to use some frameworks that help me in developing this website. I have found n...

Is there any framework that allows me to develop applications for Qt and GTK?

I am thinking about something that would allow to develop applications independent of the GUI library, but allow Qt and GTK being plugged in as needed. ...

Moving JSF Managed Beans to Spring beans

I just introduced Spring in a JSF web application, and now I'm feeling tempted to turn my JSF managed beans into Spring beans by moving these beans to the contextConfigLocation XML file (specifying org.springframework.web.jsf.el.SpringBeanFacesELResolver in faces-config.xml) instead of having the beans in the faces-config.xml file. I se...

What kind of projects are PHP frameworks suitable for?

I'm building a site like SO using PHP as a personal project. I started out with writing flat PHP files (the kind with SQL queries mixed in with HTML). After doing a few pages I noticed that it was getting hard to maintain. So I started using an ORM (Propel). Then I got introduced to Symfony. I started refactoring my code to fit in with ...

Things to consider when creating a web framework

I am not trying to create yet another web framework. For one of the applications I am working on, I want to create a custom framework. I don't want to use any already available framework. What are the common things to consider? What should be the architecture? Thanks :) ...

Should app crash or continue on normally while noting the problem?

Options: 1) When there is bad input, the app crashes and prints a message to the console saying what happened 2) When there is bad input, the app throws away the input and continues on as if nothing happened (though nothing the problem in a separate log file). While 2 may seem like the obvious solution, the app is an engine and framew...

Why not start from the beginning?

Possible Duplicate: Why use a framework with PHP? Hi, usually all the projects I do I work or with my own framework or I start them from zero. Why shouldn't I do this? or is better to keep doing it this way? I mostly work on php, what suggestions do you have to change this? cake, joomla or another one? or just keep it this wa...

Possible to update Adobe AIR runtime thru AIR application?

I've an Adobe AIR 1.5 application which uses ApplicationUpdater framework to update itself. I am planning to use new features of AIR 2.0 but I am not sure that all the clients installed with my AIR application will have AIR 2.0 installed. I know that I can detect the current runtime version but is there a way I can install the new runti...

How to embed app with log4cocoa?

Hi, Guys. I'm having some trouble to embed my application with the log4cocoa framework.I've embed frameworks in my application before with no trouble, but I cannot fix this one. First of all, this is my system out: dyld: Library not loaded: @loader_path/Frameworks/Log4Cocoa.framework/Versions/A/Log4Cocoa Referenced from: /Users/lean...

Best DB abstraction class for PHP

I'd like to start building my own framework. Everything is fine, but I can't build the most important part (from my point of view): DB controller. I've seen so many project codes and some uses ADOdb, others have built its own. I don't want compatibility, just an easy class that obviously filters SQL injections but also allows the user t...

Which wordpress theme framework should I use?

I have decided to use framework to develop my own custom wordpress theme? But I'm confused which one to use? Or should I continue to write all up codes myself. I use 960 as css framework and jQuery as js library. Any help will be cordially appreciated. ...

How do I link images/css/javascript from a view in code ignitor?

I have started learning Code Ignitor and I am very impressed, and have had an easy time. The only issue I haven't been able to figure out is how to reference images, javascript, and CSS. I have each as a folder (css,js,img) in the root folder. This works fine for my default view, but breaks with the sub views. How am I supposed to handle...

getDefaultAdapter Zend framework 1.10

I have next settings in application.ini resources.db.adapter = PDO_MYSQL resources.db.params.host = localhost resources.db.params.username = some resources.db.params.password = somepass resources.db.params.dbname = name resources.db.isDefaultTableAdapter = true have 2 similar models Zend_db_table_Abstract in first model i use $db = ...

Is there any free open source PHP framework used to create cooperative question and answers sites?

Basically, I'm looking for a PHP framework which can help me to build a site similar to Stackoverflow. Is there any? A website which can: Let people post and answer questions Let them vote Let them choose the best answer ...

Bad sides of each framework

Hello, There are thousands and thousands of questions about, "Which PHP framework is the best?". While I find this very subjective, because everyone has framework that fits to him/her best, I also find that every frameworks has their downsides. I don't think on performance, I'm thinking about features you miss and how elegant your ...

Did Youtube and Wikipedia use a PHP-framework?

I know that Youtube and Wikipedia was developed with PHP. However, i wonder if the coders used a framework? Or did they write it from scratch? ...