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.

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

collected css snippets
collected css snippets
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:

AJAX
AJAX
-
- http://devkick.com/useful-jquery-a-compilation-of-jquery-utilities/
- Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.
- ->http://webplicity.net/flexigrid fast ’n‘ easy ajax tables
- Prototype JavaScript Framework: Class-style OO, Ajax, and more
- Using prototype.js v1.3.1
- script.aculo.us – web 2.0 javascript
- Behaviour : Using CSS selectors to apply Javascript behaviours
- SourceForge.net: Sarissa
- SAJAX – Simple Ajax Toolkit by ModernMethod – XMLHTTPRequest Toolkit for PHP
- index.html – JotSpot Wiki (dojomanual)
- Dojo – DojoToolkit.org
- TurboAjax Group – Home
- Wiki Home – XOAD Wiki
