Re: SULibrary and prototypeJs

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

Re: SULibrary and prototypeJs

Boris Popov, DeepCove Labs (SNN)
Re: [Seaside] SULibrary and prototypeJs

Did you clear browser cache?

Cheers!

-Boris (via BlackBerry)

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Sun Mar 30 17:11:25 2008
Subject: [Seaside] SULibrary and prototypeJs

Hi,

I am using Seaside2.8.  I am running Win Xp.

I have made some minor changes to SULibrary>>prototypeJs.  I have
restarted my browser and restarted my image.  When I look at my
generated page using Firebug and I look at the prototype.js, I do not
see my changes.

I thought that when I asked for
http://localhost/seaside/files/SULibrary/prototype.js
that I would get the contents of SULibraty>>prototypeJs.

Why do I not see the changes that I made to SULibrary>>prototypeJs

Thanks,
Frank

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


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

Re: SULibrary and prototypeJs

squeakman
Boris Popov wrote:
> Did you clear browser cache?
>
> Cheers!
>
> -Boris (via BlackBerry)
>

Yes, I restarted my browser.  And I restarted my image too, just for
good measure.

/Frank

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

Re: SULibrary and prototypeJs

Sophie424
That is probably not sufficient.

Type about:config into the URL box.

Type cache into Filter.

Set network.http.use-cache to false.

- Sophie

"Squeaker" <[hidden email]> wrote in message
news:fspagu$hec$[hidden email]...

> Boris Popov wrote:
>> Did you clear browser cache?
>>
>> Cheers!
>>
>> -Boris (via BlackBerry)
>>
>
> Yes, I restarted my browser.  And I restarted my image too, just for good
> measure.
>
> /Frank



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

Re: Re: SULibrary and prototypeJs

Dave Bauer
On Sun, Mar 30, 2008 at 8:36 PM, itsme213 <[hidden email]> wrote:
> That is probably not sufficient.
>
>  Type about:config into the URL box.
>
>  Type cache into Filter.
>
>  Set network.http.use-cache to false.
>
Why is this necessary? Isn't it possible to add the appropriate
headers to the returned javascript when it is changed? This is the
normal web behavior and would prevent fiddling with settings you
should not need to in your browser?

Dave

>  - Sophie
>
>  "Squeaker" <[hidden email]> wrote in message
>  news:fspagu$hec$[hidden email]...
>
>
> > Boris Popov wrote:
>  >> Did you clear browser cache?
>  >>
>  >> Cheers!
>  >>
>  >> -Boris (via BlackBerry)
>  >>
>  >
>  > Yes, I restarted my browser.  And I restarted my image too, just for good
>  > measure.
>  >
>  > /Frank
>
>
>
>  _______________________________________________
>  seaside mailing list
>  [hidden email]
>  http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



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

Re: Re: SULibrary and prototypeJs

Sophie424
"Dave Bauer" <[hidden email]> wrote in message

> Why is this necessary? Isn't it possible to add the appropriate
> headers to the returned javascript when it is changed?

Quite possible, if I knew how :-) This was just what worked for me after
much aggravation.

- Sophie



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

Re: Re: SULibrary and prototypeJs

cedreek
In reply to this post by Sophie424
> That is probably not sufficient.
>

I use a firefox addon, web developer bar that gives (among others) the
possibility to desactivate/reactivate the cache. Even quicker than
restarting the browser :)

Cédrick

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

Re: Re: Re: SULibrary and prototypeJs

Igor Stasenko
In reply to this post by Sophie424
On 31/03/2008, itsme213 <[hidden email]> wrote:

> "Dave Bauer" <[hidden email]> wrote in message
>
>
>  > Why is this necessary? Isn't it possible to add the appropriate
>  > headers to the returned javascript when it is changed?
>
>
> Quite possible, if I knew how :-) This was just what worked for me after
>  much aggravation.
>

There is Last-Modified header to specify the date when static content
changed last time.
And then, browser will send
If-Modified-Since request, and server can act as following:

The If-Modified-Since request-header field is used with a method to
make it conditional: if the requested variant has not been modified
since the time specified in this field, an entity will not be returned
from the server; instead, a 304 (not modified) response will be
returned without any message-body.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html

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


--
Best regards,
Igor Stasenko AKA sig.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: Re: SULibrary and prototypeJs

Sebastian Sastre-2
In reply to this post by squeakman
Also to reload the page without using caches you can click the reload button holding the shift key

        cheers,

Sebastian Sastre

 

> -----Mensaje original-----
> De: [hidden email]
> [mailto:[hidden email]] En nombre
> de Squeaker
> Enviado el: Domingo, 30 de Marzo de 2008 21:17
> Para: [hidden email]
> Asunto: [Seaside] Re: SULibrary and prototypeJs
>
> Boris Popov wrote:
> > Did you clear browser cache?
> >
> > Cheers!
> >
> > -Boris (via BlackBerry)
> >
>
> Yes, I restarted my browser.  And I restarted my image too, just for
> good measure.
>
> /Frank
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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