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

<channel>
	<title>www.netsi.dk</title>
	<atom:link href="http://www.netsi.dk/wordpress/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.netsi.dk/wordpress</link>
	<description>&#34;The internet is just a layer on the real world&#34; (don&#039;t forget that!)</description>
	<lastBuildDate>Sat, 19 May 2012 07:31:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel="next" href="http://www.netsi.dk/wordpress/index.php?page=2" />

		<item>
		<title>How-to: Making elements unselectable using CSS user-select</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/05/19/how-to-making-elements-unselectable-using-css-user-select/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/05/19/how-to-making-elements-unselectable-using-css-user-select/#comments</comments>
		<pubDate>Sat, 19 May 2012 06:42:11 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[unselectable]]></category>
		<category><![CDATA[user-select]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/05/19/how-to-making-elements-unselectable-using-css-user-select/</guid>
		<description><![CDATA[I just discovered that a very clean and easy to use soloution exists where you using CSS can make elements unselectable. Sometimes you do not want the content of some elements selectable, so with this soloution you can simply add a class “unselectable”. &#160; The syntax You can see links to pages containing more info, [...]]]></description>
			<content:encoded><![CDATA[<p>I just discovered that a very clean and easy to use soloution exists where you using CSS can make elements <a href="http://www.netsi.dk/wordpress/index.php/tag/unselectable/" class="st_tag internal_tag" rel="tag" title="Posts tagged with unselectable">unselectable</a>. Sometimes you do not want the content of some elements selectable, so with this soloution you can simply add a class “<a href="http://www.netsi.dk/wordpress/index.php/tag/unselectable/" class="st_tag internal_tag" rel="tag" title="Posts tagged with unselectable">unselectable</a>”.</p>
<p>&#160;</p>
<h3>The syntax</h3>
<p>You can see links to pages containing more info, but the syntax is “<a href="http://www.netsi.dk/wordpress/index.php/tag/user-select/" class="st_tag internal_tag" rel="tag" title="Posts tagged with user-select">user-select</a>” with vendor prefixes. The values are “<em>none | text | toggle | element | elements | all | inherit</em>” according to <a href="http://www.w3.org/TR/2000/WD-css3-userint-20000216#user-select" target="_blank">a draft specifications on w3c</a>. I am not sure if Opera actually has implementer this feature.</p>
<h3>Example</h3>
<p>This block you can select (default action).</p>
<p>&#160;</p>
<p class="unselectable">This block you <strong>cannot</strong> select as it has the class “unselectable” applied.</p>
<p>&#160;</p>
<div class="textOnlySelectable"><img style="border-bottom: white 5px solid; border-left: white 5px solid; float: left; border-top: white 5px solid; margin-right: 5px; border-right: white 5px solid" title="dummyimage.com lets you create image in given size and colour just using an URL" alt="dummyimage.com lets you create image in given size and colour just using an URL" src="http://www.dummyimage.com/100x100/ae9bd1/fff.png&amp;text=dummyimage.com" />You can select the text but not the image, it has “textOnlySelectable” </div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod    <br />tempor incididunt ut labore et dolore magna aliqua. </p>
<h3 style="clear: both">The code</h3>
<pre>

.unselectable {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none; 

        -ms-user-select: none;
        user-select: none;
}

.textOnlySelectable {
        -moz-user-select: text;
        -khtml-user-select: text;
        -webkit-user-select: text;
        -o-user-select: text; 

        -ms-user-select: text;
        user-select: text;
}

</pre>
<p>&#160;</p>
<h5>Links</h5>
<ul>
<li><a href="http://css-infos.net/property/-webkit-user-select" target="_blank">css-info.net</a> </li>
<li><a href="http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting" target="_blank">stackoverflow</a>: A question about this feature is answered </li>
<li><a href="https://developer.mozilla.org/en/CSS/user-select" target="_blank">user-select at Mozilla Developer Network</a>&#160; </li>
<li>IEBlog writes about “<a href="http://blogs.msdn.com/b/ie/archive/2012/01/11/controlling-selection-with-css-user-select.aspx" target="_blank">Controling selection with CSS user-select</a>” </li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F05%2F19%2Fhow-to-making-elements-unselectable-using-css-user-select%2F&amp;title=How-to%3A%20Making%20elements%20unselectable%20using%20CSS%20user-select" id="wpa2a_2"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/05/19/how-to-making-elements-unselectable-using-css-user-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dribbble.com &#8211; Inspiration systematized</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/04/20/dribbble-com-inspiration-systematized/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/04/20/dribbble-com-inspiration-systematized/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 15:29:26 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Frontenders DK]]></category>
		<category><![CDATA[inspirovation]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/04/20/dribbble-com-inspiration-systematized/</guid>
		<description><![CDATA[The famous Danish author Hans Christian Andersen said: &#34;To travel is to live&#34; in these times we travel whenever we browse the Internet. You will be inspired as web developer and as a person. This site is distinguished by having categorized inspirational websites.One can on the website &#34;http://dribbble.com/&#34; (subtitle: “What are you working on?”) take [...]]]></description>
			<content:encoded><![CDATA[<p>The famous Danish author Hans Christian Andersen said: &quot;To travel is to live&quot; in these times we travel whenever we browse the Internet. You will be inspired as web developer and as a person. This site is distinguished by having categorized inspirational websites.One can on the website &quot;<a title="Very inspiring website offering you different ways of finding categorized websites." href="http://dribbble.com" target="_blank">http://dribbble.com/</a>&quot; (subtitle: “What are you working on?”) take different angles on a series ofinspirational websites. What angle do you have? Looking for sites in a particular color? Is there a keyword (tag) that you want to see inspirational sites? Or will you just let you takearound through random taste guided clicks?</p>
<p>&#160;</p>
<h2 style="clear: both">The front page – landing page at <a title="Very inspiring website offering you different ways of finding categorized websites." href="http://dribbble.com" target="_blank">dribbble.com</a></h2>
<p><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image4.png" rel="lightbox[832]" rel="lightbox"><img style="background-image: none; border-right-width: 0px; margin: 6px 12px 12px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="The front page – landing page at dribbble.com" border="0" alt="The front page – landing page at dribbble.com" align="left" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image_thumb3.png" width="531" height="480" /></a></p>
<p style="clear: both">Landing on <a title="Very inspiring website offering you different ways of finding categorized websites." href="http://dribbble.com" target="_blank">dribbble.com</a> you view the most popular websites – I am not sure if it makes sence as a prime filter, cause what kind of search angle is that? Ofcause you get a view of (in theory) great websites, even if you probertly will have other preferences like “Give me somthing blue”, not “just” “give me something popular”.</p>
<h2 style="clear: both">The colored angle&#160; – sort by color</h2>
<p><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image5.png" rel="lightbox[832]" rel="lightbox"><img style="background-image: none; border-right-width: 0px; margin: 6px 12px 12px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="The colored angle  – sort by color" border="0" alt="The colored angle  – sort by color" align="left" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image_thumb4.png" width="506" height="480" /></a></p>
<p style="clear: both">Each company has its own color (s) &#8211; what is more natural than to take <a href="http://www.netsi.dk/wordpress/index.php/tag/inspiration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with inspiration">inspiration</a> based on the same color? If you&#8217;re an open person and want to travel with colored glasses, socan it dribbble.com.</p>
<h2 style="clear: both">Buckets &#8211; you may call it “categorized”</h2>
<p style="clear: both"><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image6.png" rel="lightbox[832]" rel="lightbox"><img style="background-image: none; border-right-width: 0px; margin: 6px 12px 12px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Buckets - you may call it “categorized”" border="0" alt="Buckets - you may call it “categorized”" align="left" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image_thumb5.png" width="518" height="480" /></a></p>
<p style="clear: both">Websites sharing the same categorize, for instance “UI” have been collected in “Buckets”. Even within buckets you can see the tags found in the bucket.</p>
<h3>Other filtering options</h3>
<p>Other that the filtering options described above some other ways of filtering the content also exists:</p>
<ul>
<li><a title="Visit the dribbble.com using the &quot;everyone&quot; filter" href="http://dribbble.com/shots/everyone" target="_blank">Everyone</a></li>
<li><a title="Visit dribbble.com using the &quot;debuts&quot; filter" href="http://dribbble.com/shots/debuts/" target="_blank">Debuts</a></li>
<li><a title="Visit the dribbble.com using the &quot;Playoffs&quot; filter" href="http://dribbble.com/shots/playoffs" target="_blank">Playoffs</a></li>
<li>And many <a title="Visit dribbble.com and see all the possibel tags to filter by" href="http://dribbble.com/kolage/tags" target="_blank">tags</a>, like: <a title="Visit dribbble.com using the &quot;Live&quot; tag" href="http://dribbble.com/kolage/tags/live" target="_blank">Live</a> and <a title="Visit dribbble.com filtering by the tag &quot;iOS&quot;" href="http://dribbble.com/kolage/tags/ios" target="_blank">iOS</a></li>
</ul>
<h5>From Frontenders DK – other inspirotainal sites for you to explore</h5>
<p>This blog post has its root in a facebook group “<a title="Visit the group &quot;Frontenders DK&quot; on Facebook" href="https://www.facebook.com/groups/158668454225674/" target="_blank">Frontenders DK</a>” which roots in Denmark. I am active in this group and participate in the activies happening in the Aarhus branch of Frontenders DK. It is a group of active frontend developers sharing knowledge and meeting up from time to time.</p>
<p>&#160;</p>
<p>This blog post was created using a post by “<a title="Read about Kristoffer Kjelde on Linkedin.com" href="http://www.linkedin.com/pub/kristoffer-kjelde/2/488/453" target="_blank">Kristoffer Kjelde</a>” send as part of a thread in the group created by <a title="Brian Christensen on Facebook" href="https://www.facebook.com/Idiotbarnet?sk=info" target="_blank">Brian Christensen</a>.</p>
<ul>
<li><a href="http://onepagelove.com/" target="_blank">Onepagelove.com</a> (subtitle: “The ultimate showcase of one page websites”) suggested by <a title="Brian Christensen on Facebook" href="https://www.facebook.com/Idiotbarnet?sk=info" target="_blank">Brian Christensen</a></li>
<li>Books “<a title="Link suggested by Henrik Oldenborg" href="http://www.webdesignindex.org/index.xhtml" target="_blank">webdesign index</a>” suggested by <a title="Visit the website of Henrik Oldenborg" href="http://www.zonix.dk/" target="_blank">Henrik Oldenborg</a></li>
<li><a title="Visit www.webdesignserved.com" href="http://www.webdesignserved.com" target="_blank">www.webdesignserved.com</a> (subtitle: “Curated work from leading creatives on Behance”) suggested by <a title="The website of a company owned and run by Kim Dolleris" href="http://beneath.dk/" target="_blank">Kim Dolleris</a></li>
<li><a href="http://box.mepholio.com/">http://box.mepholio.com/</a> (subsite: “Websites &amp; collections”) suggested by <a title="Visit the Google+ account of Nikki" href="https://plus.google.com/103054770621958962718/posts" target="_blank">Nikki R.D. Strømsnes</a></li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F04%2F20%2Fdribbble-com-inspiration-systematized%2F&amp;title=dribbble.com%20%26%238211%3B%20Inspiration%20systematized" id="wpa2a_4"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/04/20/dribbble-com-inspiration-systematized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test: jQSlickWrap jQuery plugin&#8211;wrapping text around irregular shapes</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/04/05/test-jqslickwrap-jquery-pluginwrapping-text-around-irregular-shapes/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/04/05/test-jqslickwrap-jquery-pluginwrapping-text-around-irregular-shapes/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 20:37:25 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[xara]]></category>
		<category><![CDATA[jQSlickWrap]]></category>
		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/04/05/test-jqslickwrap-jquery-pluginwrapping-text-around-irregular-shapes/</guid>
		<description><![CDATA[I think that it can look great if text flows around irregular shapes. Something which have been possibel for years on DTP (Desktop Publishing). We are getting the same effect here on the internet soon when CSS3 regions will be ready for release. &#160; I have found and testet a jQuery plugin which in a [...]]]></description>
			<content:encoded><![CDATA[<p>I think that it can look great if text flows around irregular shapes. Something which have been possibel for years on DTP (Desktop Publishing). We are getting the same effect here on the internet soon when CSS3 regions will be ready for release.</p>
<p>&#160;</p>
<p><a title="Testing SlickWrap jQuery plugin" href="http://www.netsi.dk/jquery/testingSlickWrap.html"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 6px 12px 12px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="Testing SlickWrap jQuery plugin" border="0" alt="Testing SlickWrap jQuery plugin" align="left" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image3.png" width="318" height="236" /></a></p>
<p>I have found and testet a jQuery plugin which in a simple way adds such “knocking out” features to your webpages.</p>
<p>To the left you can see a test/demo page in which I have written about how you can use it and how I found the plugin.</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Read and see the plugin in action here: “<a title="Testing SlickWrap jQuery plugin" href="http://www.netsi.dk/jquery/testingSlickWrap.html" target="_blank">Testing SlickWrap jQuery plugin</a>”</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F04%2F05%2Ftest-jqslickwrap-jquery-pluginwrapping-text-around-irregular-shapes%2F&amp;title=Test%3A%20jQSlickWrap%20jQuery%20plugin%26ndash%3Bwrapping%20text%20around%20irregular%20shapes" id="wpa2a_6"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/04/05/test-jqslickwrap-jquery-pluginwrapping-text-around-irregular-shapes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use &lt;!&#8211;@ParagraphContainer&#8211;&gt; to make paragraphs render different content depending on placement #Dynamicweb</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/04/04/use-paragraphcontainer-to-make-paragraphs-render-different-content-depending-on-placement-dynamicweb/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/04/04/use-paragraphcontainer-to-make-paragraphs-render-different-content-depending-on-placement-dynamicweb/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 10:51:09 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[dynamicweb]]></category>
		<category><![CDATA[Dynamicweb 8]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[www.dwfeatures.com]]></category>
		<category><![CDATA[feature request]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/04/04/use-paragraphcontainer-to-make-paragraphs-render-different-content-depending-on-placement-dynamicweb/</guid>
		<description><![CDATA[With the Dynamicweb Layout system you define various content areas in the Layout file like this: Part of example layout template: &#60;div id=&#34;left&#34; class=&#34;dwcontent&#34; title=&#34;Left content&#34; settings=&#34;paragraph:left.html&#34;&#62;We do not want module content here, for some strange reason&#60;/div&#62; &#60;div id=&#34;main&#34; class=&#34;dwcontent&#34; title=&#34;Main content&#34; settings=&#34;paragraph:main.html&#34;&#62;&#60;/div&#62; &#60;div id=&#34;right&#34; class=&#34;dwcontent&#34; title=&#34;Right content&#34; settings=&#34;paragraph:right.html&#34;&#62;&#60;/div&#62; &#160; This will create a three [...]]]></description>
			<content:encoded><![CDATA[<p>With the <a href="http://www.netsi.dk/wordpress/index.php/tag/dynamicweb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dynamicweb">Dynamicweb</a> Layout system you define various content areas in the Layout file like this:</p>
<h3>Part of example layout template:</h3>
<pre style="width: 513px; height: 144px">

&lt;div id=&quot;left&quot; class=&quot;dwcontent&quot; title=&quot;Left content&quot; settings=&quot;paragraph:left.html&quot;&gt;We do not want module content here, for some strange reason&lt;/div&gt;

&lt;div id=&quot;main&quot; class=&quot;dwcontent&quot; title=&quot;Main content&quot; settings=&quot;paragraph:main.html&quot;&gt;&lt;/div&gt;

&lt;div id=&quot;right&quot; class=&quot;dwcontent&quot; title=&quot;Right content&quot; settings=&quot;paragraph:right.html&quot;&gt;&lt;/div&gt;
</pre>
<p>&#160;</p>
<p>This will create a three column page. Imagine that in the left col we do not want the user to be able to add paragraphs which renders module output. We can do that by adding tests for the ParagraphContainer value in the paragraph <a href="http://www.netsi.dk/wordpress/index.php/tag/templates/" class="st_tag internal_tag" rel="tag" title="Posts tagged with templates">templates</a> like this:</p>
<p>
  </p>
<h3>Part of example paragraph template</h3>
<pre>

&lt;!--@If(ParagraphContainer!=&quot;left&quot;)--&gt;

output your content here

&lt;!--@EndIf--&gt;
</pre>
<p>The above test will ensure that no content will be returned if you use the paragraph in the left coloum. Combined with a selected default paragraphtemplate (settings=&quot;paragraph:left.html&quot;) as you can see in the layout file above, will help ensuring that editors will</p>
<p>a) Get a head start with choise of template (a default will be selected for them, related to which content area they add content to</p>
<p>b) No paragraph templates outputing module content can be added to the left coloum</p>
<p>&#160;</p>
<h2>A wish for improvement to the Dynamicweb template system</h2>
<p>This leads to my wish for an improvement in the Dynamicweb template system: Please add two tags from the paragraphlevel template to the module template:</p>
<p>a) ParagraphContainer – so that the module template will be aware of in which layout placeholder it is rendered</p>
<p>b) ParagraphName – Which paragraph template is used? Allows the module content to be controled by the paragraph used for it. This would actually also be relevant to add to the paragraph template too.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F04%2F04%2Fuse-paragraphcontainer-to-make-paragraphs-render-different-content-depending-on-placement-dynamicweb%2F&amp;title=Use%20%26lt%3B%21%26%238211%3B%40ParagraphContainer%26%238211%3B%26gt%3B%20to%20make%20paragraphs%20render%20different%20content%20depending%20on%20placement%20%23Dynamicweb" id="wpa2a_8"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/04/04/use-paragraphcontainer-to-make-paragraphs-render-different-content-depending-on-placement-dynamicweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tversity kan give dit DLNA tv nyt liv!</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/04/01/tversity-kan-give-dit-dlna-tv-nyt-liv/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/04/01/tversity-kan-give-dit-dlna-tv-nyt-liv/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 11:08:12 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[DLNA; tv; streame]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/04/01/tversity-kan-give-dit-dlna-tv-nyt-liv/</guid>
		<description><![CDATA[Jeg er glad for mit TV, et Samsung LED tv som jo kan hvad man sådan går og har brug for i et TV. En af de ting det kan er DLNA, og hvad er nu det for noget? DLNA tillader at dit fjernsyn kan afspille indhold fra andre eksterne enheder, f.eks. din computer. &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Jeg er glad for mit TV, et Samsung LED tv som jo kan hvad man sådan går og har brug for i et TV. En af de ting det kan er DLNA, og hvad er nu det for noget? DLNA tillader at dit fjernsyn kan afspille indhold fra andre eksterne enheder, f.eks. din computer. </p>
<p>&#160;</p>
<p>Jeg har fundet et godt program der findes i en gratis version: “Tversity” som du finder på <a href="http://tversity.com/">http://tversity.com/</a> er nemt at downloade og installere.</p>
<p>&#160;</p>
<p><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image2.png" rel="lightbox[813]" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 6px 12px 12px 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Sådan kunne Tversity se ud når du åbner det" border="0" alt="Sådan kunne Tversity se ud når du åbner det" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/04/image_thumb2.png" width="496" height="480" /></a></p>
<p>&#160;</p>
<p>Det kan streame indhold fra din computer til dit TV, så billeder, musik og videoer er nemt at vise på dit TV. Ud over det kan den også streame indhold fra internettet. Som du ser ovenfor er der en række online video kanaler. Hvis du bliver glad for den gratis udgave og bliver træt af at blive mindet om at “det kan du hvis du køber pro udgaven” så kan du købe $ 39,95 – som i skrivende stund ifølge google er <a title="Få den aktuelle værdi af $ 39,95 i Danske kroner" href="http://goo.gl/BuOEK" target="_blank">220,47 kr</a>. Det er jo efter min mening ikke et skræmmende beløb.</p>
<p>&#160;</p>
<h2>Find Tversity serveren via din fjernbetjening</h2>
<p>.For at dit TV kan afspille streamet indhold fra din computer skal de være på samme netværk. På mit Samsung TV klikker jeg på “Media P.” og skifter så over til “Tversity” som kilde. Når jeg først har gjort det er der næsten uanede muligheder for at streame indhold! Lige fra YouTube til musik eller egne billeder på min PC. Mit TV er pludselig ikke længere begrænset af hvad YouSee sender eller det indhold jeg kan se gennem Samsungs apps. Det er sejt!</p>
<p>&#160;</p>
<p>Mere om emnet når jeg får testet den… (og opgraderet)</p>
<p>&#160;</p>
<h3>Links</h3>
<ul>
<li><a href="http://tversity.com/">http://tversity.com/</a></li>
<li>Læs mere om <a title="Få mere information (på engelsk) om DLNA" href="http://www.dlna.org/" target="_blank">dlna</a></li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F04%2F01%2Ftversity-kan-give-dit-dlna-tv-nyt-liv%2F&amp;title=tversity%20kan%20give%20dit%20DLNA%20tv%20nyt%20liv%21" id="wpa2a_10"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/04/01/tversity-kan-give-dit-dlna-tv-nyt-liv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery quick start snippets</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/03/25/jquery-quick-start-snippets/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/03/25/jquery-quick-start-snippets/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 09:39:15 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Sublime Text 2]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/03/25/jquery-quick-start-snippets/</guid>
		<description><![CDATA[When you want to include jQuery in your webpage there is no need to type it in every time, the best practice should be reused. So here is a litle help for you: Two jQuery quick start snippets: One for Sublime Text 2 and one for Visual Studio. You can find download links at the [...]]]></description>
			<content:encoded><![CDATA[<p>When you want to include jQuery in your webpage there is no need to type it in every time, the best practice should be reused. So here is a litle help for you: Two jQuery quick start snippets: One for <a href="http://www.netsi.dk/wordpress/index.php/tag/sublime-text-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sublime Text 2">Sublime Text 2</a> and one for Visual Studio. You can find download links at the bottom, but first a few words and the code.</p>
<p>&#160;</p>
<h2>You should put your javascript APIs at the bottom just above the body end tag</h2>
<p>If you put the code to include javascript APIs at the bottom of your webpage just above &lt;/body&gt; your page will first load the DOM elements, aka the content of your page <em>before</em> any (timeconsuming) javascripts. This will make your page appear to load faster. Also the DOM tree will be ready and you can skip for instance wrapping your jQuery code in some “ready()” code. The DOM <strong>is</strong> ready for manipulating when your code is reached!</p>
<p>&#160;</p>
<p>This is the basic javascript for loading jQuery from Google CDN. Using such Content Delivering Networks as Google has many advantages, amoung other that the API can be cached on the client across webpages. However if the CDN fails, you may want to have a fallback version locally (on the server). The snippets have this fallback, so you should download a version&#160; of jQuery and put it locally. I have choosen not to use the “<a title="A blog post by Paul Irish about the use of protocol relative-URL" href="http://paulirish.com/2010/the-protocol-relative-url/" target="_blank">protocol relative-URL</a>”. If you want to, you should just remove the “http:” before the line where jQuery is fetched from Google.</p>
<p>&#160;</p>
<p>Here is the code outputted by the two snippets:</p>
<p><code>&lt;script src=&quot;<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js&quot;">http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js&quot;</a>&gt;&lt;/script&gt;       <br />&lt;script type=&quot;text/javascript&quot;&gt;       <br />&#160;&#160;&#160; window.jQuery || document.write('&lt;script src=&quot;jquery.1.7.1.min.js&quot;&gt;\x3C/script&gt;');       <br />&lt;/script&gt;       <br />&lt;script type=&quot;text/javascript&quot;&gt;       <br />&#160;&#160;&#160; (function($, window, undefined) {       <br />&#160;&#160;&#160;&#160;&#160; // Your code here, put just above &lt;/body&gt;       <br />&#160;&#160;&#160;&#160;&#160; // $ = jQuery       <br />&#160;&#160;&#160; })(jQuery, window)       <br />&lt;/script&gt;</code></p>
<p>&#160;</p>
<p>I learned from the tutorial at net tuts+ <a title="The Largest jQuery Class in the World at Net tuts+ by Jeffrey Way" href="http://net.tutsplus.com/articles/news/the-largest-jquery-class-in-the-world/" target="_blank">Learn jQuery in 30 days</a> about this way to include jQuery – I can higly reccomend that tutorial (its free!). The teacher <a title="This man - Jeffrey Way - is a clever javascript developer and teacher!" href="http://jeffrey-way.com/" target="_blank">Jeffrey Way</a> is so cool!</p>
<h3>Download</h3>
<p>Sublime Text snippet “jQuery”: <a title="Link to sublime text 2 snippet &quot;jQuery&quot;" href="http://dl.dropbox.com/u/3260327/Snippets/sublimeText2/jQuery.sublime-snippet" target="_blank">Download</a></p>
<p>Visual studio snippet: <a title="The snippet for Visual Studio" href="http://dl.dropbox.com/u/3260327/Snippets/jQueryStart.snippet" target="_blank">Download</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F03%2F25%2Fjquery-quick-start-snippets%2F&amp;title=jQuery%20quick%20start%20snippets" id="wpa2a_12"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/03/25/jquery-quick-start-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Picasa Template: Camera, a responsive jQuery slideshow</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/03/18/google-picasa-template-camera-a-responsive-jquery-slideshow/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/03/18/google-picasa-template-camera-a-responsive-jquery-slideshow/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 09:00:14 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Google Picasa]]></category>
		<category><![CDATA[Google Picasa Templates]]></category>
		<category><![CDATA[Camera Picasa Template]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/03/18/google-picasa-template-camera-a-responsive-jquery-slideshow/</guid>
		<description><![CDATA[If you like me use Google Picasa to organize your photoes, this HTML template for Google Picasa should make you clap your hands. I have created a new free Google Picasa Template based on the brilliant slideshow called “Camera” from Manuel Masia from Pixedelic. At the bottom there is a link to the jQuery based [...]]]></description>
			<content:encoded><![CDATA[<p>If you like me use <a title="Here you can download Google Picasa" href="http://picasa.google.com" target="_blank">Google Picasa</a> to organize your photoes, this HTML template for Google Picasa should make you clap your hands. I have created a new free Google Picasa Template based on the brilliant slideshow called “Camera” from Manuel Masia from Pixedelic. At the bottom there is a link to the jQuery based free slideshow, if you want to read more about it.</p>
<h2></h2>
<h2>About Google Picasa <a href="http://www.netsi.dk/wordpress/index.php/tag/templates/" class="st_tag internal_tag" rel="tag" title="Posts tagged with templates">Templates</a></h2>
<p>Google Picasa have support for exporting selected images or image folders to HTML (well actually you can export it into what you like, XML, CSV or….). It is a simple offline template system where you are given some simple tools like template tags, includes and loops. Read more here: <a title="A copy of the documentation from Google about their Picasa templating system" href="http://www.netsi.dk/picasa/documentation/" target="_blank">Picasa Web Templating System</a> (a copy of the domentation included in the Google Picasa application). Previously I have shared a flash based slideshow Google Picasa template, which you might also want to install: <a title="Permalink to Netsi Cycle Template for Google Picasa" href="http://www.netsi.dk/wordpress/index.php/2010/05/14/netsi-cycle-template-for-google-picasa/" rel="bookmark">Netsi Cycle Template for Google Picasa</a></p>
<h2>Example implementation</h2>
<p> <iframe style="width: 480px; height: 360px" height="360" src="http://www.netsi.dk/picasa/Camera" width="480"></iframe>
<p>The above iframe shows example output from the <a href="http://www.netsi.dk/wordpress/index.php/tag/camera-picasa-template/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Camera Picasa Template">Camera Picasa template</a>. It should be <a title="The Camera jQuery slideshow generated using Camera Picasa template by Sten Hoguaard" href="http://www.netsi.dk/picasa/Camera/" target="_blank">viewed in its own window</a> as only there you will se the very powerfull “responsive webdesign” which is one of the very cool features of HTML slideshows generated using Camera Picasa Template.</p>
<p>&#160;</p>
<h2>First step: You can download the raw version</h2>
<blockquote><p><a title="Download the Camera Picasa Template for Google Picasa free of charge" href="http://www.netsi.dk/picasa/Camera.zip" target="_blank"><img style="margin: 6px 12px 12px 0px; float: left" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/03/zipFile.png" />Dowload and install the Camera Picasa Template</a></p>
<p>or on github:     <br /><a href="https://github.com/netsi1964/Google-Picasa-Camera-template">https://github.com/netsi1964/Google-Picasa-Camera-template</a></p>
</blockquote>
<h2 style="clear: both">Next step…</h2>
<p>This is the first release of my latest Google Picasa template – Camera Picasa Template, downloading the zip file and following the instructions found in the read-me.txt file inside the zip file will make it possibel to get the same cool slideshow of your favourite pictures. I will return at a later stage with more information and perhaps a webapp which will let you configure all the many settings that the Camera slideshow offers. If you cant wait, take a look at the “settings.js” file, simple comments found in the javascript settings file will help you.</p>
<h3>Links</h3>
<ul>
<li><a title="Permalink to Netsi Cycle Template for Google Picasa" href="http://www.netsi.dk/wordpress/index.php/2010/05/14/netsi-cycle-template-for-google-picasa/" rel="bookmark">Netsi Cycle Template for Google Picasa</a> </li>
<li>Update information about the <a title="Read release notes from Google about Picasa 3.9" href="http://support.google.com/picasa/bin/picasa.google.com/support/bin/static.py?hl=en&amp;page=release_notes.cs" target="_blank">latest version of Picasa</a> (3.9 at the time of writing). </li>
<li><a title="Here you can download Google Picasa" href="http://picasa.google.com" target="_blank">Google Picasa</a> </li>
<li>The slideshow which the template is based on: <a title="A big thanks to Manuel Masia from Pixedelic - go read about this brilliant slideshow!" href="http://www.pixedelic.com/plugins/camera/" target="_blank">“Camera” from Manuel Masia from Pixedelic</a> </li>
<li><a title="Previous post related to Google Picasa" href="http://www.netsi.dk/wordpress/index.php/2011/02/03/publish-your-pictures-directly-to-twitter-from-google-picasa-using-tvivo-button/">Publish your pictures directly to twitter from google picasa using tvivo button</a> </li>
<li><a title="Previous post related to Google Picasa" href="http://www.netsi.dk/wordpress/index.php/2010/01/02/face-detection-in-google-picasa-3-6/">Face detection in Google Picasa 3.6</a> </li>
<li><a title="Previous post related to Google Picasa" href="http://www.netsi.dk/wordpress/index.php/2010/11/30/finally-flickr-reads-geolocation-from-your-images/">Finally! Flickr reads geolocation from your images!</a> </li>
<li><a title="Permalink to Merging the information about friends on facebook to your Picasa contact database" href="http://www.netsi.dk/wordpress/index.php/2010/08/02/merging-the-information-about-friends-on-facebook-to-your-picasa-contact-database/" rel="bookmark">Merging the information about friends on facebook to your Picasa contact database</a> </li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F03%2F18%2Fgoogle-picasa-template-camera-a-responsive-jquery-slideshow%2F&amp;title=Google%20Picasa%20Template%3A%20Camera%2C%20a%20responsive%20jQuery%20slideshow" id="wpa2a_14"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/03/18/google-picasa-template-camera-a-responsive-jquery-slideshow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Add HTML markup to tell browser about RSS on page&#8230;</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/03/09/how-to-add-html-markup-to-tell-browser-about-rss-on-page/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/03/09/how-to-add-html-markup-to-tell-browser-about-rss-on-page/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 09:40:25 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/03/09/how-to-add-html-markup-to-tell-browser-about-rss-on-page/</guid>
		<description><![CDATA[If you have a webpage where you have related RSS feeds, you can add HTML markup in the HEAD section which will make many browsers autodetect your RSS feeds. It is not rocket science simply add the following to the HEAD section: &#160; &#60;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;Your RSS title&#34; href=&#34;The RSS URL&#34; /&#62; &#160; Thats [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a webpage where you have related <a href="http://www.netsi.dk/wordpress/index.php/tag/rss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with rss">RSS</a> feeds, you can add HTML markup in the HEAD section which will make many browsers autodetect your <a href="http://www.netsi.dk/wordpress/index.php/tag/rss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with rss">RSS</a> feeds. It is not rocket science simply add the following to the HEAD section:</p>
<p>&#160;</p>
<p><code>&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;<em>Your RSS title</em>&quot; href=&quot;<em>The RSS URL</em>&quot; /&gt;</code></p>
<p>&#160;</p>
<p>Thats all there is to it! <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smiley" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/03/wlEmoticon-smile.png" /></p>
<p>&#160;</p>
<h5>Other usefull information related to RSS</h5>
<ul>
<li>If you create the feed remember til set the ContentType to “application/xml”</li>
<li>You can also add an XSLT to transform you output on the client (see for instance here: <a href="http://www.dr.dk/nyheder/service/feeds/allenyheder">http://www.dr.dk/nyheder/service/feeds/allenyheder</a>) If you view the feed in Chrome it will be a transformed output, but it seems that Firefox will not transform the feed.</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F03%2F09%2Fhow-to-add-html-markup-to-tell-browser-about-rss-on-page%2F&amp;title=How%20to%3A%20Add%20HTML%20markup%20to%20tell%20browser%20about%20RSS%20on%20page%26hellip%3B" id="wpa2a_16"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/03/09/how-to-add-html-markup-to-tell-browser-about-rss-on-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where are the people you follow on Twitter located?</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/02/27/where-are-the-people-you-follow-on-twitter-located/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/02/27/where-are-the-people-you-follow-on-twitter-located/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 12:04:50 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/02/27/where-are-the-people-you-follow-on-twitter-located/</guid>
		<description><![CDATA[See the location of the people you follow on Twitter. This page is a cool webapp which using Google Maps will show you where the people you are following on Twitter are located. Try it!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2012/02/image3.png" rel="lightbox[793]"><img style="margin: 0px 10px 10px 0px; display: inline; float: left" title="image" alt="image" align="left" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/02/image_thumb3.png" width="640" height="432" /></a></p>
<p style="clear: both"><a title="See the location of the people you follow on Twitter" href="http://theron17.github.com/Twitter-Friends-Map/" target="_blank">See the location of the people you follow on Twitter</a>.</p>
<p>This page is a cool webapp which using Google Maps will show you where the people you are following on <a href="http://www.netsi.dk/wordpress/index.php/tag/twitter/" class="st_tag internal_tag" rel="tag" title="Posts tagged with twitter">Twitter</a> are located. Try it!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F02%2F27%2Fwhere-are-the-people-you-follow-on-twitter-located%2F&amp;title=Where%20are%20the%20people%20you%20follow%20on%20Twitter%20located%3F" id="wpa2a_18"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/02/27/where-are-the-people-you-follow-on-twitter-located/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CV&#8211;cases: www.madkulturen.dk</title>
		<link>http://www.netsi.dk/wordpress/index.php/2012/02/25/cvcases-www-madkulturen-dk/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2012/02/25/cvcases-www-madkulturen-dk/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 09:39:31 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Cases]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CV]]></category>
		<category><![CDATA[dynamicweb]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[XSLT]]></category>
		<category><![CDATA[www.madkulturne.dk; bleau;frontend udvikler]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2012/02/25/cvcases-www-madkulturen-dk/</guid>
		<description><![CDATA[Dette er det første indlæg hvor jeg kort beskriver noget jeg har været involveret i. Grunden er at jeg generelt glemmer at få kommunikeret hvad jeg egentlig går og laver i mit professionelle hverv. Jeg håber at kunne poste løbende eksempler på hvad jeg har gået og lavet. www.madkulturen.dk fra fødevareministeriet. &#160; Slider i top [...]]]></description>
			<content:encoded><![CDATA[<p>Dette er det første indlæg hvor jeg kort beskriver noget jeg har været involveret i. Grunden er at jeg generelt glemmer at få kommunikeret hvad jeg egentlig går og laver i mit professionelle hverv. Jeg håber at kunne poste løbende eksempler på hvad jeg har gået og lavet.</p>
<h2><a href="http://www.madkulturen.dk">www.madkulturen.dk</a> fra fødevareministeriet.</h2>
<p>&#160;</p>
<p><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2012/02/madkulturen.dk_1.png" rel="lightbox[787]" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 6px 12px 12px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="madkulturen.dk" border="0" alt="madkulturen.dk" align="left" src="http://www.netsi.dk/wordpress/wp-content/uploads/2012/02/madkulturen.dk_thumb1.png" width="542" height="480" /></a></p>
<h3>Slider i top af siden</h3>
<p>Slideren i toppen lagde jeg også en hånd på. Der var tale om implementering ved hjælp af et standard jQuery slider <a href="http://www.netsi.dk/wordpress/index.php/tag/plug-in/" class="st_tag internal_tag" rel="tag" title="Posts tagged with plug-in">plug-in</a>.</p>
<h3>YouTube kanal viser</h3>
<p style="clear: both">Kunden ønskede mulighed for at indsætte en visning af videoer. Der forelå et design og et ønske om at bruge YouTube. Jeg var med i dialog om hvordan det kunne implementeres og det endte med et backend modul til <a href="http://www.netsi.dk/wordpress/index.php/tag/dynamicweb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dynamicweb">Dynamicweb</a> CMS så det blev meget nemt for ikke tekniske redaktører at indsætte videoer på hjemmesiden.</p>
<p style="clear: both">Min rolle handlede primært om frontend implementering af video visningen. Det gjorde jeg gennem XSLT transformering af de filtrerede data fra YouTube.</p>
<p style="clear: both">Kunden ønskede en op/ned funktionalitet som jeg udviklede et jQuery plug-in til at håndtere.</p>
<p style="clear: both">&#160;</p>
<blockquote><p style="clear: both">Se <a title="Sitet kan være ændret siden det blev implementeret primo 2012" href="http://www.madkulturen.dk" target="_blank">den live løsning</a>.</p>
</blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2012%2F02%2F25%2Fcvcases-www-madkulturen-dk%2F&amp;title=CV%26ndash%3Bcases%3A%20www.madkulturen.dk" id="wpa2a_20"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2012/02/25/cvcases-www-madkulturen-dk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

