info window pop-up on mouse-over of static JPG image
2008-05-24 00:16:54
I have a large JPG image as the background of my website.

http://musicamor.com/iu/images/band1.jpg

I want to know how to make it so when a user mouses-over one of the people's pictures, a box pop's up giving them a small biography on the person. It would be great if each person in the pic there could have their own bio. Im tempted to use something like a banner button script, but as this is a static JPG, im not sure how to set up the cords. Also, I want a window with text to pop up, not necessarily to be replaced with another image (to me text would be smaller then loading a picture).


Im no noob, just not fluent, so dont be shy!!
If anyone could help, it would be much appreciated ;)


Thanks! :D

Message was edited by: aldernon

Re: using JAXP 1.4 to validate a xml version 1.1 file
2008-05-13 07:16:47
Hi Joe,

thanks very much for clarifying the isse.

I am still struggling with javac, java in general.
I was not able to run your proposal in a dos batch file;
Now I installed Jcreator to learn in general
Being a xml, xsl, perl programmer many years I always made a big circle around java technology. All these pathes, classpathes, arguments and so on;

Anyway thanks for responding.

Greetings

Peter

Plugin Webservice in ClearSpace
2008-04-29 02:46:43
Hi every body!

Thanks everybody

Message was edited by: missthom

Re: java has no "com.sun.xml.internal.stream.events.XMLEventAllocatorImpl"?
2008-04-22 18:48:08
I had multiple java versions on my system and was inadvertently picking up 1.4 in
my class path.

Re: Resources to learn Ajax, TEE, Enterprise 2.0, Java, Mashups
2008-04-18 23:46:49
Hi rajeev,

There are several online resources available for these technologies. Just google for it.
I also suggest that you look up some of the quality books from O'Reilly and Apress that cover these technologies in detail. You can purchase them from the Higginbothams store on M G Road.

I also highly recommend that you attend the upcoming Great Indian Developer Summit - http://www.developersummit.com - that features conferences on Java, Agile, .NET, Rich Web, and more. They have most of the creators of these technologies as speakers. My team is attending this summit from May 19-23 at the Indian Institute of Science. We have been able to get ood discounts. Maybe all those who are interested from this group can put together a consolidated list and negotiate with the organisers for a bargain. What say?

You could also check out the Agile Conferences that happen in Mumbai (http://agileindia.org/), if you are specifically looking for test driven development kind of training.

Thanks,
nikki

Re: Resources to learn Ajax, TEE, Enterprise 2.0, Java, Mashups
2008-04-18 23:46:49
Hi rajeev,

There are several online resources available for these technologies. Just google for it.
I also suggest that you look up some of the quality books from O'Reilly and Apress that cover these technologies in detail. You can purchase them from the Higginbothams store on M G Road.

I also highly recommend that you attend the upcoming Great Indian Developer Summit - http://www.developersummit.com - that features conferences on Java, Agile, .NET, Rich Web, and more. They have most of the creators of these technologies as speakers. My team is attending this summit from May 19-23 at the Indian Institute of Science. We have been able to get ood discounts. Maybe all those who are interested from this group can put together a consolidated list and negotiate with the organisers for a bargain. What say?

You could also check out the Agile Conferences that happen in Mumbai (http://agileindia.org/), if you are specifically looking for test driven development kind of training.

Thanks,
nikki

Resources to learn Ajax, TEE, Enterprise 2.0, Java, Mashups
2008-04-18 23:16:41
Hi all,

I recently moved south to Bangalore and I am working for a large software integrator. My project team is working on a JEE application project that uses test driven development methodologies. We are planning to use a host of new breed technologies such as Enterprise 2.0, Ajax, Drools, JDO, Hibernate,and mashups. Are you able to point me to online and offline resources/trainings that can help our team get up to speed with these latest technologies.

All the help that group members can provide in this regard is much appreciated.

Thanks,
rajeev

Resources to learn Ajax, TEE, Enterprise 2.0, Java, Mashups
2008-04-18 23:16:40
Hi all,

I recently moved south to Bangalore and I am working for a large software integrator. My project team is working on a JEE application project that uses test driven development methodologies. We are planning to use a host of new breed technologies such as Enterprise 2.0, Ajax, Drools, JDO, Hibernate,and mashups. Are you able to point me to online and offline resources/trainings that can help our team get up to speed with these latest technologies.

All the help that group members can provide in this regard is much appreciated.

Thanks,
rajeev

Re: Parsing a String
2008-04-18 14:47:15
Oh yes, that looks good.

Joe

Re: How to add xml-stylesheet tag to xml file
2008-04-18 14:47:15
I'm not familiar with JBoss or cactus. But WEB-INF is not the right place to place your stylesheet. WEB-INF contains resources that define a web application.

The error message you got meant that the browser would not find the style sheet. That parameter (xsl=cactus-report.xsl) meant that ServletTestRunner is told to find the xsl file in the root directory of the application. Again I'm not familiar with JBoss or Cactus, but if you've deployed cactus was a war file, try add the stylesheet to its root directory.

Do some experiment, I'm sure you could figure it out :)

Good luck,
Joe