9
votes
16answers
531 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 …
5
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.
4
votes
3answers
211 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 …
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 Telerik controls …
3
votes
2answers
80 views
What’s the best way to get Eclipse users to regularly update a plugin?
I'm going to be distributing a plugin that will be routinely updated with features, bug fixes, and updates to downloadable corpuses.
The usual update site mechanism can do the update ok - when the …
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 might be a new .Net …
2
votes
6answers
171 views
What’s the best way to give the user weekly updates from your program?
I have a program that, for the most part, operates in the background. Let's say it DoesWork(). Once a week, I want it to notify the user on some of the work it has completed over the past few days. …
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 have the master …
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 auto-updates only put …
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 …
1
vote
1answer
135 views
update using oracledataadapter
I am using the following lines of code to update records based on rowid:
here dsmain the dataset that i am using....
For j = 2 To AuditGrid.Rows - 1
If AuditGrid.ActiveCell.Row = j And …
1
vote
1answer
244 views
Ext JS - How to update data source update every minute with deltas ?
Looking for a reference implementation. Haven't tried LiveGrid - though tilting towards that implementation. Before I migrate, I was wondering if anyone could point me in a better direction.
1
vote
5answers
3k views
PHP function to get Facebook status?
I'm looking for a good, simple PHP function to get my latest Facebook status updates. Anyone know of one?
Thanks!
EDIT: I've added a half-solution below.
Or if anyone knows a good way to read in …
1
vote
2answers
296 views
How do I turn off automatic updates in Aptana Studio for Eclipse?
I installed Aptana Studio plugins for Eclipse and now Eclipse startup is slower than ever because Aptana Studio always checks for updates at startup -- and it's really slow!
How do I turn off auto …
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 has 2 fields: Name and …
