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

 
 
 
 
 
 
 
 

Archive for Category ‘Web Development’

26 entries found:

“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)