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...
As titled, in any language. Just do not want to miss any great framework.
CakePHP - scaffolding
django
web2py
...
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?
...
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?
...
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...
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...
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=...
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...
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 ...
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...
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...
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 ?
...
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
[...
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?
...
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...
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...
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...
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...
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?
...
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...