Tagged Questions

0
votes
2answers
63 views

PHP language barrier design problem

Background I need to design a set of utility classes that will ease out file system access to several types of remote services (Local, FTP, WebDAV, SVN, SSH), and I cannot seem to …
0
votes
1answer
17 views

iPhone multi view application design question

Hi! I have a question about iPhone app design approach... I have in mind to make some complex application and I think that the best base for my needs is "Tab Bar Application" templ …
0
votes
4answers
70 views

Multiple websites running on same codebase?

Hi, We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base …
1
vote
1answer
44 views

Building a Black Net (Peer to Peer-like Network) with Participant Anonymity or Plausible Deniability

How would you programmatically design a "black net" where peer to peer-like data exchange (file transfer, chat etc) is possible but the anonymity of the seeder/sender(s) is either …
4
votes
3answers
82 views

Looking for advice for implementing a versioning feature in our application.

I am starting a project to create an "object versioning" feature for our software (.NET 3.5 / SQL Server 2008), basically it needs to do this: a user is looking at a customer: l …
0
votes
3answers
66 views

AS3: How to organize code, in case remote services are called

Hi! In my flex application I use services a lot. I need them to update my data in the application, so call them quite often. Currently I implemented it in the following way: 1) T …
0
votes
1answer
45 views

AIR application design

Hello! I would like to make some AIR application which would be used for tracking jobs inside a company. The idea is to create some database which will handle all the data and, whe …
0
votes
2answers
71 views

What is the best deployment approach for WPF applications with local database?

I want to make a WPF application that exists in one directory including all files that it needs: .exe, .mdf database, .xml config files, etc. the application should work no matter …
14
votes
15answers
847 views

What is the best “forgot my password” method?

I'm programming a community website. I want to build a "forgot my password" feature. Looking around at different sites, I've found they employ one of three options: send the us …
0
votes
2answers
69 views

C# What is my best option? Service/Application/Multiple Applications

Hi, I am developing a solution that requires a number of tasks to be completed at various times. Example: Task 1 - Monitor mailbox, process mail items Task 2 - Monitor mailbox ( …
4
votes
3answers
73 views

Inplace Editing vs. Edit Page

When you develop web applications, especially ones that deal with a good amount of data management (e.g. contacts, addresses, orders and so forth), do you usually create the interf …
1
vote
2answers
52 views

iphone data migration and application design

Hi there, I'm working on an application that has a read-only database shipped with it. The user will run the application and be able to select a series of "favourites" from the …
0
votes
1answer
26 views

How should separated controllers access the model?

Given that I've got any number of controllers, how should they access the data saved in the model? In a database driven application it's quite easy as all data can be fetched fro …
0
votes
1answer
59 views

Streamlining Database/Login Process with PHP/MySQL

Hello all, I'm currently working on a small webapp where I work. I've created this for different departments. So, for example, let's say that: Marketing, Human Resources, and Sal …
2
votes
9answers
111 views

what is the best UX for non-programmer users? comma-separated tags or space-separated tags?

I'm creating a social site for teachers (non-programmers) on which teachers can add events, links, exercises, tips, lesson plans, books, etc. Each of these items I want them to be …

1 2 next
15 30 50 per page