Eine Community. 50 Tage. 3.500 Sion. Nur gemeinsam können wir dieses Ziel erreichen. Wir glauben, dass der Sion ein wichtiger Schritt in die Zukunft einer klimafreundlichen Mobilität ist.
Wer hats gemacht -> Sonomotors
Eine Community. 50 Tage. 3.500 Sion. Nur gemeinsam können wir dieses Ziel erreichen. Wir glauben, dass der Sion ein wichtiger Schritt in die Zukunft einer klimafreundlichen Mobilität ist.
Wer hats gemacht -> Sonomotors
Forschung/Projekt -> Link
Der Studienzweig Multimediatechnik beschäftigt sich mit der Erstellung, Aufbereitung und Bearbeitung von Audio/Video Assets für professionelle Projekte für Kino, TV oder für die Werbebranche. Die Grundlagen und Konzepte von modernen Hard- und Software-Lösungen für die Aufnahme, Weiterverarbeitung und Wiedergabe von Audio-/Video- Produktionen stehen ebenso am Studienplan wie Grundlagen des Gamedevelopments bzw. die Entwicklung von Augmented und Virtual Reality Applikationen.
Der Studienzweig Multimediatechnik zeichnet sich weiters durch eine enge Kooperation mit Firmen aus dem Gamedevelopment und dem Bereich der Audio-/Video-Produktion aus. Dadurch wird den Studierenden bereits im Studium die Möglichkeit geboten, mit Professionisten zusammen an Projekten zu arbeiten.
Partner:
![]() |
![]() |
![]() |
Yeasterday I decided that a last effort should be made to determine the problem that leads to the delay. I set up PHP profiling on our live system an recorded some backend actions.
According to the profile logs our delay problem happens in the “fluidcontent” extension (4.3.3) which builds up some wizard tab content. In this prozess fluidcontent also checks if some other extensions which are providing templates have some icons setup.
The problem occurs in “/fluidcontent/Classes/Service/ConfigurationService.php”. There is a function “buildWizardTabItem” which is called thousend times generating Icons.
My workaround to this behaviour is to disable “getIconForTemplate” and “createIcon” method call.
Just add a “_” to the method test part.
if (TRUE === method_exists(‘FluidTYPO3\\Flux\\Utility\\MiscellaneousUtility’, ‘getIconForTemplate_’)) {
and
if (TRUE === method_exists(‘FluidTYPO3\\Flux\\Utility\\MiscellaneousUtility’, ‘createIcon_’)) {
This fixes our delay to < 1s 🙂 , the drawback is that you end with standard icons in the corresponding fluid modules.
have a nice day 🙂
Mario
Done by Fercher Richardo and Egarter Rene’.
Supervisor Peter Reisner.
Lets see what we can do with them in our Mobile Device Development based courses.
Maybe we port our studentsLife App,… who knows…… 🙂
have fun,
Mario
This photos show our medical project seminar lab tutorial/lecture held by Matthias Haselberger
The aim of the laboratory is to get familiar with the commonly used micro-controller devices used to measure and process biofeedback signals.
have fun 🙂
Mario
Download overview.php from here and replace it with your existing.
have fun Mario