amiga.org
     
iconAll times are GMT -6. The time now is 12:49 AM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Amiga computer related discussion » Amiga News and Community Announcements » Amiga Software News » IBrowse 2.3 RSN

Amiga Software News This is the news feed forum for Amiga related software news, press releases, and announcements.

Reply
 
Thread Tools Display Modes
Old 04-08-2002, 01:41 AM   #1
Seehund
Defender of the Faith
Points: 7,237, Level: 56 Points: 7,237, Level: 56 Points: 7,237, Level: 56
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 1,230
Default IBrowse 2.3 RSN

Stefan Burström posted some good news on the IBrowse ML:

Yes, the 2.3 release is not far off at all. The features are frozen and we are just fixing the last remaining bugs. The 2.3 upgrade will be a free upgrade. And the update will be releases at aminet. Should work perfectly on a standard OS3.0/3.1/3.5/3.9 Amiga.


Seehund is offline   Reply With Quote
Old 04-08-2002, 01:46 AM   #2
System
Technoid
 
Join Date: Jul 2003
Posts: 188
Default Re: IBrowse 2.3 RSN

That's good news. Let's home the javascript implementation will be complete enough, and that the stability issues will be sorted out. Then maybe my Amiga again will be useful for surfing. :-)
System is offline   Reply With Quote
Old 04-08-2002, 02:07 AM   #3
Argo
Forums Moderator
Points: 17,377, Level: 84 Points: 17,377, Level: 84 Points: 17,377, Level: 84
Activity: 7% Activity: 7% Activity: 7%
 
Argo's Avatar
 
Join Date: Feb 2002
Posts: 3,204
Default Re: IBrowse 2.3 RSN

That would be something...
Argo is offline   Reply With Quote
Old 04-08-2002, 02:54 AM   #4
JetFireDX
Technoid
Points: 5,683, Level: 48 Points: 5,683, Level: 48 Points: 5,683, Level: 48
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 232
Send a message via AIM to JetFireDX
Default Re: IBrowse 2.3 RSN

Time to dig out the A1200 and my Ibrowse disks and give it a go.
JetFireDX is offline   Reply With Quote
Old 04-08-2002, 03:33 AM   #5
Ami-X
Merely Curious
Points: 5,370, Level: 47 Points: 5,370, Level: 47 Points: 5,370, Level: 47
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 8
Default Re: IBrowse 2.3 RSN

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 is offline   Reply With Quote
Old 04-08-2002, 03:45 AM   #6
Chathurawind
Guest
 
Posts: n/a
Default Re: IBrowse 2.3 RSN

How can you say you like PHP over Javascript? Their totaly different and you use them for totaly different purposes.

Java script is a client side scripting language, which means you embed it in your HTML and it plays with you. You interact with it, and it interacts with you and your browser objects like text boxes, colourrs etc...

PHP is a server side scripting language and the only thing that interacts with it is the HTTP server!!! It echos or prints HTML code or whatever to HTTP server and the HTTP server gives that code to you and then your browser parses that HTML.

They are totaly different languages used for totaly different things. You cant compare them! :}
  Reply With Quote
Old 04-08-2002, 04:45 AM   #7
Ami-X
Merely Curious
Points: 5,370, Level: 47 Points: 5,370, Level: 47 Points: 5,370, Level: 47
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 8
Default Re: IBrowse 2.3 RSN

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 is offline   Reply With Quote
Old 04-08-2002, 04:55 AM   #8
Chathurawind
Guest
 
Posts: n/a
Default Re: IBrowse 2.3 RSN

what is css and php? is css something about ssl?

anyway, what are the specific features for the
IBrowse 2.3 update? I find this very exciting.
It must be motivated by the recent developments
with AmigaOne.

but is IBrowse 2.3 the release that we are going
to see in OS4, or will that be a completely
different browser?

  Reply With Quote
Old 04-08-2002, 05:12 AM   #9
Bezzen
Cult Member
Points: 8,114, Level: 60 Points: 8,114, Level: 60 Points: 8,114, Level: 60
Activity: 2% Activity: 2% Activity: 2%
 
Join Date: Feb 2002
Posts: 637
Default Re: IBrowse 2.3 RSN

Quote:
what is css and php? is css something about ssl?
CSS are Cascading Style Sheets. They let you control text, fonts and layout a great deal better than the HTML-standard. Can handle indents, line height, forms and...well, pretty much anything you see on a web page.

