Posts Tagged ‘images’

IIS not showing images and CSS

Friday, April 23rd, 2010

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 solution for me was to install the “Static Content” support for IIS.

  1. Go to  “Turn Windows features on or off”
  2. Select Internet Information Services
  3. Select World Wide Web Services
  4. And check Static Content

Hope it will help someone :-)

Virtuemart product pictures size

Monday, March 30th, 2009

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.