by admin | Mar 16, 2017 | Administration, PHP, Software
[:de]Magento bietet standardmäßig keine komfortable Möglichkeit Dokumente für Produkte, wie z.B. PDF-Anleitungen per Browser hochzuladen. Abhilfe schafft diese Extension (alternativ direkt vom Hersteller). Installation Download des .gz-File Über den Magentoconnect...
by admin | Dec 7, 2016 | Home Automation, PHP
[:en] Using a KNX server like eibd with PHP in combination, you might come to a point where you want to convert the DPT/EIS encoded telegram values to decimal format. For some data types, it works by simply using PHP hexbin(), but it does not for 2-byte floating...
by admin | Nov 1, 2016 | PHP
[:en]There are many tutorials (e.g. the official one) how to make Magento secure, but none of them worked perfectly (for me). So this is my approach: Secure /downloader Add to downloader/.htaccess: Order deny,allow Deny from all Allow from 77.12.34.56 Allow from...
by admin | Jul 30, 2016 | Home Automation, PHP
[:en]Gardena’s robotic lawn mower “smart Sileno” (R100LiC”) comes with a gateway module which is used for communication between the mower and Gardena servers. Unfortunately, at the moment there is no way to get direct API access to the gateway,...
by admin | May 23, 2016 | Home Automation, PHP
[:en]In a smart home environment, you may want to send various notifications to every active OE / Kodi station, e.g. a “garage door is open” information at night. This information might come from any source like KNX server or similar. To open a popup...
by admin | Mar 11, 2015 | HTML, PHP
Scenario On your website, you want to offer a link which opens a mail client like Outlook with mail and content suggestion. The content contains a link to a file with special characters in its name, which causes Outlook to break the link, e.g. if it contains spaces or...