<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Daily Computer Solutions &#187; images</title>
	<atom:link href="http://www.dailycomputersolutions.com/blog/index.php/iphone,problems,jobvermeulen,blog,daily,solutions/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailycomputersolutions.com/blog</link>
	<description>All day computer problems with solutions and advice.</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:41:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IIS not showing images and CSS</title>
		<link>http://www.dailycomputersolutions.com/blog/index.php/2010/04/23/iis-not-showing-images-and-css/</link>
		<comments>http://www.dailycomputersolutions.com/blog/index.php/2010/04/23/iis-not-showing-images-and-css/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 18:45:43 +0000</pubDate>
		<dc:creator>Job Vermeulen (admin)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[not loading]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.dailycomputersolutions.com/blog/?p=210</guid>
		<description><![CDATA[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 &#8230; <a href="http://www.dailycomputersolutions.com/blog/index.php/2010/04/23/iis-not-showing-images-and-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The problem:</p>
<p>I loaded a ASP.NET application on my Windows 7 IIS 7.5 installation. The code compiled fine but..</p>
<p>When I opened the website http://localhost/myapp it didnt show me any images or CSS. Only text on a blank page.</p>
<p>The solution for me was to install the &#8220;Static Content&#8221; support for IIS.</p>
<ol>
<li>Go to  &#8220;Turn Windows features on or off&#8221;</li>
<li>Select Internet Information Services</li>
<li>Select World Wide Web Services</li>
<li>And check Static Content</li>
</ol>
<p>Hope it will help someone <img src='http://www.dailycomputersolutions.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dailycomputersolutions.com/blog/index.php/2010/04/23/iis-not-showing-images-and-css/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Virtuemart product pictures size</title>
		<link>http://www.dailycomputersolutions.com/blog/index.php/2009/03/30/virtuemart-product-pictures-size/</link>
		<comments>http://www.dailycomputersolutions.com/blog/index.php/2009/03/30/virtuemart-product-pictures-size/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:17:15 +0000</pubDate>
		<dc:creator>Job Vermeulen (admin)</dc:creator>
				<category><![CDATA[Webshop]]></category>
		<category><![CDATA[forgot]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[Virtuemart]]></category>

		<guid isPermaLink="false">http://www.dailycomputersolutions.com/blog/?p=177</guid>
		<description><![CDATA[Forgot to create thumbnails of your product pictures? Change: define(&#8216;PSHOP_IMG_RESIZE_ENABLE&#8217;, &#8221;); To: define(&#8216;PSHOP_IMG_RESIZE_ENABLE&#8217;, &#8217;1&#8242;); In file: /administrator/components/com_virtuemart/virtuemart.cfg.php And all your pictures are resized in the view.]]></description>
			<content:encoded><![CDATA[<p>Forgot to create thumbnails of your product pictures?</p>
<p>Change:</p>
<p>define(&#8216;PSHOP_IMG_RESIZE_ENABLE&#8217;, &#8221;);</p>
<p>To:</p>
<p>define(&#8216;PSHOP_IMG_RESIZE_ENABLE&#8217;, &#8217;1&#8242;);</p>
<p>In file: /administrator/components/com_virtuemart/virtuemart.cfg.php</p>
<p>And all your pictures are resized in the view.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dailycomputersolutions.com/blog/index.php/2009/03/30/virtuemart-product-pictures-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

