IT Goodies

Firefox 1.5 - 2 Annoying Things

Software: Mozilla Firefox
Version : 1.5

I update my Mozilla Firefox since the beta version was released, and since then I didn't experience any fatal error. But still, there are 2 annoying things that I didn't experience in the previous Firefox version.

Unresponsive Script

This is the most annoying warning, because it comes up everytime I load my Java API doc (from local disk). It also comes if I upload a file which is quite large in size.

It stop the current loading process, and asking to stop or continue. If you choose continue, it'll block the browser again. If you click stop, as far as I know it will load everything correctly, so this is the correct action to take.

After doing some googling on the web, I found this solution from http://forums.mozillazine.org.

Solution:
1. Type in: about:config in your URL bar
2. Search for dom.max_script_run_time
3. Change the value to something bigger (10 or 20)

Beta Version forever

If you upgrade your Firefox from any 1.5 beta version using the automatic update, it won't change the beta setting automatically.

Projects@FH Wiesbaden

These are several academical projects that I made with my partners during the old days in the Computer Science Department at the University of Applied Science Wiesbaden (Fachbereich Informatik, an der FH Wiesbaden).

Evaluation of Apache Cocoon 2

Date: Summer Semester 2004 (July 2004)
Course: Realtime Data Processing (PDV-Vertiefung)
Group: Hardi Sukrisman & Frank Herold
Link: Project report website (in german)

Project Description:
Evaluation about the Web-based Application Framework Apache Cocoon, in particular about it's possibility to handle realtime data processing.

We develop a data generator and use a database as the realtime data source, and use XSLT to process the data and display them on the web browser. We wrote XSLT files to transform the data into HTML, SVG and PDF formats.