Tagged Questions

Updates can refer to the modification of data or configuration by an application, process, or service, or can refer to the modification of software by a process.

learn more… | top users | synonyms

13
votes
16answers
1k 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 ...
13
votes
8answers
4k views

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.
9
votes
4answers
327 views

How Do You Manage Your Eclipse Installation

How do you manage your Eclipse installation, i.e. the basic installation, plug-ins and workspace settings with regard to consistent updates (including major ones, 3.5 => 3.6) and usage on two or more ...
7
votes
9answers
28k 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 ...
6
votes
2answers
122 views

Safe method for updating R packages - is “hot-swapping” possible?

I have encountered this problem a few times, and am not able to figure out any solution but the trivial one (see below). Suppose a computer is running 2+ instances of R, due to either 2+ users or 1 ...
6
votes
3answers
409 views

Android: Notify user of a newer version

I am finding alot of users for some reason are not upgrading my application when new versions come out. Is there a way for my application to query the Marketplace application and then notify the user ...
5
votes
3answers
2k 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 ...
4
votes
0answers
181 views

How to get older CE 6.0 updates

I'm working on a project with CE 6.0 and I need to rebuild the tree. My problem is that I have to update the tree up to May 2009, this requires the 2008 rollup and the following 5 monthly updates, but ...
4
votes
3answers
344 views

Automatically update or delete record(s) after x time in coldfusion

I've searched all over the net for this. Hope that someone's got something. How would a record in a database be updated automatically after x time n coldfusion? I know how to manually do it by ...
4
votes
7answers
71 views

Should I update an application when a used framework release a new version?

I have an application that use several libraries and frameworks, should I update my application to use the latest version of those frameworks when a new stable version is available? For example, ...
4
votes
2answers
55 views

Client app updates…what is the proper way to deal with them?

I do a lot of freelance work and clients often have me build apps from existing packages and applications (i.e.: Wordpress, Magento, Firefox [extensions] etc.). Six or seven months down the line, an ...
3
votes
2answers
300 views

Some Android SDK components does not want to install.Why?

Android 2.2(API8): -GALAXY Tab by Samsung Electronics, -Real3D by LGE, -Dual Screen APIs by KYOCERA Corporation, Android 2.3.3 (API10): -Dual Screen APIs by KYOCERA Corporation, Android 3.1(API12): ...
3
votes
1answer
50 views

ApplicationDeployment.CheckForUpdateAsync Method handling exceptions

I seem to be having an odd issue w/ the ApplicationDeployment.CheckForUpdateAsync Method. I have it, currently, on a timer, that checks the server for an update at a predetermined interval. The ...
3
votes
2answers
354 views

Keep track of database column value changes

I am working on a web based application using Zend framework. I am looking for a way to keep history of updates made to a bunch of columns. Use-case: User can add an item with 5 properties. The ...
3
votes
1answer
826 views

C#/WMI: How to remotely check if Windows has updates ready to be installed?

I tried finding a solution for this on google without much luck, perhaps someone here knows how to do this?
3
votes
4answers
128 views

Constantly changing frameworks/APIs - how do we keep up?

This question isn't really for any specific technology but more of general developer question. We all know from experience that things change. Frameworks evolve, new features are added and stuff ...
3
votes
1answer
430 views

Run plugin updates outwith Eclipse UI

I'm trying to update the plugins for an Eclipse Galileo SR2 installation from the command line. Something similar to this command (which asks for a specific feature): java -jar ...
3
votes
2answers
566 views

SQL Server - join or subquery in update statements?

Is there a reason to use one of these UPDATE statements over the other with regards to performance? UPDATE myTable SET fieldx = 1 FROM myTable AS mt , myView AS mv WHERE mt.id = mv.id ...
3
votes
7answers
155 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
114 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
1answer
55 views

Php session variables - seeking input for proper direction

I am initially seeking guidance to make sure I go in the right direction. From there I will come back with the code and ask for further assistance. I realize it isn't cool to say "hey I dont know what ...
2
votes
1answer
44 views

Which is the best blog to get upcoming updates/news in IT/Web field? [closed]

I want to get news and latest update on IT industry regarding new releases, new programming language, best practices, new researches, new features included in programming languages, new enhanced ...
2
votes
1answer
191 views

Is the delta-pack updated by Eclipse?

I have a doubt. I've been using Eclipse Indigo RCs and eventually installed an RC3 Delta-pack to match the release i was using. After the latest updates, i believe I'm up-to-date with the Final ...
2
votes
4answers
245 views

Emacs-client - whats the minimal installation?

Lets say I have an Emacs-Server running on some remote server, with all the libraries and software necessary for running my application. Then I want several clients to connect to that remote ...
2
votes
1answer
44 views

Drupal hosting support [closed]

I work for a government organization and we are looking to see if there are any hosting/support services that will take care of keeping a Drupal install up to date and help ensure the security of the ...
2
votes
1answer
468 views

Facebook Graph Api subscription to posts/notes

I need to get updates on posts by users of my facebook app. I am interested in comments and likes on those posts and a way to get notified so that my app database can be populated. I have seen ...
2
votes
1answer
61 views