PHP was greatly descibed a few posts before me... :-)
Bezzen is offline   Reply With Quote
Old 04-08-2002, 05:13 AM   #10
Chathurawind
Guest
 
Posts: n/a
Default Re: IBrowse 2.3 RSN

i think ibrowse 2.3 WILL be the same version exept that the os 4 version will be ppc native of course...

PS...
CSS = style Sheets, you can define different Styles and adapt them to part of the page (including font, color, back,etc..)

CU

Starknights
  Reply With Quote
Old 04-08-2002, 05:16 AM   #11
Ami-X
Merely Curious
Points: 5,370, Level: 47 Points: 5,370, Level: 47 Points: 5,370, Level: 47
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 8
Default Re: IBrowse 2.3 RSN

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 is offline   Reply With Quote
Old 04-08-2002, 05:39 AM   #12
Seehund
Defender of the Faith
Points: 7,237, Level: 56 Points: 7,237, Level: 56 Points: 7,237, Level: 56
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 1,230
Default Re: IBrowse 2.3 RSN

> what are the specific features for the IBrowse 2.3 update?

I don't think a more specific list of updated features has been released containing anything other than an updated JavaScript engine, IB rewritten for PPC (?) and AmiSSL2.

> but is IBrowse 2.3 the release that we are going
to see in OS4 [...]?

We won't see IB "in" OS4. It will come with OS4, on the same CD. This will be a scaled down "OEM" version with missing features compared to the retail version.
Seehund is offline   Reply With Quote
Old 04-08-2002, 05:43 AM   #13
Seehund
Defender of the Faith
Points: 7,237, Level: 56 Points: 7,237, Level: 56 Points: 7,237, Level: 56
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 1,230
Default Re: IBrowse 2.3 RSN

Bezzen wrote:
Quote:
CSS [...] let you control text, fonts and layout a great deal better than the HTML-standard.
It is worth pointing out that stylesheets are part of the current HTML standard (and as such they of course ought to be supported by Amiga browsers too).
Seehund is offline   Reply With Quote
Old 04-08-2002, 06:15 AM   #14
Seehund
Defender of the Faith
Points: 7,237, Level: 56 Points: 7,237, Level: 56 Points: 7,237, Level: 56
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 1,230
Default Re: IBrowse 2.3 RSN

Ami-X wrote:

> http://www.w3.org/Style/CSS/

Those with CSS-incompatible browsers can have a look at what that site looks like with a CSS-capable browser (Galeon) here.
In that picture, the mouse pointer (invisible in the screen grab) rests over the "floating" menu up in the right corner, highlighting the "Search" menu item. All those differently coloured words at the top of the page are also links that will also be highlighted (or do you say "highlit"?) when pointed at. No need for JavaScript, Flash or anything like that. Also note the layout of the "textframe" with rounded edges and compare it with how your browser displays it.

This is what this article looks like in Galeon. Here the mousepointer is pointing at "More about Software" under "Related Links" in the top right corner.

Here are the Amiga.org forums in Galeon. The "Amiga Gaming" link is highlighted, as is that whole table cell. In fact, the whole cell is working as a link.

I recently saw an extremely impressive CSS demo with different background picture/table transparencies, on-the-fly-changing user selectable themes, text flowing around shapes, unfolding menu trees and lots of stuff that made you think "hey, Flash and JavaScript never was this fast on this computer before". Unfortunately I lost the URL. Perhaps somebody here knows what site I'm talking about?
Seehund is offline   Reply With Quote
Old 04-08-2002, 04:53 PM   #15
Marky_D_Sahd
Cult Member
Points: 6,014, Level: 50 Points: 6,014, Level: 50 Points: 6,014, Level: 50
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2002
Posts: 741
Default Re: IBrowse 2.3 RSN

Excuse me, but could somebody please post a link to the original information?? I'm a little wary of unsubstantiated news these days, speaking of which: I thought the inclusion of IBrowse in OS4 was mostly hypothetical. Has it been confirmed? The information I had was that the browser in OS4 was being worked on by Hyperion, not by Stephan? Am I wrong? More info, please. :-?
Marky_D_Sahd is offline   Reply With Quote
Reply

Bookmarks

Tags
rsn , ibrowse
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump