<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Bracke]]></title><description><![CDATA[Bracke]]></description><link>https://bracke.dk/rss.xml</link><generator>ember-casper-template</generator><lastBuildDate>Wed, 10 Mar 2021 19:27:07 GMT</lastBuildDate><atom:link href="https://bracke.dk/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[My First Blog Posting]]></title><description><![CDATA[<p>So this is it, I have a blog! This is the first post to my blog, well actually the first was a test posting but that doesn&#8217;t count!</p>
<!--more-->
<p>I chose to have a blog because I wanted to try something different than I usually do. I&#8217;m a web developer, I usually create the infra structure / code of websites, not the content. With this blog Google delivers the infrastructure and I deliver the content (are you bored yet?) .</p>
<p>Anyway, I figure I&#8217;m going to talk about what interests me, which is the web in general and web development in particular, but also about music, books and most importantly the movies and TV series I watch.
It will  likely not interest anyone, but maybe my written English will improve and perhaps I will have had some fun, ranting about random things on my mind.</p>]]></description><link>https://bracke.dk/2007-09-07-my-first-blog-posting</link><guid isPermaLink="true">https://bracke.dk/2007-09-07-my-first-blog-posting</guid><pubDate>Fri, 07 Sep 2007 07:45:51 GMT</pubDate></item><item><title><![CDATA[The Bourne Ultimatum]]></title><description><![CDATA[<p>Yesterday I watched the movie &#8220;The Bourne Ultimatum&#8221;. It premiered three weeks ago in Denmark, but only yesterday in the local cinema.</p>
<p>I liked both previous Bourne movies (&#8220;The Bourne Identity&#8221; and &#8220;The Bourne Supremacy&#8221;) and actually also liked the old version of &#8220;The Bourne Identity&#8221; with Richard Chamberlain. I was therefore very excited about this new (final?) movie in the Bourne series.</p>
<p>This movie is directed by the same director as the second Bourne movie, Paul Greengrass, and  is shot in the same style. That means the camera movements are often shaky and things are a bit blurry to make it seem as if the viewer is seeing the world through Jason Bourne&#8217;s eyes. This works very well especially during action sequences, and makes them very intense, just like The Bourne Supremacy. All the action sequences are very well done especially the one in Tangier. The acting is good, especially from Matt Damon, who is very believable as Jason Bourne.</p>
<p>What sets this movie apart from the other two movies in the (new) Bourne series is that we finally get to know how it started. We get David Webb&#8217;s motivation and his superiors motivation and we get to know the full scope of what they are prepared to do to protect their interests and &#8220;do the job&#8221;. This broadens the movies scope/perspective which in my opinion makes it a better movie than the two previous ones.</p>
<p>Now, don&#8217;t watch this movie expecting a big intellectual treatise on the abuse of power, it is first and foremost an action movie after all. But it&#8217;s not &#8220;just&#8221; an action movie. I like it very much. I&#8217;m probably going to watch it again in the cinema and I&#8217;m going to buy the DVD.</p>]]></description><link>https://bracke.dk/2007-09-08-the-bourne-ultimatum</link><guid isPermaLink="true">https://bracke.dk/2007-09-08-the-bourne-ultimatum</guid><pubDate>Sat, 08 Sep 2007 07:45:51 GMT</pubDate></item><item><title><![CDATA[Blogging with my iPhone]]></title><description><![CDATA[<p>I would like to use my iPhone to blog to maximize the chances of any blogging actually happening! There are many blogging Apps in the AppStore, but they all seem to have the same (very) basic feature set.</p>
<h2 id="blogfeaturesnomarkup">Blog features - no markup</h2>
<p>They all allow you to enter text and to add an image. Some also allow links, tags and smilies. But none of them support basic text markup like bold or italics! I currently use BlogPress and this app also has this shortcoming.</p>
<h2 id="crucial">Crucial?</h2>
<p>Obviously this is not crucial and certainly not enough to prevent the use of these blogging apps. It is strange though and I certainly would like to be able to mark text. If there was a blogging app with this feature I would buy it.</p>
<p>Maybe the coming Squarespace app or the MacJournal Touch app will support this when they arrive. One can hope.</p>]]></description><link>https://bracke.dk/2009-08-08-blogging-with-my-iphone</link><guid isPermaLink="true">https://bracke.dk/2009-08-08-blogging-with-my-iphone</guid><pubDate>Sat, 08 Aug 2009 07:45:51 GMT</pubDate></item><item><title><![CDATA[Move to SquareSpace]]></title><description><![CDATA[<p>I have recently moved my website to Squarespace and also chosen to use my Squarespace site as my blog. My old Blogspot blog is no more. Though I have managed to import the two (!) poultry blog entries from that blog into Squarespace.</p>
<h2 id="importexport">Import / Export</h2>
<p>That  import function and the corresponding export function are very nice and make switching to Squarespace (and from)  much easier. Although I probably would have survived having to add those two entries myself.</p>
<h2 id="iphoneapp">iPhone App</h2>
<p>So far I am&nbsp;very satisfied with Squarespace. I do miss the promised iPhone app. It would be very useful to be able to change my Squarespace with a dedicated app. Using  the Squarespace website with Mobile Safari for that task is a bit cumbersome.</p>]]></description><link>https://bracke.dk/2009-08-08-moved-to-squarespace</link><guid isPermaLink="true">https://bracke.dk/2009-08-08-moved-to-squarespace</guid><pubDate>Sat, 08 Aug 2009 07:45:51 GMT</pubDate></item><item><title><![CDATA[iPhone Development with MonoTouch]]></title><description><![CDATA[<p>I have recently become interested in developing for the iPhone OS (iPhone, iPod Touch). The obvious way to do that is to use XCode and program in Objective C. But I would rather not do that.</p>
<p>Not because I dislike the language (seems quite nice indeed) but simply because I think the time spend learning the intricacies of Objective C would be more productive, if I spend it programming in a language I already know.
That means C#, Ada or some BASIC dialect.</p>
<h2 id="monotouch">MonoTouch</h2>
<p>This is where MonoTouch comes in. Mono is a open source reimplementation of .NET which runs on many platforms including Mac OS. With MonoTouch it is supposedly possible to develop applications for the iPhone OS in C#. Even in a way that is acceptable by Apple, which means no dynamic code.</p>
<h2 id="cexperience">C# experience</h2>
<p>This route would by far be the easiest way for me. I program using C# daily at work and have done so for 3 years. Unfortunately MonoTouch is not released yet and I don&#8217;t seem to have made the cut for the beta testing team :-/</p>
<p>I guess I have to wait for the official release.</p>]]></description><link>https://bracke.dk/2009-08-16-iphone-development-mono-touch</link><guid isPermaLink="true">https://bracke.dk/2009-08-16-iphone-development-mono-touch</guid><pubDate>Sun, 16 Aug 2009 07:45:51 GMT</pubDate></item><item><title><![CDATA[RISC OS Software]]></title><description><![CDATA[<p>My first computer was a Commodore 64, but both the second and third computers were RISC OS machines (Acorn Archimedes A3010 and Acorn RiscPC). I have used RISC OS for close to 15 years and I have only recently moved to the Mac.</p>
<h2 id="sourcecodeavailable">Source code available</h2>
<p>During those RISC OS days I created a bunch of software, most in Ada, some in BASIC and even some in ARM assembler. Most of those programs are still available on my ArcSite.de page, some also on Sourceforge. In order to streamline things a bit I have created a sub page on my SquareSpace site with all those programs. I hope this will be of use to someone.</p>
<h2 id="nofurtherdevelopment">No further development</h2>
<p>I will not continue development of this software, but most of them are supplied with source code and under a very liberal license (LGPL). It should therefore be possible for any coder to develop them further, should they wish to do so.</p>]]></description><link>https://bracke.dk/2009-08-16-risc-os-software</link><guid isPermaLink="true">https://bracke.dk/2009-08-16-risc-os-software</guid><pubDate>Sun, 16 Aug 2009 07:45:51 GMT</pubDate></item><item><title><![CDATA[SquareSpace iPhone App]]></title><description><![CDATA[<p>Squarespace has just released their iPhone app. The app is free and only connects to Squarespace accounts.</p>
<h2 id="greatguinospecialfeatures">Great GUI - no special features</h2>
<p>Featurewise it is very much like many other blogging apps. It supports editing of new and existing blog posts and supports images and tagging. It does not offer any support for markup of text.
Where the Squarespace app is different is the GUI and statistics. The GUI is very smooth and intuitive and the statistics are very nice, although also very depressing regarding my site.</p>
<p>I hope more features will be added soon, it is the nicest blogging application I have tried yet and it&#8217;s what I have used to write this post.</p>]]></description><link>https://bracke.dk/2009-11-06-squarespace-iphone-app</link><guid isPermaLink="true">https://bracke.dk/2009-11-06-squarespace-iphone-app</guid><pubDate>Fri, 06 Nov 2009 07:45:51 GMT</pubDate></item><item><title><![CDATA[HoMM V Easter egg]]></title><description><![CDATA[<p>I have recently started playing HoMM V again. It has been a year or two since I played it last time. It is just as fun as I remembered it to be and a good time waster, while I wait for HoMM VI !</p>
<p>While hurrying through the Haven campaign I stumbled across the following peculiar site. I have never noticed that particular kind of unit before, I wonder which faction it belongs to&hellip;</p>
<p><img width="600" src="https://bracke.dk/images/hommvopt-f5c54a290484cad83e45cc0f3a08d3ed.jpg" alt="Picture of tank in HoMMV" /></p>]]></description><link>https://bracke.dk/2010-04-04-homm-5-easteregg</link><guid isPermaLink="true">https://bracke.dk/2010-04-04-homm-5-easteregg</guid><pubDate>Sun, 04 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[Profiles]]></title><description><![CDATA[<p>I have several profile pages on the web. It seems every site on the web requires you to enter all sorts of private information and many publish this data as a user profile. I usually only enter what is necessary  or required and I try to activate all privacy options.</p>
<h2 id="limitingprofiles">Limiting profiles</h2>
<p>There are a few exceptions though. I  like the idea of having a public profile on which I present myself and my qualifications. But I would like to limit the number of profiles so that&#8217;s it easier to keep them up to date.</p>
<h2 id="linkedinandothers">LinkedIn and others</h2>
<p>I have chosen LinkedIn as my main public profile but I have also a Facebook page as the seems to be no way to avoid it. I also have profiles on Savannah and Sourceforge since I have projects registered there.</p>
<p>I have now updated those 4 pages and hope to keep them updated from now on. I have placed links to my profile pages in the right column. More will inevitably follow.</p>]]></description><link>https://bracke.dk/2010-04-04-profiles</link><guid isPermaLink="true">https://bracke.dk/2010-04-04-profiles</guid><pubDate>Sun, 04 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[Site Revamp]]></title><description><![CDATA[<p>I have never really been satisfied with the look of this site. It seemed quite dull but also crowded.</p>
<h2 id="crowdedpage">Crowded page</h2>
<p>The cause for the crowdedness was obvious: All those buttons on the right side of the page. They were links to various Web sites and were meant to make it easy for readers to cite content on my site. They took a lot of space, in fact they filled almost the entire column and were the prime reason for choosing a three column layout instead of a two column layout. I chose to remove them and switch to a two column layout.</p>
<h2 id="visualinterest">Visual interest</h2>
<p>In order to add visual interest I inserted a picture into the top section, it made a huge difference. The picture itself is a photo of the column supporting the roof of the Sony center next to  Potsdamer Platz in Berlin. No fancy effects have been used, it has simply been rotated and cropped.</p>
<p>I hope it helps!</p>]]></description><link>https://bracke.dk/2010-04-04-site-revamp</link><guid isPermaLink="true">https://bracke.dk/2010-04-04-site-revamp</guid><pubDate>Sun, 04 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[Command & Conquer 4 vs. MacMini and Paralells]]></title><description><![CDATA[<p>My main computer at home is a MacMini (current gen.) which is a very nice machine but probably never meant as gaming machine. Nevertheless I decided to try running C&amp;C 4 on it using Parallels.</p>
<h2 id="itworks">It works!</h2>
<p>Surprisingly it seems to work very well. The game runs without a hitch, except for the music which sometimes does skip a bit or two.</p>
<p>Note: I have lowered the graphics setting and I have not played the game much. Perhaps later and more complex parts of the game, have greater requirements.</p>
<h2 id="waitingforredalert4">Waiting for Red Alert 4</h2>
<p>This is actually the first time I&#8217;m playing a game in the original Command &amp; Conquer series. I have however played both Red Alert 2, Red Alert 3 and Command &amp; Conquer: Generals.
I like playing it, but I would prefer playing Red Alert 4, which hopefully is on its way!</p>]]></description><link>https://bracke.dk/2010-04-05-command-conquer-4-vs-macmini-and-paralells</link><guid isPermaLink="true">https://bracke.dk/2010-04-05-command-conquer-4-vs-macmini-and-paralells</guid><pubDate>Mon, 05 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[DNS Redirect]]></title><description><![CDATA[<p>My Squarespace address is bbracke.squarespace.com which is neither good nor really bad. I have another address www.bracke.dk which is better and the obvious solution would be to perform a DNS redirect but the basic Squarespace account does not support that.</p>
<h2 id="dnsredirectionandsquarespacepro">DNS redirection and SquareSpace Pro</h2>
<p>Well, now I have upgraded my Squarespace to &#8216;Pro&#8217; which supports DNS redirection. With the help of the free DNS service <a rel="external" href="http://www.gratisdns.dk">gratisdns.dk</a> and a few changed settings in the Squarespace setup, I performed the redirect. Now bracke.dk and www.bracke.dk both point to bbracke.squarespace.com.</p>]]></description><link>https://bracke.dk/2010-04-05-dns-redirect</link><guid isPermaLink="true">https://bracke.dk/2010-04-05-dns-redirect</guid><pubDate>Mon, 05 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[Walking, the Google way]]></title><description><![CDATA[<p>I&#8217;m planning a trip to Vienna. To get a sense of the distance involved, I used the Google Maps &#8220;Get directions&#8221; function. It worked as expected and showed me the picture below.</p>
<p><a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=ikast&amp;daddr=Vienna,+Austria&amp;hl=en&amp;geocode=&amp;mra=ls&amp;sll=36.949892,-95.712891&amp;sspn=52.103593,77.34375&amp;ie=UTF8&amp;t=h&amp;z=6" target="_blank"><img src="https://bracke.dk/images/ViennaByCar-45e72ecdab57948732d7cad73880afa1.png" width="480" alt="To Vienna by Car" /></a></p>
<p>I then, just for fun, asked it for walking directions. This function is still in beta and Google writes that the calculated routes &#8220;may be missing sidewalks or pedestrian paths&#8221;. They sure do!</p>
<p><a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=ikast&amp;daddr=Vienna,+Austria&amp;hl=en&amp;geocode=FVWdWAMdULOLACn9n4kg2ZVLRjGQnFAdzK8ACg;FTad3wIdKtT5ACl_Kp0lmwdtRzHoE6NuBMIEOA&amp;mra=ls&amp;dirflg=w&amp;sll=52.167385,13.040295&amp;sspn=10.180852,19.335938&amp;ie=UTF8&amp;ll=52.187405,12.766113&amp;spn=10.177784,19.335937&amp;t=h&amp;z=6" target="_blank"><img src="https://bracke.dk/images/ViennaOnFoot-5ed1ab46cae76709eae1e83f257803c1.png" width="437" alt="To Vienna on foot" /></a></p>]]></description><link>https://bracke.dk/2010-04-15-walking-the-google-way</link><guid isPermaLink="true">https://bracke.dk/2010-04-15-walking-the-google-way</guid><pubDate>Thu, 15 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[Image Shadows]]></title><description><![CDATA[<p>I have looked into improving the way images are presented in my blog. I want them to have a shadow, without having to change the pictures.</p>
<!--more-->
<p>Helpfully the new CSS3 has the box-shadow feature which is just what I need. Obviously things aren&#8217;t that simple, since the browser support for box-shadow is limited. Instead I have used the following concoction:</p>
<pre><code class="css language-css">img {
 box-shadow: 3px 3px 3px #666;
 -moz-box-shadow: 3px 3px 3px #666;
 -webkit-box-shadow: 3px 3px 3px #666;
 filter: progid:DXImageTransform.Microsoft.dropShadow(color=#666, offX=3, offY=3, positive=true);
}
</code></pre>
<p>This should make sure all pictures will get a shadow no matter what browser is used to display them.</p>]]></description><link>https://bracke.dk/2010-04-18-image-shadows</link><guid isPermaLink="true">https://bracke.dk/2010-04-18-image-shadows</guid><pubDate>Sun, 18 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[Typography]]></title><description><![CDATA[<p>It seems typography is the latest and greatest among web designers. All web designers blog about it and magazines write about it. It&#8217;s almost as if it was a new thing. It not new and has in fact been known and used for a very, very long time.</p>
<p>But on the web it has seen very little attention. On most webpages choosing between two web safe fonts is the height of typography.</p>
<h2 id="muchneededfocusontypography">Much-needed Focus on Typography</h2>
<p>I think a renewed focus on typography is very much-needed. I have myself never really given it much thought and this webpage has very much been a victim of that. I will therefore use bracke.dk as my platform for experimenting with typography.</p>
<h2 id="basicthings">Basic Things</h2>
<p>For now I have changed a few basic things and I will check these changes over next few weeks and possibly tweak them further.</p>
<ul>
<li>Serif font &#8220;Georgia&#8221;</li>
<li>Indented first line  (css: <code>text-indent:50px;</code>)</li>
<li>Large first letter (css: <code>p:first-letter { font-size: 1.8em; }</code>)</li>
<li>Quoted text in small caps (css: <code>quote { font-variant: small-caps; }</code>)</li>
</ul>]]></description><link>https://bracke.dk/2010-04-18-typography</link><guid isPermaLink="true">https://bracke.dk/2010-04-18-typography</guid><pubDate>Sun, 18 Apr 2010 07:45:51 GMT</pubDate></item><item><title><![CDATA[Portable Coding]]></title><description><![CDATA[<p>No, this is not about creating applications that can run on multiple platforms. Instead this is about being able to move from one computer to another and being ready to code immediately without first having to install a bunch of applications.</p>
<!--more-->
<h2 id="vision">Vision</h2>
<p>Imagine being able to move between your work PC, your computer at home and a PC at a client/customer and always having you favorite tools ready to be used. Imagine being ready to create new ASP.NET page on a new PC without first having to install IIS, Visual Studio and whatever other applications you need. That is what I tried to realise lately.</p>
<h2 id="easysolution">Easy solution</h2>
<p>The &#8220;easy&#8221; solution is to grab installation files of all the needed programs and dump them on a usb flash drive or maybe even your phone. This way you will have everything at hand and just need to install the program instead of first having to find and download all install files. But installation still takes time and if its only a temporary work pc you will eventually have to remove all those applications again.</p>
<h2 id="portableforreal">Portable - for real</h2>
<p>The real solution is to install your applications directly onto the flash drive and run them from the flash drive instead of from the PC. This way your apps are ready immediately and they never &#8220;touch&#8221; the PC and thus, don&#8217;t ever need to be uninstalled.
Many applications won&#8217;t install that way. They insist on modifying things on the PC. But some work just fine without such an installation and many others have special portable versions which can handle these restrictions. These portable applications are usually also a bit smaller than the normal versions of these apps. They can be found all over the web, but a nice collection is at portableapps.com.</p>
<h2 id="portabledeveloperapps">Portable developer apps</h2>
<p>I have gathered portable versions of my favorite developer apps:</p>
<ul>
<li><a rel="external"  target="_blank" href="http://portableapps.com/apps/development/notepadpp_portable">Notepad++</a></li>
<li><a rel="external"  target="_blank" href="http://portableapps.com/apps/utilities/winmerge_portable">WinMerge</a></li>
<li><a rel="external"  target="_blank" href="http://www.ghisler.com/usbinst.htm">TotalCommander</a> (USB copy tool)</li>
<li><a rel="external"  target="_blank" href="http://www.softpedia.com/get/PORTABLE-SOFTWARE/Programming/Portable-Git.shtml">Git</a></li>
<li><a rel="external"  target="_blank" href="http://blogs.msdn.com/dmitryr/default.aspx">Cassini</a></li>
</ul>
<h2 id="portablenondeveloperapps">Portable non-developer apps</h2>
<p>I have also added a few non-developer apps:</p>
<ul>
<li><a rel="external"  target="_blank" href="http://portableapps.com/apps/office/openoffice_portable">OpenOffice</a></li>
<li><a rel="external"  target="_blank" href="http://portableapps.com/apps/utilities/clamwin_portable">ClamAV</a></li>
</ul>
<p>All these apps combined only take 500MB of space, of which OpenOffice takes 250MB. The Cassini version is (.3202) from Dmitry Robsman is available and compiles just fine in Visual Studio 2010. There is another version available with a slightly different GUI, but I have had some problems with it so I defaulted back to .3202.</p>]]></description><link>https://bracke.dk/2010-05-01-portable-coding</link><guid isPermaLink="true">https://bracke.dk/2010-05-01-portable-coding</guid><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Fix for Old Browsers]]></title><description><![CDATA[<p>Supporting older browsers, in particular old Internet Explorer versions, can be very difficult and takes a lot of time and effort.
If you agree with that statement, then I suggest you add the following rule to the .htaccess file of your Apache site.</p>
<pre><code class="bash language-bash">&lt;IfModule mod_rewrite.c&gt;
  RewriteEngine on
  RewriteCond %{HTTP_USER_AGENT} MSIE\ ([5678])\.
  RewriteRule .* http://www.browser-update.org/update.html [R=302,L]
