Thread: Version Checker
View Single Post
Old 03-02-2008, 09:46 PM   #4 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Personally, I would use a remote XML file. Simply store it on your server and update it manually when you update your software. Have the software check the XML file periodically. Do not check for updates upon every page load as some individuals may not appreciate, although trivial, the bandwidth used upon each and every page load. Simply have it in the administrative area, for instance, and then only to individuals who have the ability to update the software -- if you have a hierarchy of administrators with differing permissions.

The good thing about XML is you can store lots of extra information in there. So you can have a version number, a download link, as well as a release log. The same goes for other similar storage formats, such as JSON.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote