SS and JavaScript snipptes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

SS and JavaScript snipptes

Philippe Marschall
Hi

Browsing the web I found various CSS and JavaScript snipptes that I found cool.
I collected them an "ported" them to Seaside. They can be found at
http://www.squeaksource.com/seachart/ (down right now)

What's there right now
- a progress bar and a good/bad chart with CSS
- a star rater
- a nice numbered list
- a slideshow that crossfades between images
- a script that fades in images on load
- a script that adds a reflection to an image using <canvas>
- "bindings" for a JavaScript graphing library that uses <canvas>

Everything besides the last two should work on most browsers. Everything comes
with examples that show how to use it.

Have fun
Philippe
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

upload file : IE problem with VW

Luc Damas

Hi,

I have a problem with file upload with IE. File is uploaded, but IE
display a DNS error page. I must refresh the page, and then I can see
that upload is OK.

I test it with upload test included in seaside. It does'nt work.

Any idea ?

Luc
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: upload file : IE problem with VW

Philippe Marschall
> I have a problem with file upload with IE. File is uploaded, but IE
> display a DNS error page. I must refresh the page, and then I can see
> that upload is OK.
>
> I test it with upload test included in seaside. It does'nt work.
>
> Any idea ?
Have you tried to disable http keepalive?
Are you behind apache?

Philippe
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: upload file : IE problem with VW

Luc Damas


>> I have a problem with file upload with IE. File is uploaded, but IE
>> display a DNS error page. I must refresh the page, and then I can see
>> that upload is OK.
>>
>> I test it with upload test included in seaside. It does'nt work.
>>
>> Any idea ?
 >
> Have you tried to disable http keepalive?

enable, disable -> same effect!

> Are you behind apache?


Just webtoolkit!
It works with swazoo!
It is a webtoolkit problem with http error 302.

Searching for a solution!
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: upload file : IE problem with VW

Michel Bany
In reply to this post by Philippe Marschall



>> I have a problem with file upload with IE. File is uploaded, but IE
>> display a DNS error page. I must refresh the page, and then I can see
>> that upload is OK.
>>
>> I test it with upload test included in seaside. It does'nt work.
>>
>> Any idea ?

You may want to try this.

Using the IE menu bar : Tools > Internet Options ...
Then, in the Advanced tab, uncheck "Show friendly HTTP error messages"

HTH,
Michel.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside