Archiv für die Kategorie ‘Software’
Samstag, 30. Januar 2010Ende 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.
Tags: Browser, Compatibility, Google, Internet Explorer
Abgelegt unter Development, Software, Webbrowser | Kommentare geschlossen
Samstag, 16. Januar 2010Unfortunately 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
- Update your MacPorts installation by
sudo port selfupdate and sudo port upgrade outdated (read this guide for more details on MacPorts selfupdate) - 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
- Now you may install
mod_security via MacPorts using this terminal command:sudo port install mod_security
- 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.soTo save and leave the Nano editor press CTRL+X and confirm with Y (for Yes) to save.
- 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
Tags: Apache, Mac OS X, MacPorts, mod_security, Updates
Abgelegt unter Apache, Coding/Languages, Computer, Development, Open Source, Operating Systems, Security, Software, Technik, Tips&Tricks | Kommentare geschlossen
Montag, 04. Januar 2010Die 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).

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.


Tags: Downloads, Erweiterung, Extension, phpMyAdmin, pma, TYPO3
Abgelegt unter CMS, Development, Open Source, TYPO3 | Kommentare geschlossen
Donnerstag, 24. September 2009Mit dem »Microsoft Expression Web SuperPreview für Windows Internet Explorer« soll man die so genannte »cross-browser compatibility« – also die Darstellung einer Site in verschiedenen Browsern (oder verschiedenen Versionen eines Browsers) – testen können. Microsoft stellt für den Internet Explorer ein solches Tool kostenlos zum Download bereit. Erfordert aber das .NET Framework (Version 3.5).
Die Installation ist etwas langsam und das Tool an sich auch. Größere Sites kann es nicht korrekt darstellen. Faiz: Nicht wirklich hilfreich.
Tags: Browser, Debugging, Development, Web
Abgelegt unter Coding/Languages, Development, Software, Technik, Webbrowser | Kommentare geschlossen
Dienstag, 28. Juli 2009Jeff Moser hat auf InfoQ einen interessanten Artikel veröffentlicht, der sich im Detail mit dem Ablauf einer HTTPS-Verbindung beschäftigt. In »The First Few Milliseconds of an HTTPS Connection« zerlegt er als Beispiel einen Aufruf von Amazon.com mit Bordmitteln (Firefox) und Wireshark.
Tags: Security, Server, Software
Abgelegt unter Development, Security, Server, Software, Technik | Kommentare geschlossen
Freitag, 24. Juli 2009Was LEO schon lange für deutsch-Englisch (und umgekehrt) bietet, hat PONS nun für die Deutsche Rechtschreibung ins Netz gestellt: Das PONS Sprachenportal bietet nun auch die Deutsche Rechtschreibung an – mit komfortabler Autovervollständigung.
Tags: Service, Software, Web
Abgelegt unter Software | Kommentare geschlossen
Montag, 15. Juni 2009Mittwald hat die »Deutsche TYPO3 Dokumentation« aktualisiert und an die Version 4.2.6 angepasst. Das PDF mit über 230 Seiten steht auf der Seite von Mittwald zu Verfügung.
Tags: Development, Documentation, TYPO3
Abgelegt unter CMS, Coding/Languages, Documentation, TYPO3 | Kommentare geschlossen
Sonntag, 17. Mai 2009Auf den TYPO3 Developer-Tagen in Hamburg hat Peter Kühn eine Erweiterung zur Ergänzung des DAM vorgestellt, mit deren Hilfe sich Mediensets anlegen lassen. In einem Artikel sowie einem Screencast zeigt er ein Beispiel und erläutert wo »DAM Assetsets« zu finden ist.
Tags: Assets, DAM, Extension, Media, T3DD09, TYPO3
Abgelegt unter CMS, Development, Screencast, TYPO3, Tutorial | Kommentare geschlossen