<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Pixelapes</title>
	
	<link>http://www.pixelapes.com</link>
	<description>Web and Graphic Design and Hosting</description>
	<lastBuildDate>Wed, 03 Feb 2010 11:09:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Pixelapes" /><feedburner:info uri="pixelapes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><feedburner:emailServiceId>Pixelapes</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Windows 7 can’t go to sleep</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/Rv2nzP3YL1g/</link>
		<comments>http://www.pixelapes.com/2010/01/15/windows-7-cant-go-to-sleep/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 07:59:55 +0000</pubDate>
		<dc:creator>Alex Leonard</dc:creator>
				<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=598</guid>
		<description><![CDATA[I had a problem recently with Windows 7 refusing to go to sleep. I would click "Sleep" and the screen would go off but all the fans were still going and on moving the mouse around I would be presented with the login screen - not exactly "Sleep" in my books. I was baffled by this and no matter how many times I told the machine to go to sleep it would behave the same way.

Fortunately the cure for this insomnia is relatively simple!]]></description>
			<content:encoded><![CDATA[<p>I had a problem recently with Windows 7 refusing to go to sleep. I would click &#8220;Sleep&#8221; and the screen would go off but all the fans were still going and on moving the mouse around I would be presented with the login screen &#8211; not exactly &#8220;Sleep&#8221; in my books. This baffled me, and no matter how many times I told the machine to go to sleep it would behave the same way.</p>
<p>In the end I&#8217;d just give up and shut the machine down, but last night I was feeling in the mood to do a bit of investigation so I looked around and found a few posts which answered the issue.</p>
<p><a href="http://www.pixelapes.com/wp-content/uploads/2010/01/media_1263531974429.png"><img class="alignright size-thumbnail wp-image-600" title="Run CMD as administrator" src="http://www.pixelapes.com/wp-content/uploads/2010/01/media_1263531974429-200x241.png" alt="" width="200" height="241" /></a>First up was &#8220;<a href="http://www.networksteve.com/index.php/2009/10/windows-7-why-your-computer-wont-go-to-sleep/">Windows 7 &#8211; Why your computer won&#8217;t go to sleep</a>&#8221; where I discovered a new command for investigating exactly this issue &#8211; I could run &#8220;powercfg /requests&#8221; to see what was causing the computer to fail to go to sleep.</p>
<p>You need to run this as an administrator, so go to start, type &#8220;cmd&#8221; and right-click the Cmd icon and select &#8220;Run as Administrator&#8221; as shown in the screen capture to the right.</p>
<p>This launches your command line interface where you should type &#8220;powercfg /requests&#8221;. Note if you don&#8217;t run this as administrator you will get an error message on running the command.</p>
<p>Below you can see the offending result:</p>
<pre class="brush: bash;">AWAYMODE:
[PROCESS] \Device\HarddiskVolume2\Program Files\Windows Media Player\wmpnetwk.exe
Media Sharing has been enabled through Windows Media Player.</pre>
<p><a href="http://www.pixelapes.com/wp-content/uploads/2010/01/media_1263532123855.png"><img class="alignright size-medium wp-image-601" title="Command line results for powercfg /requests" src="http://www.pixelapes.com/wp-content/uploads/2010/01/media_1263532123855-300x112.png" alt="" width="300" height="112" /></a>Instantly this revealed that there was something active with Windows Media Player.</p>
<p>A bit of research dug up the fact that Windows Media Player 12 comes with an option for Media Sharing &#8211; not something I&#8217;ve ever used or ever see myself using. <a href="http://superuser.com/questions/39531/how-to-disable-media-sharing-in-windows-media-player-12">This post on superuser</a> gave me an idea of what was going on.</p>
<p>I investigated my Homegroup settings and found that Homegroups weren&#8217;t enabled, but I did remember having switched Homegroups on when I first installed Windows 7 to test them out as a possible alternative to old-style networking. So it looked as though Windows 7 had enabled this service and it was running by default whether I wanted it or not.</p>
<p>Simple solution: disable the service entirely and prevent it from running.</p>
<p><a href="http://www.pixelapes.com/wp-content/uploads/2010/01/media_1263532525668.png"><img class="alignright size-thumbnail wp-image-602" title="Disabling Media Player Sharing service" src="http://www.pixelapes.com/wp-content/uploads/2010/01/media_1263532525668-200x139.png" alt="" width="200" height="139" /></a>To do this, go to start and type &#8220;services.msc&#8221; and hit enter. This launches your services configuration editor. Scroll down to &#8220;Windows Media Player Network Sharing Service&#8221; and right-click and open &#8220;Properties&#8221;. In here you can stop the service and change the &#8220;Startup Type&#8221; to &#8220;Disabled&#8221;. Click apply and you&#8217;re all done.</p>
<p>If you want you can now run &#8220;powercfg /requests&#8221; again and you&#8217;ll no longer see wmpnetwk.exe causing any block on your computer going into sleep mode.</p>
<p>Happy sleeping!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=Rv2nzP3YL1g:1bbmh7EBrxY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=Rv2nzP3YL1g:1bbmh7EBrxY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=Rv2nzP3YL1g:1bbmh7EBrxY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=Rv2nzP3YL1g:1bbmh7EBrxY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=Rv2nzP3YL1g:1bbmh7EBrxY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=Rv2nzP3YL1g:1bbmh7EBrxY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/Rv2nzP3YL1g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2010/01/15/windows-7-cant-go-to-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2010/01/15/windows-7-cant-go-to-sleep/</feedburner:origLink></item>
		<item>
		<title>CRNI</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/EEdQr4Y8Aq0/</link>
		<comments>http://www.pixelapes.com/2009/11/15/crni/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 10:54:31 +0000</pubDate>
		<dc:creator>Alex Leonard</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[ireland]]></category>
		<category><![CDATA[irish]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design portfolio]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=611</guid>
		<description><![CDATA[CRNI required a brand new website for their company allowing visitors to find local community-recyclers and browse their frequently updated news section.]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[portfolio]" href="http://www.pixelapes.com/wp-content/uploads/2010/02/portfolio-crni.jpg"><img class="alignnone size-thumbnail wp-image-613" title="Web design portfolio: CRNI" src="http://www.pixelapes.com/wp-content/uploads/2010/02/portfolio-crni-200x150.jpg" alt="Web design portfolio: CRNI" width="200" height="150" /></a></p>
<dl>
<dt>Client:</dt>
<dd>CRNI</dd>
<dt>Type:</dt>
<dd>Website &#8211; Full Content Management System </dd>
<dt>URL:</dt>
<dd> <a title="Pixelapes Web Design Client: CRNI" href="http://www.crni.ie">www.crni.ie</a></dd>
<dt>Description:</dt>
<dd class="dd-not-last">CRNI is the all Island representative body for community based re-use, recycling and waste prevention organisations.</dd>
<dd>CRNI required a brand new website for their company which allowed visitors to easily find a local community-recycler, along with the desire to provide a frequently updated news section and detailed information about the company.</dd>
</dl>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EEdQr4Y8Aq0:-c743oXe47A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EEdQr4Y8Aq0:-c743oXe47A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=EEdQr4Y8Aq0:-c743oXe47A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EEdQr4Y8Aq0:-c743oXe47A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=EEdQr4Y8Aq0:-c743oXe47A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EEdQr4Y8Aq0:-c743oXe47A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/EEdQr4Y8Aq0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/11/15/crni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/11/15/crni/</feedburner:origLink></item>
		<item>
		<title>Bounce Broadband</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/s7caR9xGoMI/</link>
		<comments>http://www.pixelapes.com/2009/10/15/bounce-broadband/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 11:57:32 +0000</pubDate>
		<dc:creator>Donn Maguire</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[internet service provider]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=559</guid>
		<description><![CDATA[Web design portfolio: Bounce Broadband needed a fresh new design for their website, also giving them the ability to update their content. It was important for them to be able to change prices, quickly and easily add news updates and have their coverage map reflected as they expand their network.]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[portfolio]" href="http://www.pixelapes.com/wp-content/uploads/2009/10/portfolio-bounce-broadband.jpg"><img class="alignnone size-thumbnail wp-image-560" title="Web design portfolio: Bounce Broadband" src="http://www.pixelapes.com/wp-content/uploads/2009/10/portfolio-bounce-broadband-200x150.jpg" alt="Web design portfolio: Bounce Broadband" width="200" height="150" /></a></p>
<dl>
<dt>Client:</dt>
<dd>Bounce Broadband </dd>
<dt>Type:</dt>
<dd>Website &#8211; Full Content Management System </dd>
<dt>URL:</dt>
<dd> <a title="Pixelapes Web Design Client: Stitch Films" href="http://www.bounce-broadband.com">www.bounce-broadband.com</a></dd>
<dt>Description:</dt>
<dd class="dd-not-last">The aim of Bounce Broadband is to bring high speed internet to rural Ireland. Using WiFi (wireless internet) technology Bounce Broadband are able to deliver a better, more reliable product to their customers without the limitations of DSL (e.g. phone line rental)</dd>
<dd>Bounce Broadband needed a fresh new design for their website, also giving them the ability to update their content. It was important for them to be able to change prices, quickly and easily add news updates and have their coverage map reflected as they expand their network.</dd>
</dl>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=s7caR9xGoMI:yj5uDxUktMM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=s7caR9xGoMI:yj5uDxUktMM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=s7caR9xGoMI:yj5uDxUktMM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=s7caR9xGoMI:yj5uDxUktMM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=s7caR9xGoMI:yj5uDxUktMM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=s7caR9xGoMI:yj5uDxUktMM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/s7caR9xGoMI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/10/15/bounce-broadband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/10/15/bounce-broadband/</feedburner:origLink></item>
		<item>
		<title>Stitch Films</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/EyxMlTdaxe8/</link>
		<comments>http://www.pixelapes.com/2009/09/22/stitch-films/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:40:18 +0000</pubDate>
		<dc:creator>Donn Maguire</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[music video]]></category>
		<category><![CDATA[production company]]></category>
		<category><![CDATA[showreel]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=548</guid>
		<description><![CDATA[Web Design Portfolio: Stitch Films needed a new website that reflected their style as well as giving them the ability to add news items and update their showreel section with video clips as projects are completed.]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[portfolio]" href="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-stitch-films.jpg"><img class="alignnone size-thumbnail wp-image-549" title="Web Design Portfolio: Stitch Films" src="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-stitch-films-200x150.jpg" alt="Web Design Portfolio: Stitch Films" width="200" height="150" /></a></p>
<dl>
<dt>Client:</dt>
<dd>Stitch Films
</dd>
<dt>Type:</dt>
<dd>Website &#8211; Full Content Management System
</dd>
<dt>URL:</dt>
<dd> <a title="Pixelapes Web Design Client: Stitch Films" href="http://www.stitchfilms.ie">www.stitchfilms.ie</a></dd>
<dt>Description:</dt>
<dd class="dd-not-last">Stitch Films are a film production company based in Ireland that have been producing stunning films and music videos since 2006.</dd>
<dd>Stitch Films needed a new website that reflected their style as well as giving them the ability to add news items and update their showreel section with video clips as projects are completed.</dd>
</dl>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EyxMlTdaxe8:MPyR_rdg-Cw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EyxMlTdaxe8:MPyR_rdg-Cw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=EyxMlTdaxe8:MPyR_rdg-Cw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EyxMlTdaxe8:MPyR_rdg-Cw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=EyxMlTdaxe8:MPyR_rdg-Cw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=EyxMlTdaxe8:MPyR_rdg-Cw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/EyxMlTdaxe8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/09/22/stitch-films/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/09/22/stitch-films/</feedburner:origLink></item>
		<item>
		<title>Pauline Solon</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/UdJ7apmk4u8/</link>
		<comments>http://www.pixelapes.com/2009/08/01/pauline-solon/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 17:56:30 +0000</pubDate>
		<dc:creator>Donn Maguire</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[painting]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[prints]]></category>
		<category><![CDATA[shop]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=543</guid>
		<description><![CDATA[

Client:
Pauline Solon
Type:
Website – Full Content Management &#038; E-commerce System
URL:
 www.paulinesolon.com
Description:
Pauline Solon is an artist whose work is reflected in the way she has lived and continues to live her life’s journey.
Pauline Solon needed a website that would allow her to manage the sale of her prints in an easy to use system. The new website [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[portfolio]" href="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-pauline-solon1.jpg"><img class="alignnone size-thumbnail wp-image-545" title="Web Design Portfolio: Pauline Solon" src="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-pauline-solon1-200x150.jpg" alt="Web Design Portfolio: Pauline Solon" width="200" height="150" /></a></p>
<dl>
<dt>Client:</dt>
<dd>Pauline Solon</dd>
<dt>Type:</dt>
<dd>Website – Full Content Management &#038; E-commerce System</dd>
<dt>URL:</dt>
<dd> <a title="Pixelapes Web Design Client: Pauline Solon" href="http://www.paulinesolon.com">www.paulinesolon.com</a></dd>
<dt>Description:</dt>
<dd class="dd-not-last">Pauline Solon is an artist whose work is reflected in the way she has lived and continues to live her life’s journey.</dd>
<dd>Pauline Solon needed a website that would allow her to manage the sale of her prints in an easy to use system. The new website and e-commerce system allows Pauline to add new items, remove items, change prices and do everything required for the running of an online shop as well as having galleries and a news section.</dd>
</dl>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=UdJ7apmk4u8:sMSzhjQA71E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=UdJ7apmk4u8:sMSzhjQA71E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=UdJ7apmk4u8:sMSzhjQA71E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=UdJ7apmk4u8:sMSzhjQA71E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=UdJ7apmk4u8:sMSzhjQA71E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=UdJ7apmk4u8:sMSzhjQA71E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/UdJ7apmk4u8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/08/01/pauline-solon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/08/01/pauline-solon/</feedburner:origLink></item>
		<item>
		<title>WM Windows &amp; Doors</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/z_T2ZxKucAQ/</link>
		<comments>http://www.pixelapes.com/2009/07/01/wm-windows-doors/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:34:19 +0000</pubDate>
		<dc:creator>Donn Maguire</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[conservatories]]></category>
		<category><![CDATA[doors]]></category>
		<category><![CDATA[garage doors]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=537</guid>
		<description><![CDATA[Web Design Portfolio: WM Windows wanted a brand new website where they could inform potential csutomers of their services, allowing people to browse their galleries to see some of the products available as well as being able to request a free quotation.]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[portfolio]" href="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-wm-windows.jpg"><img class="alignnone size-thumbnail wp-image-538" title="Web Design Portfolio: WM Windows" src="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-wm-windows-200x150.jpg" alt="Web Design Portfolio: WM Windows" width="200" height="150" /></a></p>
<dl>
<dt>Client:</dt>
<dd>WM Windows </dd>
<dt>Type:</dt>
<dd>Website
</dd>
<dt>URL:</dt>
<dd> <a title="Pixelapes Web Design Client: WM Windows" href="http://www.wmwindows.ie">http://www.wmwindows.ie</a></dd>
<dt>Description:</dt>
<dd class="dd-not-last">WM Windows &amp; Doors Ltd offers home-owners, developers and architects an incredible selection of aluminium and uPVC windows and doors as well as decorative stained glass options, garage doors and conservatories.</dd>
<dd>WM Windows wanted a brand new website where they could inform potential csutomers of their services, allowing people to browse their galleries to see some of the products available as well as being able to request a free quotation.
</dd>
</dl>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=z_T2ZxKucAQ:Q93vDplWuB4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=z_T2ZxKucAQ:Q93vDplWuB4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=z_T2ZxKucAQ:Q93vDplWuB4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=z_T2ZxKucAQ:Q93vDplWuB4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=z_T2ZxKucAQ:Q93vDplWuB4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=z_T2ZxKucAQ:Q93vDplWuB4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/z_T2ZxKucAQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/07/01/wm-windows-doors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/07/01/wm-windows-doors/</feedburner:origLink></item>
		<item>
		<title>Airappz</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/bxY6_153sDs/</link>
		<comments>http://www.pixelapes.com/2009/06/22/airappz/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 17:30:27 +0000</pubDate>
		<dc:creator>Donn Maguire</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=527</guid>
		<description><![CDATA[Web Design Portfolio: Airappz needed a fresh clean website redesign to be able to provide information about the variety of services they offer as well as being able to quickly and easily update their website.]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[portfolio]" href="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-airappz.jpg"><img class="alignnone size-thumbnail wp-image-528" title="Web Design Portfolio: Airappz" src="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-airappz-200x150.jpg" alt="Web Design Portfolio: Airappz" width="200" height="150" /></a></p>
<dl>
<dt>Client:</dt>
<dd>Airappz </dd>
<dt>Type:</dt>
<dd>Website &#8211; Full Content Management System</dd>
<dt>URL:</dt>
<dd> <a title="Pixelapes Web Design Client: Airappz" href="http://www.airappz.com">http://www.airappz.com</a></dd>
<dt>Description:</dt>
<dd class="dd-not-last">Airappz has evolved out of more than a decade of experience in the world of wireless data communications and services. Some of the services they offer are: captive portal advertising, wifi networks, wifi hotspots, wireless hot-zones and point-to-point wireless data links.</dd>
<dd>Airappz needed a fresh clean website redesign to be able to provide information about the variety of services they offer. They also required an easy to manage content management system enabling them to create news posts quickly and easily as well as being able to display their Twitter posts allowing for their site to have regular updates. </dd>
</dl>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=bxY6_153sDs:YoWy9hekWSA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=bxY6_153sDs:YoWy9hekWSA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=bxY6_153sDs:YoWy9hekWSA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=bxY6_153sDs:YoWy9hekWSA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=bxY6_153sDs:YoWy9hekWSA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=bxY6_153sDs:YoWy9hekWSA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/bxY6_153sDs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/06/22/airappz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/06/22/airappz/</feedburner:origLink></item>
		<item>
		<title>Reel Festivals</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/87_3E2DcP7s/</link>
		<comments>http://www.pixelapes.com/2009/05/01/reel-festivals-2/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:37:41 +0000</pubDate>
		<dc:creator>Donn Maguire</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[brochure]]></category>
		<category><![CDATA[edinburgh]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[film festival]]></category>
		<category><![CDATA[flyer]]></category>
		<category><![CDATA[iraq]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[programme]]></category>
		<category><![CDATA[reel iraq 2009]]></category>
		<category><![CDATA[Scotland]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=510</guid>
		<description><![CDATA[Print Portfolio: As well as needing a new website for this years festival, Reel Festivals required a series of printed promotional material to distribute around to advertise various events during the festival.]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[portfolio]" href="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-reel-festivals-print.jpg"><img class="alignnone size-thumbnail wp-image-487" title="Print Portfolio: Reel Festivals" src="http://www.pixelapes.com/wp-content/uploads/2009/09/portfolio-reel-festivals-print-200x150.jpg" alt="Photo of Reel Festivals printed promotioal material" width="200" height="150" /></a></p>
<dl>
<dt>Client:</dt>
<dd>Reel Festivals</dd>
<dt>Type:</dt>
<dd>Print- Series of printed promotional material &#8211; Flyers, posters, programme </dd>
<dt>URL:</dt>
<dd> <a title="Pixelapes Print Client: Reel Festivals" href="http://www.reelfestivals.org/">www.reelfestivals.org</a></dd>
<dt>Description:</dt>
<dd class="dd-not-last">Reel Festivals run an annual festival of film, music, art, lectures and more, and this year are focussed on the culture of Iraq.</dd>
<dd>As well as needing a new website for this years festival, Reel Festivals required a series of printed promotional material to distribute around to advertise various events during the festival. The printed material included an A6 flyer, DL flyer, 2 different A3 posters and a 36 page A5 festival programme. </dd>
</dl>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=87_3E2DcP7s:0G4N6SrNos0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=87_3E2DcP7s:0G4N6SrNos0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=87_3E2DcP7s:0G4N6SrNos0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=87_3E2DcP7s:0G4N6SrNos0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=87_3E2DcP7s:0G4N6SrNos0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=87_3E2DcP7s:0G4N6SrNos0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/87_3E2DcP7s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/05/01/reel-festivals-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/05/01/reel-festivals-2/</feedburner:origLink></item>
		<item>
		<title>Increasing your WordPress Security</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/yTh58RpzYEE/</link>
		<comments>http://www.pixelapes.com/2009/04/30/increasing-your-wordpress-security/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 15:55:39 +0000</pubDate>
		<dc:creator>Alex Leonard</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=468</guid>
		<description><![CDATA[We're keenly aware of making sure everything we do on the web is secure and solid, and when it comes to WordPress there are a few simple things you can do to add that extra level of security.]]></description>
			<content:encoded><![CDATA[<p>There are a number of things you can do to make your self-hosted WordPress installation that bit more secure, some of which aren&#8217;t widely advertised. Below is a list of some quick and easy options, plus a couple that need a little bit more work but are well worth the extra effort for that extra peace of mind.</p>
<h3>1. Secret Keys</h3>
<p>When you first install WordPress you need to edit your wp-config.php file to make sure it&#8217;s got the right information for accessing your WordPress database. As has always been the case the information in wp-config-sample.php shows you what needs to be filled in. By editing this file and saving it as wp-config.php you&#8217;ll be ready to install WordPress.</p>
<p>However, since WordPress 2.6 there&#8217;s been a new set of security keys which help keep your WordPress install more secure.</p>
<pre class="brush: php;">define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');</pre>
<p>If you&#8217;re not sure what to put in here, just visit <a href="http://api.wordpress.org/secret-key/1.1/">the handy Secret Key Generator at wordpress.org</a> to generate your own special lines of secrecy. Below is an example of the output which can just be copied and pasted into your wp-config.php file.</p>
<pre class="brush: php;">define('AUTH_KEY',        '_f{,Ez(@SWSTGq~]p7mMu/zsSQ9%Aj;43db|:OjWUlUFJ5Ge{u%T-dx4&gt;u1{_szU');
define('SECURE_AUTH_KEY', 'RQT-|bmNY).USI6vo2khHm&lt;6N!6`x/ri]g-0VNN1t^&lt;b]seB;H*Q=..h&lt;,F@-}% ');
define('LOGGED_IN_KEY',   '{,C+JN*x_sj:iAp3|p~a@HI0:&lt;.KnrS(thDV*[u_kY$xbolk[aiqx${|:Y2L^+{ ');
define('NONCE_KEY',       'Ek@(Zw#&lt;CipmijGZw67b:drxRb*JiQ#+q5bJ|5/NGeEyHGWpSB- .V1{3U_Gi80|');</pre>
<p>I should mention, just in case, do not use this above example! Just <a href="http://api.wordpress.org/secret-key/1.1/">visit the generator for your own unique code</a>. Also, if you're interested in further reading check out <a href="http://codex.wordpress.org/Editing_wp-config.php#Secret_Key_IMPORTANT">the WordPress Codex article regarding wp-config</a>.</p>
<h3>2. Change Your Admin Password</h3>
<p>I've talked about the importance of password security in the past and thankfully WordPress generates a fairly random password for the "admin" user when you first install it, but I feel happier by generating my own even longer password for that extra peace of mind.</p>
<p>Personally I use the excellent password generator that's included in our favourite password management web application - <a href="http://www.passpack.com/">Passpack</a> - something I strongly recommend checking out<sup>1</sup>, but there are a multitude of free password generators available. A good one I came across is <a href="http://www.freepasswordgenerator.com/">www.freepasswordgenerator.com</a> which allows you to choose whether to include string letters (a..z), capital letters (A..Z), digits (2..9), special symbols (!, +, ], ?, etc) and the length of the password. It produces wonderfully complicated things like:</p>
<blockquote><p>a^cYj+csV)MifQhc,66s</p></blockquote>
<p>Again, for the sake of safety I'd suggest signing up to Passpack to store this password nice and securely. Don't write it down!</p>
<h3>3. Change Your Admin Username</h3>
<p>Keeping things secure is all about making life more difficult for a potential hacker. The default username for the wordpress administrator is "admin", and that's a first step covered for a hacker. Whilst you can't change WordPress usernames through the admin panel, you can change it by editing your database.</p>
<p>As we're security conscious here at Pixelapes, we only access our server through "Secure Shell" meaning that any database interaction is purely command line based. Hence the below example shows you what to do to change your admin user name.</p>
<pre class="brush: sql;">mysql&gt; USE your_database_name;
Database changed
mysql&gt; UPDATE wp_users SET user_login=&quot;new-admin-user&quot; WHERE user_login=&quot;admin&quot;;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0</pre>
<p>It's as simple as that. If you have a GUI tool installed on your server, such as phpMyAdmin, you can follow <a href="http://wp123.info/modifications/change-admin-username-using-phpmyadmin/">the simple steps in this guide to change your admin username</a>.</p>
<ol class="footnotes"><li id="footnote_0_468" class="footnote"><a href="http://www.pixelapes.com/2008/05/30/passpack-your-key-to-a-safe-online-experience/">You can read our detailed review of Passpack here</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=yTh58RpzYEE:YRP85SEn_NM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=yTh58RpzYEE:YRP85SEn_NM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=yTh58RpzYEE:YRP85SEn_NM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=yTh58RpzYEE:YRP85SEn_NM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=yTh58RpzYEE:YRP85SEn_NM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=yTh58RpzYEE:YRP85SEn_NM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/yTh58RpzYEE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/04/30/increasing-your-wordpress-security/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/04/30/increasing-your-wordpress-security/</feedburner:origLink></item>
		<item>
		<title>Generate statistics for individual virtual domains using Postfix and Awstats</title>
		<link>http://feedproxy.google.com/~r/Pixelapes/~3/V6KsHLeOgHY/</link>
		<comments>http://www.pixelapes.com/2009/04/15/generate-statistics-for-individual-virtual-domains-using-postfix-and-awstats/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 12:29:18 +0000</pubDate>
		<dc:creator>Warren Daly</dc:creator>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pixelapes.com/?p=432</guid>
		<description><![CDATA[We provide some in depth technical information on how to use AWstats and Postfix to generate statistics for email activity on a server running virtual domains.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-433 alignright" title="postfix" src="http://www.pixelapes.com/wp-content/uploads/2009/04/postfix.gif" alt="postfix" width="130" height="91" /></p>
<p>If you are utilizing <a title="Postfix Mail Server" href="http://www.postfix.org">Postfix</a> and hosting virtual domains it&#8217;s likely you will want an overview of inbound and outbound email activity pre domain.</p>
<p>This sort of statistical information can be of huge benefit when running your own server, especially if you need to get an idea of where you bandwidth consumption is going.</p>
<h3>Linking Awstats to Postfix</h3>
<p><img class="size-full wp-image-434 alignright" title="awstats" src="http://www.pixelapes.com/wp-content/uploads/2009/04/awstats.png" alt="Awstats Log Analyzer" width="88" height="31" /></p>
<p>You can achieve this by using <a title="Awstats Log Analyzer" href="http://awstats.sourceforge.net/">AWStats</a>, but first you must run a few scripts in order to present the log file in a format that AWStats can work with. If you are using Amavis and/or Spamassassin, you will notice additional lines similar to these appear due to re-injection:</p>
<pre class="brush: csharp; light: true;">Apr 14 19:47:58 mailserver amavis[23740]: (23740-02) FWD via SMTP:  -&gt; , 250 2.6.0 Ok, id=23740-02, from MTA([127.0.0.1]:10025): 250 Ok: queued as DAB321264FE
Apr 14 19:47:58 mailserver amavis[23740]: (23740-02) Passed CLEAN, [192.168.0.10] [192.168.0.10]  -&gt; , Message-ID: &lt;49E4D9FA.4020100@receiverdomain.com&gt;, mail_id: J9-AzDhzWfe0, Hits: -, 160 ms</pre>
<p>In order to avoid this, you must use <a title="Prepflog Log Preprocessor" href="http://web.tiscali.it/postfix/prepflog.html">prepflog</a> to process the mail log before it is passed to pflogsumm or AWStats. This script will disregard the lines relating to the re-injection of messages into Postfix.</p>
<p>Once this is completed you will need to use maillogconvert. This is a mail log preprocessor that converts a mail log file (from postfix, sendmail or qmail servers) into a human readable format. The output format is also ready to be used by a log analyzer, like AWStats.  The maillogconvert script is provided in the AWStats tools directory.</p>
<p>So let&#8217;s look at the configuration. Prepflog documentation says to set the following in the AWStats configuration file:</p>
<pre class="brush: csharp; light: true;">LogFile=&quot;/usr/local/bin/prepflog.pl &lt; /var/log/mail | perl /usr/local/awstats/tools/maillogconvert.pl standard |&quot;</pre>
<p>However, we wish to only grab mail from one domain so I altered the setting to this:</p>
<pre class="brush: csharp; light: true;">LogFile=&quot;cat /var/log/mail.log | /etc/awstats/prepflog.pl | perl /etc/awstats/maillogconvert.pl standard | grep interestingdomain.com |&quot;</pre>
<p>After the log is striped of unnecessary re-injection entries, the specific domain is grepped, it is then pushed to maillogconvert.pl which outputs a friendly format as follows:</p>
<pre class="brush: csharp; light: true;">2009-04-14 20:38:03 sender@senderdomain.com receiver@receiverdomain.com 192.168.0.10 - SMTP - xxx ?</pre>
<p>You must ensure that the AWStats configuration file is set-up to parse mail logs.  I followed the formatting suggested by the <a title="AWStats Mail Log configuration" href="http://awstats.sourceforge.net/docs/awstats_faq.html#MAIL">AWStats documentation</a>. Your configuration file <em>awstats.mail.interestingdomain.com.conf</em> will now look similar to this:</p>
<pre class="brush: csharp;">LogFile=&quot;cat /var/log/mail.log | /etc/awstats/prepflog.pl | perl /etc/awstats/maillogconvert.pl standard | grep interestingdomain.com |&quot;
LogType=M
LogFormat=&quot;%time2 %email %email_r %host %host_r %method %url %code %bytesd&quot;
LogSeparator=&quot; &quot;
SiteDomain=&quot;interestingdomain.com&quot;
HostAliases=&quot;interestingdomain.com&quot;
LogType=M
LevelForBrowsersDetection=0
LevelForOSDetection=0
LevelForRefererAnalyze=0
LevelForRobotsDetection=0
LevelForWormsDetection=0
LevelForSearchEnginesDetection=0
LevelForFileTypesDetection=0
ShowMenu=1
ShowSummary=HB
ShowMonthStats=HB
ShowDaysOfMonthStats=HB
ShowDaysOfWeekStats=HB
ShowHoursStats=HB
ShowDomainsStats=0
ShowHostsStats=HBL
ShowAuthenticatedUsers=0
ShowRobotsStats=0
ShowEMailSenders=HBML
ShowEMailReceivers=HBML
ShowSessionsStats=0
ShowPagesStats=0
ShowFileTypesStats=0
ShowFileSizesStats=0
ShowBrowsersStats=0
ShowOSStats=0
ShowOriginStats=0
ShowKeyphrasesStats=0
ShowKeywordsStats=0
ShowMiscStats=0
ShowHTTPErrorsStats=0
ShowSMTPErrorsStats=1
</pre>
<p>It is important to remember that you will need to set up a crontab entry to process the mail log. Your crontab entry should look similar to this:</p>
<pre class="brush: csharp; light: true;">/usr/bin/perl /usr/lib/cgi-bin/awstats.pl -update -config=mail.interestingdomain.com</pre>
<p>Finally, below is my configuration for Apache 2:</p>
<pre class="brush: csharp;">###### AWSTATS ######
Alias /awstatsclasses &quot;/usr/share/awstats/lib/&quot;
Alias /awstats-icon/ &quot;/usr/share/awstats/icon/&quot;
Alias /awstatscss &quot;/usr/share/doc/awstats/examples/css&quot;
ScriptAlias /awstats/ /usr/lib/cgi-bin/
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch</pre>
<p>Now you will see a tidy graphical view of all mail traffic for your virtual domains using AWStats. If you have any questions or comments on how you go about generating stats, please fill in the comment form below.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Pixelapes?a=V6KsHLeOgHY:uV0AEWvFuqA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=V6KsHLeOgHY:uV0AEWvFuqA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=V6KsHLeOgHY:uV0AEWvFuqA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=V6KsHLeOgHY:uV0AEWvFuqA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Pixelapes?i=V6KsHLeOgHY:uV0AEWvFuqA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Pixelapes?a=V6KsHLeOgHY:uV0AEWvFuqA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Pixelapes?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Pixelapes/~4/V6KsHLeOgHY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pixelapes.com/2009/04/15/generate-statistics-for-individual-virtual-domains-using-postfix-and-awstats/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.pixelapes.com/2009/04/15/generate-statistics-for-individual-virtual-domains-using-postfix-and-awstats/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.356 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-03 11:18:25 -->
