In case the answer is obvious, please don't be hard on me, i'm still new to Cocoa.
I recompiled the iMedia framework to make use of garbage collection, which it officially supports, according to their issue tracker (tracker entry).
iMedia parses iTunes' XML library file and loads everything into an NSDictionary (i call it "monster dicti...
What kind of applications are developed using a CMS like joomla, drupal and what kind of applications are developed using frameworks.
If all kind of applications can be developed in a CMS like drupal then why do we use a framework like SYMFONY?
...
i was wondering how programs like ccleaner and utorrent are made? AFAIK they are written in C++ but they run without the need of .net framework and apparently run on windows 98 as well. How can this be done? Visual c++ requires .net framework to be installed to run the binary file.
While .net framework is free, it can be a hassle and i...
Hi I am new to OO frameworks in general such as MVC, Coldspring,etc but I have read about their benefits - could someone point tell me which one is the best - may be with standard to other programming language.
Many thanks
...
Hi everyone. I have a question just like in the title - Why codeigniter shopping cart class doesn't allow any special character in the name? When I'm adding some item with normal name containing only standard characters it works like charm. However if I add something like, say, "word / word" or something like that it won't add anything t...
Hi
I am fond of dbstructure definition of msaccess which lets defining at once and creating the data entry forms, datatables and reports at once easily.
I have been searching for some framework which would generate the data entry forms, data tables and reports easily. I guess the only thing I need to define is complete datatable struc...
I am a newbie in php. Considering this, which framework do u think is going to be the bestfor me?
What other knowledges, rather than php should I have to use them?
I have been hearing a lot about Zend and Codelgniter... What;s the major difference between them? Which one is best for e-commerce applications?
...
I'm looking forward to start developing a new server side enterprise communication framework in Java and I'm wondering if anyone knows a good book on the subject?
Some best practices and advice would be welcome.
Thanks.
...
Hi so as the title suggests, am just diving into web development. And if you might see my last post, it was about understanding the concept of sessions. So that is the level of my expertise in there. I went across a couple of frameworks, and I seriously dont have the patience of going through the entire django docs. So I stumbled across...
Hi,
I was wonder if there is any type of silverlight framework that will help me build an app for basic video editing?
...
I'm trying to create a .framework in Xcode and have successfully done so, but as it turns out, Xcode flattens the directory structure of when copying headers in the Copy Headers build phase. I've tried adding the files as Folder References instead of the groups, but then it won't even recognize the header-files as header files!
So, how ...
I've recently "discovered" Node.js, and after I was finished having my mind blown, I started looking for a web application framework like Django or Codeigniter that uses Node.js. The main reasons I found online for using a Node.js-based framework were:
Impressive scalability and speed, especially regarding simultaneous connections
Same...
Hi all,
I'm looking for a CMS that would be something like a front-end of an SQL database. It should be able to create new databases and also be able to generate graphs. The data stored in the database will be data collected from fauna and flora measurements.
CMS should have user access levels where each user has access to different da...
Hi i have a problem that only shows if EntityDataSource present on aspx pages ,interesting thing it's just occures when i'm refreshing the page (F5) or viewing it again and it's driving me crazy it's seems to be a bug with entity framework because i tried it with another project and i just get the same error:
Please if anyone can help me...
I have a few entities I'd like to update at the same time. However I'd like to write individual update methods in each classes partial class file, for each entity and call them all at the same time. For example:
public sub UpdateEntity1()
...
end sub
public sub UpdateEntity2()
...
end sub
public sub UpdateEntity3()
...
end sub
pub...
When i try to change the style of my SMFPlayer at runtime it throws this error
Error: Unhandled Error in Silverlight Application
Code: 2531
Category: ParserError
Message: Failed to assign to property 'Microsoft.SilverlightMediaFramework.Core.BitrateGraphControl.AvailableBitrates'.
the only change i made in the style was changing th...
Hello,
Can anybody tell me some sources from which I can learn how to use werc framework? (The documention on the site is very poor)
Thanks
...
Is there a way to auto generate form fields at design time from data source?
I know I could do it at run time by dynamically appending controls, but I want to generate these controls at design time and position them accordingly.
thanks
...
happy to see a sinatra-like microframework in php
http://github.com/brucespang/Frank.php
but, documentation is scarce, and i'm not understading reading the code
(maybe i'm not able):
you can define a views directory
set(array('views' => dirname(__FILE__) . '/templates'));
but how you can render file inside it?
how passing paramete...
We're developing a web site. One of the development tools we're using has an alpha release available of its next version which includes a number of features which we really want to use (ie they'd save us from having to implement thousands of lines to do pretty much exactly the same thing anyway).
I've done some initial evaluations on it...