Showing posts with label soft. Show all posts
Showing posts with label soft. Show all posts

15 August 2007

Session Manager addon

What do we need while surfing the web? Convenience.
What do we use to achieve convenience? We use lots of functional things provided by the browser, but one of the most important of them is the Bookmark feature. It gives user fast access to the web-pages user had an experience with earlier.

In my work I often use bookmarks, but not always one bookmark can reflect the entire "workspace" I need to establish. For that purpose the Firefox browser has a possibility to open all the bookmarks in the particular folder at once. That really works, but there are some problems:

  • All the bookmarks will be opened in the same window, that isn't always good, especially if the folder contains more than 5-6 bookmarks which don't fit into the tab-bar. It would be good to open those bookmarks in several windows.
  • All the bookmark-pages will be loaded from the "zero" point, that isn't always good too, because sometimes a web-page needs some session cookies to work properly.
To solve these two problems we can use so-called Session Manager add-on - the add-on that allows user to store the current state of the browser, and to recover it any time he/she wants.

After that add-on is installed into your Firefox, please don't forget to customize your tool-bar in order to show the session-manager's button.

8 August 2007

Local wiki based upon .NET: ScrewTurn

In the company I'm working for the time being wasn't any allusion to the documentation center. There weren't any guidelines, sole coding conventions, document templates etc. All the documents circulation was organized on e-mailing. Thus, I took upon myself to bring an order to the chaos. Luckily, our boss is farsighted enough to be interested in the feature like that.

So, I found the wiki that looked good and is implemented on the ASP.NET platform. Here you may find its home page. We have used it for a while and here are its advantages:

  • It's open and built on the .NET platform, thus we can change its behavior ever we want and to keep other .NET applications on the same server (IIS), on the same port.
  • It supports database storing in the different locations (through pluggable providers): file system, Microsoft SQL Server 2000/5, MySQL 5.
  • It's quite simple-looking.
  • It's quite simple-installing.
  • It has advanced discussions support.
  • Advanced backuping support.
  • It uses AJAX
But we found a few problems:
  • There is too little of user experience with this wiki.
  • As it's built on the .NET, we have less flexibility for hosting - it should be Windows-based and there is no room for other ones.
  • It has the markup language that is quite different from the wikipedia's for example, and it has much less features and possibilities than the mentioned one.
  • It's being developed by the small dev-group unlike the wikipedia. Thus, we have no confidence that the wiki will be alive and in development even in the nearest future.
That's why we at last decided to change to the MediaWiki. I'll try to describe it later.

9 June 2007

Adobe Apollo Applications examples

Here you may see all that stuff. I really enjoyed the Fresh application which is kind of skinnable RSS-reader (a real desktop application, a little bit slow though).

I ought to add that the "real desktop application" is an illusion created by its visual representation. At the bottom there is pure HTML and Javascript. I think it is kind of Adobe's implementation, I haven't found any difference though. To the point, it seems the Apollo is good at showing standard web-pages (with font anti-aliasing and slow-rendering scroll)

15 May 2007

Drill'em all

I've just noticed, that it would be a very useful program - the program which allows to learn as much of words-synonyms as it possible, on a particular subject. For example, all the kinda "good" epithets like "good", "nice", "pleasing", "pleasant" etc, and with division by target noun - human, thing or phenomenon (something else?). It resembles the "activator" feature, but ought to be more friendly to user and aimed on learning only.

Interestingly, what kind of interface and conception of interaction could be used for such software. Has someone got an idea?

7 May 2007

Notepad2 is now 2.0.15!

Until now I have been using a simple text editor named Notepad2. It is simple, fast, has a quite simple interface and great possibilities at once. Its functional was enough for me, the only thing I felt abashed by - it seemed like the author forgot about his creature. I was wrong. I've been using version 1.0.12 but at last I unveil that a new version (2.0.15) is now available. It could be downloaded from this page.

New features I am pleased with are:

1) multiline find/replace;
2) find and replace dialogs are now modeless;
3) highlighting the current line;
4) forcing indent and unindent (Ctrl+Tab, Ctrl+Shift+Tab);
5) updated CSS syntax highlighting to CSS2.

Full list of changes

One more thing I need to mention - the new version requires the "msvcr70.dll" library. It could be downloaded from this location.