Design in programming is the act of making particular choices about how best to structure a program, to achieve goals of reliability, maintainability, correctness or ease of use.

learn more… | top users | synonyms

-3
votes
3answers
66 views

CSS: Can a div “float:middle” rather than “float:left;” with margin-left?

i would like div 1 to float on the left div 2 to float in the center div 3 to float on the right. but there is no such thing as "float in the center" solutions ?
1
vote
0answers
10 views

Architecture for a recurring workorder system

I'm hoping for advice on designing a workorder system that has to support recurring workorders. For example, An administrator needs to be able to set a workorder to repeat in a unit of time like every ...
0
votes
0answers
6 views

How to maintain follow list like in Instagram?

I am trying to make a network similar to Instagram / Facebook principle; i.e. there will be many users and they might be connected to one another in uni-directional way. Something like a graph. A ...
0
votes
1answer
32 views

What is the rationale behind the (probably undocumented) cases of .NET suppressing exceptions?

I am trying to grasp the the .NET criterion where, when .NET exceptions are suppressed, swallowed or passed unnoticed in order to detect/suspect/prevent/be on alert about such incidents. The MSDN ...
0
votes
1answer
22 views

design approach for ERP database [closed]

i must re-build an ERP app that did about 7 years ago. the old database design was: 1 document -> 1 table. as an example: invoices have there table. i search other's database design, such as ...
0
votes
3answers
57 views

Android: What's the best hierarchy for this app?

I have an ImageButton and I want its image to change every time that onResume() or onCreate() is called. I have a method which changes the image, called mUpdateBackground, but I'm having trouble ...
0
votes
0answers
24 views

Expression evaluation and optimization

I was given the following function h = A.B' + C + B.C'.D + B.E + B'.C.D'.F and was told to construct it in the most optimal way using only any size NOR gate and also by applying distributive law. ...
-1
votes
2answers
23 views

Building a design for an android app [closed]

im working on a design for an android app right now can someone please give me the exact designs for PSDs i have to make? I Understood that there are 3-4 different sizes and DP i have to work with - ...
0
votes
3answers
42 views

Is it generally considered a bad practice to alter the object's state via its getter method?

I've been thinking about this for a while during my past development. I am kind of against doing such things, I've normally declared a separate method that explicitly handle the logic. E.g. If a ...
0
votes
1answer
20 views

difficulty applying a tumblr CSS

I'm trying to block all posts from my home page and I have the code to do it but I don't know how to make it work. Any help would be great! {block:IndexPage} <p> This will be printed on the ...
0
votes
0answers
6 views

Extract and replace encrypted images from LWP APK

I did extract the APK and replaced the images using 'Easy APK disassembler', but i got the images as corrupt, and when i replaced the image with one of mine (It was a LWP) the app crashed.
0
votes
1answer
36 views

How to correctly plan a Windows Phone app

I'm trying to make my first WP app and I'm running into some design problems as I'm coming from Java and I'm not used to XAML and stuff like that. Let's say that I have a structure like this: ...
2
votes
2answers
36 views

Correcting implementation of a Factory Method with parameters

I'm making a solution for a program that builds robots with different types of parts(C#). In this case I have two types that share some attributes and both types of part inherit from an abstract ...
0
votes
1answer
21 views

Cutting text in between destroys the design

I'm currently having an issue with my website. I count like 150 words and then cut it for displaying as an intro text on my website but this produces an issue. When we have something like this in the ...
-2
votes
0answers
14 views

Blackberry own dialpad issue

I have created a virtual dial pad for my app in blackberry with one editfield for dial a number. But i couldn't dial the number because each time i press one button the editfield is refresh and ...
0
votes
1answer
39 views

HTML: How to design profile page that is used for different users

I want to make a website for my Android social networking app and need some assistance with a basic concept regarding user profile pages. So right now I have a native Android app where users have ...
-2
votes
0answers
18 views

