frameworks

Graphical sandbox for pathfinding

If you needed a clean and consistent sandbox for pathfinding what would you use? I want to experiment with different pathfinding algorithms by sending virtual units (robots) around obstacles on a geometric plane. But I don't need a feature overkill like a game engine or Flash might have, just an animated report and native collision de...

how to learn a library/framework structure?

a lot of people are contributing to open source libraries/frameworks. i wonder how these people learn the structure so that they can contribute? lets take doctrine and symfony as an example. is there a blueprint over these frameworks to give the developers an insight of the structure? or do they just download it and study the code? h...

Determining what minimal jars are needed for a feature

How do you determine what jars are needed for such and such feature of a framework? For example, what jars would be needed out of all those available for Spring in order to support only dependency injection? ...

ORM on iPhone. More simple than CoreData.

The question is rather simple. I know that there is SQLite. There is Core Data also. But I need something in between. More object-oriented than SQLite API and simplier than Core Data. Main points are: I need access to stored entities only by id. No queries required. I need to store items of a single type, it means that I can use only ...

codeigniter: Where to define members in a model?

Hello, I would like to know what is the best practice to define class members in a CodeIgniter model? Thank you. ...

What should I learn to improve my Java skills ?

Hello, I currently know Java SE and I want to learn something more 'enterprise'. I would like something more distributed (app server, server programming, web, content management system ...) but any suggestion is ok. There are many frameworks which I've heard: spring, hibernate, persistence, ejb, jsp, servlet, jsf, jboss, glassfish,...

Recommended Javascript Framework for Single-Page-Applications

Which Javascript Framework do you recommend me to create a medium-large size Single-Page web application? These are some alternatives I'm considering at this point: JavascriptMVC Sammy SproutCore Make my own customized implementation on top of jquery I plan to make use with ASP.NET in the server side, in case it matters. ...

What is the best for make charts on iPhone view WebPage?

Hi all, I have to make some charts on a "mobile" website, what is the best framework to do this? I see Google Charts API, JQuery Visualize, Raphael and JS Charts... but i don't know who is the best one in Safari Mobile. Thanks in advance to your response. ...

Upgrading IIS web sever framework 2.0 to 3.5 considerations

Hi, i will be responcible for upgrading an IIS web server from the Microsoft .NET framework v2.0 to v3.5. I am wondering if there is anything special i need to know or any caveats i should be aware of before proceding? The site gets a fair number of hits per day and I will be taking it down and performing the upgrade at an off-peak tim...

has anyone actually used sapphire framework from silverstripe?

I was looking for a good lightweight framework for php development, I saw symfony, cake, and CI, and found sapphire from silverstripe and I was wondering if anyone has actually used it or if it is just a scam for using silverstripe. Your comments are very appreciated. ...

How to build software that doesn't require a framework on the user's machine?

I am an ASP.NET developer, but now I want to build a software that can be installed on my PC. Software built in .NET platform only works when the .NET Framework is installed, and software written in Java only works if the JDK is installed. When I install programs like Firefox, uTorrent, etc., I don't need to have any frameworks (.NET, JD...

Is there any Application Server Frameworks for other languages/platforms than JavaEE and .NET?

I'm a CS student and has rare experience from the enterprise software industry. When I'm reading about enterprise software platforms, I mostly read about these two: Java Enterprise Edition, JavaEE .NET and Windows Communication Foundation By "enterprise software platforms" I mean frameworks and application servers with support for th...

Cocoa framework development: sharing between projects

I am currently developing a handful of similar Cocoa desktop apps. In an effort to share code between them, I have identified a set of core classes and functions that can be common across all of these applications. I would like to bundle this common code into a framework which all of my current applications (and any future ones) can link...

Good resources for Wordpress?

Hi, I'm building quite a large site, no e-commerce, but a a lot of specific content to be managed. For some reason, the client wants Wordpress. There is no way of getting around this... I've used Wordpress before to rapidly develop blogs, but that's about it. If anything goes beyond the scope of Wordpress I'll use a framework in someth...

Aspect Oriented Programming Library/Framework for Actionscript 3?

I'm looking for a full featured AOP Library for Actionscript 3. The following projects I noticed so far, but they all seem to have their problems: - http://farmcode.org/page/Sodality.aspx (looks most promising so far, however it requires you to create a whole new class for every AOP "call" I believe, and it forces you to follow quite a...

Logging library with integrated log parser generator.

What I'm thinking of is a library/system that can generate a log parser from my usages of the logging library or that generates both a customized logging API and a matching parser. The end result I'd like is that I Just do my logging and somehow, out the other end pops a library/tool I can use for processing the logs I just generated. ...

Kohana 3 jQuery/AJAX request not working

I am trying to post some data to a controller in Kohana 3 using the jQuery AJAX method. I seem to have an issue with the data not getting to where I want it to be. I want the data to go to the /application/classes/controller/stock.php file where the file will process the data. I can't seem to figure this one out. Hopefully someone ca...

APIs to download songs from iTunes to iPhone

Hi all i am writing one iphone application to download the songs and store it in my application. Is there any framework for this?. Can you please help me how to get started with it. Thanks in advance. ...

Compilation errors for a c api

What would be the reason for the following errors though the syntax was right and I have included the coreservices framework in which some data type and constants are declared. " c.c:22: error: syntax error before ‘CFFileDescriptorRef’ c.c:22: warning: no semicolon at end of struct or union c.c:24: error: syntax error b...

starting a service based on someone's GPL/MIT licensed code

someone wrote a nice framework for developing html5 3d engine. It's GPL/MIT licensed. Do you think it's a good idea to build upon it, and then repackage it and sell it as a service? For eg> the framework lets you build 3d environments. so I build on it, maybe add a few features like characters and music in the environment, and turn it i...