<?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/"
	>

<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>
	<pubDate>Fri, 16 Jul 2010 11:30:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Inkludere side i side i WordPress</title>
		<link>http://businessclass.dk/tech/2010/07/inkludere-side-i-side-i-wordpress/</link>
		<comments>http://businessclass.dk/tech/2010/07/inkludere-side-i-side-i-wordpress/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 11:30:18 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Tilføj ny tag]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=559</guid>
		<description><![CDATA[&#60;?php include('side.php'); ?&#62; 
]]></description>
			<content:encoded><![CDATA[<p><code>&lt;?php include('side.php'); ?&gt; </code></p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/07/inkludere-side-i-side-i-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cache til WordPress</title>
		<link>http://businessclass.dk/tech/2010/07/cache-til-wordpress/</link>
		<comments>http://businessclass.dk/tech/2010/07/cache-til-wordpress/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 17:39:05 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=554</guid>
		<description><![CDATA[http://www.tutorial9.net/web-tutorials/wordpress-caching-whats-the-best-caching-plugin/
Jeg bruger selv Hyper Cache, som kan sættes op på et PHP Safe Mode ON webhotel (Surftown, One.com etc.).
WP Super Cache har fået gode anmeldelser, men brugen forudsætter at du har webhotel med PHP Safe Mode OFF.
]]></description>
			<content:encoded><![CDATA[<p><a title="Test af de bedste WordPress cache" href="http://www.tutorial9.net/web-tutorials/wordpress-caching-whats-the-best-caching-plugin/" target="_blank">http://www.tutorial9.net/web-tutorials/wordpress-caching-whats-the-best-caching-plugin/</a></p>
<p>Jeg bruger selv Hyper Cache, som kan sættes op på et PHP Safe Mode ON webhotel (Surftown, One.com etc.).</p>
<p>WP Super Cache har fået gode anmeldelser, men brugen forudsætter at du har webhotel med PHP Safe Mode OFF.</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/07/cache-til-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Egne felter med predefinerede tekst link</title>
		<link>http://businessclass.dk/tech/2010/07/egne-felter-med-predefinerede-tekst-link/</link>
		<comments>http://businessclass.dk/tech/2010/07/egne-felter-med-predefinerede-tekst-link/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 14:10:23 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=547</guid>
		<description><![CDATA[
I WordPress kan du automatisk indsætte prædefineret indhold, ved hjælp af egne felter.
Et eksempel:

Opret side eller indlæg (i Kontrolpanel)
Skriv readmore i feltets Navn
Skriv hvad du har lyst til i Værdi feltet - det er kun til at tricke funktionen.
I dit php dokument indsæt
&#60;?php $readmore = get_post_meta($post-&#62;ID, &#8216;readmore&#8217;, true);
if($readmore){ ?&#62;
&#60;a href=&#8221;http://mydomain.dk/om_mig&#8221;&#62;» Læs om mig&#60;/a&#62;&#60;br /&#62;
&#60;?php }else{ [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>I WordPress kan du automatisk indsætte prædefineret indhold, ved hjælp af egne felter.</p>
<p>Et eksempel:</p>
<ol>
<li>Opret side eller indlæg (i Kontrolpanel)</li>
<li>Skriv readmore i feltets Navn</li>
<li>Skriv hvad du har lyst til i Værdi feltet - det er kun til at tricke funktionen.</li>
<li>I dit php dokument indsæt<br />
&lt;?php $readmore = get_post_meta($post-&gt;ID, &#8216;readmore&#8217;, true);<br />
if($readmore){ ?&gt;<br />
&lt;a href=&#8221;http://mydomain.dk/om_mig&#8221;&gt;» Læs om mig&lt;/a&gt;&lt;br /&gt;<br />
&lt;?php }else{ ?&gt;<br />
&lt;div class=&#8221;clear&#8221;&gt;&lt;/div&gt;<br />
&lt;?php } ?&gt;</li>
</ol>
<p>Så enkelt er det!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/07/egne-felter-med-predefinerede-tekst-link/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Egne felter (Add new custom field)</title>
		<link>http://businessclass.dk/tech/2010/07/egne-felter-add-new-custom-field/</link>
		<comments>http://businessclass.dk/tech/2010/07/egne-felter-add-new-custom-field/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 11:39:06 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=545</guid>
		<description><![CDATA[I WordPress kan du indsætte dine egne felter i indlæg og sider. Og det er ganske simpelt.
Et eksempel:

Opret side eller indlæg (i Kontrolpanel)
Skriv image i feltets Navn
Skriv din html til dit billede i Værdi feltet
I dit php dokument indsæt &#60;?php echo get_post_meta($post-&#62;ID, &#8216;image&#8217;, true); ?&#62;

Så enkelt er det!
]]></description>
			<content:encoded><![CDATA[<p>I WordPress kan du indsætte dine egne felter i indlæg og sider. Og det er ganske simpelt.</p>
<p>Et eksempel:</p>
<ol>
<li>Opret side eller indlæg (i Kontrolpanel)</li>
<li>Skriv image i feltets Navn</li>
<li>Skriv din html til dit billede i Værdi feltet</li>
<li>I dit php dokument indsæt &lt;?php echo get_post_meta($post-&gt;ID, &#8216;image&#8217;, true); ?&gt;</li>
</ol>
<p>Så enkelt er det!</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/07/egne-felter-add-new-custom-field/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NextGEN Gallery: unable to update thumbnail</title>
		<link>http://businessclass.dk/tech/2010/06/nextgen-gallery-unable-to-update-thumbnail/</link>
		<comments>http://businessclass.dk/tech/2010/06/nextgen-gallery-unable-to-update-thumbnail/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:39:33 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[NextGEN Gallery]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=533</guid>
		<description><![CDATA[You get the &#8220;Error updating thumbnail&#8221; when you crop and NextGEN Gallery tries to save the thumbnail.
The solution is to set your permission to write (/over write) on file level.
If you are using DreamWeaver:
1) Connect via ftp to your site
2) On your server navigation down to your thumbnails (default in wp-content/gallery/galleryname/thumbs)
3) Select all your thumbnails
4) [...]]]></description>
			<content:encoded><![CDATA[<p>You get the &#8220;Error updating thumbnail&#8221; when you crop and NextGEN Gallery tries to save the thumbnail.</p>
<p>The solution is to set your permission to write (/over write) on file level.</p>
<p>If you are using DreamWeaver:<br />
1) Connect via ftp to your site<br />
2) On your server navigation down to your thumbnails (default in wp-content/gallery/galleryname/thumbs)<br />
3) Select all your thumbnails<br />
4) Right click and select Set Permissions&#8230;<br />
5) Set values to 666</p>
<p><a href="http://businessclass.dk/tech/wp-content/2010/06/chmod.gif"><img class="alignnone size-full wp-image-540" title="File Access Properties in Adobe Dreamweaver" src="http://businessclass.dk/tech/wp-content/2010/06/chmod.gif" alt="File Access Properties in Adobe Dreamweaver" width="441" height="261" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/06/nextgen-gallery-unable-to-update-thumbnail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NextGEN Gallery: unable to edit thumbnail</title>
		<link>http://businessclass.dk/tech/2010/06/nextgen-gallery-unable-to-edit-thumbnail/</link>
		<comments>http://businessclass.dk/tech/2010/06/nextgen-gallery-unable-to-edit-thumbnail/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:38:49 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[NextGEN Gallery]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=530</guid>
		<description><![CDATA[When you manage gallery you can edit thumb of each picture. But you do not even get the cross to crop the image.
This is what you have to do:
1) Dashboard -&#62; Gallery -&#62; Options
2) Select Thumbnails
3) Check Set fix dimension
]]></description>
			<content:encoded><![CDATA[<p>When you manage gallery you can edit thumb of each picture. But you do not even get the cross to crop the image.</p>
<p>This is what you have to do:<br />
1) Dashboard -&gt; Gallery -&gt; Options<br />
2) Select Thumbnails<br />
3) Check Set fix dimension</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/06/nextgen-gallery-unable-to-edit-thumbnail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NextGEN Gallery: file reference</title>
		<link>http://businessclass.dk/tech/2010/06/nextgen-gallery/</link>
		<comments>http://businessclass.dk/tech/2010/06/nextgen-gallery/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:30:36 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[NextGEN Gallery]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=527</guid>
		<description><![CDATA[Design of album page
album-extend.php
Change tags text size
nggfunctions.php (line 936)
]]></description>
			<content:encoded><![CDATA[<p>Design of album page<br />
album-extend.php</p>
<p>Change tags text size<br />
nggfunctions.php (line 936)</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/06/nextgen-gallery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NextGEN Gallery: ændre den visuelle størrelse af tags</title>
		<link>http://businessclass.dk/tech/2010/06/nextgen-gallery-%c3%a6ndre-den-visuelle-st%c3%b8rrelse-af-tags/</link>
		<comments>http://businessclass.dk/tech/2010/06/nextgen-gallery-%c3%a6ndre-den-visuelle-st%c3%b8rrelse-af-tags/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 08:15:02 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[NextGEN Gallery]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=522</guid>
		<description><![CDATA[CSS: Størrelsen på tags i NextGEN Gallery ændres i nggfunctions.php linje 936.
HTML: Ændring af markup ændres i wp-includes -&#62; category-template.php -&#62; wp_generate_tag_cloud linje 683-684.
]]></description>
			<content:encoded><![CDATA[<p>CSS: Størrelsen på tags i NextGEN Gallery ændres i nggfunctions.php linje 936.</p>
<p>HTML: Ændring af markup ændres i wp-includes -&gt; category-template.php -&gt; wp_generate_tag_cloud linje 683-684.</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/06/nextgen-gallery-%c3%a6ndre-den-visuelle-st%c3%b8rrelse-af-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lidt WordPress links</title>
		<link>http://businessclass.dk/tech/2010/06/lidt-wordpress-links/</link>
		<comments>http://businessclass.dk/tech/2010/06/lidt-wordpress-links/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:32:25 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=517</guid>
		<description><![CDATA[http://nextgen-gallery.com/
http://codex.wordpress.org/Dynamic_Menu_Highlighting
http://perishablepress.com/press/2008/12/17/wordpress-custom-fields-tutorial/
PS. Mest til mig selv :)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://nextgen-gallery.com/">http://nextgen-gallery.com/</a></p>
<p><a href="http://codex.wordpress.org/Dynamic_Menu_Highlighting">http://codex.wordpress.org/Dynamic_Menu_Highlighting</a></p>
<p><a href="http://perishablepress.com/press/2008/12/17/wordpress-custom-fields-tutorial/">http://perishablepress.com/press/2008/12/17/wordpress-custom-fields-tutorial/</a></p>
<p>PS. Mest til mig selv :)</p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/06/lidt-wordpress-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CCS li, Sliding doors</title>
		<link>http://businessclass.dk/tech/2010/06/ccs-li-sliding-doors/</link>
		<comments>http://businessclass.dk/tech/2010/06/ccs-li-sliding-doors/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:22:23 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://businessclass.dk/tech/?p=514</guid>
		<description><![CDATA[http://www.alistapart.com/articles/slidingdoors/
http://css.maxdesign.com.au/listamatic2/horizontal04.htm
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/articles/slidingdoors/">http://www.alistapart.com/articles/slidingdoors/</a></p>
<p><a href="http://css.maxdesign.com.au/listamatic2/horizontal04.htm">http://css.maxdesign.com.au/listamatic2/horizontal04.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://businessclass.dk/tech/2010/06/ccs-li-sliding-doors/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
