Tagged Questions

1
vote
5answers
36 views

How do I get this CSS text-decoration issue to work?

Some days I swear I'm going mad. This is one of those days. I thought my CSS was fairly straight-forward here, but it just doesn't seem to be working. What am I missing? My CSS looks like this: ul …
5
votes
6answers
94 views

Divide by Zero Display Values

What is the best way (most intuitive to users) or best practice for displaying the results of a divide by 0 error when doing reporting? Within the report, I capture this error, however, when …
-1
votes
4answers
40 views

Limit the # of rows being housed in a SQL table

This is a table design issue. I have a table that stores IP addresses. The data in the table is queried very heavily. The IPs can have different flags such as "unblocked", "temporarily blocked" and …
2
votes
3answers
165 views

Why don’t win32 API functions have overloads and instead use Ex as suffix?

The win32 API has for example two methods StrFormatByteSize and StrFormatByteSizeEx. Even though both the methods symantically do the same thing and the Ex counter part only offers a new parameter to …
0
votes
0answers
24 views

Where do i get a Q&A web template like the one for stackoverflow? [closed]

Where do i get a web template for Q&A like this for stackoverflow. I think this is now very common in many Q&A websites and should be done a template of some sort, have a look at startups.com …
2
votes
3answers
40 views

Best practices for legacy compatibility

From my experience, commitments to backwards/forwards compatibility are the gilded cage of the software engineering industry. I have particularly observed this to be the case for document file formats …
0
votes
3answers
41 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 …
2
votes
1answer
34 views

A better design? Same object, different possible states

Hello, I have a very simple application which consists of an ASP.NET front end site, with a WCF Windows Service doing the heavy lifting back-end logic. The user has one simple page where he selects …
0
votes
1answer
10 views

Printing c# forms with DeckWorkspace

I'm having a bit of trouble printing some of the forms in our Smart Client Software Factory application. We've got a master form, which has a header showing some critical information, and underneath …
0
votes
2answers
23 views

Implementing a dynamic sidebar in zend without calling an extra action

Currently trying to come up with a "best practice" for a ZF site that is both elegant and efficient. What I am trying to do is just generate data for a sidebar. In a couple of related questions and …
-1
votes
0answers
22 views

How would you design a Calender app similar to outlook (Interview Question)

Calender should have functions like, User should be able to set an appointment based on time and date. Calender will warn user if a conflicted appointment occur. Please describe what Classes, data …
3
votes
0answers
33 views

Does a reference work with human behavior/perception patterns exist?

In all current and future projects I pledged to concentrate all the ground work around interaction design. I'm aware of Alan Cooper's work, and it's excellent, but what I'm looking for is a reference …
1
vote
1answer
67 views

How should I organize the code for my software package?

I want to reorganize my C++ code project, which contains of hundreds of source files. I want to split everything into 4 libraries, taking care to avoid cyclic dependencies: (a) src/core (b) src/util …
1
vote
3answers
82 views

Designing a virtual machine with JIT

Hello, I'm developing a scripting language that compiles for its own virtual machine, a simple one that has instructions to work with some kind of data like points, vectors, floats and so on.. the …
0
votes
3answers
30 views

How to design small web forms in html page

When i design our web-form then i see then my web-form is very small then my web page Because my form have only two field (two text-box two label) How i design it. then he look Beautiful.

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