Monthly Archive for June, 2007

Ohne Worte

microsimpson
Microformats Simpsons
Ursprünglich hochgeladen von Antikris

ohne Worte :)

notizBlog auf Web Standards in Germany

notizBlog auf Web Standards in Germany

notizBlog auf Web Standards in Germany

microformats pocket cheat sheet

Erin Caton hat das (meiner Meinung nach) bisher beste Microformats Cheat-Sheet erstellt.
Download als PDF.

Erin’s Cheat-Sheet behandelt hCard, hCalendar, hResume, hReview, hAtom, rel-license, rel-tag und XFN.

Bilder bei flickr

MiniReviews jetzt auch über Jaiku

Ähnlich wie bei den LouderTweets, kann man jetzt auch 140 Zeichen lange kurze Reviews über Jaiku schreiben.

We are now calling LouderTweets+LouderViesti = LouderMinis!

Wie’s funktioniert:

  1. Man braucht natürlich nen Jaiku Account
  2. …dann den #review channel abbonieren
  3. …auf der #review channel Seite eine Review schreiben
  4. …fertsch!

Format:

Rating(1-5) Item Name. Review Text

Beispiel:

5 A-Team Season 1. Die Beste Serie der 80er

Change sidebar order in the new three column K2

The CSS Code has changed with Version 1, so try this new code.

The new version of the K2 WordPress Theme supports a three column layout (you can change it in the K2 Options). I prefer both sidebars on one side (like the 3 column K2 Theme) but K2 only supports sidebar-content sidebar.

Original K2
Original Version

Both sidebars on one side
New Version

To change this default order to content-sidbar-sidebar, you can download my small custom theme hack.

hack.css

put this file into the “styles” folder and activate it through the K2-Options panel

Or you can change it by hand:

open styles.css and search

.sidebar-dual #primary {
	margin-left: 170px;
	padding: 10px;
	}

and replace it with

.sidebar-dual #primary {
	padding: 10px;
	}

and search

#sidebar-alt {
	float: left;
	width: 150px;
	padding: 10px;
	left: -740px;
	margin-left: -170px;
	}

and replace it with

#sidebar-alt {
	float: left;
	width: 150px;
	padding: 10px;
	}

That’s All Folks…