Visual studios 2010 tool implementation/design [closed]

I'm currently looking into making or at least researching a tool i would like to add to visual studios and would like some help on the basic ground work etc. The tool i am looking to make/Research is ...
0
votes
2answers
49 views

Design Review - Resolving IDispatcher Or Dispatcher instance

I am in a process of extending ObservableCollection<T>, which will notify collection change back to UI thread from ViewModel in an ideal MVVM scenario. To achieve this, I am thinking of ...
0
votes
3answers
75 views

Are there any downsides to putting most of the code in the .h files? [closed]

For a while now I've been putting all the code in the h files. I was influenced by csharp and I now prefer to have no cpp files ( other than main.cpp ).
0
votes
2answers
48 views

What is the best way to expose only few tables from a database?

We have a database with just query capabilities and access to read/write data. There is another team that OFTEN needs to look at a few tables based on few parameters. We dont(will never) have the ...
0
votes
0answers
16 views

Writing data driven reflection based tests to ensure design completeness

When writing software I'm often forced to at some point to make a decision that involves a design pattern of "by convention" naming and behavioral patterns. This normally makes me feel kind of slimy ...
0
votes
2answers
50 views

SQL Table Design, which one is better?

I was wondering if anyone had some opinions on some table relation designs. So I have a form with 3 dropdowns, say Manufacturer, Model, Trim Would it be better to have 5 tables, ie one for each ...
0
votes
2answers
36 views

Designing installation proccess

I want to create a CMS, installation and configuration is first. I want to do a couple of stages here: Display page with server requirements Display database configuration "window" After clicking ...
0
votes
0answers
36 views

A WPF Browser application accessed from local network

I currently have an application which communicates with hardware (like controller boards). A GUI exists in the form of a WPF application, with which some settings can be accessed and changed. This is ...
-10
votes
0answers
60 views

What should be done in Javascript and what should be done in php? [closed]

Here is the scene, i need to use some third party api such as tweeter. I can not only use ajax to accomplish, but also use php. So how I choose
0
votes
2answers
42 views

Best way to structure my desired, simple HTML layout

The image below shows the simple structure I hope to accomplish.The problem I am having is that I am wondering what the best way to structure the second row is - I want to have a background colour ...
3
votes
3answers
57 views

How to split a PHP class to separate files?

I want to do something like class categories in Objective-C, to define a class in one file, implement some core methods there, then implement some helper methods in another without subclassing or ...
1
vote
1answer
47 views

Should I inherit a subclass if some of the instances don't use an attribute of base class?

The question might be a bit unclear, so I'll just provide the code: class HitPoints { int m_current; int m_maximum; int m_regeneration; }; So basically current means the hit points you ...
1
vote
2answers
27 views

Positioning embedded video via CSS

I am trying to reproduce a layout similar to Youtube to practice some of the things I've learned just recently. How can I reposition an embedded Youtube video? I tried making a parent div for the ...
2
votes
2answers
45 views

Java spring based webapp vs pure javascript webapp [closed]

I have two options infront of me for web development. Can you guys share your views on which projects suits for each of the paths: path 1: java + spring on server side and javascript/html on front ...
2
votes
2answers
65 views

Mixing up languages and technologies: Is it a good idea?

Please have a look at the following design. It is a Block diagram, which is created to display COMPONENTS Please note this is a diagram for a desktop application. What you see here are components, ...
10
votes
6answers
360 views

C++ Interface vs Template

I have 2 solutions for the same problem - to make some kind of callbacks from one "controller" to the used object and I don't know what to chose. Solution 1: Use interfaces struct AInterface { ...
1
vote
1answer
52 views

How to efficiently load an object model from a data store?

Consider if you will, the example of an Order class having a collection property of OrderLines. public class Order { public OrderLineCollection OrderLines { get; private set; } } Now consider ...
0
votes
2answers
34 views

Sprites with background position and width percentage in responsive design

