Tagged Questions

3
votes
1answer
148 views

Sync nightmare - is it possible to use Merge Replication (or RDA) between 2 SQL CE instances without IIS?

Howdy all, We are faced with the following problem that involves keeping the following in sync: 1 Centralised Server (IIS / MSSQL 2005) Many Desktop WPF clients distributed by ClickOnce Many Mobile …
2
votes
3answers
281 views

unix shell nightmares [closed]

What are the worst/best unix shell nightmares? My favourites are: rm -rf / tmp/foo (deletes everything if you are root; typo :-( ) rm -rf .* (deletes everything if you are root; not just all hidden …
28
votes
26answers
2k views

Inherited a PHP nightmare, where to start?

I've inherited a PHP project that's turning out to be a nightmare. Here are the salient points: All the original developers have left The code has no version control All development and testing was …