Months Archive June 2008
Wenn man in Typo3 das Content Element “Sitemap” verwendet, kennt das Problem mit <a>-Tags. Innerhalb des Ankers steht immmer onfocus=”blurLink(this);” Um dies zu unterbinden, ist folgender Typoscript Code nötig:
// Typoscript Setup
tt_content.menu.20 {
default.1.noBlur = 1
1.1.noBlur = 1
2.1.noBlur = 1
3.1.noBlur = 1
4.1.noBlur = 1
5.1.noBlur = 1
6.1.noBlur = 1
7.1.noBlur = 1
}
Somit verschwindet der onfocus=”blurLink(this);” Paramter bei allen Sitemap-Typen.
Tags: sitemap, typo3, typoscript
Kategorie tutorials | 0 comments
Float is a CSS positioning property. If you are familiar with print design, you can think of it like an image in a layout where the text wraps around it as necessary. In web design, an image that is floated remains a part of the flow of a web page. That means that if it changes in size or if the elements around it change, the page will automatically adjust (reflow). This differs from page elements that are absolutely positioned. more about CSS-Floats
Kategorie css | 0 comments
Wer in Typo3 eine Sitemap anzeigen will, kennt das Problem, dass die Links immer in einem neuen Fenster geöffnet werden. Das liegt daran, dass standardmäßig “target = page” gesetzt wird. Um dies zu unterbinden, ist folgender Typoscript Code nötig:
// Typoscript Constants
content.pageFrameObj = _self
pageTarget = _self
// Typoscript Setup
intTarget = {$pageTarget}
extTarget = _blank
Tags: sitemap, ts, tutorials, typo3
Kategorie tutorials | 0 comments
Diese Referenz dient dem Nachschlagen von bestimmten Funktionen. Sie hat nicht den Anspruch das Konzept TypoScript zu erklären noch ein Tutorial für das Arbeiten mit TypoScript anzubieten. Es wird versucht immer auch einige Beispiele mit anzubringen um die Referenz gerade für Anfänger besser greifbar zu machen. Auch wird versucht möglichst viele Ausdrücke zu verlinken, so dass ein bestimmter Paramter, Datentyp oder eine Funktion direkt nachgeschlagen werden kann. TypoScript Referenz Wiki
Tags: api, referenz, typo3, typoscript
Kategorie typo3 | 0 comments
This is a very useful technique which you can re-use in page with only 1 image.
Before he know about this technique, he was using different images for each of the button he needed in a navigation bar. he found that it is not user friendly and also need more CSS coding.
CSS Sliding Door technique
Tags: css sliding door, techniques
Kategorie css | 0 comments
Javascript applications are still one of the most complex issues when it comes to web-development. Many tools and applications could make your developing life pretty fast and simple. Today we wanted to share with you a wide range of tools and applications that could really help you build, test and debug Javascript and Ajax applications .
Tags: ajax, javascript, tools
Kategorie ajax, javascript | 0 comments
Falls bei Euch das Typo3-Backend mit dem neuen Firefox 3 nicht mehr funktioniert, gibt es Abhilfe für alle Typo3-Versionen ab 4.x.
Nachdem einspielen der Updates sollte alles wieder richtig funktionieren.
gefunden bei TARGET-E Blog
Update
Es wurde eine Extension entwickelt, die das Problem lösen sollte. mn_ff3_be_bugfix
Kategorie typo3 | 0 comments
Tab navigation has been one of the most fundamental element in any modern web structure. In order to make sure visitors can properly navigate through the website. One of the biggest challenge web designers and developers faced is to integrate a simple and nice tab navigation that not only don’t confuse, but helps visitors easily understand where they should be clicking. Here you can see 50+ clean and sleek CSS Tab-Based Samples
Tags: css, menu, navigation, tab
Kategorie css | 0 comments








