Saturday, February 04, 2012

Demo Joomla! 1.5

Visit the Joomla! 1.5 demo site to see my extensions live running

Follow Me

Follow cedricwalter on Twitter Subscribe via RSS Subscribe via RSS Follow us on Facebook Follow us on Google+

Demo Joomla! 2.5

Visit the Joomla! 2.5 demo site to see my extensions live running

Support

Do not submit a bug report if you need technical support or have questions.

Forums

Post your suggestions ask for help in the community forums

Wiki

Visit the Wiki extensive and up to date documentation at your fingertips.

Contact Me

Missing images/links, any comments, suggestions, need help? Contact me

Skype

Need desperately help?
Skype Me™! But dont abuse of it!

How to insert a java applet in a web page

User Rating:  / 0
PoorBest 

Valid HTML 4.01 Frameset opera safari chrome firefox ie

I did learn a lot today while trying to validating my new sub domain: http://websitesasgraphs.waltercedric.com/ I found a huge number of examples using the tag <applet> which has been deprecated and create errors and warning in W3C validation engine. But no example using the  the new HTML <object> tag.  Hence I decide to publish this small post.

The following page are now XHTM 1.0

While this one is

Here is the code to insert a java applet into an XHTML 1.0 Strict web page

<div>
<object classid="java:mkv_htmlgraph.class"  
        type="application/x-java-applet"
        archive="mkv_htmlgraph.jar"
        width="600" height="600">
    <param name="code" value="mkv_htmlgraph" />
    <param name="archive" value="mkv_htmlgraph.jar" /> 
    <param name="image" value="loading.gif" />
    <param name="boxmessage" value="Loading Processing software..." />
    <param name="boxbgcolor" value="#FFFFFF" />
    <param name="urlFromForm" value="http://websitesasgraphs.waltercedric.com/getDataFromURL.php?url=&amp;lt;?php echo $url ?>" />
      <strong>
        This browser does not have a Java Plug-in.
      </strong>
      <br />
      <a href="http://java.sun.com/products/plugin/downloads/index.html">
        Get the latest Java Plug-in here.
      </a> 
</object>
</div>
www.waltercedric.as.graph_thumb 
The source code websiteasgraph.v01.00.00.zip has been changed and is available here: Download now

References

By the way, I discover huge issues in IE8, less in IE7 with my homepage, none in Opera or Firefox. And since my homepage is currently not valid, I will correct everything to make it XHTML 1.0 compliant today.

You might also like:
Send created pdf with javamail
1588 days ago
Send created pdf with javamail
public void testSendPDWithJavamail() catch (MessagingException e) catch (IOException e) System
blog comments powered by Disqus
Parent Category: Java
Category: Useful Code

Donations

Thank You for supporting my work

Latest Articles

  • Thanks to Ondřej Surý,  maintainer for some Debian packages, you can have the latest PHP5 maintained by Debian ... ...
  • Munin is a networked resource monitoring tool that can help analyze resource trends and "what just happened to ki... ...
  • The General Robotics, Automation, Sensing and Perception (GRASP) Lab, located at the University of Pennsylvania, is al... ...
  • There is a lot of shareware and freeware (jEdit, Notepad++) to do complex search and replacement in files but none is su... ...
  • Data URI scheme is a URI scheme that provides a way to include data in line in web pages as if they were external reso... ...

Latest Comments

Popular Posts

rockettheme advertisement

dropbox logo

Help Us & Leave Feedback!

  • Do you have an excellent article idea you would like to read about here? Share it!
  • Do you have some interesting tips how we could improve our site?
  • Something missing here? Help us make this blog a better place, leave feedback!
We would love to hear from you! Be active! Write us now!

Blogs

Didier Beck Tech Head Brothers

google+ badge