-1
votes
4answers
65 views
Best Framework in PHP
What is the best framework in PHP? Please advice.
0
votes
2answers
13 views
Real-time synchronization of database data across all the clients
What's the best strategy to keep all the clients of a database server synchronized?
The scenario involves a database server and a dynamic number of clients that connect to it, vie …
0
votes
1answer
17 views
How do I Relate these 4 Tables
Trying to setup a simple Thread/Poll table mapping.
Here is what I have:
Threads table
ThreadID (Primary Key/Identity Column)
Polls table
PollID (Primary Key, FK for Thread …
1
vote
6answers
79 views
Which java web framework to choose for client side and server side validation?
We are currently searching for a java framework , that made validation easily on server side and both client side,Spring,Hibernate,Play are the framework choices that we are search …
1
vote
2answers
15 views
Framework not found AudioUnit
Been banging my head agains the wall for awhile now.
My Xcode project went a little haywire while refactoring, and refused to build. I've squashed all the other errors, except one …
1
vote
3answers
24 views
Display Drupal content outside Drupal?
Is it possible to use Drupal to feed a few dynamic portions of a mostly static website? We have a plain old website and are looking to create a sibling site just for web-app stuff …
1
vote
2answers
54 views
Good PHP mock framework
Is there a good standalone mock framework for PHP? Currently I am using Simpletest framework for unit testing. I like the framework, but I dont like how you create and setup a mock …
0
votes
1answer
11 views
Which Timer object should I use in long running processes in .Net?
Which Timer object should I use in long running processes in .Net?
The timer will be used in a Windows Service, and I wish to find the best fit performance wise.
0
votes
2answers
35 views
Manipulate Hyper-V from .NET
Are there any means for a .NET application to create, delete, start, and stop Hyper-V virtual machines?
I would like to create an automated means of starting and stopping (the cre …
0
votes
2answers
28 views
Cannot rollback ransaction with Entity Framework
I have to do queries on uncommitted changes and I tried to use transactions, but I found that it do not work if there are exceptions.
I made a simple example to reproduce the prob …
1
vote
5answers
192 views
Should I learn the Google Closure JavaScript framework, or is it just a passing (albeit Google branded) framework?
By now, I'm sure a lot of people will agree jQuery is pretty much the standard JavaScript framework (or as much as one can ever be). I mean, it has been adopted by Nokia and Micros …
2
votes
0answers
23 views
HaXe Web Framework
Hi,
I'm just beginning to look at the HaXe language, primarily for flash development, but once I'd seen what Neko can do, also the desktop and web server side of things too.
I s …
0
votes
1answer
53 views
OpenSSL on iPhone
I need to figure out how to get two OpenSSL functions for iPhone. I'm trying to keep it so I don't need another dylib, because I don't want Apple to reject my application for somet …
1
vote
3answers
98 views
Framework for GUI on top of Powershell?
The Powershell team preaches using GUI on top of Powershell (GUI actions translated into Powershell commands in the background and executed).
I love the idea, specially b/c it wou …
0
votes
3answers
41 views
Zend framework on shared hosting
I have a problem. I'm trying to deploy my zend framework app on a shared hosting. In local, with xampp was everything ok, but on shared hosting I received the following message:
P …
