
/* Title:		update-history.js
** Description:		History of all the updates of http://woodrow.de.vu/
**			which are not blog psotings but design- and feature-updates
** Author:		Woodrow Shigeru (woodrow.shigeru@gmx.net)
** created:		2oo5-12-26
** modified:		2oo7-o6-16
*/

 // read last date of an update out of the Update-DB
function last_update()
{
	var i = UpdateList.length - 1;
	var j;
	var Hilf = "";

	while ( UpdateList[i][0] == undefined )
		i--;

	for (j = 2; j <= UpdateList[i][0].length; j++)
		Hilf = Hilf + UpdateList[i][0].charAt(j);

	Hilf = "Last Design-Update: -" + Hilf + "-";
	return Hilf;
}

var a;
var UpdateList = new Array(1);

for (a = 0; a < 100; a++)
	UpdateList[a] = new Array(1);

/* Note:
** First: Date (Name)
** Second: Content
*/

UpdateList[00][0] = "2oo5-11-o6";
UpdateList[00][1] = "I don't remember what the last update was, but it was written over a month before the update-history came to life";

UpdateList[01][0] = "2oo5-12-26";
UpdateList[01][1] = "added a function called 'update-history'; added <a href='aboutsite.html'>aboutsite.html</a>";

UpdateList[02][0] = "2oo6-o1-o6";
UpdateList[02][1] = "added a new Logo and short Descriptions for the Photos (the ones at the top)";

UpdateList[03][0] = "2oo6-o1-1o";
UpdateList[03][1] = "added a '(Read More)'-Feature, from post 'Moderne Marotten (2oo6-o1-o6)' onwards. And I think I will update the old ones, too (without updating here again). Yes, I think I could do that.";

UpdateList[04][0] = "2oo6-o1-3o";
UpdateList[04][1] = "added a <a href='legend.html'>Psot-Header-Legend</a>";

UpdateList[05][0] = "2oo6-o2-16";
UpdateList[05][1] = "added 'Banners of the Day'-Goody";

UpdateList[06][0] = "2oo6-o4-o5";
UpdateList[06][1] = "moved to uni-webspace and changed base-URL to <a href='http://woodrow.de.vu'>woodrow.de.vu/</a>";

UpdateList[07][0] = "2oo6-o4-o8";
UpdateList[07][1] = "added Last.fm-support (Woody's Recent Tracks Chart)";

UpdateList[08][0] = "2oo6-o4-14";
UpdateList[08][1] = "added RSS Site Feeding";

UpdateList[09][0] = "2oo6-o5-o9";
UpdateList[09][1] = "added RSS Site Feed Link on Nav Bar";

UpdateList[10][0] = "2oo6-o6-o2";
UpdateList[10][1] = "moved the pics from geocities to uni-webspace";

UpdateList[11][0] = "2oo6-o6-o2";
UpdateList[11][1] = "added some new fotos in the logo-bar";

UpdateList[12][0] = "2oo6-o6-o6";
UpdateList[12][1] = "repaired the image-preloading of my link-banners";

UpdateList[13][0] = "2oo6-o6-o6";
UpdateList[13][1] = "added links and pictures with bigger resolution to the 'logo gallery'";

UpdateList[14][0] = "2oo6-o6-o7";
UpdateList[14][1] = "tuned the presentation of the update-history (just a little bit)";

UpdateList[15][0] = "2oo6-1o-o7";
UpdateList[15][1] = "uploaded smaller versions of most of the images in terms of filesize in order to increase general loading time and did a structural cleaning of all the html code";

UpdateList[16][0] = "2oo6-1o-11";
UpdateList[16][1] = "Birthday Update: new design with new features (onMouseOver-lighting on pictures), a new design on my link-banners, a fresh new hard to ignore logo";

UpdateList[17][0] = "2oo6-12-o5";
UpdateList[17][1] = "added one new banner";

UpdateList[18][0] = "2oo6-12-25";
UpdateList[18][1] = "added two new fotos to the logo-bar";

UpdateList[19][0] = "2oo7-o1-22";
UpdateList[19][1] = "switched to the new version of Blogger; applied some labels to old psots";

UpdateList[20][0] = "2oo7-o3-21";
UpdateList[20][1] = "made some minor design changes concerning labels and links to archive-pages";

UpdateList[21][0] = "2oo7-o6-12";
UpdateList[21][1] = "finally added the label-links, as I've wanted to do for a long time";

UpdateList[22][0] = "2oo7-o6-16";
UpdateList[22][1] = "introduced my library of cutscene downloads references";

UpdateList[23][0] = "2oo7-o6-2o";
UpdateList[23][1] = "enhanced the looks of the cutscene downloads a little bit";

UpdateList[24][0] = "2oo7-o6-22";
UpdateList[24][1] = "fixed the cutscene downloads, now compatible with Firefox";

/*
"notification.js :: pulsating; images.js :: make the img-preload and picswap-part work so that I can easily use it in future projects; fotos.js :: dealing with the img-preload and picswap-part"
"compatibility for all browsers / these browsers (...)"
"added new banner-links (gametrailers, etc.)"
"get rid of all debugging lines and div-fields"

"font on right side bar was too big"
"move right side bar more to the right"
"sonderzeichen '�' koennen nicht richtig dargestellt werden. bestimmt eine ftp-flashfxp-byhindarung"

"correct the targeting of links globally"
"foto-01.html :: wird das noch was?"

"// other stuff

br.bannerbr
{
	line-height: .1 em;
}

<br><img src='http://user.phil-fak.uni-duesseldorf.de/~cieslik/homeblog/images/woodrow-03.jpg' width=432 height=126 title='Woody�s HomeBlog'>"

*/
