»Viral ist, wenn man trotzdem linkt.« »Dinosigner.« »GEMA; no more.« »Feeding Ears since 1998« »Innovative? Yes, we catalyse trends!« »Sudo instead of please.« »How can we be of service?« »How can we be of service?« »Dinosigner.« »Wissen Sie wie man wirbt?« Audiovisuelle Komposition

iCarousel

 

iCarousel

A nice picture utility. Thanks to lik™. Ein ganz hübsches Thumbnail-Werkzeug. Danke an lik™

iCarousel

close-client-box

D

 

D

Coders next friend? – D.

D

close-client-box

Gerrit van Aaken

 

Gerrit van Aaken

Ich fühle mich geehrt! Gerrit van Aaken fühlte sich (vielleicht) von meinen Webseiten inspiriert und erstellt ein neues umfliessendes CSS-Kästchenlayout für praegnanz.de.I’m honored! Gerrit van Aaken was inspired by some of our websites (maybe). Just check out his new CSS-floating boxes layout for praegnanz.de.Praegnanz

close-client-box

tutorial blog

 

tutorial blog

Tutorial Blog

No need to say more 😀

close-client-box

Corporate Fonts

 

Corporate Fonts

Danke an Thomas für diese Übersicht von Hausschriften:Thx! to Thomas for this collection of corporate fonts:Hausschriften

close-client-box

collected css snippets

 

collected css snippets

Stylized Web

Stylized Web hat die wichtigsten sinnvollen CSS Hacks und gute WordPress-Tips

1. Formulare ohne Tabellen

<form>
<label for=”name”>Name</label>
<input id=“name“ name=”name”><br>
<label for=”plz”>PLZ</label>
<input id=“plz“ name=”plz”><br>
<label for=”stadt”>Stadt</label>
<input id=“stadt“ name=”stadt”><br>
</form>

label, input {
display: block;
width: 500px;
float: left;
margin-bottom: 2em;
}

label {
text-align: right;
width: 200px;
padding-right: 20px;
}

br {
clear: left;
}

Fun with forms:

http://www.picment.com/articles/css/funwithforms/

close-client-box