Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Local Scene Info / Discussion / EDM Event Listings > Canada > Canada - Toronto & Southern Ont. > Firefox aims for 10 percent of Web surfers
Pages (10): « 1 2 3 4 5 6 [7] 8 9 10 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
dEsidEL
Fu Man Choonz



Registered: Aug 2000
Location: Below the Belt



hrmmmz...

quote:




New browser to challenge Microsoft

Tuesday, November 9, 2004 Posted: 11:29 AM EST (1629 GMT)

(CNN) -- Microsoft's dominance of the Web browser market faces a fresh challenge on Tuesday with the release of the final version of Mozilla's Firefox browser.

The Mozilla Foundation, a California-based non-profit organization dedicated to developing open source software, hopes Firefox 1.0 will attract millions of users away from Microsoft's Internet Explorer.

Last month more than eight million people downloaded the preview edition of the browser, contributing to its final development.

Like other open source software, such as the operating system Linux, Firefox's code is freely available for any programmer to examine and improve.

"We are delighted to be announcing this major milestone for the Mozilla Foundation and for the Firefox browser, which has been made possible thanks to the tireless effort of hundreds of community volunteers and developers around the world," said Mozilla president Mitchell Baker.

"Now millions more will be able to enjoy a better web experience."

Although development editions of Firefox have existed for several years, 1.0 is the first version intended for a full release.

Its developers claim it is more stable than previous editions and more secure than Explorer, which has become a popular target for hackers because of its near-ubiquitous presence on PCs.

Firefox features a pop-up ad blocker, online fraud protection and the ability to display several web pages in a single window, using "tabbed browsing."

"Open source projects have a much higher standard," Mozilla director of engineering Chris Hofmann told Reuters. "It's the engineers that actually build the software that label when it's done."

Mozilla has already made inroads into Explorer's share of the browser market. According to the Web usage tracker WebSideStory, Microsoft's share has slipped to 92.9 percent from 95.5 percent since June. In the same period Mozilla's share increased from 3.5 percent to six percent.

Explorer, which is packaged with Microsoft's Windows operating system, hasn't been seriously challenged since usurping Netscape, the browser instrumental in the development of the Internet, in the late 1990s.

Mozilla was set-up to complete a project set-up by Netscape, which stopped development last year, to make the code of its browser publicly available.

Explorer's critics argue that Microsoft stopped making developments once it had achieved market dominance. Microsoft says a new version with enhanced security features will be ready for the next edition of Windows, currently scheduled for release in 2006.


source:
http://www.cnn.com/2004/TECH/11/09/...efox/index.html


___________________
Palm Trees > Pine Trees , Sand > Snow

Old Post Nov-11-2004 00:57  Micronesia-Federal State of
Click Here to See the Profile for dEsidEL Click here to Send dEsidEL a Private Message Add dEsidEL to your buddy list Report this Post Reply w/Quote Edit/Delete Message
St_Andrew
I <3 NYC



Registered: May 2003
Location: Stockholm, Sweden

Me loves the publicity firefox gets everywhere

Old Post Nov-11-2004 01:01  Europe
Click Here to See the Profile for St_Andrew Click here to Send St_Andrew a Private Message Visit St_Andrew's homepage! Add St_Andrew to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DigiNut
You kids get off my lawn!



Registered: Dec 2002
Location: Toronto, Self-proclaimed Centre of the Universe

quote:
Originally posted by Durafei
That kind of reasoning is the reason we need to upgrade our computers every couple of years. If only software developers were smarter, and tried to write software for current computers, rather than optimize for future versions - well, then we wouldn't be forced to upgrade(spend money) every few years.

Thank you!

From the perspective of an internal developer, I absolutely DESPISE sloppy, bloated code. The point is not whether or not your computer can "handle" it - the point is that it's totally unnecessary! Honestly, a web browser is not that complicated an application; In Delphi I think there's actually a drop-in component that you can stick in any app, free of royalties, which has almost all the functionality of Internet Explorer minus the useless crap like ActiveX and BHOs.

