Drupal: Theming
Ein Posting auf pingVision demonstriert wie man mit Drupals .info File und ein wenig hook_preprocess_page() Magie die Reihenfolge der CSS Dateien festlegen und Conditional Comments für den IE realisieren kann.
Ein Posting auf pingVision demonstriert wie man mit Drupals .info File und ein wenig hook_preprocess_page() Magie die Reihenfolge der CSS Dateien festlegen und Conditional Comments für den IE realisieren kann.
Der auf MooTools aufsetzende Lightbox Clone Bumpbox sieht hübsch aus und unterstützt die Darstellung von PDFs.
Bumpbox is another lightbox clone with a few advantages over other lightboxes - it supports not only all common media types but also PDF’s.
Sehr erhellender Artikel auf snook.ca: Text Rotation with CSS
Thankfully, many of the popular browsers of today support the ability to rotate HTML elements. Even better? We can make it work in Internet Explorer (back to version 5.5 even). How you might ask?
-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
Wobei BasicImage die Werte 0, 1, 2, or 3 haben kann und das Element um 0, 90, 180 oder 270 Grad dreht. Cool!!
Auf lullabot startet Jeff Eaton eine Serie über das Views Module.
In this series of articles, we’ll be taking a quick look at the architecture of the Views module and how its pieces work together; touring the different plug-in points that Views offers developers; and building a simple ‘argument handler’ for Views that demonstrates how the approach looks in the real world. A bit of knowledge about SQL will be useful for the article, as well as some understanding of object-oriented programming concepts like ‘inheritance’, but the code samples should be simple enough to tweak even if you’re not a pro.
Der erste Teil erklärt eine Begriffe und Konzepte.
Jean-Baptiste Jung stellt 15, naja 14 denn ein Beispiel ist ein str_replace(), reguläre Ausdrücke vor die für Webentwickler spannend sein könnten wie z.B: Get all images from a HTML document, Matching a XML/HTML tag oder Parsing Apache logs.
Copyright © 2004–2009. All rights reserved. – Impressum
RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.