Go to VideoTutorials button Go to TextTutorials button

Firefox 3.5, Multiple Profiles...

* user level: advanced

ffTutPrivateBrowsing

Firefox 3.5, Private Browsing...

* user level: beginner

ffTutPrivateBrowsing

Firefox 3.5, integrating IE...

* user level: intermediate

ffTutTabButton

Firefox, integrating IE...

* user level: intermediate

ffTutTabButton

Firefox, drag-n-drop search...

* user level: intermediate

ffTutTabButton

Firefox, adding Tab button windows...

* user level: beginners

ffTutTabButton

Firefox, adding Printer button to tool-bar...

* user level: beginners

ffTutAddPrinterButton

Create an easy to remember, powerful password (a newtripass)...

* user level: intermediate

Basic Rules:

Example 1: You want to set a password for your Yahoo web-mail...

Example 2: You want to set a password for your Personal Addressbook...

As you ca see from the above, the [ uB3r ] part is our 'universal' setting. The [ * ] is our 'separator' setting and [ yah00 and c0ntacts ] are the 'identifiers'. This now is quite easy to remember and you wouldn't ever forget what is what, excluding some minor cases which a system may not allow some specific use of passwords.

Enjoy this tip with more security and peace of mind!

Installing Eclipse Java IDE...

* user level: beginners

Don't have an IDE for programming in Java? ...or have one but it's crap? Come along, follow me I'll show you how to get the best of it...

Go to this page and download the "Eclipse SDK 3.x.x" IDE(integrated development environment), a development platform for software which was developed with Java. You will also need the JRE runtime environment (if you don't already have it) to use Eclipse. HINT: in case Eclipse detects you don't have the JRE it will tell you and you can then download JRE, otherwise you probably have it. Once you have Eclipse saved somewhere on your computer just extract the ZIP file on your hard drive, it doesn't matter where and no need to create a new folder because when you extract it it will be in it's own folder ;-) Your last task is to run the file "eclipse.exe" from within the folder named "eclipse" you saved the zip contents.

Running the application for the first time, it will ask you for a "workspace" folder where you will save your project(s) in -it can be anywhere. Your first screen is a "welcome" screen where you might follow help or a tutorial, but clicking on the Workbech Eclipse icon icon will open up the IDE where you can start working! Start by creating from menu:

You should then know how to program in Java :-)

Java Swing Tutorial 1...

* user level: beginners

This is an easy to follow tutorial for creating a simple window with some components on it in Java. The file is the actual Java source and has full in-code comments. If you like this tutorial, send me some feedback so I could make it even better! Get the source file... You can also copy or open the file in a code editor for java. You'll have a better look with syntax highlighting.

----------------------------------------------------------------------------------

Shortcuts:

Video Tutorials:
* Firefox 3.5 HowTo Multi-Profiles
* Firefox 3.5 HowTo Private Browsing
* Firefox 3.5 HowTo integrate IE
* Firefox 2.0 HowTo integrate IE
* Firefox 2.0 HowTo drag-n-drop search
* Firefox 2.0 HowTo add tab-windows
* Firefox 2.0 HowTo add buttons
Text/Read Tutorials:
* Create easy, powerful password
* Insalling Eclipse
* Java Swing