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