frameworks

Can I use a PHP framework without index.php or MVC?

Is there a PHP framework that doesn't force me to use a single index.php as the entry point, or an MVC architecture? Because I need to develop something in my own way, with features like Authentication, Security, Crypto, Database CRUD and the like, and so a framework of some sort could help. Is this RAD? ...

Which Java web development framework for an AJAX application?

I read through a few threads (simple web framework, java web development, etc). Very informative. However I have not seen a focus on the AJAX side of things. For the app I am trying to create, most of the client side will be written in Google GWT, and JSON will be used to communicate with the server side. In that case, all templating is ...

Anyone know the Click Framework ?

I've been recommended the Click framework from Apache. But I can't find any forums talking about benchmark, reviews, advantages, disavantages, usefulness, ease of implementation, etc. I've been asked to use it to develop a web site, but I'm completly in the dark about its strengths and weaknesses. And its damn name isn't helping !! Cli...

Is it possible to install an assembly into the GAC as some sort of 'linked assembly'?

Hello, I'm trying to deploy some sort of framework and therefore need to register some assemblies in the GAC. The interesting part is: These GAC assemblies should only be used by the framework developer, the client apps should not use these GAC assemblies but the ones in their local directories (the GAC assemblies could be of a differe...

iPhone framework paths?

I recently moved my projects to a new mac, along with a newer version of Xcode. When i opened my project i noticed that some files were red. So i remapped them by setting the path (by project path) and then providing the proper path location. Now my problem is that the frameworks that i have are red, and i cant find their location! I d...

ajax framework should I go for extjs or raxan?

jquery- Definitely a great choice for DOM manipulation, and have lot of libraries. extjs 3.0- http://www.extjs.com they mentioned many big companies also using it. I seen their interface all great! raxan framework- http://raxanpdi.com Guys, any idea on this? Sounds good too. YUI? I heard that YUI is less troublesome than extjs, more s...

What cool frameworks are there on Java/Ruby etc. that don't exist on .NET?

I was just reading a post from Justin Etheredge in which he wrote "... I get so jealous when I talk to the Java guys at work and see all of the freaking awesome tools that they have for free on their platform. Since I use the NUnit, NCover, NHibernate, NAnt stack when doing most .NET development, sometimes I feel like we are just a bunch...

Best approach to make an online dictionary?

Hi, guys! I'm trying to create an online dictionary (some rare languages) and need you suggestions. My php, mysql and javascript knowledge though is far from excellent, but is enough to understand the code and make some changes to it. I've done some projects with Drupal before and now thinking about trying a php framework for this proje...

Will it be better to use a framework to design a site or just code it by hand?

Duplicates: Anyone NOT using a Web Framework? Why? Do most web ‘programmers’ (not designers) use wysiwyg editors or hand code their HTML? Whats better using HTML/CSS edited by hand or using design programs? and why? Now before I continue I feel more comfortable coding by hand without using a PHP type framework. What will be the ben...

Where can i get good sample codes and references in PHP for MVC Framework with URL Routing?

I am trying to implement a application which i need to follow mvc framework. But I need to gather some ideas in that. Please give me some suggestions and references which includes some sample codes in PHP with URL routing. ...

Differences between Framework and non-Framework builds of Python on Mac OS X

Question What are the differences between a Framework build and a non-Framework build (i.e., standard UNIX build) of Python on Mac OS X? Also, what are the advantages and disadvantages of each? Preliminary Research Here is the information that I found prior to posting this question: [Pythonmac-SIG] Why is Framework build of Python n...

ORM's for .net 2.0 with tool and/or codesmith support but without xml

I'm searching for an ORM framework for .NET 2.0 (has to run on Windows 2000, so 3.0/3.5 is out) that is entirely code configured, and does not require XML. I need this to be "hard coded" in the app so that the app can be stand-alone and copied without any support files. I've looked at most of the common ones like nHibernate and the XML...

ERP Framework to use in development?

Hello everybody: We are about to start developing an ERP for small companies, and the question is if there is some free framework for ERP that I can use? Is something done to accelerate the process? Best Regards and thanks in advanced!!! ...

Is it efficient to use css frame works? If so, which one is best? Or any comparison comments?

Is it efficient to use css frame works? If so, which one is best? Or any comparison comments? ...

RESTful framework alternatives to WCF

Looking for alternatives to the WCF REST start kit, ideally OSS frameworks. Anyone got a list? Cheers Ollie ...

Yii Framework Resources

Yii is a nice php framework. (In my un-experienced view). I was wondering if anybody knows any good resources for it? This is a community wiki. Self described as a high-performance component-based PHP framework best for developing large-scale Web applications. It has a rich set of features, is purely objected orientated and has a growi...

Dotnetnuke and gzip

I am currently running Dotnetnuke version 4.9.4 and would like to enable gzip compression. My concern is that IE6 prior to SP2 has known issues with gzipped content. Does the Dotnetnuke framework handle the gzip issues with IE6 or will I need to apply a fix outside of the framework? ...

The Milos Framework from EPS

I'm currently investigating the Milos Framework from EPS Consulting but I have not been able to find much in the way of useful information available on the subject. There is some broad brush stuff on the web site such as this high level architecture diagram and there is a help file containing the API definition but nothing in the middle....

XCode 3.2 configuration still accessing OS X 10.4 framework when 10.5 is selected

I wanted to try and use some features introduces in 10.5 (like Core Text), so I set the Base SDK and Deployment target both to Mac OS X 10.5 I am also certain that all referenced Frameworks have a path relative to the selected SDK, and the tooltip also currently says it is looking in the 10.5 folder. When I try to compile it however, I ...

How to I restore deleted UIKit.framework and Foundation.framework and others

I deleted UIKit.framework and Foundation.framework in an xcode project my accident. I cant find the framework in the target information (general tab) link libraries section. How could I add them to the project again as i am now getting many many many errors!! ...