Webdevelopment Links for light reading – Part 4
- 10 HTML Tag Crimes You Really Shouldn’t Commit
- 10 Rare HTML Tags You Really Should Know
- The CSS Box Model
- 14 SEO-Fehler, die man im eigenen Blog vermeiden sollte
- All About Floats
- Understanding Action Hooks In WordPress
- 30 Must-Have Tweaks For Your Mac
- 35 Absolutely Useful Firefox Plugins For Web Designers And Developers
- 10 WordPress 2.8 Features To Look Out For
Kategorie webdesign | 0 comments
Webdevelopment Links for light reading – Part 3
- How To Use The Background Eraser Tool In Photoshop
- How to Override Inline CSS Styles
- Der Title aus SEO- & Usersicht
- The CSS Overflow Property
- CSS Quick-Question Edition
- 7 Quick CSS Enhancements for Better User Experience
- The Do´s & Don´ts of Modern Web Design
- 40 Outstanding CSS Techniques And Tutorials
- 25 Advanced CSS Techniques
- The Ultimate Guide to .htaccess Files
Tags: links
Kategorie webdesign | 0 comments
Webdevelopment Links for light reading – Part 2
- Designing Drop-Down Menus: Examples and Best Practices
- Bilder: Alt-Text und/oder Title-Text? – Image-Tag Grundlagen
- 45 Apple-Inspired Photoshop Tutorials
- CSS Formatter and Optimiser
- 10 Web Analytics Tools For Tracking Your Visitors
- 10 Best jQuery Datepickers Plugins
- How to Build the Best Browser Test Suite
- Internet Explorer Collection
- 40 Outstanding CSS Techniques And Tutorials
Tags: links
Kategorie webdesign | 0 comments
Webdevelopment Links for light reading – Part 1
- 4 Principles of Good Design for Websites
- Equal Spacing, CSS Font Replacement
- jQuery Accordion Menu
- Cufón vs. Typeface.js, which one is better?
- 70 Excellent Photoshop Resources
- 30 Creative Examples of Illustrations in Web Design
- 100 Free Useful Mac Applications (Part II)
- CodeBurner for Firebug
- 20 Useful Typography Tools
Tags: links
Kategorie webdesign | 0 comments
Hier der Codesnippsel der es ermöglicht Links in RTE-Tabellen darzustellen. Zusätzlich werden auch noch alle p-tags entfernt.
// Typoscript Setup
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines {
addAttributes.P.class >
remapTag >
addAttributes.DIV.class >
// Angabe von Tags, die nicht mit einem zusaetzlichen wrap umgeben werden duerfen
encapsTagList = cite, div, p, pre, h1, h2, h3, h4, h5, h6
}
lib.parseFunc_RTE.externalBlocks.table {
// entfernt p-Tag aus table>tr>td...
HTMLtableCells.default.callRecursive = 0
// css klassen erlauben
stdWrap {
HTMLparser.tags.table.fixAttrib.class.list >
// links erlauben in tabellen
parseFunc {
makelinks = 1
makelinks.http.keep = scheme,path,query
makelinks.mailto.keep = path
tags {
link = TEXT
link {
current = 1
typolink.parameter.data = parameters : allParams
}
}
}
}
}
Tags: links, table, typo3, typoscript
Kategorie tutorials | 0 comments








