chipwreck ~ The guide is definitive. Reality is frequently inaccurate.

 
 
 
 
 
 
 
 

Archive for Category ‘Webdesign’

18 entries found:

Safari and friend IE

Posted 2 years ago in Webdesign

The same page viewed with Safari (Mac), IE 7 and IE 6 – for IE 6 the css hacks used have been disabled to see everything in its full glory. Notice the interesting placement of the right box.

Click on an image and use the arrow keys to flip through:

Link symbols on hover

Posted 2 years ago in Webdesign

Very easy to realize via CSS, use the Unicode value for the symbol.
(Doesn’t work in IE, of course.)

… Continue reading »

XHTML 1.0 valid + href target

Posted 2 years ago in Webdesign

“href target” is not XHTML 1.0 valid but very useful.
With mootools adding the target-property afterwards is very easy:

window.addEvent('domready', function(){
  if ($$('a.external').length > 0) {
    $$('a.external').each(function(element, i) {
      element.setProperty('target', '_blank');
    });
  }
}
 OO-Basic Macro.  

Format a writer document (or parts of it referenced by paragraph styles) with character-styles to highlight php code-snippets. This is an OO-Basic macro.

 

Formatiert ein OpenOffice-writer Dokument (oder Teile davon) mit Zeichenstilen so, dass PHP-Code hervorgehoben wird. Dies ist ein Makro in OO-Basic.

Download (php-syntax.odt)