changelog
2009.12.15
This blog was designed for viewing in Firefox 3.5.5 with a screen resolution of 1440 x 900 px

_________
2009.12.13
I realized that my “older posts” and “newer posts” buttons were not working properly, so I tried fixing them by editing the php-codes in the index-file. As my php-skills are quite limited, I could not get the buttons to work. I ended up taking a code from another theme, that I had used earlier.
This was the code before I changed it:
<div id=”bottomnav”>
<div><?php posts_nav_link(”,”,’« Show me the past’) ?></div>
<div><?php posts_nav_link(”,’Go to Future »’,”) ?></div>
</div>
<div id=”bottomnav”>
<div class=”left”><?php posts_nav_link(”,”,’« Show me the past’) ?></div>
<div class=”right”><?php posts_nav_link(”,’Go to Future »’,”) ?></div>
</div>
And this is the code I used instead and adjusted to my own classes.
<div class=”bottomnav”>
<div class=”left”><?php next_posts_link(’« Older posts’) ?></div>
<div class=”right”><?php previous_posts_link(’Newer posts »’) ?></div>
</div>
_________
2009.11.23
I have added a new feed button that I created in Photoshop. The button is now placed in the top of the page instead of the bottom.

I did this by moving the following piece of code from the footer.php-file to the header.php-file:
<div id=”feed”>
<ul id=”feed”>
<li><a href=”<?php bloginfo(’rss2_url’); ?>”><img src=”<?php bloginfo(’template_url’); ?>/images/feed.png” width=”32″ height=”32″ /></a></li>
<li>Feed me!</li>
_________
2009.11.19
I have removed the RSS-button from the footer, as I want it to be placed somewhere in the top of the page instead. This piece of code was removed from the footer.php-file:
<div id=”feed”>
<ul id=”feed”>
<li><a href=”<?php bloginfo(’rss2_url’); ?>”><img src=”<?php bloginfo(’template_url’); ?>/images/feed.png” width=”32″ height=”32″ /></a></li>
<li>Feed me!</li>
</ul>
</div><!–feed–>
_________
2009.11.18
Changed link in the menu. Now it is longer called “home” – I decided to use “blog” instead. Edited this piece of code:
<li><a href=”<?php echo get_option(’home’); ?>/”>blog</a></li>
_________
2009.11.06
Added another page containing a feed from the BIMK groupblog. I used the same code as I did for the group 12 feed – but of course with a different URL.
I have also added a favicon. Used Photoshop to create the 16×16 px image and then uploaded it to this website, which helped me generate the icon. I inserted this piece of code to my header.php-file:
<link rel=”shortcut icon” href=”/itu/anchor3.ico”>
![]()
_________
2009.11.03
Made some changes to the header (but for some reason it’s not visible in Internet Explorer – I’m using Firefox and Safari)

The following piece of code was edited:
#header {
margin:0 auto;
padding: 0;
height: 100px;
width: 758px;
}
#header a {
text-transform:uppercase;
color: #ffffff;
background: rgba(0, 0, 0, 0.7);
}
#header a:hover {
background: #f384a3;
}
_________
2009.10.28
Moved the headline (my name) by changing the following piece of code:
#header h1 {
float:left;
margin-top:80px;
margin-left:30px;
font-size:30px;
}

_________
2009.10.23
I have had some trouble with a lot of spam comments, so I installed the WP-SpamFree Anti-Spam plugin. Hopefully this will help.
_________
2009.10.19
The width of the sidebar was set to 190 px, which made the tag cloud jump out of the content box. I changed the width to 180 px.
#sidebar {
padding: 10px 0 10px 0;
margin-left: 580px;
width: 180px;
}
As I mentioned a few days ago, I had an idea for a new background image. Today I took a few photos of my desk at home and changed the bg.jpg-file once again. I also changed the opacity level of the content area to improve readability. I think my blog is now showing a lot more of my personality.

_________
2009.10.17
Removed borders from all images by deleting the following piece of code in the stylesheet:
img {
border:2px solid #fff;
border-bottom:4px solid #fff;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
I have also added a new background image, but this is only temporary. I have an idea for another photo I want to take and use as background.

_________
2009.10.15
Installed Kimilli Flash Embed plugin to be able to post Flash elements.
_________
2009.10.02
Tag cloud added and font colours changed again. Removed some widgets.

_________
2009.10.01
New background image and font colours.

_________
2009.09.27
The theme I had been working with turned out to be quite difficult to change, and some things were not working. So I found an even better one. Pellucid Dashed:

_________
2009.09.15
Playing with different themes. For a while my blog looked like this:

But for now I would like to use this theme:

_________
2009.09.13
Group feed is now working after I installed the plugin called FeedList.
_________
2009.09.10
The blog is up and running with a basic wp-look.
