<?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>Lenes stuff</title>
	<atom:link href="http://lenes.org/feed" rel="self" type="application/rss+xml" />
	<link>http://lenes.org</link>
	<description>Just various things from my life</description>
	<lastBuildDate>Sat, 14 Apr 2012 21:33:03 +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>How to add bbpress login and registration links</title>
		<link>http://lenes.org/wordpress/bbpress-login-registration-links</link>
		<comments>http://lenes.org/wordpress/bbpress-login-registration-links#comments</comments>
		<pubDate>Sat, 14 Apr 2012 21:27:57 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=66</guid>
		<description><![CDATA[I scratched my head for a while trying to figure out how to add bbpress registration links to my WordPress theme until I finally came across this bbpress tutorial. To add a registration link to your wordpress site, you need &#8230; <a href="http://lenes.org/wordpress/bbpress-login-registration-links">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I scratched my head for a while trying to figure out how to add bbpress registration links to my WordPress theme until I finally came across this <a href="http://serverpress.com/news/getting-started-with-bbpress-2-0/" target="_blank">bbpress tutorial</a>.</p>
<p>To add a registration link to your wordpress site, you need to copy the page.php theme of your file into a new file that you call bbpress.php.</p>
<p>In the bbpress.php file you add:</p>
<pre class="brush: php; title: ; notranslate">
&lt;div class=&quot;forum_register&quot;&gt;
	&lt;?php 
		if (! is_user_logged_in() ) {
			echo &quot;Welcom to the bad breath forums! &lt;br&gt;Please &quot;;
			wp_loginout($_SERVER['REQUEST_URI']);
			wp_register(__(' or '));
			echo &quot; to post.&quot;;
		}
	?&gt;
&lt;/div&gt;
</pre>
<p>Example of CSS code:</p>
<pre class="brush: css; title: ; notranslate">
.forum_register
{
margin: 0 0 10px;
padding: 5px;
border: 1px solid #347235;
background: #98FB98;

}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/wordpress/bbpress-login-registration-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notepad++ search and replace newline with comma</title>
		<link>http://lenes.org/tips/notepad-search-and-replace-newline-with-comma</link>
		<comments>http://lenes.org/tips/notepad-search-and-replace-newline-with-comma#comments</comments>
		<pubDate>Mon, 31 Oct 2011 17:02:48 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=58</guid>
		<description><![CDATA[I sometimes have longer lists where it is useful to do a search and replace. For instance I just exported a list of e-mail addresses from my database and wanted to to a search and replace to replace newline with &#8230; <a href="http://lenes.org/tips/notepad-search-and-replace-newline-with-comma">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I sometimes have longer lists where it is useful to do a search and replace. For instance I just exported a list of e-mail addresses from my database and wanted to to a search and replace to replace newline with comma. This can easily be accomplished by choosing search -&gt; replace. Choose extended mode and enter \r\n for find what and , in Replace with.</p>
<p><img class="alignnone size-full wp-image-59" title="replace" src="http://lenes.org/wp-content/uploads/2011/10/replace.png" alt="" width="569" height="337" /></p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/tips/notepad-search-and-replace-newline-with-comma/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating seamless webpage backgrounds</title>
		<link>http://lenes.org/photoshop/creating-seamless-webpage-backgrounds</link>
		<comments>http://lenes.org/photoshop/creating-seamless-webpage-backgrounds#comments</comments>
		<pubDate>Tue, 25 Oct 2011 12:03:04 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=55</guid>
		<description><![CDATA[Here are some tutorials I have bookmarked on how to create webpage backgrounds. How to make a seamless webpage background Flower pattern background]]></description>
			<content:encoded><![CDATA[<p>Here are some tutorials I have bookmarked on how to create webpage backgrounds.</p>
<p><a href="http://www.pegaweb.com/tutorials/web-page-backgrounds/web-page-backgrounds.htm" target="_blank">How to make a seamless webpage background</a></p>
<p><a href="http://www.jacorre.com/tutorials/flower-pattern-background/" target="_blank">Flower pattern background</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/photoshop/creating-seamless-webpage-backgrounds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a botable Windows PE CD-ROM</title>
		<link>http://lenes.org/windows-7/creating-a-botable-windows-pe-cd-rom</link>
		<comments>http://lenes.org/windows-7/creating-a-botable-windows-pe-cd-rom#comments</comments>
		<pubDate>Sat, 15 Oct 2011 21:26:05 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=39</guid>
		<description><![CDATA[This is my second attempt at creating a bootable Windows PE CD-ROM. The first guide I testet didn&#8217;t work for some reason, but this guide is great and works: Bootable Windows PE CD-ROM]]></description>
			<content:encoded><![CDATA[<p>This is my second attempt at creating a bootable Windows PE CD-ROM. The first guide I testet didn&#8217;t work for some reason, but this guide is great and works:</p>
<p><a href="http://www.youtube.com/watch?v=sQGujsHcq6U">Bootable Windows PE CD-ROM</a></p>
<p><iframe width="584" height="329" src="http://www.youtube.com/embed/sQGujsHcq6U?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/windows-7/creating-a-botable-windows-pe-cd-rom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB in VirtualBox</title>
		<link>http://lenes.org/windows-7/usb-in-virtualbox</link>
		<comments>http://lenes.org/windows-7/usb-in-virtualbox#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:24:43 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=35</guid>
		<description><![CDATA[Make sure you have the extension pack installed for USB support etc. http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html When performing an unattended installation of Windows with an Autounattend.xml on a pen drive, you can accomplish this on by activating your pen drive for use within &#8230; <a href="http://lenes.org/windows-7/usb-in-virtualbox">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Make sure you have the extension pack installed for USB support etc.<br />
<a href="http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html">http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html</a></p>
<p>When performing an unattended installation of Windows with an Autounattend.xml on a pen drive, you can accomplish this on by activating your pen drive for use within your virtual machine.</p>
<p>When starting your virtual computer, there are some icons in the bottom right corner. Right click the USB icon to activate your pen drive:</p>
<p><img src="http://lenes.org/wp-content/uploads/2011/10/vboxusb.png" alt="" title="vboxusb" width="269" height="41" class="alignnone size-full wp-image-36" /></p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/windows-7/usb-in-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to boot from ISO or DVD in VirtualBox</title>
		<link>http://lenes.org/windows-7/how-to-boot-from-iso-or-dvd-in-virtualbox</link>
		<comments>http://lenes.org/windows-7/how-to-boot-from-iso-or-dvd-in-virtualbox#comments</comments>
		<pubDate>Sat, 15 Oct 2011 12:04:47 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=28</guid>
		<description><![CDATA[VirtualBox can be downloaded here: http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html Also download the extension pack at the bottom for USB support etc.¨ To boot VirtualBox from an ISO or DVD. Click settings. In the settings dialog box, you can add your ISO/DVD like this:]]></description>
			<content:encoded><![CDATA[<p>VirtualBox can be downloaded here:<br />
<a href="http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html ">http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html<br />
</a><br />
Also download the extension pack at the bottom for USB support etc.¨</p>
<p>To boot VirtualBox from an ISO or DVD.<br />
Click settings. In the settings dialog box, you can add your ISO/DVD like this:</p>
<p><img src="http://lenes.org/wp-content/uploads/2011/10/vbox.jpg" alt="" title="vbox" width="450" height="336" class="alignnone size-full wp-image-30" /></p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/windows-7/how-to-boot-from-iso-or-dvd-in-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSIM components</title>
		<link>http://lenes.org/windows-7/wsim-components</link>
		<comments>http://lenes.org/windows-7/wsim-components#comments</comments>
		<pubDate>Fri, 14 Oct 2011 19:58:17 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=25</guid>
		<description><![CDATA[The big question of today was. What component do I choose? amd_64, wow_64 or x86_64&#8230; amd_64 is used on x64 installs. x86 is used on x86 installs. wow_64 is used on x64 installs for 32bit components installed on x64. Here&#8217;s &#8230; <a href="http://lenes.org/windows-7/wsim-components">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The big question of today was. What component do I choose?</p>
<p>amd_64, wow_64 or x86_64&#8230;</p>
<p>amd_64 is used on x64 installs.<br />
x86 is used on x86 installs.<br />
wow_64 is used on x64 installs for 32bit components installed on x64.</p>
<p>Here&#8217;s a quote from Microsoft Technet:</p>
<blockquote><p>The answer file must include processor-specific components. The answer file settings in the windowsPE configuration pass must match the architecture type of the preinstallation environment and the settings that apply to the Windows image must match the architecture type of the image. For example, if you are creating an answer file that deploys 64-bit images from a 32-bit preinstallation environment, all components in the answer file for the windowsPE configuration pass must include the processor type attribute of x86. Settings to be applied in the specialize, oobeSystem, or other configuration passes must include the processor attribute type of amd64.</p></blockquote>
<p><a href="http://technet.microsoft.com/en-us/library/dd744395(WS.10).aspx">http://technet.microsoft.com/en-us/library/dd744395(WS.10).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/windows-7/wsim-components/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSIM &#8211; Select a Windows image or Catalog file</title>
		<link>http://lenes.org/windows-7/wsim-select-a-windows-image-or-catalog-file</link>
		<comments>http://lenes.org/windows-7/wsim-select-a-windows-image-or-catalog-file#comments</comments>
		<pubDate>Thu, 13 Oct 2011 18:41:14 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=23</guid>
		<description><![CDATA[When selecting a Windows image in WSIM, WSIM hangs. I tried to close the program and select a windows image again, but got the following error: Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: &#8230; <a href="http://lenes.org/windows-7/wsim-select-a-windows-image-or-catalog-file">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When selecting a Windows image in WSIM, WSIM hangs. I tried to close the program and select a windows image again, but got the following error:</p>
<blockquote><p>Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: &#8216;Windows System Image Manager Technical Reference&#8217; in the Windows OPK or Windows AIK User&#8217;s Guide.</p></blockquote>
<p>I was trying to use a x86 version of Windows 7 and had copied install.wim to a folder on my computer called images. My computer was running x64. When using WSIM I was only able to import an image with the same architecture as my technician computer.</p>
<p>To solve this issue, I had to import the image directly from the DVD using the .clg file instead of using the install.wim file that I had copied to my images folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/windows-7/wsim-select-a-windows-image-or-catalog-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing WAIK without a DVD-ROM</title>
		<link>http://lenes.org/windows-7/installing-waik-without-a-dvd-rom</link>
		<comments>http://lenes.org/windows-7/installing-waik-without-a-dvd-rom#comments</comments>
		<pubDate>Thu, 13 Oct 2011 16:51:46 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=19</guid>
		<description><![CDATA[To save time burning WAIK to DVD-ROM, you can download Daemon Tools Lite for free. Daemon lets you add a virtual DVD-ROM that you can use to mount the WAIK ISO. When you have mounted the WAIK ISO to your &#8230; <a href="http://lenes.org/windows-7/installing-waik-without-a-dvd-rom">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To save time burning WAIK to DVD-ROM, you can download <a href="http://www.daemon-tools.cc/eng/products/dtLite" target="_blank">Daemon Tools Lite</a> for free. Daemon lets you add a virtual DVD-ROM that you can use to mount the WAIK ISO. </p>
<p>When you have mounted the WAIK ISO to your virtual DVD-ROM, you can run the StartCD.exe to install WAIK. Click &#8220;Windows AIK Setup&#8221; to install WAIK. Then follow the wizard.</p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/windows-7/installing-waik-without-a-dvd-rom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual boot in Virtual PC</title>
		<link>http://lenes.org/windows-7/dual-boot-in-virtual-pc</link>
		<comments>http://lenes.org/windows-7/dual-boot-in-virtual-pc#comments</comments>
		<pubDate>Thu, 13 Oct 2011 14:29:10 +0000</pubDate>
		<dc:creator>Lene</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://lenes.org/?p=17</guid>
		<description><![CDATA[To be able to dualboot in Virutal PC, you must be able to boot your Virtual machine from a CD or DVD. By booting from DVD, you are able to use the unallocated space for your second OS rather than &#8230; <a href="http://lenes.org/windows-7/dual-boot-in-virtual-pc">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To be able to dualboot in Virutal PC, you must be able to boot your Virtual machine from a CD or DVD. By booting from DVD, you are able to use the unallocated space for your second OS rather than installing the second OS on the same volume.</p>
<p><a href="http://www.sevenforums.com/tutorials/59908-windows-virtual-pc-boot-cd-virtual-machine.html" target="_blank">Here</a> is a great guide I found that shows you how you can boot your virtual machine from CD/DVD in Virtual PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://lenes.org/windows-7/dual-boot-in-virtual-pc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

