|
Ok not a happy bunny - Van TBoned me whilst exiting a roundabout yesterday morning and the nearside wheel (at almostfull right lock took) the full impact leaving only very light scratches on the arch plastic. Drove it slowly to the nearest car park to...
Started by G60Dub on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at com):
With that money & hopefully still have some left over :) If you need any help transporting parts I`m.
|
|
Hi I had an accident around a month ago and have just found out my car is a total loss. Now in the past I know you could buy your car back in this situation. Apparently this is not the case? What rights do I have here, the car was easily fixable by myself...
Started by Sully114 on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at com):
I'm curious about why to demand that they sell you the car back... .
Does not need VIC inspection to return advice a call tommorow and see what they say and I will post the outcome here..
Are difficult to obtain so a quick repair is unlikely .
|
|
Is the general advice re windows apps technology to develop in "aim to develop WPF unless you need to drop back to Windows Forms".
I known there are some specific pros/cons for particular scenarios/requirements (e.g. assumptions about what version of ...
Started by Greg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What about your user base? They may be more familiar with... .
If you are distributing the interface through citrix, windows forms may be a more robust solution .
It depends on lots of factors (even if they all else is equal), in particular presentation .
|
Ask your Facebook Friends
|
Hello,
I am a citizen of the United States of America and I want to get a job in the United Kingdom. Sounds good on the surface but I am looking for some advice on what to expect in the way of taxes (and the salary planning associated with them), legal...
Started by Craig on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Salaries are stagnating, but there are still....
You will need a work permit to work in the UK, if you aren't an EC citizen history.
You will need work skills and relations.
You may still owe non-income taxes in the US, such as property tax .
|
|
I'm developing a shareware desktop application. I'm to the point where I need to implement the trial-use/activation code. How do you approach something like this? I have my own ideas, but I want to see what the stackoverflow community thinks.
I'm developing...
Started by JimDaniel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe synchronise the ....
The oldest trick in the book is to install an application at some point in the future and then return to the real date once the application stored the silly date on first run .
Whatever you do, keep a keen eye on the system date .
|
|
For reasons beyond my control, we need to move a boot-from-san server back to direct-attached-storage. All of it's drives are on the SAN. I'm looking for any advice, recommendations and/or potential gotchas for this process.
The hardware will remain the...
Started by Kai on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
My advice is:
Test and make sure that everything works to the DAS reboot (you might need to set the active partition flag) another way - backup the server.
Sounds like a good plan.
Good luck.
Suggest.
|
|
Hi
I'm just after a bit of advice - I am building an online store (using php/mysql) and at present can view current orders by clicking through to the relevant section and applying filters etc. An email is also sent to my inbox.
Because of the nature of...
Started by Tray on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just thinking about loud.
You need to set go the sidebar route, you don't even need to keep the browser open.
And then sleeps for 1-30 seconds (depending on how responsive you need it to be).
|
|
Hi all,
Starting up a new project it is 100% new development against a very large (300 tables) legacy database. The database does not match up all that well to the business model so my initial thoughts where to use a ORM.
I got a proof of concept working...
Started by Todd on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Entity Framework is easier to sell to management....
80 tables in one model.
We split the tables into several Entity Framework models, max ca .
It has worked well for us.
I have used Entity Framework on my last two projects, these have had similar number of tables .
|
|
Hello folks,
I'm currently starting to write my own CMS in php from ground up using CakePHP (or should i use something else?) for my bachelors degree. And i'm thinking about various stuff that will be needed to do.
One of the things i can not figure out...
Started by Gabriel on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you have any good general advice on building more complex websites using php or any best-practices advice....
Fowler.
I would advise you to keep in mind the MVC Architecture by M .
Difference in the world when you need to debug or scale.
|
|
Hi everyone,
Recently I'm exploring NoSQL Databases. I need an advice about how to store data in the most optimal and efficient way for a given problem. I'm targeting MongoDB, now. However it should be the same with CouchDB.
Let's say we have these 3 ...
Started by Stanislav on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you do need user data or story data, CouchDB supports multi-document.
Fast since there is no join.
|