frameworks

Error when publishing .NET c# application

It has been two days and I haven't been able to make this application work in the hosting computer. This application is in a subdirectory and is written in C# the other application is C#. It work just fine down here in my development computer. I have been trying the following. 1.I made the changes to the web.config so it doesn't confli...

Which Modular Application Frameworks does exist for ASP.NET

We are working on a Modular Framework for creating web-applications in ASP.NET in these days. Kind of influenced by the workings of the group behind the CAB Framework. How many other similar frameworks (if any) exists out there...? If there are any ones which are Open Source that would be considered a bonus since then I could check out ...

What is the major difference between a framework and a toolkit?

Does a framework allow you to abstract generic code - but not in a complete way (Ex: Abstract a network connection - but not what you actually do with the data), and does not solve any particular common requirement whereas a toolkit has solutions to generic problems(Ex: Dialog box widget)? Real world Example: Prototype is a "framework",...

CMS based PHP Framework

There are lots of PHP framework available in the open-source community. Like: Zend, CakePHP, Codeigniter and .... But I don't find anyone of them as a CMS based framework. All the frameworks follows a particular design pattern and gives a strong PHP library to develop a website. Now most of the sites has a admin panel, user manageme...

Should I be using a framework for Ruby?

I have once again fleshed out Ruby, after two years of not touching it, and am considering programming for the web with Ruby. However, I have found that the Ruby on Rails framework is just too large and bloated for my taste. It is usually a matter of preference, but in my case, I just want to be able to program on the web without having ...

Is there a .NET framework similar to Ruby's Sinatra?

Does anyone know if there is a .NET library/API similar to Ruby's Sinatra? Just wondering since with the new Routing API in ASP.NET MVC, WCF and .NET 3.5, it seems like a possibility. ...

Differences between Foundation frameworks on Mac OS X and iPhone

Curious: Why is it that Foundation on OS X contains a wrapper for CFHost (NSHost) but not CFSocket, and Foundation on iPhone OS doesn't even have NSHost? And as an aside, are there any libraries or has any written any wrappers for CFHost and CFSocket on the iPhone? ...

Which PHP framework is most similar to Ruby on Rails?

I've been working a lot with Ruby on Rails in the past several months, and am loving it. Recently however, I've come into some work that requires PHP, and would like to retain a lot of the nice baked in features that Rails provides, such as: Restful Routes Easy Model Validation Good Application Layout Helpers and Observers Are there...

Are there any alternatives to the MVC frameworks for PHP that would be considard best practice?

I'm looking for a good framework for PHP and see most offer the MVC approach, are there any other (or better) design methods/approaches that would be considered more efficient or best practice? MVC is starting to look dated but I wanted to know if it's still considered the industry standard. ...

Do I have to design for separate database & server runtime per different module?

Hi! When designing a new J2EE based enterprise framework, do I have to prepare for the situation where separate business modules have to use different databases and have to run on different application server instances? From another point of view: has anyone ever experienced a real life requirement for different databases & servers p...

How you learn New Technology/framework/language

How you learn new technology/framework/language when it came out? How to approach it? Why i am asking this question: I have been trying to learn Iphone Development from last 3 months or so, download all the available books on amazon store from rapidshare lox, reading blogs, tutorial websites, checking forums like this, take the standfo...

What python web frameworks work well with CGI (e.g. on nearlyfreespeech.net)?

From nearlyfreespeech's website, they state that the following don't work well: mod_python Web application frameworks that depend on persistent processes, including: Ruby On Rails, Django, Zope, and others (some of these will run under CGI, but will run slowly and are suitable only for development purposes) Are there any Python web ...

Php: speed of frameworks

I'm thinking about frameworks. I know they make life a lot easier, but as far as I understand they also significantly burden the server, don't they? I'm looking for some kind of benchmarks, famous frameworks to basic php comparisons. I have a will to create a kind of my own framework - a way simplier (no ORM and other cool stuff, only ...

Framework for Scalable Multithreaded Client/Server Network Application

Although the java.net.Socket and java.net.ServetSocket give me powerful networking capabilities I wouldn't want to go through the nitty gritties of creating and managing my own sockets and threads. What open source Java Frameworks are available to create/deploy a Highly Scalable Multithreaded Client/Server Network Application? ...

Making a difference between AsyncPostbacks in nested UpdatePanels in Asp.Net AJAX

In an ASP.net AJAX project (WebForms),I have an UpdatePanel, and in UpdatePanel i have multiple nested Controls with UpdatePanels, basically i have control trees. The Parent Control is huge and very important part of the site i cannot touch it,(and also it is reused on many places),the UpdatePanel shoud remain on current position. The c...

Which one of the java spring books to start?

I am currently dealing with java spring framework and i have two good books to start but i dont know which one to go first? I have beginner knowladge about spring by the way. Spring in Action Spring Recipies ...

How to design a system which allows property edit.

I want to design a Visual studio type property window where user can modify the properties of the controls. When the user selects the particular control in the UI, all the editable properties should be visible in the property window. The user control should have control on what properties it want to expose for property window. The user c...

Is it a good idea of offer to install Framework 3.5

I would like the next update of our C# application to be the last one targeting the 2.0 Framework, and the following one to target framework 3.5. The application will be installed on a share on the client's server and accessed from a load of client machines which will need to have Framework 3.5 installed, hence all the users will receive...

Yii, yiic and console

In the installation instructions for Yii it is nescessary to use console and command line utility - yiic. Well, on my shared hosting I don't have ssh access. This is why I have following questions: How often and for what reasons will I have to use console? Is there a way to avoid using yiic? May I run yiic on local server and then ju...

Develop desktop applications view with HTML, as a web application

Hello I am used to develop web applications in Java (Struts, Spring, JSP...). But now I want to develop a desktop one. I never liked to design windows in Java (AWT, Swing, SWT): too much work for an ugly interface. So I think it could be a good idea if could take advantage of my web-app skills. One option is to modify the SWT Browser an...