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

Archived entries for

Drupal: Drush Make

Ich habe gerade drush make getestet und werde wohl nie wieder eine Drupal Seite von Hand aufsetzen. Sehr cool.

mkdir /Library/WebServer/Documents/drupal
cd /Library/WebServer/Documents/drupal
drush make ~/bvt/drupal.make
# enable modules
drush en cck filefield views imagefield imagecache imageapi path ...

jQuery: live() und Plugins

Cool, dank diesem Posting habe ich einen Weg gefunden das tipTip Plugin mit der live() Funktion in jQuery zu verwenden.

jQuery(function() {
 $('abbr').live('mouseover', function(e){
 if (!$(this).data('init')) {
 $(this).data('init', true);
 $(this).tipTip();
 }
 $(this).trigger('mouseover');
 return false;
 });
 });

Bislang konnte ich noch keine Probleme feststellen.

daily links

Rollende Dose mit CSS

Immer wieder krass was Menschen so mit CSS anstellen.

I found out that by a combination of the CSS1 properties background-attachment and background-position, 2D displacement maps could be created and, by scrolling, the displacement map would be applied to different parts of the texture (a background image).

Web-Tracking mal anders

Spannende Seite der EFF: Panopticlick.

Panopticlick tests your browser to see how unique it is based on the information it will share with sites it visits. Click below and you will be given a uniqueness score, letting you see how easily identifiable you might be as you surf the web.

Spannend ist dabei, dass das Fingerprinting auch ohne aktivierte Cookies funktioniert, z.B. darüber welche Schriften installiert sind, etc pp. Einige Schutzmaßnahmen findet man hier.

via ravenhorst



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.