SVG implemetation still incomplete

2012-02-24 Thread P.N.


Hello,

please look at this SVG: 
http://www.w3.org/TR/SVG11/images/filters/feComposite.svg


According to specs it should look like this: 
http://www.w3.org/TR/SVG11/images/filters/feComposite.png


Kind regards
Peter
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Java

2012-02-24 Thread Tom Stoudt
On Thu 23 Feb 2012 01:33:41pm EDT, /WLS/ said in
mozilla.support.seamonkey: 

 On 02/23/2012 01:20 PM, Not@home wrote:
 
 
 Beauregard T. Shagnasty wrote:
 Not@home wrote:

 My security program (F-Secure) issues a newsletter and
 in the latest edition they recommend that we delete Java
 if we don't need it, because is seems to be most
 vulnerable to every new exploitation.  see 
 http://safeandsavvy.f-secure.com/2012/01/14/why-you-shou
 ld-get-rid-of- 
 java-now/?ecid=2942nlcid=2942

 Is Java necessary to effective use of Seamonkey?  I see
 it pop up once or twice a day, most amusingly when I use
 F-Secure health check to see if my programs are up to
 snuff.  I do have another program that scans my pc and
 tells me when any program is not up to date, so I do
 have the most up to date Java.

 My experience is that there are very few Java applets
 left on the normal web. Most developers seem to have
 moved on to Flash or HTML5 presentation -- with of course
 the over-abundance of JavaScript we see every day. (Java
 and JavaScript are two entirely different things.) 

 You can see a safe Java applet here. If your Java is
 enabled, the time display will tick-tock away; otherwise
 it's a static display: 
 http://time.gov/timezone.cgi?Eastern/d/-5 

 So the answer is: unless you know of a specific web
 site(s) that actually do use Java applets, you can safely
 remove it - or at least disable it, possibly via the use
 of the PrefBar extension (also makes it easy to manage
 many other things, including en/disable JavaScript). 
 http://prefbar.tuxfamily.org

 Now I'm puzzled.  I went to the site you provided and got
 a static display.  I then went to a site I use
 (washingtonpost.com, entertainment, crosswords, daily
 crossword, and it displayed a Java logo while loading, and
 advised that if it doesn't work, you should update to the
 current version of Java.  If this site is using
 JavaScript, would it display the Java logo?
 
 No it wouldn't. It uses Java.
 
 You need Java enabled to view the crossword applet. 
 

This is the clock page that uses Java:
http://www.time.gov/timezone.cgi?Eastern/d/-5/java
When Java is turned off it lets you know.

The other one listed above is only a time snapshot.

_T o m_
-- 


Time is a great teacher, but unfortunately it
 kills all its pupils.   -- Louis-Hector Berlioz


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Java

2012-02-24 Thread Paul B. Gallagher

Tom Stoudt wrote:


This is the clock page that uses Java:
http://www.time.gov/timezone.cgi?Eastern/d/-5/java
When Java is turned off it lets you know.

The other one listed above is only a time snapshot.


OK, here's the error I get:

Java Plug-in 1.6.0_30
Using JRE version 1.6.0_30-b12 Java HotSpot(TM) Client VM
User home directory = C:\Users\[sanitized for security reasons]

load: class utcnist4.class not found.
java.lang.ClassNotFoundException: utcnist4.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
	at 
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown 
Source)

at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: utcnist4.class

When I disabled AdBlock Plus and reloaded, the error message went away 
and I just got an endless spinner (hourglass), no error and no time.


When I tried this page with Internet Exploiter 9, the applet displayed 
the same error message, but IE hung -- completely unresponsive to all 
user input, had to force-close it through Windows Task Manager.


--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Java

2012-02-24 Thread NoOp
On 02/24/2012 05:09 PM, Paul B. Gallagher wrote:
 Tom Stoudt wrote:
 
 This is the clock page that uses Java:
 http://www.time.gov/timezone.cgi?Eastern/d/-5/java
 When Java is turned off it lets you know.

 The other one listed above is only a time snapshot.
 
 OK, here's the error I get:
 
 Java Plug-in 1.6.0_30
 Using JRE version 1.6.0_30-b12 Java HotSpot(TM) Client VM
 User home directory = C:\Users\[sanitized for security reasons]
...
Seems your Java is a bit out of date. Even linux has:
Java(TM) Plug-in 1.6.0_31
File: /opt/java/32/jre1.6.0_31/lib/i386/libnpjp2.so
Version:

And to answer your question from your other post So do I or don't I
have Java enabled?: ensure that cookies and java is turned on and
then go to:
http://java.com/
  - click on 'Do I have Java?'
   - that will take you to: http://java.com/en/download/installed.jsp
- Click on 'Verify Java Version'

If your Java is current, then is should come back with:

Verified Java Version
Congratulations!
You have the recommended Java installed (Version 6 Update 31).

(Windows and linux)

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Username / Password Q

2012-02-24 Thread robertbaer


 How do i get the username / password capture to work for https sites?


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Java

2012-02-24 Thread Paul B. Gallagher

NoOp wrote:


On 02/24/2012 05:09 PM, Paul B. Gallagher wrote:

Tom Stoudt wrote:


This is the clock page that uses Java:
http://www.time.gov/timezone.cgi?Eastern/d/-5/java
When Java is turned off it lets you know.

The other one listed above is only a time snapshot.


OK, here's the error I get:

Java Plug-in 1.6.0_30
Using JRE version 1.6.0_30-b12 Java HotSpot(TM) Client VM
User home directory = C:\Users\[sanitized for security reasons]

...
Seems your Java is a bit out of date. Even linux has:
Java(TM) Plug-in 1.6.0_31
 File: /opt/java/32/jre1.6.0_31/lib/i386/libnpjp2.so
 Version:


As out of date goes, the difference between 1.6.0_30 and 1.6.0_31 is 
pretty minor. What am I, a week behind? My Java console says Java 
Update was last run at 1:52 PM on 2/24/12.



And to answer your question from your other post So do I or don't I
have Java enabled?: ensure that cookies and java is turned on and
then go to:
http://java.com/
   - click on 'Do I have Java?'
- that will take you to: http://java.com/en/download/installed.jsp
 - Click on 'Verify Java Version'

If your Java is current, then is should come back with:

Verified Java Version
Congratulations!
You have the recommended Java installed (Version 6 Update 31).


So is that such a BFD that the time website won't work at all?

Fine, I'll update if you think it'll make you happy.

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Java

2012-02-24 Thread Paul B. Gallagher

I just wrote:


NoOp wrote:


Seems your Java is a bit out of date. Even linux has:
Java(TM) Plug-in 1.6.0_31
File: /opt/java/32/jre1.6.0_31/lib/i386/libnpjp2.so
Version:


As out of date goes, the difference between 1.6.0_30 and 1.6.0_31 is
pretty minor. What am I, a week behind? My Java console says Java
Update was last run at 1:52 PM on 2/24/12.
...

So is that such a BFD that the time website won't work at all?

Fine, I'll update if you think it'll make you happy.


Amazing, that worked!

Who'da thunk that site would be so cutting-edge that a week-old version 
of Java would break it? Usually government sites are way /behind/ the times.


--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey