Tech Blog

Amazee Facebook Applikation

19.01.2009
 von Lukas Fischer
 | 0 Kommentare

tablesorter.js - supporting european dates

08.01.2009
 von Lukas Fischer
 | 0 Kommentare

We once ecountered the problem to sort by european dates like "12.01.2008". This is not possible with tablesorter.js by default.

The following source is inspired by http://gist.github.com/17385.

Add this to the tablesorter.js

<?php
ts
.addParser({
      
id'dates',
      
is: function(s) { return false },
      
format: function(s) {
          if (
== 'n/a') {
              return 
0;
          }
        var 
dateArray s.split('.');
        return 
"20" dateArray[2] + dateArray[1] + dateArray[0];
      },
      
type'numeric'
    
});
?>

netnode wünscht ein erfolgreiches 2009

08.01.2009
 von Lukas Fischer
 | 0 Kommentare

programatically create CCK forms in Drupal 6

19.11.2008
 von Lukas Fischer
 | 0 Kommentare

This is the solution:

<?php
  $node 
= new stdClass();
  
$node->type 'document';
  
module_load_include('inc''node''node.pages');
  
$output .= drupal_get_form('document_node_form'$node);
?>

Nützliche Gratis-Dienste von netnode

16.10.2008
 von Lukas Fischer
 | 0 Kommentare

amazee.com wird auf drupal.org vorgestellt

06.10.2008
 von Lukas Fischer
 | 0 Kommentare

Die besten Blog-Artikel über Werbung, Marketing, Media & PR

21.09.2008
 von Lukas Fischer
 | 0 Kommentare

Amazee.com - in neuem Gewand

16.09.2008
 von Lukas Fischer
 | 0 Kommentare

Tools die jedes Web Start-Up anbieten muss/sollte

15.09.2008
 von Lukas Fischer
 | 0 Kommentare

Drupal Confernece Szeged

14.09.2008
 von Lukas Fischer
 | 0 Kommentare
Inhalt abgleichen