[TYPO3-dev] Complete TYPO3 Website with just AJAX / anchor calls? No real page reloads.

Kay Strobach typo3 at kay-strobach.de
Mon Jul 11 14:22:42 CEST 2011


Hi,

should be easy (3-4 days max. if you need to read the docu ;) ).

Use different pagetypes and some JS (JQuery or ExtJS or similar) to load
the data from the different page types.

TypoScript:

ajax = PAGE
ajax.typeNum = 1040
ajax {
  //config for ajax
}

page = PAGE
page {
  //config for first pageload ...
}


Regards

Kay


Am 11.07.2011 13:49, schrieb Jochen Rieger:
> Hi all,
> 
> due to a (in my opinion rather undesireable) customer request I have to
> figure out, if it's somehow possible to set up a TYPO3 website that
> won't have any page reloads - at least for normal content pages.
> 
> In general, of cause, there is the possibility to use anchor links [1]
> or the facebook #!-way [2].
> 
> What would you say? Is it too hard to set up TYPO3 to produce such
> anchor links wherever a link is to be generated (TMENU,
> $this->cObj->typoLink, $this->pi_linkTP, etc.)?
> 
> The reason for all this hazzle is a music player that should continue to
> play music while clicking through the website contents. Pop up Player /
> frames are not an option.
> 
> Anyone out there who has done something similar? Experiences?
> 
> Best regards,
> Jochen
> 
> [1]
> http://www.springload.co.nz/love-the-web/making-ajax-calls-bookmark-able-and-linkable/
> 
> [2] http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org




More information about the TYPO3-dev mailing list