Moderne Webanwendungen erfordern moderne Browser – Google stellt IE6 Unterstützung ein

Ende Januar kündigt Rajen Sheth, Google Apps Senior Product Manager in einem Beitrag im »Official Google Enterprise Blog« die Einstellung der Unterstützung für den IE6 – vorerst bei einigen Google Anwendungen – zum 1. März 2010 an.

2010 is going to be a great year for Google Apps and we want to ensure that everyone can make the most of what we are developing. Please take the time to switch your organization to the most up-to-date browsers available.

Empfohlen werden stattdessen der Internet Explorer 7.0+, Firefox 3.0+, Chrome 4.0+ und Safari 3.0+ Hoffentlich ist das für die IT-Verantwortlichen ein Signal, auch in größeren Firmen eine firmenweite Installation des IE8 durchzuführen. Es wäre sicherlich im Sinne aller Anwender – und Webentwickler.

Google bringt »Events« als neues Rich-Snippets-Format

Bereits zu Beginn des letzten Jahres hat Google so genannte »Rich Snippets« eingeführt. Diese Snippets sind ein Feature, das es Webseiten-Betreibern ermöglicht, strukturierte Daten von ihren Webseiten in Google Suchergebnissen anzuzeigen. Laut dem Blog-Eintrag in der Google Webmaster-Zentrale gab es begeisterte Reaktionen auf Rich Snippets. Sie sollen den Nutzern bei der Suche von Websites helfen, weil sie es erlauben gezielter zu klicken und noch schneller das Gewünschte zu finden.

Wir haben die Rich Snippets ursprünglich in zwei Formaten eingeführt: Bewertungen (reviews) und Personen (people). Danach haben wir erweiterte Möglichkeiten eingeführt, um Video-Informationen auszuzeichnen und damit die Video-Suche zu verbessern. Heute freuen wir uns, mit einer weiteren Neuerung ins neue Jahr zu starten: Events (Veranstaltungen).

Das neue Format zeigt Links zu bestimmten Veranstaltungen auf der Seite, zusammen mit Datums- und Ortsangaben. Es bietet somit eine schnelle und komfortable Art, um festzustellen, ob eine Seite bestimmte Veranstaltungen enthält, an denen man möglicherweise interessiert ist.

Der ganze Blog-Eintrag: http://googlewebmastercentral-de.blogspot.com/

Using mod_security 2.5 and Apache 2 on Mac OS X

Unfortunately recent MacPorts comes with mod_security 1.8.6 and the maintainer is not actively supporting updates (for details see this ticket). Since I wanted to test some settings on a local Apache installation on my Mac with the latest release (2.5.11) I used the information given in the ticket to patch and update my mod_security port.

This guide is straight forward and shows just the required changes, a working MacPorts installation with Apache 2 is mandatory. You simply have to edit the Portfile that contains the details for mod_security.

Step-by-step explanation

  1. Update your MacPorts installation by sudo port selfupdate and sudo port upgrade outdated (read this guide for more details on MacPorts selfupdate)
  2. Open the portfile for mod_security and replace the content of the file with the provided code. The portfile in my installation resides in/opt/local/var/macports/sources/rsync.macports.org/ release/ports/www/mod_security/Portfile


    Download the Portfile as text file

  3. Now you may install mod_security via MacPorts using this terminal command:sudo port install mod_security
  4. Open the Apache configuration file (/opt/local/apache2/conf/httpd.conf) in a text editor and add mod_security to the list.Open a new Terminal (the Termin.app resides in /Applications/Utilities on your harddrive) window and then type the following command to open and edit the file (the sudo command is required to get write-access to this file since it is normally not writable for you user account).sudo nano /opt/local/apache2/conf/httpd.confNow enter your password (the same you use to log in to your Mac). Use the cursor keys to scroll down to the section for the Dynamic Shared Object (DSO) Support and copy the following line below the last LoadModule… statement (see screenshot).LoadModule security2_module modules/mod_security2.so

    To save and leave the Nano editor press CTRL+X and confirm with Y (for Yes) to save.

  5. Reload the Apache server. The security module should now be loaded by Apache (start or restart Apache to commit changes).sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart

phpMyAdmin erreicht die 170.000 Downloads-Marke

Die von mehrwert betreute TYPO3-Erweiterung »phpMyAdmin« überschreitet die Grenze von 170.000 Downloads und ist damit nach News, TemplaVoila! und htmlArea RTE eine der beliebtesten im TYPO3-Extension-Repository (TER).

phpMyAdmin im TER

Das motiviert uns auch im Jahr 2010 weiter an der Verbesserung zu arbeiten – derzeit gibt es auch keine offenen Tickets, die Erweiterung ist vollständig kompatibel zu TYPO3 4.3. Selbst ältere Versionen bedienen wir mit einer extra angepassten Version.

Neben pMA pflegen wir z. B. auch noch die WebShell, eine Erweiterung, die TYPO3-Administratoren eine einfache Shell via PHP anbietet, sowie die A-Z Keyword List, eine Erweiterung, die aus den Schlüsselworten der Seiten eine Linkliste mit A-Z Index erzeugt.

Web Shell

A-Z Index