What Are the Advantages of Using SVG for Web Design?

  • Thread starter Thread starter dduardo
  • Start date Start date
  • Tags Tags
    Poll Web
Click For Summary
The discussion centers around the preference for web browsers, particularly advocating for Firefox over Internet Explorer (IE). Users express strong opinions against IE, citing its security vulnerabilities and lack of compliance with web standards, which they believe hampers web development. Many participants recommend Firefox as a superior alternative, highlighting its features like tabbed browsing and better security. There are mentions of Microsoft's upcoming IE7, but skepticism remains about its ability to address longstanding issues. The conversation also touches on the frustrations developers face due to IE's limitations, urging a collective move towards browsers that support modern web standards. Users share personal experiences with different browsers, noting Firefox's advantages while acknowledging some initial technical issues. Overall, the thread emphasizes the need for users to switch from IE to more secure and compliant browsers like Firefox.

What Browser Are You Using?

  • Internet Explorer

    Votes: 19 32.2%
  • Mozilla Firefox

    Votes: 34 57.6%
  • Safari

    Votes: 1 1.7%
  • Opera

    Votes: 4 6.8%
  • Other

    Votes: 1 1.7%

  • Total voters
    59
  • #121
Uninstall that extension. I am on windows (xp) right now and I see an "Open" link next to the file I downloaded.

Here is the screenshot.

http://img260.imageshack.us/img260/8878/downloadopen5wu.th.png

Press ctrl+j to open the download manager. (or Tools -> Downloads).
 
Last edited by a moderator:
Physics news on Phys.org
  • #122
Monique said:
So how many extensions do you have to download and install in FF in order for the fancy websites to work? The standard browser does not look spectacular to me.
Non-standard does not correspond to fancy. Besides, if I encounter such a site, I just use IEView to open it in IE. No need to download tons of extensions to support outdated design. ActiveX isn't exactly something I'd introduce to my Firefox either. :-p

Monique said:
So, how do I get FF to ask me what I want to do with a file I want to download (open, save, save and open folder, save and launch). Do I need to extension OpenDownload or is it already built in?
Firefox by default asks you whether you want to Save a file to [default folder] or Open with ["Browse..." or default program]. To change the Save a file to... to a dialogue, you can go to Tools>Options>Downloads>Ask me where to save every file. "Save and Launch" is not an option I've seen before, but using Firefox's download manager window will allow you to open the saved file with one additional click.
 
  • #123
mattmns said:
Uninstall that extension. I am on windows (xp) right now and I see an "Open" link next to the file I downloaded.

Here is the screenshot.

http://img260.imageshack.us/img260/8878/downloadopen5wu.th.png

Press ctrl+j to open the download manager. (or Tools -> Downloads).
That looks really nice, but it is not what I get. Without the extension I get this:

http://img6.imageshack.us/img6/4583/downloads2st.jpg
 
Last edited by a moderator:
  • #124
You probably changed the setting at Tools->Options->Privacy->Download-manager-history
to "Remove files from the Download Manager: Upon successful download".

The standard settings is:
"Remove files from the Download Manager: Manually"
and the standard behaviour is that the links to the donwloaded files are only removed when you press "Clean Up".
 
  • #125
You are right, shame on me :smile:
 
  • #126
faust9 said:
Then try coding to web standards and cross browser problems will be minimized to the point of almost non-existant. IE(Internet Explorer) is a bug ridden virus waiting to happen. And tabbed browsing is infinetly more productive than non-tabbed. Imagine a page with multiple links---say a uC site with 18 versions of the same chip. Hold the apple key(I'm a mac user so you can take the MS-specific non-standard HTML and stick it where the sun doesn't shine) and click through all of the variations. Hold down apple+option and arrow through each of the open tabs---easy and quicker than opening links in different windows(organization wise) and much much quicker than using forward and backward history.

Now, please tell me(us) how firefox is behind IE? Well FF is well behind the virus curve but other than that how is it inferior? Tell me how Camino is less 'clunky' than IE on windows... You can't.


