Re: [WSG] neat code in A9 search

2004-12-20 Thread Paul Menard
Well there is a DOCTYPE but... If I use IE6 and try the View-Source option I get only a few lines of the code. But if I then try File-Save As and then view the HTML in my favorite HTML editor I do see the whole code. But here is the funny thing Before the '!DOCTYPE' statement there appears

Re: [WSG] neat code in A9 search

2004-12-20 Thread Kornel Lesinski
there appears some funny characters. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN This is another Microsoft invention - BOM marker used to recognize UTF-8 files. ByteOrderMarker makes no sense in UTF-8. Notepad and other MS-tools silently insert it in all UTF-8 files, making

RE: [WSG] neat code in A9 search

2004-12-20 Thread Wong Chin Shin
: [WSG] neat code in A9 search there appears some funny characters. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN This is another Microsoft invention - BOM marker used to recognize UTF-8 files. ByteOrderMarker makes no sense in UTF-8. Notepad and other MS-tools silently insert

Re: [WSG] neat code in A9 search

2004-12-20 Thread JohnyB
How do I remove this BOM marker once it's inserted? Damn it, it causes all my XSL transformations on Java to fail! I use PSPad (www.pspad.com), it doest it transparently (if set in preferences). -- Jan Brasna :: alphanumeric.cz | webcore.cz | designlab.cz | janbrasna.com

Re: [WSG] neat code in A9 search

2004-12-20 Thread XStandard
://xstandard.com Standards-compliant XHTML WYSIWYG editor - Original Message - From: Kornel Lesinski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 20, 2004 9:30 AM Subject: Re: [WSG] neat code in A9 search there appears some funny characters. !DOCTYPE HTML PUBLIC -//W3C//DTD

Re: [WSG] neat code in A9 search

2004-12-20 Thread Kornel Lesinski
On Mon, 20 Dec 2004 16:04:48 +0100, JohnyB [EMAIL PROTECTED] wrote: How do I remove this BOM marker once it's inserted? Damn it, it causes all my XSL transformations on Java to fail! I use PSPad (www.pspad.com), it doest it transparently (if set in preferences). alternatively you can open file

Re: [WSG] neat code in A9 search

2004-12-20 Thread JohnyB
BOM is a Unicode standard. Without BOM, applications have to waste resources... But not in UTF-8. There they are not used and will not be. -- Jan Brasna :: alphanumeric.cz | webcore.cz | designlab.cz | janbrasna.com ** The discussion list for

Re: [WSG] neat code in A9 search

2004-12-20 Thread Kornel Lesinski
BOM is a Unicode standard. Without BOM, applications have to waste resources trying to figure character encoding. Here are some FAQs about BOM: http://www.unicode.org/faq/utf_bom.html#22 I know that. FAQ more or less confirms what I've said - BOM in UTF-8 is Microsoft conventions for .txt

Re: [WSG] neat code in A9 search

2004-12-20 Thread haggis
Hello Paul; you said . - Well there is a DOCTYPE but... If I use IE6 and try the View-Source option I get only a few lines of the code. But if I then try File-Save As and then view the HTML in my favorite HTML editor I

Re: [WSG] neat code in A9 search

2004-12-20 Thread Paul Menard
Well thanks Bill. I stand corrected. --- haggis [EMAIL PROTECTED] wrote: Hello Paul; you said . - Well there is a DOCTYPE but... If I use IE6 and try the View-Source option I get only a few lines of the

RE: [WSG] neat code in A9 search

2004-12-20 Thread Focas, Grant
WinMerge will get rid of them. Grant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wong Chin Shin Sent: Tuesday, 21 December 2004 1:46 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] neat code in A9 search How do I remove this BOM marker once it's inserted

[WSG] neat code in A9 search

2004-12-19 Thread Mariusz Stankiewicz
does anybody know how this works: http://a9.com/wsg Notice the result columns, and how you can resize them.. Also how I can move links by drag and drop to my bookmark list! Does anybody know how all this stuff is done? Marz. ** The discussion

Re: [WSG] neat code in A9 search

2004-12-19 Thread Glenn
As an aside, did we all see what comes up first on that search? H. Glenn Mariusz Stankiewicz wrote: does anybody know how this works: http://a9.com/wsg Notice the result columns, and how you can resize them.. Also how I can move links by drag and drop to my bookmark list! Does anybody know

Re: [WSG] neat code in A9 search

2004-12-19 Thread Paul Menard
For the resize it is simply _Javascript. Looking at the code you can see the following code Have not followed it but the 'onresize()' function performs this action. As for the drag and drop of the links have not seen it. TABLE id=mainTable onresize=positionButtons() height=70% cellSpacing=0

Re: [WSG] neat code in A9 search

2004-12-19 Thread berry
does anybody know how this works: http://a9.com/wsg It doesn't work well on Netscape 7. It uses Javascript with DOM . For the column. It uses a javascript function which is used for moving object. In this case instead of moving the objet it changes the size of the column when dragging the

Re: [WSG] neat code in A9 search

2004-12-19 Thread haggis
As another aside ... There is no doctype and there are 703 errors in the html markup and 21 errors in the css .. still it's kind of neat ... :o) As an aside, did we all see what comes up first on that search? H. Glenn Mariusz Stankiewicz wrote: does anybody know how this works: