0
votes
2answers
55 views
SQL update to record with nearest data
In SQL server 2008:
Suppose I have two tables.
Table1 has 3 fields: Name, Date1 and Date2. Currently, all the Date2 entries are NULL. (Name, Date1) form a unique key.
Table2 ha …
0
votes
2answers
50 views
What’s a reliable way to check an RSS feed for new entries?
Part of an app I'm building needs to check RSS feeds for updates. I'm looking for a reliable way to know if a feed has new entries.
I know that sometimes people make posts to the …
0
votes
2answers
47 views
Equinox p2 for an arbitrary OSGi application?
Hello.
I am designing a software system which I think I am going to implement on an OSGi platform. It is going to be a software system running on self-service terminals. OSGi idea …
1
vote
2answers
34 views
Send a class, not just a class interface, between servers?
I am creating a grid application which requires me to send software packets that wrap a class out to participating nodes within my grid.
The first idea that I came up with was to …
0
votes
1answer
101 views
SQL Server 2008 Filestream Error
On my local Windows XP machine, I'm not able any more to create databases with FILESTREAM.
This error is caused by one of these security updates from MS:
KB952004
KB923561
K …
0
votes
2answers
53 views
Dynamically updating part of a page for all users
I want to dynamically updating a part of a web page for all users on it when I chose to (through a seperate page).
The scenario I'm thinking of:
Say there's a chat box and a pic …
4
votes
3answers
207 views
How do XBox game updates work?
You have a static medium, a cd, so you can't change any files on it. So how do the updates work? I understand there is come code that runs and checks if the version isn't correct, …
1
vote
4answers
70 views
applications running on java 1.4 but windows server says new java updates available.
I am running applications on my windows server that run on Java 1.4
In the bottom right hand corner, Java wants me to update. Is this going to update to Java 1.6, or do these aut …
3
votes
7answers
91 views
Convince the need of maintenance, updates and recoding
One of my favorite topics to discuss with my boss is the need for maintenance work, doing code updates and refining existing code with new techniques. Especially things like: a new …
1
vote
3answers
47 views
updating iPhone apps via the web
I'm working on an eBook app for the iPhone. Given the time it takes for Apple to review and publish updates, I'm considering adding a feature to update the content via my own (Goo …
0
votes
0answers
91 views
Golf Stats API providing to the minute updates?
I've been searching for an API that provides hourly/daily updates for golf statistics such as leaderboards and player rankings (free or paid) without much luck. The golf channel h …
0
votes
0answers
87 views
Preventing HTTP REQUEST on javascript DOM update
I am getting re-execution of imported js files upon a hitting a form button which calls a function to insert a DOM element into page ( in simulation to exe of an ajx callback funct …
-1
votes
0answers
103 views
Should I have to enable automatic update on debian lenny stable ? [closed]
Hi,
I have installed a new Linux Debian Lenny server that will be a LAMP and a Subversion server.
Should I have to enable automatic updates ?
If I enable it, I am sure that I hav …
0
votes
3answers
67 views
Entity Updating strategy
There is some discussion on my team about updating entity data and how best to approach it. This is a security framework and so here are some of the constraints and ideas.
every …
2
votes
6answers
126 views
How do you handle technology updates in long running projects?
Let's assume you're in the middle of a long running project (long running = several years) and, as expected, there will be several things coming up with brand new releases. There m …
