frameworks

adding ShareKit to my project, won't compile - 4,448 errors

Hi, I can get the ShareKit demo from github to compile using the iOS 4.1 SDK, but when I import it into my project exactly how it's described on the ShareKit site, after compiling I'm getting 4,448 errors. It looks like I'm missing a framework, but I have the required frameworks listed. Maybe there's some kind of framework conflict. Here...

Any framework can generate forms from database schema?

As titled, in any language. Just do not want to miss any great framework. CakePHP - scaffolding django web2py ...

a framework plugin in another framework (e.g. Symfony)

Is it possible to use a Symfony plugin in a CMS being built with another framework like Cake or Zend? How independent are those plugins? ...

Get Cookie values with Zend Framework

Warning: Non-static method Zend_Controller_Request_Http::getCookie() should not be called statically in.. Iam trying the following to get Cookie values: $cookieData = Zend_Controller_Request_Http::getCookie($key, $default); is there an better way to this? ...

For a new PHP project which framework should I choose Zend or Symfony?

I mostly come from Java background as have no up to date info on best practices regarding PHP, so please advise. We are about to start a PHP project for an application (no portal). The framework needs to be stable (no changing API between releases), need to scale well, support clustering maybe and obviously need to facilitate common pr...

LINQ BuildContainsExpression With OR conditions

Hi, I'm trying to get the following SQL query to work in LINQ: Select id from table1 where id in (1,2) or canceledId in (1,2) I'm using BuildContainsExpression to achieve the "IN" condition, but I can't figure out how to implement the "or" condition. My shot in the dark is as follows: var identifiers = new List<int> {1,2}; va...

WPF Application framework is binding to the model ?

Hello; today I examinted WAP from codeplex a bit and saw this: BookListView.xaml: <ListView ItemsSource="{Binding Books}" SelectedItem="{Binding SelectedBook}" SelectionChanged="ListViewSelectionChanged"> <ListView.View> <GridView> <GridViewColumn DisplayMemberBinding=...

Help choose web application framework for academic project

Hello people, I'm about to start an academic project related to rich internet applications. I thought that using a web application framework will save me some time and allow me to better structure my code. I've spend the last few days in searching for the best solution. There are certainly lot of choices and I'm basically lost.. I'm eq...

Installing Intel's TBB 3.0 framework on MacOS 10.6 (Snow Leopard)

Hey guys, I'm having a bit of trouble installing Intel's Threading Building Blocks (TBB) 3.0 as a framework on my MacOS system. Does anyone know a good tutorial? I've tried using MacPorts, which has TBB 2.2: it installs all the libraries I need, but I don't get a framework. Also, there doesn't seem to have any .dmg installation file on ...

Zend Framework and clients User Agent

Hi, I've created an application with the Zend Framework. Now I was asked to make an iphone webapp for it. So my solution is to get the useragent and render a different view for it. My searches on google lead to Zend_UserAgent but my library says it doesn't contain it. ;) Is there any Zend way to find the useragent to render a differen...

How does Xcode's linker decide where to look for frameworks?

Now I know there are certain standard paths in which the linker looks for frameworks, but where does get it's instructions from, to look in other custom paths? The problem I've got is a warning, something like this: ld: warning: directory '/Path/to/my/Xcode/Project/../../../../../some/other/src/path/no/longer/in/use' following -F not f...

PHP-Framework or CMS .. ?

hello friends. I want to know that which one framework or CMS is the best to do PHP. Like wordpress,elgg,joomla,megento etc Which is the right choice.? I want to know also that what is the difference between CMS and Framework ? ...

retrieving data from DB oop

I'm using the codeigniter framework, I'm retrieving data from the database in the form of an array but when i try to use the foreach function to display the data i get an error Message: Object of class stdClass could not be converted to string this is the array Array ( [0] => stdClass Object ( [id] => 1 [...

Javascript Windows Framework

Sometimes I see web based software that is designed using some slick javascript windows which try to emulate the Windows desktop experience (draggable windows and a start menu). Are there any free frameworks like this available? ...

Advice on creating a micro-framework in JavaScript

Hi, I'd like to know what are the steps required to create a framework on top of node.js. I believe this can be a good way to learn, that's why I'm doing this! I've been checking other micro-frameworks and bigger frameworks but I'm not being able to understand where to start. I'd like your advice on this. Thank you. Edit: MVC Framewor...

When to use a framework or develop from scratch for a PHP web app

How do you decided to use a framework (such as the Zend Framework) when building a new web app? What are the advantages of starting from scratch as opposed to using a framework? I am well aware of the advantages of a framework, as well as some disadvantages. I have heard it said that really large projects generally don't use an off-th...

Framework search for upcoming project

Hi all I know this is subjective and might be closed and I've seen very similar posts but I think my question is unique enough. I'm starting a project in the next week or two that will need to be fairly flexible with: DB Connection Type, I would like something where I could choose the DB (MySQL, PostgreSQL) To MVC or Not to MVC, would...

How can I install httpclient and other libraries in Java so I can use them in Eclipse?

Hey there, I'm a new Java developer I've only ever done PHP in the past and all the functions I needed to use were built into PHP. This doesn't seem to be the case with Java though! I downloaded Eclipse and wrote a hello world and some other things and everything is working great for me! I downloaded httpclient (from http://hc.apache.o...

How can I resolve this build warning involving a missing i386 architecture file?

I am getting the following build warning: ld: warning: in /Users/syalam/Documents/git/stocktwits-iphone/AudioToolbox.framework/AudioToolbox, missing required architecture i386 in file How can I resolve? ...

CMS or Framework?

I'm looking to build a online store. However, the first question, past the idea of the store, is the platform. I've previously worked with Java and PHP and am quite comfortable with PHP. So my first considerations were Drupal or maybe CodeIgniter (which I have heard lots of good things about) On discussions with friends, they suggested...