|
From: Kevin <ke...@ke...> - 2003-08-05 17:05:29
Attachments:
demo-getimage3.zip
|
Hi, I tried the Java compressor on Linux and had some problems. The config xml wouldn't work if it had Dos line terminations '\r\n'. So I had to convert to '\n'. I would have thought since a browser can parse HTML or XML no matter what file type is stored on the server then the Java compiler should take a xml of either Dos or Unix origin. Once compressed for a full ie/dom/ns4 api and a functions.image.js include, more problems. I detected a semicolon is required on line 121 of functions.image.js and ns4 doesn't work at all. Sorry no time to investigate the ns4 else statement in the compressed file. I've attached an example and compressor components. - Kevin |
|
From: Jesse V. <je...@6t...> - 2003-08-05 17:26:22
|
OK, I'll take a look at it when I get a sec. I got a new machine, and don't have Linux on it yet, so it might take a few days before I can test that part of it. As for the missing semi-colons, I went through a bunch of the files and fixed them up, but missed some. I'll fix up the functions.image.js one. What we really need (and has been talked about before) is a good way to find missing semi-colons on the fly and fix them at compression time. I'd love to add that, but I'm not sure of a good routine to determine when a semi-colon is missing. Jesse Kevin wrote: >Hi, > >I tried the Java compressor on Linux and had some problems. The >config xml wouldn't work if it had Dos line terminations '\r\n'. So >I had to convert to '\n'. I would have thought since a browser can >parse HTML or XML no matter what file type is stored on the server >then the Java compiler should take a xml of either Dos or Unix origin. > >Once compressed for a full ie/dom/ns4 api and a functions.image.js >include, more problems. I detected a semicolon is required on line >121 of functions.image.js and ns4 doesn't work at all. Sorry no >time to investigate the ns4 else statement in the compressed file. >I've attached an example and compressor components. > >- >Kevin > > |
|
From: Jesse V. <je...@6t...> - 2003-08-05 17:55:34
|
I added the semi colon in the code at line 121, and checked it into CVS. Jesse Kevin wrote: >Hi, > >I tried the Java compressor on Linux and had some problems. The >config xml wouldn't work if it had Dos line terminations '\r\n'. So >I had to convert to '\n'. I would have thought since a browser can >parse HTML or XML no matter what file type is stored on the server >then the Java compiler should take a xml of either Dos or Unix origin. > >Once compressed for a full ie/dom/ns4 api and a functions.image.js >include, more problems. I detected a semicolon is required on line >121 of functions.image.js and ns4 doesn't work at all. Sorry no >time to investigate the ns4 else statement in the compressed file. >I've attached an example and compressor components. > >- >Kevin > |
|
From: Jeremy W. <je...@ma...> - 2003-08-05 18:53:10
|
I was wondering what the status of soda in php is? Is there any chance of getting ioelmsrv.soda.php in CVS, or is it still to early for that? I'm a fairly experienced php programmer, and I'd be willing to help with the conversion, especially since I'd like to use the php version of soda for a project I'm working on :) Jeremy Wanamaker |
|
From: Daniel T. <de...@ti...> - 2003-08-05 19:56:18
|
Hi Jeremy! I know that Leif is working on that, his e-mail is: war...@us... And maybee you can talk to eatchother and come up with something. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Jeremy Wanamaker Sent: den 5 augusti 2003 20:53 To: dyn...@li... Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion I was wondering what the status of soda in php is? Is there any chance of getting ioelmsrv.soda.php in CVS, or is it still to early for that? I'm a fairly experienced php programmer, and I'd be willing to help with the conversion, especially since I'd like to use the php version of soda for a project I'm working on :) Jeremy Wanamaker ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01 /01 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
|
From: Leif W <war...@us...> - 2003-08-05 20:41:28
|
Hi! I've kind of put it on a back burner but I'll get back to it now. I'm still making the first pass through the ASP version converting to PHP as I go along. Then I'll go through and fix all the syntax errors from typos. ;-) Then I'll try some simple examples and then check it in if it seems to be working. Let's see how far I can get today. Oh, the SODA uses IOElement, and I have fixed the PHP for ioelmsrv.php (I think). It could use some robustness checking/testing. Specifically, I'm not sure if it handles all the datatypes of the ASP JScript version, or if it's handling them correctly. I have gotten the simple example pages working, and can GET, POST, and UPLOAD successfully. It would be great to have someone else give the code a look and see if they can do something better, and also test and see if it's really working correctly and completely. I'll check in the ioelmsrv.php and related example files (just added options in an HTML FORM's SELECT, to choose different server files or languages). Leif ----- Original Message ----- From: "Jeremy Wanamaker" <je...@ma...> To: <dyn...@li...> Sent: Tuesday, August 05, 2003 2:53 PM Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion > I was wondering what the status of soda in php is? Is there any chance of > getting ioelmsrv.soda.php in CVS, or is it still to early for that? I'm a > fairly experienced php programmer, and I'd be willing to help with the > conversion, especially since I'd like to use the php version of soda for a > project I'm working on :) > > Jeremy Wanamaker > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
|
From: Cristian G. <cri...@pr...> - 2003-08-06 06:15:07
|
> working, and can GET, POST, and UPLOAD successfully. It would be great to > have someone else give the code a look and see if they can do something > better, and also test and see if it's really working correctly and > completely. I'll check in the ioelmsrv.php and related example files (just > added options in an HTML FORM's SELECT, to choose different server files or > languages). I'll gladly help with testing. > Leif Grig |
|
From: Jeremy W. <je...@ma...> - 2003-08-06 11:34:34
|
Cool. I'm going to start working with ioelmsrv.php, and my work should involve a fair amount of testing. I'll keep up to date with the CVS and let you know any problems I run into. Jeremy ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Tuesday, August 05, 2003 4:42 PM Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php conversion > Hi! > > I've kind of put it on a back burner but I'll get back to it now. I'm still > making the first pass through the ASP version converting to PHP as I go > along. Then I'll go through and fix all the syntax errors from typos. ;-) > Then I'll try some simple examples and then check it in if it seems to be > working. Let's see how far I can get today. > > Oh, the SODA uses IOElement, and I have fixed the PHP for ioelmsrv.php (I > think). It could use some robustness checking/testing. Specifically, I'm > not sure if it handles all the datatypes of the ASP JScript version, or if > it's handling them correctly. I have gotten the simple example pages > working, and can GET, POST, and UPLOAD successfully. It would be great to > have someone else give the code a look and see if they can do something > better, and also test and see if it's really working correctly and > completely. I'll check in the ioelmsrv.php and related example files (just > added options in an HTML FORM's SELECT, to choose different server files or > languages). > > Leif > > ----- Original Message ----- > From: "Jeremy Wanamaker" <je...@ma...> > To: <dyn...@li...> > Sent: Tuesday, August 05, 2003 2:53 PM > Subject: Re: [Dynapi-Dev] ioelmsrv.soda.jscript.asp -> ioelmsrv.soda.php > conversion > > > > I was wondering what the status of soda in php is? Is there any chance of > > getting ioelmsrv.soda.php in CVS, or is it still to early for that? I'm a > > fairly experienced php programmer, and I'd be willing to help with the > > conversion, especially since I'd like to use the php version of soda for a > > project I'm working on :) > > > > Jeremy Wanamaker > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > |
|
From: Kevin <ke...@ke...> - 2003-08-05 19:46:26
|
Thanks for the functions.image.js fix. NS4 I can't spot any missing semicolons but the problem is when mouse_ns4.js is included in a compressed archive. I hope this narrows it down a bit. - Kevin Jesse wrote: > I added the semi colon in the code at line 121, and checked it into CVS. > > Jesse > > Kevin wrote: > > >Hi, > > > >I tried the Java compressor on Linux and had some problems. The > >config xml wouldn't work if it had Dos line terminations '\r\n'. So > >I had to convert to '\n'. I would have thought since a browser can > >parse HTML or XML no matter what file type is stored on the server > >then the Java compiler should take a xml of either Dos or Unix origin. > > > >Once compressed for a full ie/dom/ns4 api and a functions.image.js > >include, more problems. I detected a semicolon is required on line > >121 of functions.image.js and ns4 doesn't work at all. Sorry no > >time to investigate the ns4 else statement in the compressed file. > >I've attached an example and compressor components. > > > >- > >Kevin > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
|
From: Jesse V. <je...@6t...> - 2003-08-06 10:05:50
|
Kevin,
OK - I'll take a look.
Jesse
Kevin wrote:
>Thanks for the functions.image.js fix.
>
>NS4
>I can't spot any missing semicolons but the problem is when mouse_ns4.js
>is included in a compressed archive. I hope this narrows it down a bit.
>
>-
>Kevin
>
>Jesse wrote:
>
>
>
>>I added the semi colon in the code at line 121, and checked it into CVS.
>>
>>Jesse
>>
>>Kevin wrote:
>>
>>
>>
>>>Hi,
>>>
>>>I tried the Java compressor on Linux and had some problems. The
>>>config xml wouldn't work if it had Dos line terminations '\r\n'. So
>>>I had to convert to '\n'. I would have thought since a browser can
>>>parse HTML or XML no matter what file type is stored on the server
>>>then the Java compiler should take a xml of either Dos or Unix origin.
>>>
>>>Once compressed for a full ie/dom/ns4 api and a functions.image.js
>>>include, more problems. I detected a semicolon is required on line
>>>121 of functions.image.js and ns4 doesn't work at all. Sorry no
>>>time to investigate the ns4 else statement in the compressed file.
>>>I've attached an example and compressor components.
>>>
>>>-
>>>Kevin
>>>
>>>
>>>
>>
>>-------------------------------------------------------
>>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>Data Reports, E-commerce, Portals, and Forums are available now.
>>Download today and enter to win an XBOX or Visual Studio .NET.
>>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>>_______________________________________________
>>Dynapi-Dev mailing list
>>Dyn...@li...
>>http://www.mail-archive.com/dyn...@li.../
>>
>>
>
>
>-------------------------------------------------------
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are available now.
>Download today and enter to win an XBOX or Visual Studio .NET.
>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>_______________________________________________
>Dynapi-Dev mailing list
>Dyn...@li...
>http://www.mail-archive.com/dyn...@li.../
>
>
|
|
From: Jeremy W. <je...@ma...> - 2003-08-06 13:00:46
|
There is a bad href in dynapi3x/docs/docs/tipsticks.html. The IOElement = Client-Server Basics link points to = H:\dev\checkout\dynapi.net\docs\docs\quickref.ioelement-basics.html.=20 Jeremy |
|
From: Leif W <war...@us...> - 2003-08-06 14:07:40
|
Hi, I've fixed this link and committed the change to CVS. Leif ----- Original Message ----- From: Jeremy Wanamaker To: dyn...@li... Sent: Wednesday, August 06, 2003 9:00 AM Subject: [Dynapi-Dev] bad link in examples page There is a bad href in dynapi3x/docs/docs/tipsticks.html. The IOElement Client-Server Basics link points to H:\dev\checkout\dynapi.net\docs\docs\quickref.ioelement-basics.html. Jeremy |
|
From: Jesse V. <je...@6t...> - 2003-08-06 11:54:01
|
Kevin,
I forgot that "\n" was platform dependent, and I was using it all
over the place in my code. I've changed them all to
System.getProperty("line.separator"), hopefully, that'll fix the problem
you had on linux. Let me know if you still see that problem. I checked
in the changes, they're just waiting for mod approval.
The NS4 problem....do you see the problem when you include mouse_ns4
and run on NS4, or can I run on anything and see the problem?
Jesse
Kevin wrote:
>Thanks for the functions.image.js fix.
>
>NS4
>I can't spot any missing semicolons but the problem is when mouse_ns4.js
>is included in a compressed archive. I hope this narrows it down a bit.
>
>-
>Kevin
>
>Jesse wrote:
>
>
>
>>I added the semi colon in the code at line 121, and checked it into CVS.
>>
>>Jesse
>>
>>Kevin wrote:
>>
>>
>>
>>>Hi,
>>>
>>>I tried the Java compressor on Linux and had some problems. The
>>>config xml wouldn't work if it had Dos line terminations '\r\n'. So
>>>I had to convert to '\n'. I would have thought since a browser can
>>>parse HTML or XML no matter what file type is stored on the server
>>>then the Java compiler should take a xml of either Dos or Unix origin.
>>>
>>>Once compressed for a full ie/dom/ns4 api and a functions.image.js
>>>include, more problems. I detected a semicolon is required on line
>>>121 of functions.image.js and ns4 doesn't work at all. Sorry no
>>>time to investigate the ns4 else statement in the compressed file.
>>>I've attached an example and compressor components.
>>>
>>>-
>>>Kevin
>>>
>>>
>>>
>>
>>-------------------------------------------------------
>>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>Data Reports, E-commerce, Portals, and Forums are available now.
>>Download today and enter to win an XBOX or Visual Studio .NET.
>>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>>_______________________________________________
>>Dynapi-Dev mailing list
>>Dyn...@li...
>>http://www.mail-archive.com/dyn...@li.../
>>
>>
>
>
>-------------------------------------------------------
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are available now.
>Download today and enter to win an XBOX or Visual Studio .NET.
>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>_______________________________________________
>Dynapi-Dev mailing list
>Dyn...@li...
>http://www.mail-archive.com/dyn...@li.../
>
>
|
|
From: Kevin <ke...@ke...> - 2003-08-06 17:11:17
|
Jesse,
Good I'll check out new CSV tomorrow.
Yes run on IE to see the problem when the compressed file is parsed.
Kevin
Jesse wrote:
Kevin,
I forgot that "\n" was platform dependent, and I was using it all =
over the place in my code. I've changed them all to =
System.getProperty("line.separator"), hopefully, that'll fix the problem =
you had on linux. Let me know if you still see that problem. I checked =
in the changes, they're just waiting for mod approval.
The NS4 problem....do you see the problem when you include =
mouse_ns4 and run on NS4, or can I run on anything and see the problem?
Jesse
Kevin wrote:
Thanks for the functions.image.js fix.
NS4
I can't spot any missing semicolons but the problem is when mouse_ns4.js
is included in a compressed archive. I hope this narrows it down a bit.
-
Kevin
Jesse wrote:
I added the semi colon in the code at line 121, and checked it into =
CVS.
Jesse
Kevin wrote:
Hi,
I tried the Java compressor on Linux and had some problems. The
config xml wouldn't work if it had Dos line terminations '\r\n'. So
I had to convert to '\n'. I would have thought since a browser can
parse HTML or XML no matter what file type is stored on the server
then the Java compiler should take a xml of either Dos or Unix origin.
Once compressed for a full ie/dom/ns4 api and a functions.image.js
include, more problems. I detected a semicolon is required on line
121 of functions.image.js and ns4 doesn't work at all. Sorry no
time to investigate the ns4 else statement in the compressed file.
I've attached an example and compressor components.
-
Kevin
=20
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/=
01
_______________________________________________
Dynapi-Dev mailing list
Dyn...@li...
http://www.mail-archive.com/dyn...@li.../
=20
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/=
01
_______________________________________________
Dynapi-Dev mailing list
Dyn...@li...
http://www.mail-archive.com/dyn...@li.../
|
|
From: Jesse V. <je...@6t...> - 2003-08-06 17:35:02
|
Kevin,
OK, I'll take a look and see what I can find.
Jesse
Kevin wrote:
> Jesse,
>
> Good I'll check out new CSV tomorrow.
>
> Yes run on IE to see the problem when the compressed file is parsed.
>
> Kevin
>
> Jesse wrote:
>
>
> Kevin,
> I forgot that "\n" was platform dependent, and I was using it
> all over the place in my code. I've changed them all to
> System.getProperty("line.separator"), hopefully, that'll fix the
> problem you had on linux. Let me know if you still see that
> problem. I checked in the changes, they're just waiting for mod
> approval.
>
> The NS4 problem....do you see the problem when you include
> mouse_ns4 and run on NS4, or can I run on anything and see the
> problem?
>
> Jesse
>
>
> Kevin wrote:
>
>>Thanks for the functions.image.js fix.
>>
>>NS4
>>I can't spot any missing semicolons but the problem is when mouse_ns4.js
>>is included in a compressed archive. I hope this narrows it down a bit.
>>
>>-
>>Kevin
>>
>>Jesse wrote:
>>
>>
>>
>>>I added the semi colon in the code at line 121, and checked it into CVS.
>>>
>>>Jesse
>>>
>>>Kevin wrote:
>>>
>>>
>>>
>>>>Hi,
>>>>
>>>>I tried the Java compressor on Linux and had some problems. The
>>>>config xml wouldn't work if it had Dos line terminations '\r\n'. So
>>>>I had to convert to '\n'. I would have thought since a browser can
>>>>parse HTML or XML no matter what file type is stored on the server
>>>>then the Java compiler should take a xml of either Dos or Unix origin.
>>>>
>>>>Once compressed for a full ie/dom/ns4 api and a functions.image.js
>>>>include, more problems. I detected a semicolon is required on line
>>>>121 of functions.image.js and ns4 doesn't work at all. Sorry no
>>>>time to investigate the ns4 else statement in the compressed file.
>>>>I've attached an example and compressor components.
>>>>
>>>>-
>>>>Kevin
>>>>
>>>>
>>>>
>>>-------------------------------------------------------
>>>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>>Data Reports, E-commerce, Portals, and Forums are available now.
>>>Download today and enter to win an XBOX or Visual Studio .NET.
>>>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>>>_______________________________________________
>>>Dynapi-Dev mailing list
>>>Dyn...@li...
>>>http://www.mail-archive.com/dyn...@li.../
>>>
>>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>Data Reports, E-commerce, Portals, and Forums are available now.
>>Download today and enter to win an XBOX or Visual Studio .NET.
>>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>>_______________________________________________
>>Dynapi-Dev mailing list
>>Dyn...@li...
>>http://www.mail-archive.com/dyn...@li.../
>>
>>
|