<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>tombraidergirl's blog - Website</title>
    <link>http://blog.tombraidergirl.net/</link>
    <description>Stories, Websites &amp; Strange Dreams</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Me VS css</title>
    <link>http://blog.tombraidergirl.net/archives/104-Me-VS-css.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/104-Me-VS-css.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=104</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=104</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    For days I&#039;ve been working on a new design for my website, and it&#039;s driving me mad. I&#039;ve never been that angry about css and html or even my server.&lt;br /&gt;
&lt;br /&gt;
I swear, there is a troll sitting on the server, messing up everything I just created.&lt;br /&gt;
&lt;br /&gt;
I first started with a very messy version with images mainly in the main folder and one external style sheet, using css formatting only, using no tables at all and everything worked fine, till I began to try and get the backgrounds of two neighbouring columns to reach down to the end of the site.... &lt;br /&gt;
&lt;br /&gt;
This failed as only the one with the &quot;longer content&quot; seemed to reach down to the end of the page. Then I tried using minimum-height, following a manual for it in every aspect, but it did not work...&lt;br /&gt;
&lt;br /&gt;
After several tries, each time beginning from scratch, I gave up and decided to go back to tables, at which point Firefox decided it didn&#039;t like tables any more. And even though I could not find any reason, any error and had a valid code it insisted that there was &quot;text&quot; between my two &quot;td&quot;s - I swear, it was &quot;td closed&quot; &quot;td opened&quot;, there was nothing in-between, not even a space.&lt;br /&gt;
&lt;br /&gt;
In-between, whenever I had enough of the trouble with tables or floating divs, I got over to moving the images into a separate folder to get some order. This worked fine, till I tried linking them. I used the same method as on my regular Website (I must say, that the location where I&#039;m trying all this is exactly like the one on the regular site, is is just another subfolder on the same server, they just have a different name and a different domain assigned to them) a link would look like this &lt;img src=&quot;http://blog.tombraidergirl.net/images/image.jpg&quot;&gt; using the / at the beginning to indicate that it is relative to the main folder; this was I can use the same link in an include file without any trouble... or so I thought. This would not work... &lt;br /&gt;
&lt;br /&gt;
Then suddenly a similar problem turned up with one of my includes... I normally use &lt;br /&gt;
include(&#039;includefile.inc.php&#039;);&lt;br /&gt;
or&lt;br /&gt;
include(&quot;includefile.inc.php&quot;);&lt;br /&gt;
to include a file in several pages that has always the same content... but suddenly   include(&#039;head_d.inc.php&#039;); was not good enough for my server and it took me 20 Minutes to figure out that it was because I used &#039; &#039; instead of &quot; &quot;  which is very strange, as there was no conflict with other &#039;s or &quot;s....&lt;br /&gt;
&lt;br /&gt;
Yesterday... It was suddenly the other way around and I had to exchange &quot; and &#039; again... Silly server....&lt;br /&gt;
&lt;br /&gt;
One other thing happened yesterday. I finally decided on accepting a compromise and using css. I already had a running version of how I liked it but with all image and stylesheet links (and content) a bit too messy for my taste. So I copied it and exchanged the links, then modified the menu and then tested it. Suddenly something I did not touch at all did not work any more. Just-like-that.... I tried to find the error, I removed all non-essential information from the page, I copied the working source of the part in question into my framework but  everything was unsuccessful. So it must be something I used in one of the two surrounding divs... However I could not find anything that explained why something that was supposed to be at the beginning of the right column was at the end of it. There was no &quot;clear&quot; or anything... &lt;br /&gt;
&lt;br /&gt;
So I started from scratch again....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.tombraidergirl.net/archives/104-Me-VS-css.html#extended&quot;&gt;Continue reading &quot;Me VS css&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 10 Aug 2007 00:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/104-guid.html</guid>
    
</item>
<item>
    <title>WBB Board</title>
    <link>http://blog.tombraidergirl.net/archives/91-WBB-Board.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/91-WBB-Board.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=91</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=91</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    Today I tried to convert my phpBB Forum to a WBB Lite (I was maybe planning to get the full version, if this test was successful and the board proved to be more comfortable)...&lt;br /&gt;
&lt;br /&gt;
Alas everything went wrong. After countless timeouts while uploading it I finally decided to try it on my home server instead. I installed the WBB, I copied my forum.tombraidergirl.net database there and then I tried the converter, which was designed to convert phpBB to WBB. &lt;br /&gt;
&lt;br /&gt;
It failed after converting 17.000 Posts of 30.000. So, we tried again this time converting the posts separately. This seemed to work at first, but when checking out the forum I realised that I couldn&#039;t log in. &lt;br /&gt;
&lt;br /&gt;
WBB seems to be using user id 1 for the guest account. In phpBB the guest account was -1 and id 1 was my account. In other words my account had been deleted. I used one of my test-accounts and changed the permissions to admin through the DB to get into the forum. So I got in, but the forums were damaged as well&lt;br /&gt;
&lt;br /&gt;
For now I have given up.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 08 Sep 2005 22:22:08 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/91-guid.html</guid>
    
</item>
<item>
    <title>Comic Section</title>
    <link>http://blog.tombraidergirl.net/archives/72-Comic-Section.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/72-Comic-Section.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    I am currently busy with revising the complete site. &lt;br /&gt;
&lt;br /&gt;
Originally I wanted to put everything in a database, but after finishing the &lt;a href=&quot;http://blog.tombraidergirl.net/exit.php?url_id=50&amp;amp;entry_id=72&quot; title=&quot;http://www.tombraidergirl.com/fanfiction/fanfiction.php&quot;  onmouseover=&quot;window.status=&#039;http://www.tombraidergirl.com/fanfiction/fanfiction.php&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Fanfiction Section&lt;/a&gt; I cannot be bothered. Too much work to do.&lt;br /&gt;
&lt;br /&gt;
Maybe I&#039;ll convert the walkthroughs next, but for now, I will just update everything manually.&lt;br /&gt;
&lt;br /&gt;
I have started with the german part and am currently working on the Comic Section. I am trying to integrate the &lt;a href=&quot;http://blog.tombraidergirl.net/exit.php?url_id=51&amp;amp;entry_id=72&quot; title=&quot;http://wikiraider.tombraidergirl.net/index.php/Main_Page&quot;  onmouseover=&quot;window.status=&#039;http://wikiraider.tombraidergirl.net/index.php/Main_Page&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;WIKI&lt;/a&gt; with the site, while I&#039;m at it. &lt;br /&gt;
&lt;br /&gt;
I have also worked on the Movie page (added deleted scenes of Cradle of Life), which will come online, when I am ready with updating the whole page.  &lt;br /&gt;
&lt;br /&gt;
I will upload everything at once, since a new background will come along with it. 
    </content:encoded>

    <pubDate>Wed, 13 Jul 2005 15:07:45 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/72-guid.html</guid>
    
</item>
<item>
    <title>Moving</title>
    <link>http://blog.tombraidergirl.net/archives/58-Moving.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/58-Moving.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=58</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    I have finally made a decision to move my website to a different webhosting package.&lt;br /&gt;
&lt;br /&gt;
Well actually nothing will change for tombraidergirl.com, since I simply upgraded the package, but the german part of the site tombraidergirl.de will move over to the same server.&lt;br /&gt;
&lt;br /&gt;
Since both sites will then be at the same location, I am now working on a mysql based solution to connect the pages better. &lt;br /&gt;
&lt;br /&gt;
I am currently busy with filling my walkthrough into the database. The only thing I will have to worry about in the future is the content of the walkthroughs. The menu, the category links, the previous and next links and the disclaimers will be generated automatically.&lt;br /&gt;
&lt;br /&gt;
Afterwards it will be very simple to change the design of the whole page in a few steps, in case I get a new idea. 
    </content:encoded>

    <pubDate>Sun, 27 Feb 2005 23:03:55 +0100</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/58-guid.html</guid>
    
</item>
<item>
    <title>So much work but no idea where to start</title>
    <link>http://blog.tombraidergirl.net/archives/47-So-much-work-but-no-idea-where-to-start.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/47-So-much-work-but-no-idea-where-to-start.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=47</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=47</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    Now I am sitting here, thinking about what to do next. I had planned to make huge steps forward today, but where do I start?&lt;br /&gt;
&lt;br /&gt;
I have just added a few more things to the &lt;a href=&quot;http://blog.tombraidergirl.net/exit.php?url_id=37&amp;amp;entry_id=47&quot; title=&quot;http://wikiraider.tombraidergirl.net/index.php/Main_Page&quot;  onmouseover=&quot;window.status=&#039;http://wikiraider.tombraidergirl.net/index.php/Main_Page&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;wiki&lt;/a&gt;. (where Lara&#039;s Mansion is, a few pictures and information on the minecart and the underwater jet, Aldwych, Sophia...)&lt;br /&gt;
&lt;br /&gt;
As you can see I have been playing Tomb Raider III, London. But only to get pics and info for the wiki.&lt;br /&gt;
&lt;br /&gt;
(I have to supress the urge, to mark every keyword, a sure sign that I have worked too much on the wiki.)&lt;br /&gt;
&lt;br /&gt;
I now got my own copy of The Prophecy for Gameboy Advance, thanks to ebay. So I could continue with the wt there. &lt;br /&gt;
&lt;br /&gt;
The last couple of days I was busy with working on the TR1 walkthrough. I turned every baddy into a link that will guide you to the tr1 opponents page, where you can find out what to do about them, and I have marked some keywords (like safety drop, cornerbug...) to the according article in the wiki. Overall it should have become easier to find all the information you might need.&lt;br /&gt;
&lt;br /&gt;
Then I suddenly got stuck in Egypt where I found that one of the baddies, named black panther, might actually be a panther mummy. I have to check this before I can continue. But then there is the problem that our version of Glidos is running on Jans PC. He wanted to make the baddy screenshots anyway. But then again he wanted to re-read my stories (&quot;remind me later&quot;, &quot;not now&quot; ...), help me to spellcheck and whatelse have I forgotten???&lt;br /&gt;
&lt;br /&gt;
So now where do I go? With TR1 unfinished I don&#039;t really want to start with the TR2 walkthrough.&lt;br /&gt;
&lt;br /&gt;
There is also the german version of the wiki that has to be made.&lt;br /&gt;
&lt;br /&gt;
Or there is the problem with the styles in the forum, which I have to redo.&lt;br /&gt;
&lt;br /&gt;
Or shall I dump everything and finally create the fanfiction db? Well I&#039;d need Jan&#039;s help and he has to read, first, DAMN IT! 
    </content:encoded>

    <pubDate>Fri, 26 Nov 2004 15:37:36 +0100</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/47-guid.html</guid>
    
</item>
<item>
    <title>Styles</title>
    <link>http://blog.tombraidergirl.net/archives/41-Styles.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/41-Styles.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    Yesterday I have made a new background for the website, after changing the banner two days erlier and someone saying they want a new style in the forum I came up with this quick change which also included some of the colours. &lt;br /&gt;
&lt;br /&gt;
I might change the background colour on mouseover for the menu as well but later.&lt;br /&gt;
&lt;br /&gt;
The same background will be used for my new project (yes, it&#039;s independent from the website) but it is fading into white. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;The New Project:&lt;/b&gt;&lt;br /&gt;
As for the new project I have made huge steps forward. I have designed a logo and as mentioned the background is ready. As people can choose which style to use I will have to see what I do about the other unchanged styles, either remove them or offer different tr themes. &lt;br /&gt;
&lt;br /&gt;
A lot of informantion still has to be filled in, but I&#039;ll probably make it till Halloween. Although not in german, that will probably cost me another two weeks to get it done.  
    </content:encoded>

    <pubDate>Sat, 16 Oct 2004 11:37:36 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/41-guid.html</guid>
    
</item>
<item>
    <title>Work in Progress</title>
    <link>http://blog.tombraidergirl.net/archives/40-Work-in-Progress.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/40-Work-in-Progress.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=40</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=40</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    It&#039;s been a long times since I posted anything in here. &lt;br /&gt;
&lt;br /&gt;
First of all I was busy with fixing a few problems with the new forums styles.&lt;br /&gt;
&lt;br /&gt;
Second I have been working on some of the walkthroughs. I have spellchecked part of it, marked goodies and baddies, and I have added pictures here and there.&lt;br /&gt;
&lt;br /&gt;
And third I am working on a little Halloween Treat. What thas it I won&#039;t tell you yet, you have to wait a while longer. I&#039;ll just tell you, that it has taken up most of my freetime during the last week. 
    </content:encoded>

    <pubDate>Wed, 13 Oct 2004 12:52:25 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/40-guid.html</guid>
    
</item>
<item>
    <title>University has started</title>
    <link>http://blog.tombraidergirl.net/archives/42-University-has-started.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/42-University-has-started.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    University has started again. Alas I didn&#039;t get everything done I wanted to. &lt;br /&gt;
&lt;br /&gt;
Especially the &quot;Fanfiction  Section&quot; where I planned to introduce an automatic upload function and put everything in a database, could not be finished.&lt;br /&gt;
&lt;br /&gt;
Further I still have a lot of the walkthroughs to spellcheck. I am revising AoD (both languages), TR1 (English) and TR2 (German) which is also not done. In AoD I am in Prague and in TR1 and 2 in the second level.&lt;br /&gt;
&lt;br /&gt;
Only the Halloween Treat proceedes as planned and will probably be finished in time. &lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 11 Oct 2004 11:11:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/42-guid.html</guid>
    
</item>
<item>
    <title>Fanfiction Section</title>
    <link>http://blog.tombraidergirl.net/archives/38-Fanfiction-Section.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/38-Fanfiction-Section.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    Again I have put much thought into the fanfiction section. For a long time I&#039;ve now been planning to change to an automatic system, where writers can log in and post their stories online. I don&#039;t have the time to build it from scratch so I looked everywhere for open source software I could use. Unfortunately I didn&#039;t find any (yet). What I could find was either open to everyone (every registered user could edit every article, theirs or not) or still in development.&lt;br /&gt;
&lt;br /&gt;
Currently we are busy with uploading our last hope for a quiet week without much to do. If this fails I might have to change my mind and start building it myself. &lt;br /&gt;
&lt;br /&gt;
And this is the reason why I did not make a new forum style tonight, besides that fact that after fixing a few wrong graphics this morning I was fed up with it. 
    </content:encoded>

    <pubDate>Sat, 02 Oct 2004 23:32:12 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/38-guid.html</guid>
    
</item>
<item>
    <title>New Forums Style</title>
    <link>http://blog.tombraidergirl.net/archives/37-New-Forums-Style.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/37-New-Forums-Style.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    Two new Forums Styles are ready for use.&lt;br /&gt;
The first one is a Comic Lara Style:&lt;br /&gt;
&lt;img src=&quot;http://forum.tombraidergirl.net/templates/comic.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
And the second is one I&#039;ve made because of the popularity of the Kurtis style, but the fact, that most people who commented on the style did not like Kurtis &lt;img src=&quot;http://blog.tombraidergirl.net/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
So here is the AoD Lara Style which is similar to the Kurtis one.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://forum.tombraidergirl.net/templates/aodlara.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I might do more Styles during the next week.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 01 Oct 2004 22:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Forum Style Kurtis.</title>
    <link>http://blog.tombraidergirl.net/archives/36-Forum-Style-Kurtis..html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/36-Forum-Style-Kurtis..html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    After hours of work the first new style: Kurtis is finally ready.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://forum.tombraidergirl.net/templates/kurtis.jpg&quot; alt=&quot;&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 30 Sep 2004 23:56:36 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/36-guid.html</guid>
    
</item>
<item>
    <title>Forum Design</title>
    <link>http://blog.tombraidergirl.net/archives/35-Forum-Design.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/35-Forum-Design.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=35</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    Today I had an idea for a new forums design. I will start this project as soon as I can. I am planning to make two completely new styles, one in white, the other one in black. The new styles will be filled with little Tomb Raider graphics. &lt;br /&gt;
&lt;br /&gt;
I am thinking about a picture for the background, little icons for the postings and a new head banner.  
    </content:encoded>

    <pubDate>Thu, 30 Sep 2004 16:35:21 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/35-guid.html</guid>
    
</item>
<item>
    <title>Status of the AoD Walkthrough Revision</title>
    <link>http://blog.tombraidergirl.net/archives/34-Status-of-the-AoD-Walkthrough-Revision.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/34-Status-of-the-AoD-Walkthrough-Revision.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    It seems this is taking me a while longer. I started  sorting the screenshots and this proved to be more complicated as it seemes at first. I am currently busy with the Hall of Seasons and the four seasons levels. 
    </content:encoded>

    <pubDate>Thu, 30 Sep 2004 16:31:45 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/34-guid.html</guid>
    
</item>
<item>
    <title>AoD Walkthrough again</title>
    <link>http://blog.tombraidergirl.net/archives/33-AoD-Walkthrough-again.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/33-AoD-Walkthrough-again.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    I am still working on the AoD walkthrough. Currently I am comparing the Louvre stormdrain part. I estimate, that I will make it throught the whole Louvre part soon. And hopefully I can starts playing the Prague part today. &lt;br /&gt;
&lt;br /&gt;
Next up I will test all the savegames for compatibility with the 52 patch. Most of my savegames from the Prague part are useless with the 52 patch. 
    </content:encoded>

    <pubDate>Wed, 29 Sep 2004 13:16:59 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/33-guid.html</guid>
    
</item>
<item>
    <title>AoD Walkthrough and Comics</title>
    <link>http://blog.tombraidergirl.net/archives/31-AoD-Walkthrough-and-Comics.html</link>
            <category>Website</category>
    
    <comments>http://blog.tombraidergirl.net/archives/31-AoD-Walkthrough-and-Comics.html#comments</comments>
    <wfw:comment>http://blog.tombraidergirl.net/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.tombraidergirl.net/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (tombraidergirl)</author>
    <content:encoded>
    I am currently busy comparing the english and the german walkthrough. There are reviesed parts I have not written in one or the other language. The whole Paris section is revised and enhanced with graphics. &lt;br /&gt;
&lt;br /&gt;
When I am ready with that I will take care of the Prague section which has not been revised so far. I also have to make savegames for the prague part, especially since the old savegames (made without patch) are useless with the 52 patch installed.&lt;br /&gt;
&lt;br /&gt;
After that I will return to translationg the gold walkthroughs to german, and then next up is the unfinished business wt, for which I will need Jan&#039;s computer, since he is the one who has a Glidos PC Version. (I always played TR1 on my PlayStation.)&lt;br /&gt;
&lt;br /&gt;
As always I will spend some time with other things inbetween. There are the deleted scenes from Cradle of Life and as always the comic section where I&#039;ll have something to do.&lt;br /&gt;
&lt;br /&gt;
I have done what I can for the english comic section, the pictures still have to be made. (The first page is ready, but I wanted to make at least three before I upload it.)&lt;br /&gt;
&lt;br /&gt;
I have to work on the german comic section. Especially scan the special limited editions I have got. I haven&#039;t bought all the standard issues, since I have them in english, but I couldn&#039;t resist the german comic con specials. After all these are collectibles. 
    </content:encoded>

    <pubDate>Tue, 28 Sep 2004 13:00:29 +0200</pubDate>
    <guid isPermaLink="false">http://blog.tombraidergirl.net/archives/31-guid.html</guid>
    
</item>

</channel>
</rss>