_s

Working down Kerikeri’s functions.php # „On one instance of my site I want to set a max width for images not to overflow. Of course I want to retain image proportions. Images are of various sizes so I am unable … Weiterlesen →

Using Filters

Adding and removing functions to/from hooks # It always works the same when you are adding and moving stuff. you add FUNCTIONS to HOOKS. think of hooks like parking spots. some are empty, some have cars on them. you can … Weiterlesen →

XOXO

# Looking at the source code it appears that every widget would be proceeded by <ul class=“xoxo“>. Is there any easy way to filter this out? # XOXO (eXtensible Open XHTML Outlines) is an XML microformat for outlines built on … Weiterlesen →

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.  Action hooks look like this: do_action( "hook_name" ) Filter hooks look like this: apply_filters( "hook_name", "what_to_filter" ). Remember, this hook … Weiterlesen →

Fotomontagen

Hindergründe Oft, wenn beispielsweise ein Kopf ersetzt werden muss, muss hinter dem neuen Kopf Teile des alten wegretuschiert werden. Wenn die zu bearbeitende Fläche dunkel ist hilft eine Tonwert-Ebene mit der man den Hintergrund temporär aufhellt.

Free Java Script & JQuery lessons

That’s where .appendTo comes in. The website offers a number of JavaScript and jQuery lessons. It doesn’t even require you to sign up for an account. Just watch free screencasts (each around 10 minutes long), and build a solid foundation … Weiterlesen →

Color Codes

Das Ziel dieser Site ist es, ein tiefes Gefühl für das Phänomen Farbe zu vermitteln und zu einer Vertrautheit im Umgang damit zu kommen – mehr noch, zu einem tief greifenden Bewusstsein für Farbe in all ihren Facetten, hin zu … Weiterlesen →