&lt;/IfModule&gt;
</code></pre>
<p>It will make your life better and the world a better place!
Visit <a href="http://bracke.dk">bracke.dk</a> with an old IE version to get a demo.</p>]]></description><link>https://bracke.dk/2012-03-03-Fix-for-old-browsers</link><guid isPermaLink="true">https://bracke.dk/2012-03-03-Fix-for-old-browsers</guid><pubDate>Sat, 03 Mar 2012 07:45:51 GMT</pubDate></item><item><title><![CDATA[Note to Self - Regarding Apache on OSX Server]]></title><description><![CDATA[<p>Note to Self - Remember the following when using Apache on a Mac with OSX Server:</p>
<ul>
<li>The sites folder is at "<code>/Library/Server/Web/Data/Sites/</code>".</li>
<li>The server configuration is at "<code>/Library/Server/Config/apache2/</code>".</li>
<li>Set "<code>AllowOverride All</code>" in the "<code>/Library/Server/Config/apache2/sites/*.conf</code>" files.</li>
<li>Remove
"<code>SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown</code>" from "<code>/Library/Server/Config/apache2/http_server_app.conf</code>" as it is obsolete.</li>
<li>Restart the server using "<code>sudo apachectl restart</code>".</li>
</ul>]]></description><link>https://bracke.dk/2012-07-28-note-to-self-apache-mac</link><guid isPermaLink="true">https://bracke.dk/2012-07-28-note-to-self-apache-mac</guid><pubDate>Sat, 28 Jul 2012 07:45:51 GMT</pubDate></item><item><title><![CDATA[Node Resources]]></title><description><![CDATA[<p>I'm getting into NodeJS programming and have read a lot about it. My background is mainly server-side programming but I have also done a bit javascript on the client side and thus the async ways of Node are not completely foreign to me.</p>
<p>It is however very different from what I'm used to, which is the main reason I'm interested in it!
The following is a list of resources that helped me in my quest to learn Node.</p>
<ul>
<li><a href="http://nodejs.org" rel="external" target="_blank">NodeJS</a> - NodeJS itself.</li>
<li><a href="http://expressjs.com/guide.html" rel="external"  target="_blank">ExpressJS</a> - A web application framework for NodeJS.</li>
<li><a href="http://www.youtube.com/watch?v=jo_B4LTHi3I" rel="external" target="_blank">Introduction to NodeJS.</a> - Video with Ryan Dahl giving an introduction to NodeJS.</li>
<li><a href="http://www.youtube.com/watch?v=SAc0vQCC6UQ" rel="external" target="_blank">History of NodeJS.</a> - Video with Ryan Dahl talking about the history of NodeJS.</li>
<li><a href="http://coding.smashingmagazine.com/2011/09/16/useful-node-js-tools-tutorials-and-resources/" rel="external" target="_blank">Useful NodeJS Tools, Tutorials And Resources</a> - A list Useful NodeJS Tools, Tutorials And Resources.</li>
<li><a href="http://stackoverflow.com/tags/node.js/info" rel="external" target="_blank">More resources</a> - A list of further Node resources.</li>
</ul>]]></description><link>https://bracke.dk/2012-08-10-node-resources</link><guid isPermaLink="true">https://bracke.dk/2012-08-10-node-resources</guid><pubDate>Mon, 08 Oct 2012 07:45:51 GMT</pubDate></item><item><title><![CDATA[GitHub Pages]]></title><description><![CDATA[<p>I have for quite a while been hosting my homepage (the one you are looking at!) on my own server at home, a MacMini. I have now finally moved the site to GitHub.</p>
<h2 id="theprocess">The Process</h2>
<p>The site is still created as a series of static pages by jekyll, a static site generator. I use a slightly modified version of Jekyll and a bunch of extensions.</p>
<p>The following assumes that you have registered on GitHub and created a repository for your site. Clone this repository using GIT or the GitHub app.</p>
<ul>
<li>Open a command line and make the local site directory the current directory.</li>
<li>Run the jekyll instruction which creates the static site.</li>
<li>Copy the resulting files into the cloned repository.</li>
<li>Commit the changes and push/sync them to the gh-pages branch using GIT or the GitHub app.</li>
</ul>
<p>I have pointed my DNS to the GitHub ip address and added a CNAME file to the website root, which contains a single line: "bracke.dk" (my domain).
The website is pushed to the gh-pages branch of repository and that branch is set as the default branch (look at the "Admin" section of your site on GitHub).</p>
<p>The above was not obvious to me and I found the documentation on GitHub quite confusing on this matter.</p>]]></description><link>https://bracke.dk/2012-11-04-Github-pages</link><guid isPermaLink="true">https://bracke.dk/2012-11-04-Github-pages</guid><pubDate>Sun, 04 Nov 2012 07:45:51 GMT</pubDate></item><item><title><![CDATA[HoMMII on OSX Mountain Lion]]></title><description><![CDATA[<p>One of the best computer games I have ever played is Heroes of Might and Magic 2 - yes - 2 - not version 5 or 6.
I played it and the expansion pack "Prize of Loyalty" on my Acorn RISC PC for a long time.</p>
<!--more-->
<p>I have also tried newer versions but they somehow don't seem as good. Although HoMM3 and HoMM5 were ok.</p>
<p>My main computer is now a MacBookPro and I decided to try to make HoMM2 run on that machine. Amazingly I got it going and it was surprisingly simpel. The following is a recipe for getting HoMM2 running on your OSX machine.</p>
<h3 id="prerequisites">Prerequisites</h3>
<ul>
<li>The HoMM2 disc or a copy of it.
I copied the disc using DiscUtility and simply mount the ISO file every time I want to play.</li>
<li>Wineskin - This utility is used to create a wrapper around the HoMM2 Windows program to make it run on your Mac. You can get it <a href="http://wineskin.urgesoftware.com/tiki-index.php?page=Downloads">here</a>.</li>
</ul>
<h3 id="creatingthehomm2wrapper">Creating the HoMM2 wrapper</h3>
<p>The following recipe will create a HoMM2 wrapper application which will run HoMM2 using the Wine Windows "emulator".</p>
<ul>
<li>Run the WineSKin Winery app, You will be prompted to select an engine and a wrapper version - simply select the newest ones.</li>
<li>Click on "Create new blank wrapper", this creates a new app in a Wineskin subfolder of your application folder.</li>
<li>Run the app you have just created - this opens a small window with 4 buttons.</li>
<li>Click on the "Install software" button and choose the setup.exe on the HoMM2 CD and start the install. The install will work like it would on a PC</li>
<li>Now click on the second button ("Set Screen Options") and select "Override" instead of "Automatic" and "Rootless (windowed)" instead of "Fullscreen" and click "Done".</li>
<li>Click the third button to get to the advanced options section. Make sure the path to the HoMM2 exe file is correct and is on your harddisc and not on the CD.</li>
<li>Select the tools tab and click on the "Config utility" button.</li>
<li>Select the "Applications" tab and set the "Windows Version" to "Windows 98" and click on "OK".</li>
</ul>
<p>Now you should have a working version of HoMM2! Click on "Test Run" in the "Advanced"tab to confirm it.</p>]]></description><link>https://bracke.dk/2012-11-10-HoMMII-on-OSX-Mountain-Lion</link><guid isPermaLink="true">https://bracke.dk/2012-11-10-HoMMII-on-OSX-Mountain-Lion</guid><pubDate>Sat, 10 Nov 2012 07:45:51 GMT</pubDate></item><item><title><![CDATA[Fix Bonobo Problem]]></title><description><![CDATA[<p>How to fix 'protocol error: bad line length character: &lt;!DO' problem with the Bonobo Git Server.</p>
<h2 id="theproblem">The Problem</h2>
<p>When I push changes to a project on the Bonobo Git server, it fails with the following message:</p>
<pre><code class="bash language-bash">protocol error: bad line length character: &lt;!DO
</code></pre>
<p>It only happens with large commits.</p>
<h2 id="thesolution">The Solution</h2>
<p>The problem is the resulting size of the request. There is a max size and when that is reached it results in apartial request.</p>
<p>The solution is to increase the max request size in the Bonobos web.config:</p>
<pre><code class="xml language-xml">&lt;httpRuntime maxRequestLength="2147483647" /&gt;
</code></pre>]]></description><link>https://bracke.dk/2016-01-31-Fix-Bonobo-Problem</link><guid isPermaLink="true">https://bracke.dk/2016-01-31-Fix-Bonobo-Problem</guid><pubDate>Sun, 31 Jan 2016 07:45:51 GMT</pubDate></item></channel></rss>