I am designing a app with CSS3/HTML5 with a responsive design. To performance I use sprites instead of normal images. So, I use background image and background position. On entire app the aspect ...
1
vote
1answer
49 views

Can I hide all posts from Tumblr's main blog while keeping them unhidden from their routed pages? [closed]

I'm trying to figure out how I can keep my all of my posts off of my homepage without hiding them from my secondary pages...... Here's what I'm working with: http://brewerstl.tumblr.com/
1
vote
5answers
58 views

Is it better to have one method which can return a value irrelevant to the objective of the method or two separate methods named accordingly?

I'm currently working on a uni assignment where I know design is critical to the marking criteria. The objective is to basically read a text file and return a count of the occurance of each word. ...
-3
votes
0answers
54 views

Backgroundworker vs Mainthread [closed]

I have a common method which is hit by both background worker for a batch job and main thread run by Task. Main thread is taking 8 second when background worker is not running. And the same main ...
0
votes
1answer
44 views

Class design: how to add sequencing or alternating logic to API

My classes are like this: class FB_I { public: virtual void foo() = 0; virtual void bar() = 0; }; class TEE_I { public: virtual void tee() = 0; }; class C: public FB_I, public TEE_I ...
1
vote
2answers
139 views

Alternative to an infinite loop

I have an infinite loop:- while(true) { //display an image } Obviously the CPU goes up. I have used: Thread.Sleep(100); Thread.Sleep(0); ApplicationDoEvents() - I know i shouldn't This loop ...
1
vote
2answers
30 views

Using REST services directly from the browser via Javascript

What are the pros and cons of consuming web services within an HTML page via Javascript (JQuery)? Browser (JS) -> Backend (REST) versus Browser (JS) -> MVC backend -> Web services backend ...
0
votes
2answers
23 views

Handling actions in REST web services

I have a web applications where the user can upload samples that can be processed by the backend. Each sample can have one or more files of different types. Once the information about the sample is ...
1
vote
1answer
58 views

Should I use async or Task to handle a lot of concurrent operations?

I am writing a Windows Service that is going to process a lot of input files. My question is whether I should use async and await, or if I should create a custom library using Task that could limit ...
1
vote
1answer
56 views

Factory pattern for objects that differ in one member datatype?

I keep running into the same conundrum over and over again when I try to implement a factory pattern for something like this: class Base { template <typename T> void ...
0
votes
1answer
25 views

I need some thoughts about the design of my database, related to storing coordinates

I want to design a database for storing the location (latitude and longitude) of several buses (it would be a tracking app). So, I will have one device in each bus, sending this location every 10 ...
-1
votes
4answers
56 views

Calculation of class members

While coding, I encountered following situation: I have a class, let's call it C. It has an attribute A of arbitrary type which must be calculated first: public class C { private int A; ...
1
vote
0answers
16 views

D-efficient balanced design with R

I was wondering if there is any package for generating a D-efficient balanced design with R I tried the AlgDesign package, but I did not manage to get a balanced design. Not sure if this is because ...
1
vote
1answer
31 views

How to make change an imagebutton upon click

I am new to android and trying to figure out how i can have a different image upon click. I have 2 images, one for the normal state and one for the onclick state. i am unable to set up the onclick ...
0
votes
0answers
12 views

Database design - heterogeneous tuples

I'm implementing a database for a Python application with SQLite and I have a question regarding how I should design it. The database has a table for "items". Items have an unique "id" and a name to ...
1
vote
1answer
29 views

Different instancens in a thread, or threadpool?

I currently have a project that starts up a central logic class (which uses some other .dll's to check on hardware or connect to the database). After that, a WPF form is started. This form uses the ...
0
votes
0answers
44 views

How can one change the color of a property appearing on the Object Inspector?

There are some properties in the Object Inspector that has a red color. For example with you check for a Form, you will see that Action, ActiveControl, CustomHind, ... I am creating my own component ...

1 2 3 4 5 243