Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archive for the ‘Programmierung’ Category

 
 

jQuer: delegate() oder live()

Jeffrey Way erklärt die Unterschiede zwischen delegate() unde live() und zeigt wie man auch mit live() fast das Gleiche verhalten wie delegate() erreicht.

$('#items').delegate('li', 'click', function() {
 $(this).parent().append('<li>New Element</li>');
});
// The code below is equivalent to the delegate() version
// shown above.
$("li", $("#items")[0]).live("click", function() {
 $(this).parent().append("<li>New Element</li>");
}); 

Geo Location Services

Christian Heilmann macht einen ausführlichen Ausflug in die Welt der Geo Location.

Eine Sache die ich gar nicht auf dem Schirm hatte:

One freely available but lesser-known reverse geo-coder that works worldwide comes from a surprising source: Flickr. The flickr.places.findByLatLon service returns a location from a latitude and longitude coordinates.

Drupal: Advanced Theming

Jeff Eaton zeigt wie man als Entwickler Anpassungs Möglichkeiten für die Enduser in Drupal realisieren kann, in dem Beispiel ein austauschbares Kopfbild.

Drupal themes get a number of configurable settings options for free. For example, most provide toggle switches for the search box, site slogans, user pictures, and so on. Similarly, most provide file uploading widgets to add a custom logo or favicon. These settings are easy: Drupal will add them to the theme’s configuration page by default, so it takes no extra work. We want to create our own custom setting, however — one that adds another field to the Theme configuration form. To do that, we’ll need to add a new file to the theme: theme-settings.php.

Cross-Browser CSS3 Rule Generator

Wer keine Lust hat sich mit den Vendor Prefixes und und insbesondere den Verrenkungen für den IE beim Einsatz von einigen CSS3 Eigenschaften herum zu schlagen beim sei der Cross-Browser CSS3 Rule Generator empfohlen.

Folgende CSS3 Eigenschaften werden dort als Cross-Browser Schreibweise generiert: border-radius, box-shadow, box_gradient, rgba, transform (rotate) und @font-face

Drupal: Contextual Adminstration

Das Modul Contextual Administration kommt auf meine Liste der must-install Module bei Drupal Seiten.

Contextual Administration is intended to be a simple tool for deploying custom administrations on your site, or as an exportable within your module. In short anything you can put on a page, context_admin is a simple solution to doing so without the overhead of panels.

Dieses Video Tutorial zeigt was man damit ganz ohne Programmierung so machen kann.

Drupal: Views Bulk Operations

Exporting users with Views Bulk Operations zeigt wie man hook_[user/node/comment]_operations() nutzen kann um Views Bulk Operations um Aktionen zu erweitern.

Konkret wird in dem Artikel ein Export von User Daten in eine csv Datei gebaut.


Gefahrstufen-Indikator

für Demokratie & Rechtsstaat

Gefahrstufe-Indikator für Demokratie und Rechtsstaatlichkeit
[Idee/Quelle]
Totalitarismus Autoritärer Staat Polizeistaat Präventionsstaat Überwachungsstaat Rechtsstaat Wehrhafte Demokratie

Aktionen