Welcome, Guest. Please login or register.

Author Topic: IBrowse 2.3 RSN  (Read 5263 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Ami-X

  • Newbie
  • *
  • Join Date: Feb 2002
  • Posts: 8
    • Show all replies
    • http://amigaone.cc
Re: IBrowse 2.3 RSN
« on: April 08, 2002, 10:33:29 AM »
I think that atleast a basic css-support is important.

I'm not so big fan of Javascript. I prefer PHP and as little of Javascript as possible, but I use CSS a lot. I think it is very usefull when creating sites with more than three pages and it also gives you more possibilities.

The lack of css-support is a big drawback for me when I do sites at home (two Amigas and no PC :-)). I do have LinuxPPC installed, but I'd rather use Amiga.

But then again this is just my opinion and everyone has their own. (ps. Voyager rocks ;-) )
Ami-X aka Jontsa

A4000 // AmigaOS 3.9 and 4.0b
AmigaONE-XE G4 // AmigaOS 4.0b
Pegasos 1 G3 // MorphOS 1.4.2
SUN Ultra 30 // Solaris 9
SUN SparcClassic // Debian Potato
PC // Gentoo Linux
 

Offline Ami-X

  • Newbie
  • *
  • Join Date: Feb 2002
  • Posts: 8
    • Show all replies
    • http://amigaone.cc
Re: IBrowse 2.3 RSN
« Reply #1 on: April 08, 2002, 11:45:04 AM »
Correct. They are two totally different things.

I mean't that I can do many things with PHP that I used to do with Javascript. And PHP is a great language indeed to master when creating websites (please don't look at my homepages. They are seriously out of date  :-) )

I still use Javascript for things like opening smaller windows when clicking link and such. But I try to avoid it, because it can cause problems with older browsers.

But you are correct. These two can't be compared. Both can do tricks that other doesn't.
Ami-X aka Jontsa

A4000 // AmigaOS 3.9 and 4.0b
AmigaONE-XE G4 // AmigaOS 4.0b
Pegasos 1 G3 // MorphOS 1.4.2
SUN Ultra 30 // Solaris 9
SUN SparcClassic // Debian Potato
PC // Gentoo Linux
 

Offline Ami-X

  • Newbie
  • *
  • Join Date: Feb 2002
  • Posts: 8
    • Show all replies
    • http://amigaone.cc
Re: IBrowse 2.3 RSN
« Reply #2 on: April 08, 2002, 12:16:21 PM »
More information can be found at http://www.w3.org/ and http://www.w3.org/Style/CSS/.

Fe. the effect that hyperlink is underlined only when mousepointer hovers over it, is done using CSS.
With css you can do much more than just with font size and font face tags.

And you can create just one separate stylesheet which you can use on every page of your site. Makes updates much simplier.

With that I use a short PHP script that chooses the correct stylesheet depending on which browser is used.
More information about PHP can be found at http://www.php.net/.

I am also very excited to see what they have in the new IBrowse. IB1.22 is my second most favoured browser after Voyager. (nro uno on porn sites   :-D )
Ami-X aka Jontsa

A4000 // AmigaOS 3.9 and 4.0b
AmigaONE-XE G4 // AmigaOS 4.0b
Pegasos 1 G3 // MorphOS 1.4.2
SUN Ultra 30 // Solaris 9
SUN SparcClassic // Debian Potato
PC // Gentoo Linux