Re: eliminate render blocking javascript and css above the fold content

2014-12-08 Thread George Christman
nvm, figured it out @Contribute(JavaScriptStack.class) @Core public static void setupCoreJavaScriptStack(OrderedConfiguration configuration) { configuration.override("exception-frame.css", null); configuration.override("tapestry.css", null); configuration.override("

5.4 asset expire header

2014-12-08 Thread George Christman
Hi, I'm using 5.4 and google is complaining the expiry date for http headers hasn't been set. I found the following info, but it's still unclear how to resolve this issue. Returns a URL that can be passed, unchanged, to the client in order for it to access the resource. The same value is returned

Re: eliminate render blocking javascript and css above the fold content

2014-12-08 Thread George Christman
After digging a little deeper, it looks like it's complaining about css Your page has 8 blocking CSS resources. This causes a delay in rendering your page. None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchr

Re: eliminate render blocking javascript and css above the fold content

2014-12-08 Thread Howard Lewis Ship
Tapestry puts all of its main JavaScript at the bottom of the page. It includes a tiny amount of JavaScript at the top of the page, to introduce an element that prevents unwanted user input until the page is fully loaded. On newer browsers, it will animate in a translucent overlay and a cycling "lo

Re: problem with rich text editor

2014-12-08 Thread Basile Chandesris
Le 08/12/14 22:56, nn kk a écrit : Hi everyone, I'm using tynamo rich text area (tapestry-ckeditor-0.0.1.jar) I also use tapestry-jquery-3.4.1 I have a js error: document.observe is not a function. It looks like jquery breaks prototype, how can I fix this? ---

Re: problem with rich text editor

2014-12-08 Thread Basile Chandesris
Le 08/12/14 22:56, nn kk a écrit : Hi everyone, I'm using tynamo rich text area (tapestry-ckeditor-0.0.1.jar) I also use tapestry-jquery-3.4.1 I have a js error: document.observe is not a function. It looks like jquery breaks prototype, how can I fix this? ---

problem with rich text editor

2014-12-08 Thread nn kk
Hi everyone, I'm using tynamo rich text area (tapestry-ckeditor-0.0.1.jar) I also use tapestry-jquery-3.4.1 I have a js error: document.observe is not a function. It looks like jquery breaks prototype, how can I fix this? - To

eliminate render blocking javascript and css above the fold content

2014-12-08 Thread George Christman
This seems to be an improvement google webmaster is requesting, is it possible and if so how would you go about getting it working?

[T5.4] Problem with large file downloads and tapestry.session-locking-enabled

2014-12-08 Thread martijn.list
Hi, With tapestry.session-locking-enabled set to true downloading large files (which take a while to download) result in lock-ups. If for example I click a download link in Chrome and then immediately click another download link (while the other download is still in progress), the second file is n

Re: File selected for upload is cleared when page validation fails [T5.4]

2014-12-08 Thread martijn.list
On 12/06/2014 06:21 PM, Howard Lewis Ship wrote: > It's a very deliberate security design implement by all browsers otherwise > a invisible hidden form field could read any file on your filesystem Yes you are completely right. Note to self: don't ask question if you are too tired to think Kind r

Re: Check if asset exists

2014-12-08 Thread Nathan Quirynen
I found a solution for my case: AssetSource.resourceForPath("context:"+path).exists() On 08/12/14 17:32, Nathan Quirynen wrote: > Hey, > > When loading an asset with AssetSource.getContextAsset(path, locale) it > will throw a RuntimeException if the file doesn't exist. But what if I > want to loa

Check if asset exists

2014-12-08 Thread Nathan Quirynen
Hey, When loading an asset with AssetSource.getContextAsset(path, locale) it will throw a RuntimeException if the file doesn't exist. But what if I want to load the asset only if it exists? Is there a method anywhere that can check if an asset exists? I could wrap it with a try catch, but that doe

Re: ApacheCon Europe

2014-12-08 Thread Howard Lewis Ship
By contrast; the Clojure/Conj and Strange Loop conferences are getting videos up on the same day as the talk! Strange Loop even had a stenographer doing live subtitles. On Sun, Dec 7, 2014 at 8:09 AM, Thilo Tanner wrote: > Hi, > > Unfortunately not. They recorded audio, but not video and as far