Tagged Questions

2
votes
4answers
90 views

.net framework - object creation - constructor vs factory

Below is an article about .net framework's use of patterns. I'm not sure I understand the bolded part in the excerpt below. Is it implying if you change the details of creating the object, you …
0
votes
0answers
11 views

Schools Interoperability Framework (SIF) integration into application

Does anyone know of any good resources that will help me get started with understanding SIF and how to integrate it into a web-based application? Thanks!
4
votes
5answers
165 views

On declarative programming in C++

Often I face the problem of mapping the parameter space of one API onto the parameter space of another one. Often I see this solved by nested nested nested ... switch statements. And I was wondering …
3
votes
6answers
123 views

Who here is working with java/jsp as web development can you recommend it ? [closed]

Hello all I am now in the process of choosing framework for our web application. I am coming from java/c++ background and built web front ends based on java, but for inner network applications ( …
1
vote
3answers
45 views

Why so many individual System.Web.* DLLs?

I've been thinking about ways to refactor a fairly expansive class/utility library I have, and one thing I think I want to do is split off any higher-level helper utilities that introduce new …
1
vote
1answer
91 views

PHP MVC Framework Design

Hi there, I currently ran into a problem I can not really solve by myself: I ve started to code a "small" framework (browsergame-framework), which follows the MVC pattern in some way. Now I have my …
0
votes
1answer
16 views

how to have fixed height divs using 960.gs?

Hi everyone, I am using 960.gs to do the layout of a simple page, but am having a hard time enforcing a maximum height for the DIVs I am using. Consider the following: <!DOCTYPE HTML PUBLIC …
4
votes
7answers
142 views

Any PHP MVC framework planning to use 5.3 features?

I would like to get started with PHP, and 5.3 release seems to bring many nice features (namespaces, lambda functions, and many others). I have found some MVC frameworks, and some of them support …
2
votes
1answer
60 views

Is there a general concrete implementation of a KeyedCollection?

The System.Collections.ObjectModel.KeyedCollection class is a very useful alternative to System.Collections.Generic.Dictionary, especially when the key data is part of the object being stored or you …
14
votes
10answers
188 views

How do I implement a test framework in a legacy project

So, I've got this big project written in PHP and Javascript. The problem is that it's become so big and unmaintainable that changing some little portion of the code will upset and probably break a …
1
vote
1answer
23 views

Creating variables using $GLOBALS

Hi there, I am currently working on a php framework, which is in some cases structured like the ZendFramework. It has MVC etc. I did not found any equal matching to my problem. My "problem" is I …
1
vote
7answers
102 views

PHP Framework recommendation?

Hi, I'm pretty much new to PHP and still learning as I go. (aren't we all) I'm working on a Web 2.0 startup and I wonder what PHP Framework should I use. It must be free and of course enables …
3
votes
4answers
130 views

Current state of Erlang web development? Frameworks, Template languages

Django is to Python as Rails is to Ruby. What is the current front-runner for Erlang? Recent Erlang web activity has resulted in many new frameworks but they are all still moving targets. ErlyWeb is …
0
votes
0answers
49 views

What PHP framework is most similar to Apache Wicket?

Feature I'm looking for is being component based but not event driven. I also like the idea of defining component in his parent code but describing its placement and some visual aspects in the …
0
votes
1answer
31 views

Equal height colums by 960.gs framework

Is there any css/layout way we can have equal height columns via 960.gs right now i have been using jquery equal height script Any other recommended solution

1 2 3 4 5 37 next
15 30 50 per page