frameworks

What open source multivariate or a/b testing frameworks or libraries are available?

Google Website Optimizer http://www.google.com/websiteoptimizer and Visual Website Optimizer http://visualwebsiteoptimizer.com/ both allow me to run experiments for individual sections of content on web pages. But, what libraries or frameworks are available for running tests on things other than snippets of HTML? In other words, are th...

Custom PHP Framework Feedback

I've been learning OOP programming for about a year and a half now and have developed a fairly standard framework to which I generally abide by. I'd love some feedback or input on how I might improve some functionality or if there are some things I'm overlooking. VIEW MODE 1) Essentially everything starts at the Index.php page. The f...

What's the best technique to protect my framework from visitors who are not logged in?

First of all, I would like to say that I have used the search box looking for a similar question and was unsuccessful, maybe because of my poor english skills. I have a a 'homemade' framework. I have certain PHP files that must only be visible for the admin. The way I currently do this is check within every single page to see if a sessi...

What framework is trac based on?

I just downloaded this tracking system and curious what framework this great system uses? ...

ADO.NET Entity Framework with OLE DB SQLServer2000 Data Source

Same as Title. Has anyone found a way to make the ADO.NET Entity Framework work with OLE DB or ODBC data sources? Specifically, I need to work with an SqlServer2000. ...

What is the best framework for web app in php(Zend, symhony, kohana,yii,phpCake)?- I oop programer and use only php5

Possible Duplicate: What PHP framework would you choose for a new application and why? Hi, What is the best framework for web app in php?(Lib,Orm, time, easy) Thanks ...

Nowadays, which MVC frameworks (such as Ruby on Rails) are widely in use and also very cool?

Seems like more companies are using Ruby on Rails nowadays. What are some other frameworks that are commonly in use nowadays and some that make you go "wow, this is cool"? ...

Which framework should a beginner pick for a twitter mashup?

I have this idea about a twitter mashup and I've been doing some research over the last couple of days regarding which framework to build it with. SproutCore looks really nice (especially as it has a UI designer too), then someone suggested Capuccino (I am not to keen to go with Objective-J, don't know why though). What do you think, sta...

Web framework recommendation for python (webservices, auth, cache, ...)

Hi all, Googling for the past week, but cannot finally decide which python web framework would be right for me. The web app I'm about to develop would be almost completely "pure" html with js (jQuery). Server side would have to do the following: authentication session management caching web services (almost all the on page data would ...

My framework will utilise other frameworks, but I'd like this to be transparent to the end-user

I'm building a framework, which aims to provide a new development environment for the user, but I need to use things like RegexKit and almost certainly some other established frameworks in order to do this. Any functionality exposed from such frameworks would be abstracted through classes and methods in my own framework for maintenance ...

What is the best PHP framework for building a website around a heavily relational PostgreSQL database?

First of all, the framework of choice needs to have excellent support for PostgreSQL. I don't care about MySQL because it doesn't have half of the features the application I will be porting requires. (And when I say excellent support, I mean that their approach to database drivers has not been solely trained in MySQL). The ideal framew...

How does a GUI Framework work?

I have been all over the web looking for an answer to this, and my question is this: How does a GUI framework work? for instance how does Qt work, is there any books or wibsites on the topic of writing a GUI framework from scratch? and also does the framework have to call methods from the operating systems GUI framework? -- Thank you ...

Introducing Ajax support in a MyFaces (JSF) + Tomahawk application

Hi, we have a project where we are using MyFaces + Tomahawk, recently I have been requested to provide enhancements to many of the existing screens by using AJAX and provide functionality such as partial refresh. As I see, Tomahawk's components don't have special support for Ajax, so it may be a lot of work to hack Tomahawk in order to ...

Is there open-source java/c/c++ framework for pipes-and-filters paradigm?

I'm interested in open-source Java/C/C++ framework for pipes-and-filters (like described in that book) paradigm. Can you recommend some? EDIT: I'm looking for as much "pure" (or lightweight) frameworks as possible: frameworks which encourage programming in "pipes-and-filters" technique, without reliance on any standards, such as XML or ...

Adding Parsekit To An Xcode Project

I am trying to add the Parsekit framework to my OSX Xcode project. I've never added a 3rd party framework before and I can't get it to work right. I dragged the included Xcode project into my 'Groups & Files' pane and chose to Add it to my project. I then dragged Parsekit.framework underneath the Link Binary With Libraries heading. Then...

What is causing my screen to not be flush with the browser. Looks like there is a padding, but there isnt.

I have started to use the CSS framework Bluetrip, and I just noticed that for some reason my layout doesnt line up exactly with the browser. I only have one example to show, http://justcollect.com/ebay_app/index.php/home/index, but if you look closely, my footer doesnt line up with the bottom of the browser. There is some whitespace the...

How to provide business logic in spring in an remote server?

Using Spring as Framework, if i need provide business logic's service to either JSP/Servlets(on Web Servers) or to Application desktop client or Mobile clients, the only way to accomplish the logic business(without EJB) in a remote server is through Servlets? ...

best gae framework for openid user login..

i want to enable openid user login my site. which is best framework to do it ? thanks ...

Frameworks And 'traditional' coding

Hello Sorry if this too open ended for this forum, but here goes. I mostly use languages such as PHP and Javascript without frameworks (e.g Jquery, Drupal, CakePHP). The only real exception to this for me, is Wordpress when 'traditional' coding is slower for building information sites. I've dabbled with several frameworks over the past...

what is middleware exactly?

I hear a lot of people talking last days about middleware, but what is the exact definition of middleware. If I look in information about middleware I found a lot of information and some definitions, but while reading this information and defintions it seems that mostly all 'wares' are in the middle of something. So from my opinion all t...