<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>StiengFoto</title>
	<atom:link href="http://stiengfoto.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stiengfoto.wordpress.com</link>
	<description>This is my personal blog</description>
	<lastBuildDate>Sun, 13 Mar 2011 09:23:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='stiengfoto.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>StiengFoto</title>
		<link>http://stiengfoto.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://stiengfoto.wordpress.com/osd.xml" title="StiengFoto" />
	<atom:link rel='hub' href='http://stiengfoto.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Regex to enforce password pattern</title>
		<link>http://stiengfoto.wordpress.com/2010/01/28/dette-er-en-test/</link>
		<comments>http://stiengfoto.wordpress.com/2010/01/28/dette-er-en-test/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:13:58 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/2010/01/28/dette-er-en-test/</guid>
		<description><![CDATA[(?=^.{6,}$)((?=.*\d)&#124;(?=.*\W+))(?![.\n])(?=.*[a-zA-Z]).*$ This regex will validate if: password has at least 6 chars contains at least 1 numeric digit contains at least 1 character (uppercase OR lowercase Nice piece of regex found on http://www.arjones.net/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=69&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(?=^.{6,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[a-zA-Z]).*$</p>
<p>This regex will validate if:</p>
<ul>
<li>password has at least 6 chars</li>
<li>contains at least 1 numeric digit</li>
<li>contains at least 1 character (uppercase OR lowercase</li>
</ul>
<p>Nice piece of regex found on http://www.arjones.net/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=69&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2010/01/28/dette-er-en-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>
	</item>
		<item>
		<title>Directory paths</title>
		<link>http://stiengfoto.wordpress.com/2009/04/09/directory-paths/</link>
		<comments>http://stiengfoto.wordpress.com/2009/04/09/directory-paths/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 20:42:57 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/2009/04/09/directory-paths/</guid>
		<description><![CDATA[Constants for paths: WP_CONTENT_DIR &#8211; full path WP_CONTENT_URL &#8211; full url WP_PLUGIN_DIR &#8211; full path WP_PLUGIN_URL &#8211; full url &#8211; replaces PLUGINDIR WP_LANG_DIR &#8211; full path<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=66&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Constants for paths:<br />
WP_CONTENT_DIR &#8211; full path<br />
WP_CONTENT_URL &#8211; full url<br />
WP_PLUGIN_DIR &#8211; full path<br />
WP_PLUGIN_URL &#8211; full url &#8211; replaces PLUGINDIR<br />
WP_LANG_DIR &#8211; full path</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=66&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2009/04/09/directory-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>
	</item>
		<item>
		<title>Strip  tag from post</title>
		<link>http://stiengfoto.wordpress.com/2009/03/18/strip-tag-from-post/</link>
		<comments>http://stiengfoto.wordpress.com/2009/03/18/strip-tag-from-post/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:01:41 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=63</guid>
		<description><![CDATA[Both content and excerpt wrap &#60;p&#62; tags around the content. This creates unwanted space between e.g. headline and content. To remove this, you can put the following in the template: &#60;?php remove_filter (&#8216;the_content&#8217;, &#8216;wpautop&#8217;); ?&#62; The &#8216;the_content&#8217; is the object you want to filter.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=63&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Both content and excerpt wrap <em>&lt;p&gt;</em> tags around the content. This creates unwanted space between e.g. headline and content.</p>
<p>To remove this, you can put the following in the template:<br />
&lt;?php remove_filter (&#8216;the_content&#8217;,  &#8216;wpautop&#8217;); ?&gt;</p>
<p>The &#8216;the_content&#8217; is the object you want to filter.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=63&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2009/03/18/strip-tag-from-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>
	</item>
		<item>
		<title>Mass Replace String in MySQL Database</title>
		<link>http://stiengfoto.wordpress.com/2009/03/06/mass-replace-string-in-mysql-database/</link>
		<comments>http://stiengfoto.wordpress.com/2009/03/06/mass-replace-string-in-mysql-database/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 10:09:39 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=55</guid>
		<description><![CDATA[When I develop websites, I do this on a staging server. When the job is done and the customer is happy, it&#8217;s time to move it to the production server.For reasons unknown, WordPress puts the entire site path for a post in the database. This can be a bit annyoing when moving the site. Alle [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=55&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I develop websites, I do this on a staging server.</p>
<p>When the job is done and the customer is happy, it&#8217;s time to move it to the production server.For reasons unknown, WordPress puts the entire site path for a post in the database. This can be a bit annyoing when moving the site. Alle posts, links and other stuff points to the staging server, not the new site.</p>
<p>So we need to mass replace the URL And here is ther trick <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<strong>SQL syntax</strong><br />
UPDATE table_name SET column_name = REPLACE(&#8216;column_name&#8217;,'original_string&#8217;,'replace_string&#8217;)</p>
<p><strong>SQL example</strong><br />
UPDATE `wp_posts` SET `guid` = REPLACE(`guid`,&#8217;dev1.mysite.com&#8217;,'www.newcustomer.com&#8217;)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=55&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2009/03/06/mass-replace-string-in-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento Connection Manager</title>
		<link>http://stiengfoto.wordpress.com/2009/02/19/magento-connection-manager/</link>
		<comments>http://stiengfoto.wordpress.com/2009/02/19/magento-connection-manager/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 20:35:27 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Magento e-commerce]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=50</guid>
		<description><![CDATA[Og, huskeliste for MCM. magento-core/Mage_All_Latest - For de siste oppdateringene magento-core/Interface_Frontend_Default_Modern - &#8216;Modern theme&#8217;. Et renere og mer mer elegant interface magento-core/Mage_Strikeiron -  verktøy for  å integrere med StrikeIron Foreign Exchange Rates Web Service 1.0.0<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=50&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Og, huskeliste for MCM.</p>
<p>magento-core/Mage_All_Latest <span style="color:#999999;"><br />
- For de siste oppdateringene </span><span style="color:#999999;"> </span><br />
magento-core/Interface_Frontend_Default_Modern<br />
<span style="color:#888888;">- &#8216;Modern theme&#8217;. Et renere og mer mer elegant interface</span><br />
magento-core/Mage_Strikeiron <span style="color:#888888;"><br />
-  verktøy for  å integrere med StrikeIron Foreign Exchange Rates Web Service 1.0.0</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=50&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2009/02/19/magento-connection-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s up lately</title>
		<link>http://stiengfoto.wordpress.com/2008/11/22/whats-up-lately/</link>
		<comments>http://stiengfoto.wordpress.com/2008/11/22/whats-up-lately/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 10:01:44 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=41</guid>
		<description><![CDATA[Right. My Blog. Something I should update as often as possible. I really should get more into this. So what exciting things have hapened to me lately? Well, I have FINALLY recovered after three weeks of being sick. After I spent one week in Berlin, I cought the flue and had fever for 5 days. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=41&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Right. My Blog. Something I should update as often as possible.<br />
I really should get more into this. So what exciting things have hapened to me lately?</p>
<p>Well, I have FINALLY recovered after three weeks of being sick. After I spent one week in Berlin, I cought the flue and had fever for 5 days. Then I thought I had one week of restitution only to get a sinus innfection. So after 10 days with penicillin, I think I have recovered!</p>
<p>So I&#8217;m celebrating that by going to a modelagency xmast party tonight. That will be fun. I&#8217;ve never been to silicon valley before ;o)</p>
<p>Why is it that I&#8217;m always the last one among my friends to get some fancy technology? Even my mum has a laptop, digital DVD recorder and a huge flatscren TV!</p>
<p>Just before I went to Berlin, I had to buy myself a laptop. My FIRST laptop! I was a happy camper until I discovered that I could not install Windows XP on it&#8230; because Acer only has driver support for Vista. I hate Vista! It&#8217;s not user friendly, it demands wast ammount of memmory and processing speed to keep it running.  When I bought it, I also thought it had a 5-in-1 card reader. If I only was that lucky. It does not read CF cards &#8211; ergo I can&#8217;t use that cards for my Nikon camera. That succs big time!</p>
<p style="text-align:center;">Now for the good news.<img class="aligncenter" title="benq_lcd_monitor" src="http://benq.com/images/product/LCD/G2400WD___G2400WAD/G2200WA_PhotoSilverimage.jpg" alt="My first LCD monitor" width="403" height="346" />I got my FIRST flatscreen monitor here the other day. A nice 24&#8243; BenQ. I really love it. It&#8217;s so much easier to work. Now I&#8217;m just wondering what I should do with my HUGE 19&#8243; CRT screen. It weights a ton!</p>
<p style="text-align:left;">
<p style="text-align:left;">And even better news!!!</p>
<p style="text-align:center;"><img class="aligncenter" title="flatscreen_tv" src="http://avforum.no/forum/attachments/produkt-prisjakt-video/32734d1209487255-samsung-le-a656-100hz-fullhd-50-000-1-lcd-bilde-4.png" alt="My first LCD TV" width="439" height="332" /></p>
<p style="text-align:left;">I have just bought my first flatscreen TV! A Samsung 40&#8243;. It&#8217;s awsome. 50.000:1 contrast rating, 100 Hz Motion Plus, 4 HFMI slots, USB port, VGA input and a card slot for future digital tuners. Unfortunately I don&#8217;t get it untill 5th of December, so I&#8217;m currently without TV. Luckilly I got my 24&#8243; monitor!</p>
<p style="text-align:left;">Right, so that&#8217;s the latest news, stay tuned for more exciting news about my life! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=41&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2008/11/22/whats-up-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>

		<media:content url="http://benq.com/images/product/LCD/G2400WD___G2400WAD/G2200WA_PhotoSilverimage.jpg" medium="image">
			<media:title type="html">benq_lcd_monitor</media:title>
		</media:content>

		<media:content url="http://avforum.no/forum/attachments/produkt-prisjakt-video/32734d1209487255-samsung-le-a656-100hz-fullhd-50-000-1-lcd-bilde-4.png" medium="image">
			<media:title type="html">flatscreen_tv</media:title>
		</media:content>
	</item>
		<item>
		<title>Chicken salat with avocado</title>
		<link>http://stiengfoto.wordpress.com/2008/11/16/chicken-salat-with-avocado/</link>
		<comments>http://stiengfoto.wordpress.com/2008/11/16/chicken-salat-with-avocado/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 20:28:16 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Chicken]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Salat]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=35</guid>
		<description><![CDATA[Made a beautifyll chick salat on friday. I swear &#8211; it was as good as you get in many restaurants / café&#8217;s here in Oslo. I&#8217;ll most def. make this for any future date The recipe is in Norwegian, but use google translator and you&#8217;ll figure it out. ss = table spoon, ts = tea [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=35&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Made a beautifyll chick salat on friday. I swear &#8211; it was as good as you get in many restaurants / café&#8217;s here in Oslo. I&#8217;ll most def. make this for any future date <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img class="aligncenter" title="Kyllingsalat med avokado" src="http://www.dinmat.no/var/ezwebin_site/storage/images/finn-oppskrifter/oppskrifter/salat/kyllingsalat-med-avokado/18672-6-nor-NO/Kyllingsalat-med-avokado_large.jpg" alt="" width="434" height="275" /></p>
<p>The recipe is in Norwegian, but use google translator and you&#8217;ll figure it out. ss = table spoon, ts = tea spoon</p>
<p><span style="color:#008000;"><strong>Ingridients</strong></span><br />
<strong>2 ss </strong>Olive oil<br />
<strong>1 ts </strong> Spisskummin<br />
<strong>1 ts </strong>Curry<br />
<strong>1/4 ts</strong> Tandori Masala spice mix<br />
<strong>4</strong> Chicken breats<br />
<strong>400 g</strong> Cherry tomatos<br />
<strong>1</strong> Red onion<br />
<strong>4</strong> Heart salat<br />
<strong>2 ss</strong> Koriander, frisk ( fresh cilantro ? )<br />
<strong>3</strong> Avacodos<br />
<strong>1</strong> Kidney beens (canned)<br />
<strong>6 ss</strong> Cæsar-dressing<br />
Cashew nuts</p>
<p><strong><span style="color:#008000;">The magic</span></strong><br />
Bland oljen og krydderne i en stor bolle. Tørk kyllingbrystene på et kjøkkenpapir og legg dem i halvparten av krydderoljen. Stek kyllingen på begge sider på en teflonpanne eller smurt grillrist.</p>
<p>Del tomatene i to rundt «ekvator» og legg i resten av krydderoljen. Hell alt i pannen. Dekk til og la dem steke med 5 minutter til kyllingen er gjennomstekt og tomatene varme og myke.</p>
<p>Hakk løken og ta salatbladene fra hverandre. Skyll dem, tørk godt eller kjør i en salatsentrifuge.<br />
Hakk koriander og del avokadokjøttet i tykke skiver.<br />
Vend salat og grønnsaker i salatdressingen.<br />
Fordel på store porsjonstallerkener. Ha noen skjeer bønner på toppen og tomatene rundt.<br />
Skjær den lune kyllingen i skiver og legg på toppen.<br />
Servér med ferskt brød eller tortillachips.</p>
<p><strong>Tips: </strong>Hvis du vil ha ekstra smakfull kylling, kan den marineres noen timer eller over natta før den skal tilberedes.</p>
<p>Marinade nok til 4 kyllingbryst:<br />
1 1/2 dl Kikkoman soyaolje<br />
1/2 dl olivenolje<br />
revet skall og saft av 1 lime<br />
4 pressede hvitløkbåter<br />
salt og nykvernet pepper</p>
<p>Bland alt til marinaden. Del kyllingstykkene i to på langs og legg dem i marinaden minst et par timer. Stek eller grill.</p>
<p><span style="color:#008000;"><strong>My twist</strong></span></p>
<p>I adde some cashew nuts together with the cherry tomatos and the chicken in the frying pan.<br />
Crunchy and jummy! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Source: <a href="http://www.dinmat.no" target="_blank">DinMat.no</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=35&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2008/11/16/chicken-salat-with-avocado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>

		<media:content url="http://www.dinmat.no/var/ezwebin_site/storage/images/finn-oppskrifter/oppskrifter/salat/kyllingsalat-med-avokado/18672-6-nor-NO/Kyllingsalat-med-avokado_large.jpg" medium="image">
			<media:title type="html">Kyllingsalat med avokado</media:title>
		</media:content>
	</item>
		<item>
		<title>Another fotoshoot</title>
		<link>http://stiengfoto.wordpress.com/2008/11/16/another-fotoshoot/</link>
		<comments>http://stiengfoto.wordpress.com/2008/11/16/another-fotoshoot/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 20:06:43 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Goth]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=29</guid>
		<description><![CDATA[Today I had a goth-a-like fotoshoot. Ida was actually suprisingly good model and fun to shoot with. She also has her distinct style in clothing. I got some really snice shots and will work om them for the next coupple of weeks. Here&#8217;s a photo I quicly edited for a teaser<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=29&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I had a goth-a-like fotoshoot. Ida was actually suprisingly good model and fun to shoot with.</p>
<p>She also has her distinct style in clothing. I got some really snice shots and will work om them for the next coupple of weeks.</p>
<p>Here&#8217;s a photo I quicly edited for a teaser <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://stiengfoto.files.wordpress.com/2008/11/_sps3096.jpg"><img class="aligncenter size-full wp-image-30" title="Ida" src="http://stiengfoto.files.wordpress.com/2008/11/_sps3096.jpg?w=398&#038;h=600" alt="Ida" width="398" height="600" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=29&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2008/11/16/another-fotoshoot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>

		<media:content url="http://stiengfoto.files.wordpress.com/2008/11/_sps3096.jpg" medium="image">
			<media:title type="html">Ida</media:title>
		</media:content>
	</item>
		<item>
		<title>Theme development</title>
		<link>http://stiengfoto.wordpress.com/2008/11/06/theme-development/</link>
		<comments>http://stiengfoto.wordpress.com/2008/11/06/theme-development/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:31:15 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=21</guid>
		<description><![CDATA[The information is copied from Anatomy of a Drupal theme. .info (required) All that is required for Drupal to see your theme is a &#8220;.info&#8221; file. Meta data, style sheets, JavaScripts, block regions and more can be defined here. Everything else is optional. template files (.tpl.php) These templates are used for the xHTML markup and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=21&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The information is copied from <a href="http://drupal.org/node/171194">Anatomy of a Drupal theme</a>.</p>
<p><img class="alignnone" title="Drupal theme illustration" src="http://drupal.org/files/theme_anatomy_0.png" alt="" width="536" height="528" /></p>
<p><strong>.info (required)</strong><br />
All that is required for Drupal to see your theme is a &#8220;.info&#8221; file. Meta data, style sheets, JavaScripts, block regions and more can be defined here. Everything else is optional.</p>
<p><strong>template files (.tpl.php)</strong><br />
These templates are used for the xHTML markup and PHP variables. In some situations they may output other types of data &#8211;xml rss for example. Each .tpl.php file handles the output of a specific themable chunk of data, and in some situations it can handle multiple .tpl.php files through suggestions.<br />
<strong></strong></p>
<p><strong>template.php</strong><br />
For all the conditional logic and data processing of the output, there is the template.php file. It is not required, but to keep the .tpl.php files tidy it can be used to hold preprocessors for generating variables before they are merged with the markup inside .tpl.php files. Custom functions, overriding theme functions or any other customization of the raw output should also be done here.</p>
<p><strong>Sub-themes</strong><br />
On the surface, sub-themes behave just like any other theme. The only differences is that they inherit the resources from their parent themes. To create one, a &#8220;base theme&#8221; entry inside the .info file is needed. From there it will inherit the resources from its parent theme.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=21&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2008/11/06/theme-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>

		<media:content url="http://drupal.org/files/theme_anatomy_0.png" medium="image">
			<media:title type="html">Drupal theme illustration</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal Terminology</title>
		<link>http://stiengfoto.wordpress.com/2008/11/06/drupal-terminology/</link>
		<comments>http://stiengfoto.wordpress.com/2008/11/06/drupal-terminology/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 09:24:52 +0000</pubDate>
		<dc:creator>stiengfoto</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Terminology]]></category>

		<guid isPermaLink="false">http://stiengfoto.wordpress.com/?p=3</guid>
		<description><![CDATA[Block Blocks are the navigational or content additions that generally live on the left or right side of a page when you view it in your browser. Block placement can be placed elsewhere via the admin settings. Blocks are not nodes, they are just a way of positioning data within a page. The look of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=3&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Block</strong><br />
Blocks are the navigational or content additions that generally live on the left or right side of a page when you view it in your browser. Block placement can be placed elsewhere via the admin settings. Blocks are not nodes, they are just a way of positioning data within a page. The look of blocks can be controlled by each theme by defining the (code: block($subject, $content, $region = &#8220;main&#8221;) method.</p>
<p><strong>Hooks</strong><br />
Drupal&#8217;s module system is based on the concept of &#8220;hooks&#8221;. A hook is a PHP function that is named foo_bar(), where &#8220;foo&#8221; is the name of the module (whose filename is thus foo.module) and &#8220;bar&#8221; is the name of the hook. Each hook has a defined set of parameters and a specified result type.</p>
<p><strong>Module</strong><br />
A module is software (code) that extends Drupal features and/or functionality. Core modules are those included with the main download of Drupal. Contributed (or &#8220;contrib&#8221;) modules are available for separate download from the modules section of downloads. Note: Be sure that the version of the contributed module you wish to use matches your version of Drupal releases section lists modules by Drupal version</p>
<p>Block modules create abbreviated content that is typically (but not always, and not required to be) displayed along the left or right side of a page. Node modules generate full page content (such as blog, forum, or book pages).</p>
<p><strong>Node</strong><br />
Almost all content in Drupal is stored as a node. When people refer to &#8220;a node&#8221; all they mean is a piece of content stored within Drupal. A node could be a poll, a story, an image, a book page, etc</p>
<p><strong>Regions</strong><br />
Regions are essentially containers to which you can add blocks. You can also add other non-block content to a region using PHP. An example of a region is your sidebar.</p>
<p><strong>Taxonomy</strong><br />
Taxonomy is literally &#8220;the science of classification&#8221;. The Drupal taxonomy system allows enables users to categorize content using both tags and administrator defined terms. It is a flexible tool for classifying content with many advanced features. Further information can be within the taxonomy system documentation.</p>
<p><strong>Theme</strong><br />
A theme is a file or collection of files (php, theme, css, jpg, gif, png), which together determine the look and feel of a site. These files are often used by one of the theme engines available for Drupal which is a PHP file of functions which turn arguments into HTML markup. Drupal modules define themeable functions which can be overridden by the theme file.</p>
<p>Source: <a href="http://drupal.org" target="_blank">Drupal</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stiengfoto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stiengfoto.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stiengfoto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stiengfoto.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stiengfoto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stiengfoto.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stiengfoto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stiengfoto.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stiengfoto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stiengfoto.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stiengfoto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stiengfoto.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stiengfoto.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stiengfoto.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stiengfoto.wordpress.com&amp;blog=5425141&amp;post=3&amp;subd=stiengfoto&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stiengfoto.wordpress.com/2008/11/06/drupal-terminology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e3b665297a7b38a4900c4b549092987?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stiengfoto</media:title>
		</media:content>
	</item>
	</channel>
</rss>
