<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HKAL</title>
	<atom:link href="http://hlintrup.dk/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://hlintrup.dk/blog</link>
	<description></description>
	<lastBuildDate>Tue, 22 Feb 2011 13:47:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title></title>
		<link>http://hlintrup.dk/blog/?p=76</link>
		<comments>http://hlintrup.dk/blog/?p=76#comments</comments>
		<pubDate>Tue, 22 Feb 2011 13:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=76</guid>
		<description><![CDATA[When you&#8217;re young, you look at television and think, There&#8217;s a conspiracy. The networks have conspired to dumb us down. But when you get a little older, you realize that&#8217;s not true. The networks are in business to give people exactly what they want. That&#8217;s a far more depressing thought. Conspiracy is optimistic! You can [...]]]></description>
			<content:encoded><![CDATA[<p><strong>When you&#8217;re young, you look at television and think, There&#8217;s a conspiracy. The networks have conspired to dumb us down.</strong> But when you get a little older, you realize that&#8217;s not true. The networks are in business to give people exactly what they want. That&#8217;s a far more depressing thought. Conspiracy is optimistic! You can shoot the bastards! We can have a revolution! But the networks are really in business to give people what they want. It&#8217;s the truth</p>
<p>&#8211;<a href="http://en.wikiquote.org/wiki/Steve_Jobs">http://en.wikiquote.org/wiki/Steve_Jobs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regex for URLs</title>
		<link>http://hlintrup.dk/blog/?p=74</link>
		<comments>http://hlintrup.dk/blog/?p=74#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:21:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=74</guid>
		<description><![CDATA[Regex: (https?://)?(\w+\.)+\w{2,4}(/[\w./?:~+\-\\\[\]\*#%&#38;=]*)? Forklaring: (https?://)? http eller https eller intet. * (\w+\.)+ ord, tal, underscore efterfulgt af punktum (selve domænet) repeteret én eller flere gange * \w{2,4} ord, tal, underscore (TLD) på 2-4 tegn * ((/[\w./?:~+\-\\\[\]\*#%&#38;=]*)? ord, tal, underscore, punktum (evt. subdomæner, url-parametre). / ? : ~ + &#8211; \ [ ] * # % &#38; = [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Regex: (https?://)?(\w+\.)+\w{2,4}(/[\w./?:~+\-\\\[\]\*#%&amp;=]*)?</div>
<div></div>
<div>Forklaring:</div>
<div>(https?://)? http eller https eller intet.</div>
<div>* (\w+\.)+ ord, tal, underscore efterfulgt af punktum (selve domænet) repeteret én eller flere gange</div>
<div>* \w{2,4} ord, tal, underscore (TLD) på 2-4 tegn</div>
<div>* ((/[\w./?:~+\-\\\[\]\*#%&amp;=]*)? ord, tal, underscore, punktum (evt. subdomæner, url-parametre). / ? : ~ + &#8211; \ [ ] * # % &amp; = ]* er de tegn, der er tilladt.</div>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Restore MSSQL 2008 R2 on MSSQL 2008</title>
		<link>http://hlintrup.dk/blog/?p=72</link>
		<comments>http://hlintrup.dk/blog/?p=72#comments</comments>
		<pubDate>Tue, 03 Aug 2010 06:56:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=72</guid>
		<description><![CDATA[See this post: http://serverfault.com/questions/149314/cant-restore-backup-from-sql-server-2008-r2-to-sql-server-2005-or-2008 Scripting is the way. Go to Tasks -&#62; Generate Scripts. Click advanced and be sure to select SQL 2008 and Data Only or Schema and Data. Run the generated script on the older server version.]]></description>
			<content:encoded><![CDATA[<p>See this post: <a href="http://serverfault.com/questions/149314/cant-restore-backup-from-sql-server-2008-r2-to-sql-server-2005-or-2008">http://serverfault.com/questions/149314/cant-restore-backup-from-sql-server-2008-r2-to-sql-server-2005-or-2008</a></p>
<p>Scripting is the way. Go to Tasks -&gt; Generate Scripts. Click advanced and be sure to select SQL 2008 and Data Only or Schema and Data. Run the generated script on the older server version.</p>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Drupal on Surftown</title>
		<link>http://hlintrup.dk/blog/?p=67</link>
		<comments>http://hlintrup.dk/blog/?p=67#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=67</guid>
		<description><![CDATA[SAFE-MODE is in effect when using Surftown and there is no way to switch it off. You need to create the folder required by the installation yourself and CHMOD them to 777. Also do this for these two folders: /sites/default/files/languages/tmp /sites/default/files/languages/languages]]></description>
			<content:encoded><![CDATA[<p>SAFE-MODE is in effect when using Surftown and there is no way to switch it off.</p>
<p>You need to create the folder required by the installation yourself and CHMOD them to 777. Also do this for these two folders:</p>
<ul>
<li>/sites/default/files/languages/tmp</li>
<li>/sites/default/files/languages/languages</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=67</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iFolder: Install OpenSUSE in VirtualBox with Guest Additions</title>
		<link>http://hlintrup.dk/blog/?p=64</link>
		<comments>http://hlintrup.dk/blog/?p=64#comments</comments>
		<pubDate>Tue, 13 Jul 2010 20:46:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=64</guid>
		<description><![CDATA[http://www.liberiangeek.net/2010/02/how-to-install-guest-additions-software-in-opensuse-client/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.liberiangeek.net/2010/02/how-to-install-guest-additions-software-in-opensuse-client/">http://www.liberiangeek.net/2010/02/how-to-install-guest-additions-software-in-opensuse-client/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash &#8211; Javascript communication</title>
		<link>http://hlintrup.dk/blog/?p=55</link>
		<comments>http://hlintrup.dk/blog/?p=55#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:42:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=55</guid>
		<description><![CDATA[Important: IE uses the id to grab the flash movie, all other browsers use the name. SOURCE: http://www.actionscript.org/resources/articles/638/1/Basics-of-using-the-ExternalInterface/Page1.html Javascript: function onChange( str:String ){ // handle call from outside flash } // tells it the property in JS, the scope, and the return function to call ExternalInterface.addCallback( &#8220;onChange&#8221;, this, onChange ); onMouseDown = function(){ ExternalInterface.call(&#8220;general_JS_call&#8221;, &#8220;String to [...]]]></description>
			<content:encoded><![CDATA[<p>Important: IE uses the id to grab the flash movie, all other browsers use the name.</p>
<p><strong>SOURCE</strong>: http://www.actionscript.org/resources/articles/638/1/Basics-of-using-the-ExternalInterface/Page1.html</p>
<p><strong>Javascript:</strong></p>
<p>function onChange( str:String ){</p>
<p>// handle call from outside flash</p>
<p>}</p>
<p>// tells it the property in JS, the scope, and the return function to call</p>
<p>ExternalInterface.addCallback( &#8220;onChange&#8221;, this, onChange );</p>
<p>onMouseDown = function(){</p>
<p><span> </span>ExternalInterface.call(&#8220;general_JS_call&#8221;, &#8220;String to return to Flash:&#8221;);</p>
<p>// calling the function name first, arguments of the function following</p>
<p>}</p>
<p><strong>HTML:</strong></p>
<p>&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;title&gt;Test&lt;/title&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body onload=&#8217;getID(&#8220;catalogue&#8221;);&#8217;&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var me;</p>
<p>function getID(swfID) {</p>
<p>if (navigator.appName.indexOf(&#8220;Microsoft&#8221;) != -1) {</p>
<p>me = window[swfID];</p>
<p>} else {</p>
<p>me = document[swfID];</p>
<p>}</p>
<p>}</p>
<p>function js_to_as(str) {</p>
<p>me.onChange(str); //function name equal to the callback defined in actionscript</p>
<p>}</p>
<p>function general_JS_call(str) {</p>
<p>//react to call from actionscript</p>
<p>}</p>
<p>&lt;/script&gt;</p>
<p>&lt;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase=&#8221;http://macromedia.com/cabs/swflash.cab#version=4,0,0,0&#8243;</p>
<p>id=&#8221;swf_name&#8221; width=&#8221;1398&#8243; height=&#8221;636&#8243;&gt;</p>
<p>&lt;param name=&#8221;movie&#8221; value=&#8221;swf_name.swf&#8221; /&gt;</p>
<p>&lt;param name=&#8221;FlashVars&#8221; value=&#8221;" /&gt;</p>
<p>&lt;param name=&#8221;quality&#8221; value=&#8221;medium&#8221; /&gt;</p>
<p>&lt;param name=&#8221;bgcolor&#8221; value=&#8221;#99CC33&#8243; /&gt;</p>
<p>&lt;embed src=&#8221;swf_name.swf&#8221; flashvars=&#8221;" bgcolor=&#8221;#99CC33&#8243; width=&#8221;1398&#8243;</p>
<p>height=&#8221;636&#8243; type=&#8221;application/x-shockwave-flash&#8221; name=&#8217;swf_name&#8217;&gt;</p>
<p>&lt;/embed&gt;</p>
<p>&lt;/object&gt;</p>
<p>&lt;input type=&#8221;button&#8221; value=&#8221;Pass to AS&#8221; onclick=&#8221;js_to_as(&#8216;Test value to send to AS&#8217;);&#8221;&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Umbraco on server</title>
		<link>http://hlintrup.dk/blog/?p=52</link>
		<comments>http://hlintrup.dk/blog/?p=52#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:01:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=52</guid>
		<description><![CDATA[http://jovall.net/surftowntipps/how_to_umbraco.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://jovall.net/surftowntipps/how_to_umbraco.html">http://jovall.net/surftowntipps/how_to_umbraco.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run and debug PHP with Eclipse, Apache and MySQL</title>
		<link>http://hlintrup.dk/blog/?p=43</link>
		<comments>http://hlintrup.dk/blog/?p=43#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:05:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=43</guid>
		<description><![CDATA[Eclipse Apache, PHP and MySQL Link #1 Link #2 Zend Debugger Link #1 SSL Link #1 Link #2 phpMyAdmin Enabling relation view]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://2tbsp.com/content/getting_started_eclipse_php_development_tools_(pdt)" target="_blank">Eclipse</a></li>
<li>Apache, PHP and MySQL<br />
<a href="http://mysqltalk.wordpress.com/2009/02/18/installing-apache-php-mysql-phpmyadmin-eclipse-zend-pdt-zend-framework-on-xp-gaming-machine/">Link #1</a><br />
<a href="http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/6/install_apache_php_and_mysql_on_windows_xp">Link #2</a></li>
<li>Zend Debugger<br />
<a href="http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_Installation_:_Installing_the_Zend_Debugger#Installing_Zend_Debugger_server">Link #1</a></li>
<li>SSL<br />
<a href="http://gnuwin32.sourceforge.net/packages/openssl.htm">Link #1</a><br />
<a href="http://www.php.net/manual/en/openssl.installation.php">Link #2</a></li>
<li>phpMyAdmin<br />
<a href="http://www.newvibes.com/blog/enabling-relation-view-in-phpmyadmin-mamp/">Enabling relation view</a></li>
</ol>
<p><a href="http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/6/install_apache_php_and_mysql_on_windows_xp"></a></p>
<p><a href="http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/6/install_apache_php_and_mysql_on_windows_xp"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Windows 7 from USB on UL30A</title>
		<link>http://hlintrup.dk/blog/?p=41</link>
		<comments>http://hlintrup.dk/blog/?p=41#comments</comments>
		<pubDate>Mon, 28 Dec 2009 17:42:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=41</guid>
		<description><![CDATA[Plug in the bootable USB stick. Power on your UL30A and press ESC to select boot device. Choose the USB stick, and the installation will initialize. MS has a utility which simplifies the process of making a bootable USB stick: http://store.microsoft.com/Help/ISO-Tool. If you are installing x64 you need to make the bootable USB device manually, because [...]]]></description>
			<content:encoded><![CDATA[<p>Plug in the bootable USB stick.</p>
<p>Power on your UL30A and press ESC to select boot device. Choose the USB stick, and the installation will initialize.</p>
<p>MS has a utility which simplifies the process of making a bootable USB stick: <a href="http://store.microsoft.com/Help/ISO-Tool">http://store.microsoft.com/Help/ISO-Tool</a>.</p>
<p>If you are installing x64 you need to make the bootable USB device manually, because the MS utility is unable to use the bootloader from a 64 bit Windows 7 disc/ISO. Follow <a href="http://kmwoley.com/blog/?p=345" target="_blank">these instructions</a> instead.</p>
<p>If you encounter a strange message telling you to supply a driver that the installation can&#8217;t find, you need to go to asus.com and download the ATKACPI driver for the harddrive controller or enter BIOS and change the IDE-controller mode to AHCI. See <a href="http://www.vistax64.com/vista-installation-setup/126054-during-install-required-cd-dvd-drive-device-driver-missing.html" target="_blank">this post</a> for a discussion on the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to flash Linksys WAP54G with dd-wrt</title>
		<link>http://hlintrup.dk/blog/?p=31</link>
		<comments>http://hlintrup.dk/blog/?p=31#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:12:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hlintrup.dk/blog/?p=31</guid>
		<description><![CDATA[The information found here is inspired from http://wap54g.corpcomp.co.nz/ and dd-wrt Prerequisites: WAP54G has original Linksys firmware running. Note the hardware version of the router. Visit dd-wrt and download the corresponding firmware for your router. Go to TCP/IP settings and change your IP to 192.168.1.240/255.255.255.0 Access the router from 192.168.1.245 Reset the router to factory settings. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">The information found here is inspired from <a href="http://wap54g.corpcomp.co.nz/" target="_blank">http://wap54g.corpcomp.co.nz/</a> and <a href="http://www.dd-wrt.com/dd-wrtv3/index.php">dd-wrt</a><a href="http://www.dd-wrt.com/dd-wrtv3/index.phphttp://www.dd-wrt.com/dd-wrtv3/index.php"></a></p>
<p style="text-align: left;">Prerequisites: WAP54G has original Linksys firmware running.</p>
<ol style="text-align: left;">
<li>Note the hardware version of the router.</li>
<li>Visit <a href="http://www.dd-wrt.com/dd-wrtv3/index.php">dd-wrt</a> and download the corresponding firmware for your router.</li>
<li>Go to TCP/IP settings and change your IP to 192.168.1.240/255.255.255.0</li>
<li>Access the router from 192.168.1.245</li>
<li>Reset the router to factory settings.</li>
<li>Use username admin and a blank password to login to the router.</li>
<li>Flash the router with the dd-wrt firmware according to the guidelines found on <a href="http://www.dd-wrt.com/dd-wrtv3/index.php">http://www.dd-wrt.com/dd-wrtv3/index.php</a></li>
<li>Un- and replug the powerchord.</li>
<li>Access the router from 192.168.1.1 and configure it.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://hlintrup.dk/blog/?feed=rss2&#038;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

