[WSG] getting XUL response from servlet

2006-12-20 Thread Nisha Kumari
Hi All, I am writing a application in XUL, which sends request to servlet for the authentication of the user. Which internally talk to database. But I am not able to return response from servlet to XUL, as XUL talks through JavaScript only. And I am not able to return response from servlet to

[WSG] Time to update my address book!

2006-12-20 Thread John 'Max' Maxwell
Dear, I am close to clearing my desk for xmas and thought I would take the chance to update my address book. I would greatly appreciate it if you could take a moment to update me with your latest contact info. Merry Christmas and all the best for 2007. Click the following link to correct or

[WSG] liquid designs hall of fame round 2

2006-12-20 Thread Christian Montoya
Hello all. I just wanted to let everyone know that there is an open vote at Liquid Designs for round 2 of the Hall of Fame, which features the best sites from entries 101-200 at the gallery. There were 5 nominees chosen and for the next couple days anyone can vote for their favorite site from

Re: [WSG] getting XUL response from servlet

2006-12-20 Thread Matthew Cruickshank
Nisha Kumari wrote: I am writing a application in XUL, which sends request to servlet for the authentication of the user. Which internally talk to database. But I am not able to return response from servlet to XUL, as XUL talks through JavaScript only. And I am not able to return response from

[WSG] Tissue (valid code) vs shirt sleeves (wysiwyg editors and those who use them and also refuse to use tissues)

2006-12-20 Thread sharron
hmmm, sorry if off topic and uncouth. I've a rather simple question or two if you please. 1. On a scale of 1-10, how important is W3C validation? 2. How does one convince folks that it is important? 3. Is valid code important to SE? 4. Does it follow, that those who don't care about

[WSG] RE: digest for wsg@webstandardsgroup.org

2006-12-20 Thread lari
Hi Your problem has two sides: 1. database side * you can use mySQL or postgreSQL (more flexible, it is my point of view ) ) with utf8 (for europena language, not assian it is more than enough) * build a language table (usefull if you wish to add in future other language)

Re: [WSG] Tissue (valid code) vs shirt sleeves (wysiwyg editors and those who use them and also refuse to use tissues)

2006-12-20 Thread Andrew Ingram
Interesting way of putting it :) My answers: 1. 7, you should do everything within reason to make sure your code validates but sometimes it's just not possible and you shouldn't get too stressed about it. 2. Tell them that validating code will get higher search rankings, it doesn't matter if

RE: [WSG] getting XUL response from servlet

2006-12-20 Thread Nisha Kumari
Hi, It was really a great help. But I want to use XUL for standalone application. Is it compulsory to use AJAX or any other technology in between java and js? It's a bit confusing whether to use XUL for a standalone application or not? And if I am using then am I suppose to use a 3rd technology

Re: [WSG] getting XUL response from servlet

2006-12-20 Thread Matthew Cruickshank
Hi Nisha, XUL is just a set of tags so make your Java code produce XUL tags instead of HTML tags. Ajax is not required. Try this forum instead of this web standards list, you'll get better help there: http://www.xulplanet.com/forum2/ .Mathew Cruickshank http://docvert.org Convert your