0
votes
2answers
63 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 has 2 fields: Name and …
0
votes
2answers
61 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 suits well for my …
1
vote
2answers
57 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 future and, after …
1
vote
2answers
35 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 have the master …
6
votes
5answers
1k views
C#: windows automatic software updates
What are some good solutions for handling automatic web based software updates for windows forms projects? I am aware of microsoft one-click, but am not interested in it at this time.
0
votes
2answers
54 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 picture
on a page.
When …
1
vote
4answers
75 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 auto-updates only put …
3
votes
7answers
95 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 Telerik controls …
5
votes
3answers
226 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, and then downloads a …
1
vote
3answers
48 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 (Google App …
9
votes
16answers
551 views
How often should you release software updates?
Moments ago Jeff Atwood said the following on twitter:
Look, I love rapid new software releases, but the frequency of WordPress releases is just ridiculous.
Which makes me think, how often …
2
votes
6answers
128 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 might be a new .Net …
0
votes
0answers
96 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 function). The DOM …
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 table in DB has a …
0
votes
1answer
110 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
KB961373
KB956572
…
