Tagged Questions

1
vote
1answer
47 views

Design choice with a container class that several classes use

I have a class that wraps around a list called ExplosionGroup (previously called AllExplosions for reasons I'll explain) which is a list of 'Explosion's (another class). My original design choice, …
-5
votes
3answers
508 views

DDD vs TDD

Which one offers more advantages for a large software, say like Photoshop? Also by TDD I don't mean just unit tests, because you can use unit tests in DDD too, just not the same way TDD does. DDD: …
0
votes
9answers
111 views

Should a function’s comment include descriptions of work done by functions it calls?

Let's say I have a function called DisplayWhiskers() which puts some slashes and backslashes on the screen to represent an animal's whiskers like this: /// \\\. I might write a comment for this …
0
votes
0answers
7 views

What is the best way to create a custom derived grid control?

I want to create a custom grid derived from DevExpress grid control. I just want to add several columns and add custom painting. I will then use this control in 2 different forms. The problem is that …
1
vote
1answer
41 views

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 …
8
votes
9answers
508 views

How can I learn to write well-structured programs in Perl?

I've started learning Perl but most of my former programming experience has been in languages that emphasize object oriented programming such as C# and Java. All the Perl examples I have found tend to …
41
votes
19answers
1k views

how do you go about charging for building a website

Someone has approached me to build a website for their small business. What is the protocol for laying out an offer for building a website in terms of pricing? Do i charge for number of pages? If …
0
votes
5answers
46 views

dreamweaver for css and html?

im a pure backend programmer and i find it so difficult to position divs and add css styles. what are your advices to make this as simple as possible for me? use dreamweaver? what can it help me …
0
votes
1answer
27 views

Tricky data conversion excercise

I have weather history data which I need to plot on a web page using (highly recommended) jquery flot. The app behind is in RoR. One of the data series describes overall weather state for a date such …
0
votes
2answers
20 views

CSS make set minimum page height/width

Hey, In the page layout I am creating, for some reason, the scrollbars never seem to show and rather the content tries to rearrange itself. Is there a way to lock in a set width and height for the …
4
votes
1answer
38 views

Any C# SmartDate converters out there, e.g. “sun 11” --> 2009-12-06 11:00:00

In the spirit of not reinventing the wheel, can anyone point me to free C# code that does the following kinds of conversions? "sun" --> 2009-12-06 00:00:00 "tom" --> 2009-12-06 00:00:00 "tomorrow" …
0
votes
4answers
63 views

Can anybody suggest me a book on embedded system design?

Please suggest me a book on embedded system design which covers advance design of embedded sofware design of hardware to build efficient system I know, its difficult to learn all the things from …
0
votes
5answers
103 views

Wrapping STL container without code duplication

I have a simple struct struct A { int t; int s; }; Those were contained in std::list<A>. The problem is that I group A depending on s. I can avoid duplication of s if I'd wrap A in …
0
votes
1answer
40 views

MVP, design question

Hi, I working on a MVP designed application and have some design questions. When writing code in the presenter-layer how should the comunication go between different presenter/viwes? Lets say I have …
1
vote
1answer
42 views

MVC / ASP.NET design templates

Does anyone know of any good sites to download good design templates (master pages, css files) for MVC projects, or ASP.NET projects in general? I've used the asp.net mvc gallery but the options …

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