• Home
  • Services
  • Extensions
    • OAuth2 Server + Client
    • Cardealer
    • Questionaire
    • Sitepackage
  • Blog
  • Kontakt

Blog

about TYPO3, Vue or other cool Web Dev Stuff

10/27/2022

My way to make Vue and TYPO3 a good team

The TYPO3 PWA Initiative has build the EXT:headless. There is also a Nuxt Typo3 available which, as the name suggests, uses Nuxt. But the whole SSR…

 Vue  Frontend  Backend  SEO
  Read more

10/26/2022

Axios cache bust

Cached API responses can be pretty annoying. Thanks to the great community on stackoverflow, where I found this solution, which works well for my use…

 Vue  Frontend
  Read more

10/25/2022

Dynamic Rendering for JavaScript web apps - JavaScript SEO

In this video of the JavaScript SEO series, Webmaster Trends Analyst, Martin Splitt shares how to implement dynamic rendering for your JavaScript web…

 SEO  Vue
  Read more

10/24/2022

Process image sizes in PHP

$imageService = GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Service\ImageService::class);
$processedImage =…
 Extbase
  Read more

10/24/2022

Generate Typolink from t3://page?uid=xy

public function getLink($parameter='t3://page?uid=1')
{
    return GeneralUtility::makeInstance(
       …
 Extbase
  Read more

10/23/2022

Uikit with VueJS — Vue cli 3

 Vue
  Read more

10/23/2022

TypoScript for ajax request which provides JSON of multiple colPos

ajax_content = PAGE
ajax_content {
    typeNum = 123
config {
        disableAllHeaderCode = 1
additionalHeaders = Content-Type:…
 Frontend  Vue
  Read more

10/22/2022

Delegating HTML links to vue-router

 Vue
  Read more

10/21/2022

Get sys_file_reference by UID

$fileRepository = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Resource\FileRepository::class);
$fileObjects = $fileRepository->findByRelation('fe_…
  Read more

10/20/2022

Composer update TYPO3 Backend Module

Build with Vue 3 and runs in TYPO3 11 ...

request A Demo

 Backend  Extbase  Vue
  Read more

  • 1
  • 2
  • 3

Tags

  • Extbase (6)
  • Vue (16)
  • Frontend (9)
  • Backend (7)
  • SEO (3)