Tag Archives: images

IIS not showing images and CSS

The problem: I loaded a ASP.NET application on my Windows 7 IIS 7.5 installation. The code compiled fine but.. When I opened the website http://localhost/myapp it didnt show me any images or CSS. Only text on a blank page. The … Continue reading

Posted in Programming, Tools, Windows | Tagged , , , , , | 31 Comments

Virtuemart product pictures size

Forgot to create thumbnails of your product pictures? Change: define(‘PSHOP_IMG_RESIZE_ENABLE’, ”); To: define(‘PSHOP_IMG_RESIZE_ENABLE’, ’1′); In file: /administrator/components/com_virtuemart/virtuemart.cfg.php And all your pictures are resized in the view.

Posted in Webshop | Tagged , , , , , | Leave a comment