frameworks

External framework (iMedia) + Garbage collector leaks memory?

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...

Difference between CMS(joomla,drupal) and Frameworks(Zend, Symfony, CI)

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? ...

how to create c++ programs without the requirement of .net framework to run (like ccleaner and utorrent)

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...

the best OO framework in Coldfusion9

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 ...

Why codeigniter shopping cart class doesn't allow any special character in the name?

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...

Is there any php framework which exactly reflect the msaccess

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...

Best PHP framework for a newbie

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? ...

Developing a framework in Java

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. ...

Am diving into web development using python. Will Flask be a good place to start!

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...

Silverlight video editing app

Hi, I was wonder if there is any type of silverlight framework that will help me build an app for basic video editing? ...

Keeping directory structure when creating frameworks in xcode

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 ...

Choosing a web application framework (using Node.js)

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...

SQL Database CMS with graphs feature

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...

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. with EntityDataSource

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...

Entity Framework Update Methods

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...

changing style causes ParserError

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...

Help Using werc

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 ...

asp.net auto generate form fields at design time

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 ...

frank.php templates

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...

Developing using pre-release dev tools

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...