0
votes
2answers
44 views
Does Codeigniter work well with jQuery?
I've been using ASP.NET for a while but decided it's time to learn a PHP framework.
Looking at an article NetTuts+ It looks like CodeIgniter is the simplest, and one of the lightest and easiest ways …
2
votes
3answers
98 views
which framework for this project?
I have a new PHP project coming up and I want to use a framework. I'm a little intimidated because I don't yet understand the workflow of using a framework, and what I'll need to do differently to get …
1
vote
3answers
114 views
best practice for Undo Redo implementation
I need to implement Undo/Redo frame work for my window application(editor like powerpoint), what should be the best practice to follow, how would be handle all property changes of my objects and it …
1
vote
1answer
53 views
Best practice for crash reporting in C# my application
I need to implement crash reporting framework on my C#(WPF) application, so i need full call stack,What would you guys suggest for doing this.
0
votes
5answers
85 views
.Net Refactoring application to use Dependency Injection
I am currently into the testing stage of a project I am working on and am having trouble bringing the main service under test in anything other than the most basic default test cases.
The Service is …
0
votes
7answers
109 views
Which PHP framework to choose for a big project? Help me to choose. [closed]
Possible Duplicate:
What PHP framework would you choose for a new application and why?
Hello!
I'm going to create a serious web project. Until this time, I've been developing projects with …
3
votes
4answers
110 views
+100
What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone?
What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone? In OS 3.0 they're supposed to be 1000 new APIs more than in 2.2, so which one of these are the …
1
vote
2answers
17 views
How does Xcode know where to look for a framework?
Example: I import a framework like this:
#import <Cocoa/Cocoa.h>
Now what's that "Cocoa/Cocoa.h" path? I mean... from where does Xcode start looking? Where is this configured? And is that …
1
vote
4answers
122 views
PHP: Does $_this have a special meaning?
I cant seem to find any documentation on what $_this means in PHP. It seems to be used quite a bit in the CakePHP framework.
Any ideas?
0
votes
1answer
32 views
Flex Application Framework — PureMVC Portability vs. Swiz?
Hi all,
My company is building a Flex application that we may need to port to other platforms:
Silverlight (likely)
Mobile (maybe -- iPhone: Objective-C , Android: Java, etc.)
Desktop (maybe -- …
0
votes
1answer
18 views
CMake: how do you copy private frameworks into the application bundle under OS X?
We build several private frameworks that get copied into our application bundle during our Xcode build process. I'm moving the whole build process to CMake, and this is one area that I haven't been …
0
votes
3answers
51 views
How to run multiple versions of Symfony PHP Framework
I have several web projects built with Symfony v1.0, but I am excited by the new features in Symfony version 1.4 (Improved security, native email support and improved performance).
How can I continue …
0
votes
2answers
35 views
PHP: What Opensource extentions can we add to MVC frameworks?
Hello All,
I am currently working on my own implementation of MVC php framework. I would like to know what opensource extentions/libraties are good enough to be added to a common php MVC framework.
…
0
votes
2answers
70 views
J2EE or .NET MVC? Which one to choose? Pros and Cons?
Hello There,
I'm starting to develop some applications for the web, although I'm not a programmer, I'm a project manager, I do try to understand the technology behind the projects that I'm engaged …
4
votes
4answers
113 views
Data storage in PHP Frameworks
Actually, I'm looking for a framework which helps me using a "Data Mapper" pattern.
I have noticed that a lot of PHP framework propose an "Active Record" implementation...
I found the "Active Record" …
