frameworks

Implementing cronjobs in architecture?

Hi, we have a modularized website built on the MVC pattern. We would like to create cronjob scripts which execute every 1, 15, 60 minutes and which execute daily. We -need- the cronjobs (to make sure nobody starts asking if we really need them). Actions include finishing up orders for process every 15 minutes and accepting new user re...

Best PHP framework with Oracle?

What is the best PHP framework to make applications has an Oracle database? ...

Which PHP frameworks are used by corporations?

There are several questions about PHP frameworks, but I'm curious as to which one(s) are used in the commercial world when developing web applications with PHP. At my first web-based job, they didn't have a framework for the PHP codebase. Is this common when dealing with PHP? If not, what frameworks to companies producing a product (eith...

Free/Open Source PHP Application Framework

Good day. I was wondering if you guys know some Free or Open Source PHP Frameworks? Can you tell me some you know, and advantages, disadvantages and for what good are each one for? About this subject i also become to know CodeIgniter, those who know it, and worked with, do you think its good for a "general" type of PHP Applications, o...

Can Spring and SWT work together for Java Desktop Applications?

Hi, I am going to design Java Desktop Application. While I was design web application, I got plenty of choice, e.g. Spring, Strut etc. However, for Java Desktop (which is new to me), I don't find any. Is that Eclipse RCP a Java Desktop Framework, which works like Spring mvc in Web apps? I wonder, can I use Spring to enjoy the benefit o...

iphone .objc_class_name error

I've been fighting this framework error for days now. I have included the MessageUI framework from the iphone3.0sdk and imported the header file(MessageUI/MessageUI.h) Anyone know what this error means? collect2: ld returned 1 exit status symbol(s) not found literal-pointer@_OBJC@__cls_refs@MFMailComposeViewController ".objc_class_nam...

Cocoon lite / XML and XSLT publishing framework

What publishing frameworks (publishing only, NOT full-blown CMS) based on XML, XSLT sitemaps and pipelines exist, are stable, active, and simpler / lighter than Cocoon? I have glanced at: mod_xslt (http://www.mod-xslt2.com/) which seemed to be exactly that, but looks all but dead, and required a complex setup, and apparently supported...

Learning JavaScript... Should I skip straight to the good stuff (the frameworks)?

I learnt HTML/CSS a good few years back, then PHP a little later. I've recently become interesting in web development again, just started playing with frameworks like Django and RoR. I'm curious as to how much time/effort I should spend learning straight JS before looking at frameworks. I've been reading through a let of articles called ...

which is best framework or technolgy for a community site development?

which is the best framework to develop a community web site. For the MVC architecture, is there any disadvantage while using frameworks. or is it better to develop that in a pure php with OOPs concept? thanks in advance!! ...

Building blocks for a website with good search and is very responsive

I have a project in mind whose main selling point would be very good search results and very responsive (another Google for domain specific data). I'm not worried much about scaling at this point. Whats the best ORM, Search and UI framework combinations can one choose and what are the pros and cons. I'm mainly a Java programmer but this...

Xcode iPhone - Adding framework works a little bit

No biggie, but when I add the AVFoundation framework for the iPhone, it turns red for some reason I'm unable to figure out why. The project will not compile unless I add this framework, and if I do, Xcode will mark the framework red (apparently that means xcode cannot find the framework), but yet it will work. Here are some screenshots:...

Framework for administrating users

I'm looking for a framework I can use in my new webproject. The main concern for me is handling my users, therefore I'm on the lookout for a framwork that can handle them for me. I develop in PHP, so preferably that's the language it should use. I would like the framework to take care of new users signing up and I would also like it to ...

Recommended frameworks for Enterprise Service Bus (ESB) in open source projects

With an abundance of frameworks for Java Enterprise Service Bus(OpenESB, ServiceMix, Apache Synapse, ...), which one should be selected for new projects? What are the pros and cons for each one? How well have they worked for you? ...

Flash ActionScript 3 capabilities lacking in ActionScript 2

Ever since Adobe introduced ActionScript 3 with Flash Player 9, many of us have been slow to switch over. In short I'd like to know what AS3 as a framework can do, that is simply impossible or significantly difficult in AS2. I'm not talking about readymade components, but built-in classes such as for web remoting, binary data manipulatio...

A framework for creating educational animations

Many times I found out that I need a software to create simple educational animations. In those animations I want to draw a sequence of simple animations one by one. For example, I would like to show how a backtracking algorithm for the n-queens problem works. In that case I want to draw a chessboard, draw a queen on the top-left square...

How to decouple javascript programming from frameworks?

I have one question about Javascript frameworks. I'm using ExtJs on my application, but there are many problems with licensing and such things, so i wonder about this thing. Is there a way to follow some strategies in developing Javascript so that i could easily switch from one Javascript framework to some other framework? ...

How to share/distribute compiled Objective-C code (like a JAR in Java)?

I would like to write some Objective-C code for distribution. What is the best way to package up the output. In Java you can package up your code in a JAR file and distribute that. What would be the equivalent in Objective-C? The following link is close, but seems to address more of the namespace issues which I am not concerned about. I...

Lightweight validation framework for WPF using M-V-VM

In implementing M-V-VM in a project and following advice of Karl Shifflett about implementing a validation framework, but don't really want to use a full framework (like Ocean) only for the validation part. What validation framework do you recommend that works with the M-V-VM pattern? ...

Benefits of using a CSS framework

Possible Duplicate: What is the best CSS Framework and are they worth the effort? Would you recommend using a CSS framework for ASP.NET like the Blueprint CSS Framework vs building your own css styles? What are the benefits of using such a framework? ...

Should frameworks be put in /Library/Frameworks or in the application bundle when putting multiple applications in one bundle

I have an application composed of a GUI and 3 launchd daemon launched command-line executables. I'm planning to put the executables for the launchd daemons inside the .app bundle for the GUI. These apps utilize 2 (both fairly small) frameworks which I have created. Is it a better idea to put these frameworks in /Library/Frameworks (an...