rowanrook's Stuff

Home » rowanrook (5 trails)
rowanrook's Stats (public trails only):
Trails created: 60
Marks created: 468
Views received: 39,822
Positive ratings: 1
Negative ratings:
Comments received: 15
Comments left: 25
Brent Hopkins (rowanrook)
University of Wisconsin, River Falls
rowanrook's Trails: extension    (view all)
This trail will focus on the development progress of Firefox 3. Mozilla Links is a good website for news regarding all things Mozilla.
Tags: mozilla, firefox, links, good, things, ...
A trail of 4 pages
Another alternative web browser with advanced features.
Tags: flock, browser, portable, extensions, another, ...
A trail of 5 pages

Why is it so bad for an application to write its settings to the user profile folder? Writing settings to the application folder is dangerous because you need to have admin rights on the machine and different users are stuck with each other's settings! Storing settings in the user profile folder also has the advantage that you could upgrade a program without losing its settings.

In a multi-user environment, it is indeed inappropriate to write settings in the application folder. However, portable apps are run from external USB flash drives or equivalent, so it is a personal device and writing settings to the application folder is therefore preferred. In addition, the admin rights requirement is no longer a concern since you have full access to the USB drive.

An application can cater to both multi-user environment and portability by checking with the user on startup (when it detects that the settings are not initialized yet) whether he wishes to write settings to the user profile folder or application folder. This should be relatively easy to implement, and makes no assumption on the user's preference. Underlying this mechanism is to check for a file eg. settings.ini in the application folder on startup. If the file exists, it write its settings to the application folder, otherwise to the user profile folder.

With regards to the issue of upgrading an application without losing its settings, you could just as easily upgrade a portable app without losing settings by avoiding the appropriate file(s). Some well-designed apps like Portable Firefox even has a explicit profile folder that you simply leave alone when copying over the new application files. This also has the added advantage of being able to easily maintain several versions of the same application, each with its own settings.

Tags: usb, portable, thumb, dsl, gnumeric, ...
A trail of 16 pages
An informative article detailing differences and similarities between Sea Monkey, Firefox, and Thunderbird.
Tags: seamonkey, thunderbird, differences, firefox, monkey, ...
A trail of 4 pages
If you use Firefox all day, as I do, you may have mastered a few of the navigational tools it offers, but there are a lot of them under the hood. You can be faster and more efficient with the browser if you learn some easy ways to use your mouse and keyboard to navigate. In this post, I’ll round up 10 tips for more efficient surfing. Quite a few of these will work in other browsers as well.
Tags: vulnerability, extensions, firefox, mode, i’ll, ...
A trail of 6 pages