<?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 &#187; MSIE</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>Fri, 27 Jan 2012 15:57:24 +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>Work-arounds for 9 MSIE bugs&#8230;</title>
		<link>http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 07:37:29 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[work-around]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/</guid>
		<description><![CDATA[If you implement layout on the web, chances are that you have to make som MSIE work-arounds from time to time. The page “9 Most Common IE Bugs and How to Fix Them” is a great resource for avoiding such bugs to mess up your layout. Here is an example from the website: The output [...]]]></description>
			<content:encoded><![CDATA[<p>If you implement <a href="http://www.netsi.dk/wordpress/index.php/tag/layout/" class="st_tag internal_tag" rel="tag" title="Posts tagged with layout">layout</a> on the web, chances are that you have to make som <a href="http://www.netsi.dk/wordpress/index.php/tag/msie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MSIE">MSIE</a> work-arounds from time to time. The page “<a title="A page containing work-acrounds for 9 common MSIE bugs" href="http://net.tutsplus.com/tutorials/html-css-techniques/9-most-common-ie-bugs-and-how-to-fix-them/" target="_blank">9 Most Common IE Bugs and How to Fix Them</a>” is a great resource for avoiding such bugs to mess up your layout.</p>
<p>Here is an example from the <a href="http://www.netsi.dk/wordpress/index.php/tag/website/" class="st_tag internal_tag" rel="tag" title="Posts tagged with website">website</a>:</p>
<p>The output you&#8217;d expect:</p>
<p><img border="0" alt="Tutorial Image" src="http://nettuts.s3.amazonaws.com/494_ie/images/1-1.png" /></p>
<p>But what IE actually gives you:</p>
<p><img border="0" alt="Tutorial Image" src="http://nettuts.s3.amazonaws.com/494_ie/images/1-2.png" /></p>
<p>This is mainly due to IE6 in quirks mode and below not recognizing the <em>auto</em> value we set to the <em>margin</em> property. Fortunately, this is easily fixed.</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%2F2009%2F11%2F26%2Fwork-arounds-for-9-msie-bugs%2F&amp;title=Work-arounds%20for%209%20MSIE%20bugs%26hellip%3B" 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/2009/11/26/work-arounds-for-9-msie-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snippets: Dynamicweb snippets</title>
		<link>http://www.netsi.dk/wordpress/index.php/2009/02/06/snippets-dynamicweb-snippets/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2009/02/06/snippets-dynamicweb-snippets/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:21:23 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[dynamicweb]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/?p=32</guid>
		<description><![CDATA[If your are working a lot with the Dynamicweb CMS system you will find these snippets very handy! I have allready been published a very useful &#8220;eval window&#8221; snippet, where you can see a description about how to &#8220;install&#8221; it in your browser. Below are five other snippets targeted for users of Dynamicweb CMS. I [...]]]></description>
			<content:encoded><![CDATA[<p>If your are working a lot 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> CMS system you will find these snippets very handy! I have allready been published a very useful &#8220;<a target="_blank" href="http://www.netsi.dk/wordpress/?p=23">eval window</a>&#8221; <a href="http://www.netsi.dk/wordpress/index.php/tag/snippet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with snippet">snippet</a>, where you can see a description about how to &#8220;install&#8221; it in your browser. Below are five other snippets targeted for users of Dynamicweb CMS.</p>
<p>I have choosen to set the snippet in as a link on each word, so what you need to do to get the actual code is to right click and choose &#8220;Copy destination&#8221;. On your clipboard the snippet will be then to use as I wrote in the article &#8220;<a target="_blank" href="http://www.netsi.dk/wordpress/?p=23">eval window</a>&#8220;.</p>
<p>Here goes:</p>
<ul>
<li><a target="_blank" href="javascript:void(document.location='http://'+document.location.host+'/admin/public/extranetlogoff.aspx')" title="LogOff">Log off</a> &#8211; Use this to logoff a an extranet user</li>
<li><a target="_blank" href="javascript:void(window.open(location.toString().substr(0, location.toString().indexOf('.dk/')+4)+'admin'))" title="Admin">Admin</a> &#8211; Open the ADMIN (backend) of the current Dynamicweb CMS site</li>
<li><a target="_blank" href="javascript:void(location=location+'&amp;CartCmd=emptycart')" title="Empty cart">Empty cart</a> &#8211; Well&#8230; Empty the shopping cart</li>
<li><a target="_blank" href="javascript:void(document.location=document.location+'&amp;SaveTemplateXml=True')" title="savetemplateXML">Save Template XML</a> &#8211; Will add &#8220;savetemplateXML=true&#8221; to the current page, which will make Dynamicweb CMS save the XML in the respective template folders</li>
<li><a target="_blank" href="javascript:void(window.open(location.toString().substr(0, location.toString().indexOf('.dk/')+4)+'admin/public/getImage.aspx'))" title="GetImage">GetImage</a> &#8211; Will open the &#8220;Get Image&#8221; URL generator of your Dynamicweb CMS &#8211; very usefull!</li>
</ul>
<p>Oh, and You ofcause can right click the link (snippet) and choose &#8220;Add to favourites&#8230;&#8221; <img src='http://www.netsi.dk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </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%2F2009%2F02%2F06%2Fsnippets-dynamicweb-snippets%2F&amp;title=Snippets%3A%20Dynamicweb%20snippets" 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/2009/02/06/snippets-dynamicweb-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet: eval window</title>
		<link>http://www.netsi.dk/wordpress/index.php/2009/01/13/snippet-eval-window/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2009/01/13/snippet-eval-window/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 14:02:47 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/?p=23</guid>
		<description><![CDATA[Here is a very usefull javascript snippet which you can put in a link in your (MSIE) browser. It opens a new window from where you can execute javascript in the context of the parent window. Very usefull! Here is the snippet code: javascript:void(eval(&#34;var s = &#039;&#60;script type=\&#34;text/javascript\&#34;&#62;function doEval(s) { opener.eval(s); }&#60;/script&#62;&#039;;s+=&#039;&#60;textarea rows=10 cols=80 id=source&#62;&#60;/textarea&#62;&#60;br [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a very usefull <a href="http://www.netsi.dk/wordpress/index.php/tag/javascript/" class="st_tag internal_tag" rel="tag" title="Posts tagged with javascript">javascript</a> <a href="http://www.netsi.dk/wordpress/index.php/tag/snippet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with snippet">snippet</a> which you can put in a link in your (<a href="http://www.netsi.dk/wordpress/index.php/tag/msie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MSIE">MSIE</a>) browser. It opens a new window from where you can execute javascript in the context of the parent window. Very usefull! Here is the <a href="http://www.netsi.dk/wordpress/index.php/tag/snippet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with snippet">snippet</a> code:</p>
<p><code>javascript:void(eval(&quot;var s = &#039;&lt;script type=\&quot;text/javascript\&quot;&gt;function doEval(s) { opener.eval(s);  }&lt;/script&gt;&#039;;s+=&#039;&lt;textarea rows=10 cols=80 id=source&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;input type=button value=Eval onclick=\&quot;doEval(source.value)\&quot; /&gt;&#039;;window.w = window.open(&#039;&#039;,&#039;&#039;,&#039;width=700,height=210&#039;);window[&#039;w&#039;].document.write(s);window[&#039;w&#039;].document.title=&#039;Debug window&#039;&quot;))</code></p>
<p>To add this snippet to your browser follow these steps:</p>
<ol>
<li>Copy the code above to the clipboard</li>
<li>Add this page to your bookmarks &#8211; <strong>in the link</strong> area.</li>
<li>Edit the bookmark, replacing the URL with the copied code on the clipboard</li>
<li>Save, while accepting any warnings about protocol</li>
</ol>
<p>Using it is simple. When you are on a <a href="http://www.netsi.dk/wordpress/index.php/tag/website/" class="st_tag internal_tag" rel="tag" title="Posts tagged with website">website</a> you simply &#8211; press the link just created, and you get a new window in which you may execute javascript. The script will run in the context of the original window so you may explore the DOM and any other relevant information.</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%2F2009%2F01%2F13%2Fsnippet-eval-window%2F&amp;title=Snippet%3A%20eval%20window" 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/2009/01/13/snippet-eval-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblogging directly from your browser</title>
		<link>http://www.netsi.dk/wordpress/index.php/2009/01/11/hytex-velkommen/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2009/01/11/hytex-velkommen/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 01:36:55 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[MSIE]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/?p=20</guid>
		<description><![CDATA[<a href="http://www.netsi.dk/wordpress/index.php/2009/01/11/hytex-velkommen/" title="Weblogging directly from your browser"><img src="http://www.netsi.dk/wordpress/wp-content/uploads/yapb_cache/weblogfrommsie.73yuhcbmymscw44s8g0oo4o40.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="129" alt="Weblogging directly from your browser" style="float:left;padding:0 10px 10px 0;" ></a>Hytex &#8211; Velkommen Okay, we are really getting there! Can it be easier? With a few settings put correct I now has the option to BLOG directly to my WordPress BLOG simply by pressing the &#8220;Blog it&#8221; button in Internet Explorer 7.0! Nice, really nice! Before the content will be on my blog, I get [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.netsi.dk/wordpress/index.php/2009/01/11/hytex-velkommen/" title="Weblogging directly from your browser"><img src="http://www.netsi.dk/wordpress/wp-content/uploads/yapb_cache/weblogfrommsie.73yuhcbmymscw44s8g0oo4o40.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="129" alt="Weblogging directly from your browser" style="float:left;padding:0 10px 10px 0;" ></a><p style="float: left; width: 200px; height: 250px"><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2009/01/fhm.jpg" rel="lightbox[20]"><img border="0" width="185" src="http://www.netsi.dk/wordpress/wp-content/uploads/2009/01/fhm-thumb.jpg" alt="fhm" height="244" style="float: left; margin: 0px 10px 10px 0px; border: 0px" /></a><a href="http://www.hytex.dk/">Hytex &#8211; Velkommen</a></p>
<p align="left">Okay, we are really getting there! Can it be easier? With a few settings put correct I now has the option to <a href="http://www.netsi.dk/wordpress/index.php/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">BLOG</a> directly to my WordPress <a href="http://www.netsi.dk/wordpress/index.php/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">BLOG</a> simply by pressing the &#8220;<a href="http://www.netsi.dk/wordpress/index.php/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">Blog</a> it&#8221; button in Internet Explorer 7.0! Nice, really nice!</p>
<p>Before the content will be on my blog, I get the chance to write extra information and enrich it. Below is a test &#8211; this has been submittet directly from internet explorer&#8230;</p>
<p> - In case you wonder where the image and the link to &#8220;Hytex&#8221; is from &#8211; it is the site of a friend of mine.</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%2F2009%2F01%2F11%2Fhytex-velkommen%2F&amp;title=Weblogging%20directly%20from%20your%20browser" 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/2009/01/11/hytex-velkommen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

