Multiselect Options Text

To render the text-values of an multiselect in a BE-grid: <?php /** * * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * It is available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * * * @category AskSheldon * @package AskSheldon_Adminhtml * […]

Htaccess Auth for wget and curl

You can download files protected by Basic Htaccess Auth via wget like that: $> wget –http-user=USERNAME –http-password=PASSWORD http://nice.file.url Or via curl like that: $> curl -u USER:PASSWORD http://www.caplantic.de  

Redirect all traffic to another URL via htaccess

To redirect all traffic to another URL, you can use the following Redirect-declaration in your .htaccess file. Redirect 302 / https://de.linkedin.com/in/langemarcel For example this redirects all calls to my profile domain http://www.marcel-lange.info to my linkedin account.

Image resizer

Just a testscript to test the quality of Magento’s image processing: <?php /** * * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * It is available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * * * @category AskSheldon * @package AskSheldon_FeaturedProducts […]

Resize Virtual Disk (vdi)

$> VBoxManage modifyhd VirtualBox\ VMs/Winows\ 7\ Professional/Windows\ 7\ Professional.vdi –resize 20240

HDD to Virtual Box Image

$> sudo cat /dev/disk2 | VBoxManage convertfromraw stdin PATH/FILENAME.vdi IMAGESIZEINBYTE