[TYPO3-mvc] extbase based website online

Franz Koch typo3.RemoveForMessage at elements-net.de
Wed Mar 10 10:05:45 CET 2010


Hi Mario,

> An interesting question is how you solved the flash
> content ? Dynamically?

Yes, the flash content is loaded via a XML file generated by 
extbase/fluid. As this content may be cached by TYPO3 in this case, I 
simply used a dedicated pageType to generate the XML. This is working 
quite fine with extbase/fluid.

> Also interesting is your experience in working with jQuery in the frontend.
> How do you solve the extbase/fluid/ajax-thing?

For now also via a certain pageType. In order to have this also work 
without JS I created regular links to pages within extbase/fluid and 
gave those links certain css-classes that I parse with jQuery. In jQuery 
itself I add a additional "type" parameter to the href URL and load it 
via ajax. In Typo3 I'm setting a flag in my plugins settings that's 
telling me that the output should be returned as XML. I use this setting 
in my layouts to dynamically add some XML wrappers to my regular content 
coming from the templates. The rest is regular jQuery stuff.

> Are you confronted to develop any be modules with extbase related to that
> project?

not yet, although this will be a task in the near future.


> By the way, I am on Windows 7, Firefox 3.5.8 and when I am using the jQuery
> Scroller on the starting
> page there is some "movement" of the right column while scrolling. Don't
> think this is intention? :-)

nope it's not. I noticed the same effect on my laptop with the same 
configuration, but not on my desktop computer also having the same 
configuration. So I thought it could be related to the graphics driver 
of my laptop or something like that. Even in virtual machines where I 
did some browser tests the animation was quite fine. And I'm not sure if 
I can have any influence on this :/

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list