What would be the most efficient way to push updates to an Apache server without shutting down?

What would be the most efficient way to push updates to an Apache server without "shutdown" (a.k.a. redirecting everyone to a maintenance page) in a simple LAMP server. One of the idea I had is to ...
2
votes
1answer
316 views

information_schema tables and update_time behaviour

I'd like to have some explanation about information_schema and its behaviours. Let's say I want to know when a myisam table has been modified. I write this query select update_time from ...
2
votes
2answers
367 views

Android application updates

We have developed an Android application and plan to install them on tablets and distribute to our clients. We now have to decide on a process to send updates to the application whenever they are ...
2
votes
1answer
118 views

Android: onAppWidgetChanged doesn't appear to exist

This is the description of AppWidgetHost.startListening(): Start receiving onAppWidgetChanged calls for your AppWidgets I can't find any reference to this mysterious onAppWidgetChanged thing ...
2
votes
0answers
83 views

Need to move .Net Assemblies to Program Files after Windows Update

I have a legacy windows client application that uses a several .Net assemblies (I created), one with a COM wrapper. The client application resides in a root drive subfolder (c:\somefolder...). ...
2
votes
2answers
71 views

How do you do A/B switching in a web app? (for deploying updates)

I currently have a mysite.com (A) which points to /public_html/ and a dev.mysite.com (B) which I created a /dev_html/ for that. I cloned the site but now I need a way of switching between them without ...
2
votes
2answers
2k views

Android: how to properly wait on service process completion

Here's scenario: I have 2 activities and one service First activity is a landing view/search page. Second activity displays search results Search is always executed against internal SQLite db ...
2
votes
2answers
415 views

Equinox p2 for an arbitrary OSGi application?

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 demands ...
2
votes
6answers
159 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
231 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
0answers
15 views

Graph API & Real-Time updates

My need is to have facebook poll my server using POST requests whenever a user that has "allowed / installed" my application changes something, eg, their checkins. I have followed the page at ...
1
vote
0answers
35 views

Update Multiple Indexes with Shinx

In sphinx I have inner joined three indexes to perform my query. Documents in these indexes are constantly being changed (UPDATE,DELETE or INSERT) by users. I have been reading the SPHINX manual for ...
1
vote
1answer
38 views

When an iOS app is updated, are files in Library/Caches deleted?

I have an app which has an SQLite database that is stored in ./Library/Caches. If the db is not there (e.g. first time install or iOS cleaning the Caches directories when low on space) then I copy a ...
1
vote
1answer
79 views

How to update old Android project for the updates in new Android SDK tools?

Previously I was using an older version of Android SDK Tools, and now I moved to a new pc, setup my new development environment from scratch and copied and imported the projects from the previous pc. ...
1
vote
1answer
41 views

Android development large app resources

We will be building an application that will contain lots of assets that contain hundreds of images and videos. We will be side loading the initial application because of its size. For security ...
1
vote
1answer
132 views

How can I deploy a WordPress site with Git without committing WP core?

I've been researching how to use git for WordPress deployment. Nearly all of the examples have WordPress as a remote repository that is merged into master/feature branch regularly. I don't want to ...
1
vote
0answers
64 views

Real Time Updates using Windows Communication Foundation

I'm trying to implement Real Time Updates by using Windows Communication Foundation and REST; I've successfully solved one part (see link) So I subscribe to the events that I want, but don't get ANY ...
1
vote
1answer
106 views

Bulk updates on Complex UI

I have a very complex UI with a constantly changing status bar with multiple types of status messages and UI having a complex chart control and a indicative geographical map loaded. Now the data ...
1
vote
3answers
111 views

Online Update of a DLL application

I have a plug-in application which is a C++ DLL running inside a (foreign) C++ host. I want to allow online updates of the plug-in. How can I do that? One possible way is to separate the DLL to a ...
1
vote
2answers
209 views

iOS - is it possible to download bundles from the internet with updated xibs?

I want to be able to customize xibs in my app after the app is released by changing xibs, bundling them, downloading that bundle and having the client configured to look in those new bundles for the ...
1
vote
2answers
115 views

WPF DataGrid Grouping Not Updating On Updates

Our WPF DataGrid does not update its groups when we edit items. We group by field X, and the item for which we change field X still stays in the same group. How do we make the grid always dynamically ...
1
vote
1answer
89 views

Adding a hook upon update in mercurial (hg)

I am currently working on a project which is under mercurial control and I was looking to get a hook upon update to edit the .htaccess fille to avoid changing the APPLICATION_ENV to fit the "mode" the ...
1
vote
3answers
109 views

software update process

I have made a small software in qt and its only one executable and a few dlls.I want somebody to help me understand how one goes about updating an exe and the dlls without having to replace the entire ...
1
vote
1answer
59 views

How could I a simple updater for my perl scripts?

My buddy gave me an idea for my VMware script written in perl, he said I should have a way to update the script with an argument like -u. The problem is I have no idea how I could do that. The only ...

1 2 3