473,805 Members | 2,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XBrowser SVG suggestions?


I have this sorta nifty SVG speaker selection widget I'm developing.
http://kirksaeter.com/SpeakerSelecto...erSelector.svg
I've been regularly validating it ( minutes ago was most recent )
http://validator.w3.org/check?uri=ht...+1.1&verbose=1

The image is contained in the fallowing page
http://kirksaeter.com/SpeakerSelecto...rSelector.html

I boot up a Linux/Gnome desktop , so the input from folks
with other contexts is of imense value.

I chose this simple application to cut my teeth on as I think
it exercises many if not most of the major issues one might face in
basic xbrowser SVG development.

Nov 22 '06 #1
4 1148
VK

drclue wrote:
I have this sorta nifty SVG speaker selection widget I'm developing.
http://kirksaeter.com/SpeakerSelecto...erSelector.svg
I've been regularly validating it ( minutes ago was most recent )

The image is contained in the fallowing page
http://kirksaeter.com/SpeakerSelecto...rSelector.html

I boot up a Linux/Gnome desktop , so the input from folks
with other contexts is of imense value.

I chose this simple application to cut my teeth on as I think
it exercises many if not most of the major issues one might face in
basic xbrowser SVG development.
SVG is not supported by IE, the latter uses VML instead. I'm not sure
what "xbrowser SVG development" can be with 80%-95% of your visitors
exclided by definition.

If for some reason you decided do not use HTML/CSS tools but use the
browser only as a page-size embedded object holder: if that then PDF
format is much more suitable, with plugin installed on nearly any
browser. PDF also supports scripting (it implements a version of
ECMAScript language).

Nov 22 '06 #2

>
drclue wrote:
>I have this sorta nifty SVG speaker selection widget I'm developing.
http://kirksaeter.com/SpeakerSelecto...erSelector.svg
I've been regularly validating it ( minutes ago was most recent )

The image is contained in the fallowing page
http://kirksaeter.com/SpeakerSelecto...rSelector.html

I boot up a Linux/Gnome desktop , so the input from folks
with other contexts is of imense value.

I chose this simple application to cut my teeth on as I think
it exercises many if not most of the major issues one might face in
basic xbrowser SVG development.
VK SVG is not supported by IE, the latter uses VML instead. I'm not sure
what "xbrowser SVG development" can be with 80%-95% of your visitors
exclided by definition.

If for some reason you decided do not use HTML/CSS tools but use the
browser only as a page-size embedded object holder: if that then PDF
format is much more suitable, with plugin installed on nearly any
browser. PDF also supports scripting (it implements a version of
ECMAScript language).
Or heck, I'm sure the entire thing could be easily ported to Flash.
I was amazed that the sorta nifty SVG thing fired up not embedded,
just as .svg, with its own menus.
Easy use of svg as a scriptable window and use as a scriptable
element in a document will really help to realise the
graphics and interactivity power of modern UA's.
Best Regards,
Joe
Nov 22 '06 #3
VK wrote:
SVG is not supported by IE, the latter uses VML instead. I'm not sure
what "xbrowser SVG development" can be with 80%-95% of your visitors
exclided by definition.
IE does SVG by plug-in ( ASV if I recall ), and with
recent business acquisitions it will probably show up in flash
as Adobe rolls up ASV in 2008 if I recall that tid bit correctly.
If for some reason you decided do not use HTML/CSS tools but use the
browser only as a page-size embedded object holder: if that then PDF
format is much more suitable, with plugin installed on nearly any
browser. PDF also supports scripting (it implements a version of
ECMAScript language).

Not to say that other approaches might not whave their merit but
I see a solid destination in the (x) files and that's where
I'm going.

All my servers , proxies and other interfaces are configured to
output XML and JSONized XML, which goes very nicely with XSL and SVG,
and other (X) files. SVG art that changes dynamically based on
real-time data is going to be a lot more fun than I think I can
get from a .pdf


Nov 22 '06 #4
VK wrote:
SVG is not supported by IE, the latter uses VML instead. I'm not sure
what "xbrowser SVG development" can be with 80%-95% of your visitors
exclided by definition.
Statistics like ( 80%-90% ) should actually include a citation as to
where they came from, as often by chance or by purpose those statistics
come under the category of "self full filling prophecy".

What kind of logs of browser participation would I get if I went to
the Microsoft security update page? What kind of logs would
I get for a Microsoft based site?

I know from my various project logs that while the [default] browser
installed with the operating system typically enjoys a market share
advantage that I get in these projects a different set of percentages,
because I make the effort to start with w3.org standards and reach out.

My Windows machine died a year ago , and I've been using Linux/Gnome
and I have no problems with standards compliant sites, and if you
examine their logs as I have you will find that the 80-90 think
has more to do with the site than the audience.

How many hits do you think you'll get from the people you attempt to
exclude?

>
If for some reason you decided do not use HTML/CSS tools but use the
browser only as a page-size embedded object holder: if that then PDF
format is much more suitable, with plugin installed on nearly any
browser. PDF also supports scripting (it implements a version of
ECMAScript language).
Dec 7 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1286
by: Matt W | last post by:
Hi all, I'm planning to use MySQL's full-text search for my forum system (possibly 5+ million posts). I've been playing with it a lot lately to see the performance and functionality and have some suggestions/questions. First, since a few of you may be wanting to know, here is a thread where I was doing some speed/optimization tests and stuff with 3 million posts: http://www.sitepointforums.com/showthread.php?threadid=69555
0
747
by: Matt W | last post by:
Hi all, I'm planning to use MySQL's full-text search for my forum system (possibly 5+ million posts). I've been playing with it a lot lately to see the performance and functionality and have some suggestions/questions. First, since a few of you may be wanting to know, here is a thread where I was doing some speed/optimization tests and stuff with 3 million posts: http://www.sitepointforums.com/showthread.php?threadid=69555
1
1350
by: Brian Basquille | last post by:
Hello all. Have been working on the Air Hockey game on and off for a couple of weeks now.. but have had plenty of other assignments to keep me busy along with it. But i would like some suggestions on improving it. It's far from fully working, but some suggestions on the following would be great. Please download it from: http://homepage.eircom.net/~basquilletj/AirHockey.rar.
0
4497
rnd me
by: rnd me | last post by:
Purpose: Allows you to create "presets" for text form inputs. "Lightweight and simple to setup, it adds a lot of convenience for ~1kb of code." Only one function, two parameters: First argument is the element to upgrade. you can specify the input's name, id or the input itself. you can also pass an array containing of any of these to easily bind multiple fields to the same suggestions. Second argument is an array of suggestions.
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10613
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10107
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5544
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3846
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.