Unanswered Questions
9
votes
1answer
388 views
Multiple Zend application code organisation
For the past year I have been working on a series of applications all based on the Zend framework and centered on a complex business logic that all applications must have access to even if they don't ...
9
votes
2answers
575 views
Question on design of current pagination implementations
I have checked pagination implementations on asp.net mvc specifically and i really feel that there is something less efficient in implementations.
First of all all implementations use pagination ...
8
votes
1answer
435 views
Pseudocode for Brodal queue
I'm trying to find more resources regarding Brodal heap. All I found is a haskell implementation of Brodal-Okasaki heap, but I think that they are skew heaps, is this correct? Furthermore, I'm ...
7
votes
0answers
253 views
UI patterns in functional languages
I would like to start fiddling with ClojureScript, but I am puzzled about some points. My problem is what is a good way to deal with state changes coming from user interaction, when you trying to work ...
6
votes
3answers
369 views
Is there any algorithm book that teaches like Head First series?
As a Java programmer I need to learn algorithms (for programming Challenges). I read some Head First Series (JAVA owned by me) and they are pretty brain friendly. So I was wondering is there any ...
6
votes
3answers
116 views
Different callbacks for error or error as first argument?
We (and the JS SO chat room) had a talk with @rlemon some days ago about his Little-XHR library about error handling.
Basically, we wanted to decide which error handling pattern should be used:
...
6
votes
2answers
138 views
MPL 1.1 and APL 2.0 License compatibility
I am working a project that is licensed under the MPL 1.1 and would like to incorporate some code that is licensed under the APL 2.0.
I know in 2010 Mozilla announced they were updating the MPL to ...
5
votes
3answers
186 views
How do I Integrate Production Database Hot Fixes into Shared Database Development model?
We are using SQL Source Control 3, SQL Compare, SQL Data Compare from RedGate, Mercurial repositories, TeamCity and a set of 4 environments including production.
I am working on getting us to a ...
5
votes
3answers
236 views
how to structure MVC models and ORM models
I have some trouble getting a good folder structure in my project and i would like to know what other ways i could use to structure my files.
I'm currently working in an MVC sturctured folder.
www/
...
5
votes
4answers
147 views
Requirement, architecture data capture tool
Are there any tools available for the following use case:
I am planning to write a complex application and now I just know about the basic functional requirments. I am refining the functionality with ...
5
votes
2answers
306 views
How to implement smart card authentication with a .NET Fat client?
I know very little about smart card authentication in general so please point out or correct me if anything below doesn't make sense.
Lets say i have:
A Certificate Authority "X"-s smart card ...
5
votes
2answers
127 views
Displaying Datamatrix in application error screen
Quite often we will get a report from a user in the field saying there was an error in our application. Frequently this leads to the typical round of "What was the error?" "I don't know, it was just ...
4
votes
0answers
76 views
“how bad” is unrelated code in try-catch-finally block?
This is a related Q:
Is use of finally clause for doing work after return bad style/dangerous?
In the referenced Q, the finally code is related to the structure used and the necessity of ...
4
votes
2answers
114 views
Storing data for use on Android and Windows Applications
I posted this last night on StackOverflow and was advised to move it over to StackExchange, thank you for taking a moment to look at my question.
I'm developing a project proposal for my final year ...
4
votes
1answer
287 views
Android, OpenGL and extending GLSurfaceView?
This question is part-technical, part-meta, part-subjective and very specific:
I'm an indie game dev working on android, and for the past 6 months I've struggled and finally succeeded in making my ...