Archive for July, 2008
Hackcontest 0
kite aerial photography – KAP 0
Fly your camera on a kite… Het concept is eenvoudig. Je neemt een vlieger en monteert er een camera op. Vliegeren maar! Op de site van Scott Haefner krijg je de nodige uitleg en prachtige foto’s!
TypoSript: optionsplit 0
Optionsplit: It’s used in the menu-objects where you define properties of a whole bunch of items at once. Here the value of properties would be parsed through this function an depending on your setup you could eg. let the last menu-item appear with another color than the other.
Optionsplit TSREF: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/#id3927888
TS example:
temp.Menu = HMENU
temp.Menu.1 = TMENU
temp.Menu.1 {
wrap = <ul> | </ul>
NO.allWrap = <li> | </li>
NO.ATagParams = | |*||*|class=”last”|
ACT = 1
ACT.allWrap = <li> | </li>
}
RESULT:
<ul>
<li>item 1</li>
<li>item 2</li>
<li class=”last”>item 3</li>
</ul>
With de CSS class you configure the view of the last item.
links for 2008-07-18 0
-
A script to take daily, weekly and monthly backups of your MySQL databases using mysqldump.




