|
Tags : None
Ads no more
Remove this ad hey everyone, i just discovered this site where jodi picoult fans can tlk about her books...so ive read alot of her books which r all great. i really enjoyed Keeping Faith however i found the end a bit confusing ...
Started by amyk311 on
, 21 posts
by 16 people.
Answer Snippets (Read the full thread at yuku):
The only proble I have....
I also, starting #6 today.
Friend).
It with 4 of them now, including Keeping Faith which I bought on vacation in Austria late last feels like she needs to keep talking to God even if God is no longer there (as imag.
|
|
What is preferable, keeping a dataset in session or filling the dataset on each postback?
Answer Snippets (Read the full thread at stackoverflow):
Keeping the datasets....
It is usually best not to keep too many items in session on the server.
That would depend on many factors.
Have option to repopulate if you need to, for example if the session memory is wiped .
Keep in session.
|
|
Ok Here is my problem. I just spent $1300 insulating my bonus room above my garage. Yet even now the room still seems cold. Not as cold as before but still a little chilly, especially when you open the door and that negative pressure air hits you when...
Started by docbrock55 on
, 14 posts
by 4 people.
Answer Snippets (Read the full thread at avsforum):
Buildingscience.com has a lot of good info.
On the outside or cold walls/ceilings, to keep air from infiltrating.
|
Ask your Facebook Friends
|
How would I go about keeping the state of a tree control? I'd like to keep the state of the tree when it's data provider gets updated, instead of it collapsing.
Started by Ronn Lixx on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The easy method to keep you tree nodes expanded.
Hope that made sense.
If the UIDs match.
|
|
One of my clients has mentioned the term 'Database House Keeping' in his tender specs. I am not sure about the term, please help.
Started by Eros on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For instance, linking the tables properly so that if a user deletes their account, it automatically (or via a cron job/automatic process) cleans up the relational tables associated... .
I would assume it means maintaining the db, and cleaning up after yourself .
|
|
I want to keep my app under 10.0MB for easy downloading in both cellular and Wifi network environments. In your experience have you come across any good ways for keeping your apps slim? If so please share. What are some good guidelines for keeping iPhone...
Started by RexOnRoids on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
A 10mb executable sounds unusually high so maybe an....
If you are using audio files you could consider using mp3 instead of AIFF or WAV, at the possible price of a slightly higher processing overhead .
One tip would be to use compressed media formats.
|
|
Imagine search bar on html page, it has, say 4 controls on the same line, each wrapped in DIV. E.g. a few listboxes on the same line:
searchbyX, byY, byZ, byN After some clicks, some of these controls are hidden, some are displayed (using JQuery). The...
Started by PHP thinker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To make it visible again, remove the property or set a explicit
visibility: visible
Instead of hiding them by setting "display... .
It will hide the element, but reserve the space it needs .
If I understand you correctly,
visibility: hidden
will do the trick.
|
|
What's the best practice way for keeping track of who did what in a mid-sized Rails app? Intercepting all database read/writes and storing that in another table?
Started by Saurabh Sharan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Otherwise there are several commercially supported data audit applications that can be purchased and configured to track... .
If you'd like to "roll your own" solution you can implement database triggers on insert/update/delete that update a separate table .
|
|
In my application I keep a LINQ object fetched from the database, and regularly modifies it followed by db.SubmitChanges() .
I have read that you are not supposed to keep around the DataContext object for a long time. But if I close my DataContext between...
Started by Bjarke Ebert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Probably keep the DataContext around without much of a problem (barring a loss of connection.
|
|
I have had on-and-off contact with FreeBSD for 15 years, but I haven't maintained a FreeBSD system since 4.x. Now I need to install and maintain a couple of 7.x systems; first for development, then an Internet-facing server.
Looking through the FreeBSD...
Started by Twylite on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Management portsnap for ports tree portmaster/portupgrade port upgrading I use portsnap to keep my ports.
|