<?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>Tech.BusinessClass.dk</title>
	<atom:link href="http://businessclass.dk/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://businessclass.dk/tech</link>
	<description>Mit eget teknologiske opslagsværk</description>
	<lastBuildDate>Tue, 17 Jan 2012 14:24:02 +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>Imponerende USB 3 hastighed</title>
		<link>http://businessclass.dk/tech/2012/01/imponerende-usb-3-hastighed/</link>
		<comments>http://businessclass.dk/tech/2012/01/imponerende-usb-3-hastighed/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 18:28:09 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[RAID]]></category>
		<category><![CDATA[Lian Li]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=816</guid>
		<description><![CDATA[Ved overførelse af videofiler, via Asrock H67M-GE onboard USB 3 tilslutning, var der imponerende fart over feltet. Der blev overført til og fra Lian Li EX-503 (5 x 750 GB i RAID-5). Afhængig af filformat og filstørrelse, lå overførelseshastigheden på 90-110 MB/sekund. Et pænt stykke over de 20-30 MB/sekund som USB 2 præsterer.]]></description>
			<content:encoded><![CDATA[<p>Ved overførelse af videofiler, via Asrock H67M-GE onboard USB 3 tilslutning, var der imponerende fart over feltet. Der blev overført til og fra Lian Li EX-503 (5 x 750 GB i RAID-5).</p>
<p>Afhængig af filformat og filstørrelse, lå overførelseshastigheden på 90-110 MB/sekund. Et pænt stykke over de 20-30 MB/sekund som USB 2 præsterer.</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2012/01/imponerende-usb-3-hastighed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Headline of parent and navigation list of children</title>
		<link>http://businessclass.dk/tech/2011/12/headline-of-parent-and-navigation-list-of-children/</link>
		<comments>http://businessclass.dk/tech/2011/12/headline-of-parent-and-navigation-list-of-children/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 13:55:47 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=808</guid>
		<description><![CDATA[Display parent headline and a list of children links in a submenu. In this illustrative example: Services is the parent Service 1, Service 2, and Service 3 is children The headline in the left column is Services both on parent as well as children page. And this is the code: &#60;h2&#62;&#60;?php $parent_title = get_the_title($post-&#62;post_parent); echo [...]]]></description>
			<content:encoded><![CDATA[<p>Display parent headline and a list of children links in a submenu.</p>
<p>In this illustrative example:</p>
<ul>
<li>Services is the parent</li>
<li>Service 1, Service 2, and Service 3 is children</li>
</ul>
<p>The headline in the left column is Services both on parent as well as children page.</p>
<p><img class="alignnone size-full wp-image-810" title="services" src="http://businessclass.dk/tech/wp-content/uploads/2011/12/services.jpg" alt="" width="475" height="220" /></p>
<p><img class="alignnone size-full wp-image-809" title="services2" src="http://businessclass.dk/tech/wp-content/uploads/2011/12/services2.jpg" alt="" width="475" height="220" /></p>
<p>And this is the code:</p>
<p>&lt;h2&gt;&lt;?php</p>
<p>$parent_title = get_the_title($post-&gt;post_parent);</p>
<p>echo $parent_title;</p>
<p>?&gt;&lt;/h2&gt;</p>
<p>&lt;?php</p>
<p>if($post-&gt;post_parent)</p>
<p>$children = wp_list_pages(&#8220;title_li=&amp;child_of=&#8221;.$post-&gt;post_parent.&#8221;&amp;echo=0&#8243;);</p>
<p>else</p>
<p>$children = wp_list_pages(&#8220;title_li=&amp;child_of=&#8221;.$post-&gt;ID.&#8221;&amp;echo=0&#8243;);</p>
<p>if ($children) { ?&gt;</p>
<p>&lt;ul&gt;</p>
<p>&lt;?php echo $children; ?&gt;</p>
<p>&lt;/ul&gt;</p>
<p>&lt;?php } ?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/12/headline-of-parent-and-navigation-list-of-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lyd effekter og musik til video</title>
		<link>http://businessclass.dk/tech/2011/12/lyd-effekter-og-musik-til-video/</link>
		<comments>http://businessclass.dk/tech/2011/12/lyd-effekter-og-musik-til-video/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 12:10:02 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Ikke kategoriseret]]></category>
		<category><![CDATA[Lyd]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=795</guid>
		<description><![CDATA[Høj kvalitet af lydeffekter: http://www.soundrangers.com/ Musik herfra bruges blandt andet af BBC: https://www.extrememusic.com/ Musik i mange forskellige genre: http://audiojungle.net/]]></description>
			<content:encoded><![CDATA[<p>Høj kvalitet af lydeffekter:<br />
<a href="http://www.soundrangers.com/">http://www.soundrangers.com/</a></p>
<p>Musik herfra bruges blandt andet af BBC:<br />
<a href="https://www.extrememusic.com/">https://www.extrememusic.com/</a></p>
<p>Musik i mange forskellige genre:<br />
<a href="http://audiojungle.net/">http://audiojungle.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/12/lyd-effekter-og-musik-til-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variering af hastighed</title>
		<link>http://businessclass.dk/tech/2011/10/variering-af-hastighed/</link>
		<comments>http://businessclass.dk/tech/2011/10/variering-af-hastighed/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 20:59:48 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Video redigering]]></category>
		<category><![CDATA[After Effects]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=791</guid>
		<description><![CDATA[God video tutorial i hvordan du variere hastigheden i et videoklip (time remapping): http://www.videocopilot.net/tutorial/speed_variation/ Right click footage in timeline &#8211; select Time -&#62; Time Remapping Set keyframes &#8211; adjust it in pairs Select &#8220;Enable Frame blending&#8221; and &#8220;Frame Blend&#8221; &#8211; and click again on &#8220;Frame Blend&#8221; to activate pixel blending Ctrl + Click on keyframe [...]]]></description>
			<content:encoded><![CDATA[<p>God video tutorial i hvordan du variere hastigheden i et videoklip (time remapping):</p>
<p><a href="http://www.videocopilot.net/tutorial/speed_variation/" target="_blank">http://www.videocopilot.net/tutorial/speed_variation/</a></p>
<ol>
<li>Right click footage in timeline &#8211; select Time -&gt; Time Remapping</li>
<li>Set keyframes &#8211; adjust it in pairs</li>
<li>Select &#8220;Enable Frame blending&#8221; and &#8220;Frame Blend&#8221; &#8211; and click again on &#8220;Frame Blend&#8221; to activate pixel blending</li>
<li>Ctrl + Click on keyframe to soft slow down/speed up</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/10/variering-af-hastighed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS værktøjer</title>
		<link>http://businessclass.dk/tech/2011/09/css-vaerktojer/</link>
		<comments>http://businessclass.dk/tech/2011/09/css-vaerktojer/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 20:11:11 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=785</guid>
		<description><![CDATA[30+ Handy CSS Tools and Generators http://www.designerterminal.com/resource/css/css-tools-generators.html]]></description>
			<content:encoded><![CDATA[<p>30+ Handy CSS Tools and Generators</p>
<p><a href="http://www.designerterminal.com/resource/css/css-tools-generators.html" target="_blank">http://www.designerterminal.com/resource/css/css-tools-generators.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/09/css-vaerktojer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Platform og browser test</title>
		<link>http://businessclass.dk/tech/2011/09/platform-og-browser-test/</link>
		<comments>http://businessclass.dk/tech/2011/09/platform-og-browser-test/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 20:02:24 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Web udvikling]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=777</guid>
		<description><![CDATA[BrowserShots.org: Gratis online service BrowserCam.com: Desktop browser test Email test Device test Compuware.com: Web performance testing Cross browser testing Load testing DesignerTerminal.com: Top 5 Tools For Cross-Browser Validation FreelanceFolder.com: 7 Fresh and Simple Ways to Test Cross-Browser Compatibility &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://browsershots.org/" target="_blank">BrowserShots.org</a>:</p>
<ul>
<li>Gratis online service</li>
</ul>
<p><a href="http://www.browsercam.com/" target="_blank">BrowserCam.com</a>:</p>
<ul>
<li>Desktop browser test</li>
<li>Email test</li>
<li>Device test</li>
</ul>
<p><a href="http://www.compuware.com/application-performance-management/" target="_blank">Compuware.com</a>:</p>
<ul>
<li>Web performance testing</li>
<li>Cross browser testing</li>
<li>Load testing</li>
</ul>
<p><a href="http://www.designerterminal.com/resource/web-apps/tools-for-cross-browser-validation.html" target="_blank">DesignerTerminal.com</a>:</p>
<ul>
<li>Top 5 Tools For Cross-Browser Validation</li>
</ul>
<p><a href="http://freelancefolder.com/7-fresh-and-simple-ways-to-test-cross-browser-compatibility/" target="_blank">FreelanceFolder.com</a>:</p>
<ul>
<li>7 Fresh and Simple Ways to Test Cross-Browser Compatibility</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/09/platform-og-browser-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hr</title>
		<link>http://businessclass.dk/tech/2011/09/hr-2/</link>
		<comments>http://businessclass.dk/tech/2011/09/hr-2/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 11:50:18 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=772</guid>
		<description><![CDATA[hr {color: #fff; background-color: #fff; border: 1px dotted #000; border-style: none none dotted; margin: 0px;}]]></description>
			<content:encoded><![CDATA[<p>hr {color: #fff; background-color: #fff; border: 1px dotted #000; border-style: none none dotted; margin: 0px;}</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/09/hr-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set default url</title>
		<link>http://businessclass.dk/tech/2011/09/set-default-url/</link>
		<comments>http://businessclass.dk/tech/2011/09/set-default-url/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 19:11:19 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=764</guid>
		<description><![CDATA[I stedet for at lave en absolut url (http://www.domain.com/), som tilføjer endnu en request til din server, kan du med fordel benytte dig af funktionen bloginfo: &#60;?php bloginfo(&#8216;url&#8217;); ?&#62; Husk: tilføj en &#8220;trailing slash&#8221; (/) rette aprostrof hvis du copy&#8217;n'paster herfra Url&#8217;en er den samme som du har under Indstillinger -&#62; Generelt.]]></description>
			<content:encoded><![CDATA[<p>I stedet for at lave en absolut url (http://www.domain.com/), som tilføjer endnu en request til din server, kan du med fordel benytte dig af funktionen bloginfo:</p>
<p>&lt;?php bloginfo(&#8216;url&#8217;); ?&gt;</p>
<p>Husk:</p>
<ul>
<li>tilføj en &#8220;trailing slash&#8221; (/)</li>
<li>rette aprostrof hvis du copy&#8217;n'paster herfra</li>
</ul>
<p>Url&#8217;en er den samme som du har under Indstillinger -&gt; Generelt.</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/09/set-default-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permalinks under Wamp</title>
		<link>http://businessclass.dk/tech/2011/09/permalinks-under-wamp/</link>
		<comments>http://businessclass.dk/tech/2011/09/permalinks-under-wamp/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 17:55:41 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wamp]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=759</guid>
		<description><![CDATA[Ændre du permalinks i WordPress i en Wamp installation, skal enable mod_rewrite. Start Wamp Klik Wamp ikon -&#62; Vælg Apache -&#62; httpd.conf Find &#8220;LoadModule rewrite_module modules/mod_rewrite.so&#8221; og slet hashkey (#) foran Resource: http://wordpress.org/support/topic/how-to-change-permalinks-under-wamp]]></description>
			<content:encoded><![CDATA[<p>Ændre du permalinks i WordPress i en Wamp installation, skal enable mod_rewrite.</p>
<ol>
<li>Start Wamp</li>
<li>Klik Wamp ikon -&gt; Vælg Apache -&gt; httpd.conf</li>
<li>Find &#8220;LoadModule rewrite_module modules/mod_rewrite.so&#8221; og slet hashkey (#) foran</li>
</ol>
<p>Resource: <a href="http://wordpress.org/support/topic/how-to-change-permalinks-under-wamp" target="_blank">http://wordpress.org/support/topic/how-to-change-permalinks-under-wamp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/09/permalinks-under-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kabler og forlængerkabler til strøm, sata, usb etc.</title>
		<link>http://businessclass.dk/tech/2011/08/kabler-og-forlaengerkabler-til-strom-sata-usb-etc/</link>
		<comments>http://businessclass.dk/tech/2011/08/kabler-og-forlaengerkabler-til-strom-sata-usb-etc/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 21:30:53 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Ikke kategoriseret]]></category>
		<category><![CDATA[Tilbehør]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=754</guid>
		<description><![CDATA[Gode priser på alle mulige forskellige kabler: http://www.av-cables.dk/computer_kabler_328_da/]]></description>
			<content:encoded><![CDATA[<p>Gode priser på alle mulige forskellige kabler: <a title="AV Cables" href="http://www.av-cables.dk/computer_kabler_328_da/">http://www.av-cables.dk/computer_kabler_328_da/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2011/08/kabler-og-forlaengerkabler-til-strom-sata-usb-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