Quite simply I don't like it, they are all chunky and childlike with bold colours big buttons and I'm sorry but tabbed browsing is not nice.

Oh and my coding... is of web standards hence the extra coding for those browsers that misinterpret basic scripting (which IE does not misinterpret), oh Yeah and I verify with W3C, so if your browser can't support basic web standard coding - not my problem
 
  • #127
hitssquad said:
Using a non-tabbed browser doesn't mean you have to use only the forward backward history. You can do what you described without tabs. To open links in new windows on PC running IE, click while holding the shift key down.

Hold about - mine opens links in new windows anyway - it's a user preference
 
  • #128
mattmns said:
Well you are one of the few I would say. Personally I do not even like touching my keyboard while browsing. And if I were to use the taskbar with IE, I would have to click twice just to get to a new page. Personally I use rocker mouse gestures on firefox as this allows me to quickly scroll through tabs, and if I am lazy I just move the mouse and click the tab I want.

You need a PROPER mouse.
I only single click (again user prefs), I do not have to move my mouse to the back or forward buttons (because they are on my mouse), links open in new windows and it is only a single click to open any window of choosing
 
  • #129
dduardo said:
1) You obviously have never used firefox's DOM Inspector, Javascript Console, Web Developer Extension, and the HTML Editor (Based on Tidy) extension. They are indispensable tools for creating websites.

2) I've had to redesign web interfaces to avoid, as hypermorphism so elequently said: lobotomizing my code, just because IE is so crippled.

Why people want to use Javascript is beyond me.
most browsers DON'T support it and the end user can turn it off.
You have to have extra coding to support those browsers so that the code dengenerates "nicely".

Sure javascript can do some niecy nicey special effects but why bother when most users can't benefit?

If you want your users to see something it should all be done server side.

I don't use a HTML editor or any thing like frontpage or dreamweaver.
I code from the ground up.
 
  • #130
Monique said:
Actually I find it annoying. First I have to browse through all my directories to save into the right folder (it doesn't remember the last locations and I don't want to save in a single place). Then when it has saved it, I have to go to Windows Explorer and find the file again to launch or unpack it :bugeye:

No, you don't, you can get it to do it there and then.
Oh and in Firefox - the lack of option to OPEN ugh - the only thing you can do is save to disk - very often I don't want to save to disk.

Default locations can be set via user prefs.
 
  • #131
Greg Bernhardt said:
... Personally I've never ever encountered any SVG. ... Again, 99% of people will never run into xforms outside Office, it is along way from being used on websites.
These aren't really arguments for or against relatively new technologies. Why would anyone ever need a light bulb with no infrastructure to support it ? :wink:
 
Last edited:
  • #132
*Kia* said:
Why people want to use Javascript is beyond me.
most browsers DON'T support it and the end user can turn it off.
You have to have extra coding to support those browsers so that the code dengenerates "nicely".

Sure javascript can do some niecy nicey special effects but why bother when most users can't benefit?

If you want your users to see something it should all be done server side.

I don't use a HTML editor or any thing like frontpage or dreamweaver.
I code from the ground up.

Javascript is vital in AJAX applications. Have you ever used google maps? Perhaps you have a gmail account? If you go to big ecommerce site you'll see javascript being used. Go to amazon and look at the source. It's pretty ubiquitous.

Greg Bernhardt said:
... Personally I've never ever encountered any SVG. ...

When I design websites I do my mockups in SVG using Inkscape. I can stretch, rotate or maniplute whatever aspects of the layout without affecting gradients, rounded corners, etc. After mockup I take the svg and export to png for slicing in The Gimp. Once I have sliced all the images I write the appropriate css/html to represent the layout based on the mockups.

I would love to go from mockups in SVG straight to final layout in SVG.
 

Similar threads

  • Poll Poll
  • · Replies 18 ·
Replies
18
Views
2K
  • Poll Poll
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
7
Views
3K
  • Sticky
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K