Memory DOES MATTER, and so does CPU time. If you worked in an IT department running a *nix network, you'd be laughed out of the office if you made comments like "who cares about memory". Honestly, these comments are almost always made by lazy Windows users who have next to no clue how their system actually functions beneath the pretty little GUI. Even if your computer has 10 gigabytes of memory, it's not just about the numbers! There are tons of other issues you have to worry about - to name just a few:
- Swapping (Windows especially likes to page *everything* into virtual memory even when there's plenty of free physical memory)
- Other system resources (IE likes to open 15 threads and 410 handles when it's IDLE - why? God only knows... then there's video memory, GDI resources, etc...)
- Fragmentation - the bigger the memory footprint, the more fragmented that memory is likely to get, which causes the program to run slowly and may cause OTHER programs to run slowly even after being shut down.

Again, from a developer's perspective, I am very much against needless optimizations that save memory or disk space at the cost of maintainability or major functionality. It's annoying to see programmers who crash the whole program trying to rewrite 2 instructions as 1 instruction. But there is NO reason for a program to take up 120 MB unless it's a high-end program like Photoshop or Reason. I have a program that opens several databases and up to 50 threads and never pushes past the 25 MB mark - even with all the debug information left in and several debug processes running! And I don't consider this brilliant programming or amazing optimization techniques - that's about what a modern program SHOULD take up. When I see a program like IE taking up 25% of my system's memory, I seriously have to wonder what the hell their programmers were thinking.


___________________
My party schedule:
2009-02-21 - DJ Attention @ I'm So Popular
2009-06-18 - DJ Annoying @ People Need To Know Where I'll Be
2012-11-32 - DJ Insufferable ɸ Or At Least the Stalkers I Complain About
2048-06-66 - Spastic & Whocares Although I'm Actually Flattered
9999-45-81 - Tweaker Gimp I Probably Won't Even Go To This But I Have To Make Sure I Fill Up All The Available Space Here

Old Post Nov-11-2004 01:14  Canada
Click Here to See the Profile for DigiNut Click here to Send DigiNut a Private Message Add DigiNut to your buddy list Report this Post Reply w/Quote Edit/Delete Message
rabbitjoker
aural sadist



Registered: Aug 2002
Location: Toronto, ON, CANADA

taco (sauce)


___________________
- rabbit.joker [funny¿rabbit] | www.rabbitjoker.com |www.ddtt.org

Dark Dirty Tech Tribal. | Hands in air (trance) and feet on the floor (house).

Old Post Nov-11-2004 01:24  Canada
Click Here to See the Profile for rabbitjoker Click here to Send rabbitjoker a Private Message Visit rabbitjoker's homepage! Add rabbitjoker to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Durafei
the crazy russian



Registered: Oct 2000
Location: San Francisco, California

quote:
When I see a program like IE taking up 25% of my system's memory, I seriously have to wonder what the hell their programmers were thinking.


For the sake of having a complete argument, I should mention that sometimes programmers trade space for speed(ie. programs run faster at the expense of using more memory).

However in Internet Explorer's case, it seems like IE programmers traded both space and speed for the development speed(ie. coded IE quickly and sloppy just to get it to the market as soon as possible). Unfortunately they then forgot to update IE for another 3 years, so it remained slow.

That's the beauty of Open Source software. There is never really any rush. Programmers can take their time, and develop solid code that works.

Old Post Nov-11-2004 01:44  Canada
Click Here to See the Profile for Durafei Click here to Send Durafei a Private Message Visit Durafei's homepage! Add Durafei to your buddy list Report this Post Reply w/Quote Edit/Delete Message
loconet
de la puta madre!



Registered: Jul 2002
Location: San Francisco

quote:
Originally posted by dEsidEL


seems like Firefox 1.0 isn't compatible with the lastest version of BBCode .. gonna hav to wait for a new release on the extension ..



try again, i updated my copy and it works fine..


___________________
[alk]

Old Post Nov-11-2004 02:05  Peru
Click Here to See the Profile for loconet Click here to Send loconet a Private Message Visit loconet's homepage! Add loconet to your buddy list Report this Post Reply w/Quote Edit/Delete Message
malek
drinks your milkshake!



Registered: Nov 2001
Location: Montréal

quote:
Originally posted by Durafei
Well, I just bought(1.5 months ago) a laptop with 256megs of ram, celeron.. and it's FUCKIN SLOW ! I hate it (the only reason I bought it cause it was cheap). But ever since I started using Firefox on it, it became noticeably faster.

dude i said 256 AND less... everyone knows XP to run smoothly needs 512.

quote:

Malek, are you sure you understand what Memory Leakage means? It means that software doesn't deallocate memory, which it allocated earlier. Pretty much all software suffers from that problems(some more than others).



trust me I know what leakage means...

dude, Windows Kernel is risponsible of deallocating that memory... even if a poorly written software doesn't do it proprerly or better crashes, that kernel will free up those resources. (ok thats on paper, nothing is perfect)


___________________
[/IMG]http://i54.tinypic.com/ngycqo.png[/IMG]

Old Post Nov-11-2004 03:19 
Click Here to See the Profile for malek Click here to Send malek a Private Message Visit malek's homepage! Add malek to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Fir3start3r
Armin Acolyte



Registered: Oct 2001
Location: Toronto, ON, Canada

quote:
Originally posted by DigiNut
Thank you!

From the perspective of an internal developer, I absolutely DESPISE sloppy, bloated code. The point is not whether or not your computer can "handle" it - the point is that it's totally unnecessary! Honestly, a web browser is not that complicated an application; In Delphi I think there's actually a drop-in component that you can stick in any app, free of royalties, which has almost all the functionality of Internet Explorer minus the useless crap like ActiveX and BHOs.

Memory DOES MATTER, and so does CPU time. If you worked in an IT department running a *nix network, you'd be laughed out of the office if you made comments like "who cares about memory". Honestly, these comments are almost always made by lazy Windows users who have next to no clue how their system actually functions beneath the pretty little GUI. Even if your computer has 10 gigabytes of memory, it's not just about the numbers! There are tons of other issues you have to worry about - to name just a few:
- Swapping (Windows especially likes to page *everything* into virtual memory even when there's plenty of free physical memory)
- Other system resources (IE likes to open 15 threads and 410 handles when it's IDLE - why? God only knows... then there's video memory, GDI resources, etc...)
- Fragmentation - the bigger the memory footprint, the more fragmented that memory is likely to get, which causes the program to run slowly and may cause OTHER programs to run slowly even after being shut down.

Again, from a developer's perspective, I am very much against needless optimizations that save memory or disk space at the cost of maintainability or major functionality. It's annoying to see programmers who crash the whole program trying to rewrite 2 instructions as 1 instruction. But there is NO reason for a program to take up 120 MB unless it's a high-end program like Photoshop or Reason. I have a program that opens several databases and up to 50 threads and never pushes past the 25 MB mark - even with all the debug information left in and several debug processes running! And I don't consider this brilliant programming or amazing optimization techniques - that's about what a modern program SHOULD take up. When I see a program like IE taking up 25% of my system's memory, I seriously have to wonder what the hell their programmers were thinking.


I can guarantee that 90% of the end user's out there, don't give a shit about fragmentation and page files (until I hear their whining and grovelling).
That's not to put down your post DigiNut, I totally agree with everyone that there are better alternatives and those of us with technical savy scream like a little girl when we've finished molding our system specs but most people just don't care about that.
Those people see a computer as a tool like a snowblower is to the driveway (oh gawd did I really just make a snow reference???); a means to an end but that's about it.
Us technophiles know the difference but we are few.
Maybe with a little guidance we can convert the oblivious...


___________________
"...End? No, the journey doesn't end here. Death is just another path...one that we all must take.
The grey rain-curtain of this world rolls back, and all change to silver glass...and then you see it...
...white shores...and beyond...the far green country under a swift sunrise."

Old Post Nov-11-2004 03:25  Canada
Click Here to See the Profile for Fir3start3r Click here to Send Fir3start3r a Private Message Add Fir3start3r to your buddy list Report this Post Reply w/Quote Edit/Delete Message
malek
drinks your milkshake!



Registered: Nov 2001
Location: Montréal

quote:
Originally posted by DigiNut
Thank you!

From the perspective of an internal developer, I absolutely DESPISE sloppy, bloated code. The point is not whether or not your computer can "handle" it - the point is that it's totally unnecessary!



blablabla... you're talking as if coders and programmers are all alike and as if they DO control the time they have on their hands to get out that (any) product.

We all know, that Quality insurance is always pushed aside by companies and that delivering the product asap is the first thing in their mind.

So UNLESS your program is an embedded software which is supposed to run a nuclear plant or a peacemaker, memory and cpu usage is the last thing on many companies mind, they're not paying for them anyways...

guys, there's a real world out there


___________________
[/IMG]http://i54.tinypic.com/ngycqo.png[/IMG]

Old Post Nov-11-2004 03:25 
Click Here to See the Profile for malek Click here to Send malek a Private Message Visit malek's homepage! Add malek to your buddy list Report this Post Reply w/Quote Edit/Delete Message
malek
drinks your milkshake!



Registered: Nov 2001
Location: Montréal

quote:
Originally posted by Durafei
However in Internet Explorer's case, it seems like IE programmers traded both space and speed for the development speed(ie. coded IE quickly and sloppy just to get it to the market as soon as possible). Unfortunately they then forgot to update IE for another 3 years, so it remained slow.


why are you puttin the emphasis on the programmers??? they don't control the project. Its a buisness case boys and girls, it works 99.5% of the time, great! ship it!

quote:

That's the beauty of Open Source software. There is never really any rush. Programmers can take their time, and develop solid code that works.


dude those open source guys will grow up and look for a job to put some bread on the table...


___________________
[/IMG]http://i54.tinypic.com/ngycqo.png[/IMG]

Old Post Nov-11-2004 03:27 
Click Here to See the Profile for malek Click here to Send malek a Private Message Visit malek's homepage! Add malek to your buddy list Report this Post Reply w/Quote Edit/Delete Message
loconet
de la puta madre!



Registered: Jul 2002
Location: San Francisco

quote:
Originally posted by malek
dude those open source guys will grow up and look for a job to put some bread on the table...


hehe I'm sure the majority of those open source guys can put more than just bread on the table. You really think for example someone like Linus or Brendan Eich, Mozilla chief architect, have problems putting bread on the table? maybe they are extreme exceptions but like them, most have really well paid jobs during the day


___________________
[alk]

Last edited by loconet on Nov-11-2004 at 04:41

Old Post Nov-11-2004 04:19  Peru
Click Here to See the Profile for loconet Click here to Send loconet a Private Message Visit loconet's homepage! Add loconet to your buddy list Report this Post Reply w/Quote Edit/Delete Message
loconet
de la puta madre!



Registered: Jul 2002
Location: San Francisco

quote:
Originally posted by malek
We all know, that Quality insurance is always pushed aside by companies and that delivering the product asap is the first thing in their mind.


I agree and that is why ...

quote:
Originally posted by Durafei
That's the beauty of Open Source software. There is never really any rush. Programmers can take their time, and develop solid code that works.


___________________
[alk]

Old Post Nov-11-2004 04:24  Peru
Click Here to See the Profile for loconet Click here to Send loconet a Private Message Visit loconet's homepage! Add loconet to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Local Scene Info / Discussion / EDM Event Listings > Canada > Canada - Toronto & Southern Ont. > Firefox aims for 10 percent of Web surfers
Post New Thread    Post A Reply

Pages (10): « 1 2 3 4 5 6 [7] 8 9 10 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackJuliet - Avalon (Jacques Lu Cont remix) [2005] [1]

Click here to listen to the sample!Pause playbackAvicii - Street Dancer [2011]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 16:39.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!