Changelog
→ Changes in 2016
→ Changes in 2015
→ Changes in 2014
→ Changes in 2013
→ Changes in 2012
→ Changes in 2011
→ Changes in 2010
→ Changes in 2009
→ Changes in 2008
v1.15.0 on Dec/29/2007
-
-
-
-
Added the
CSS
rule sets
div#footer > div {
background-color: rgb(255, 255, 153);
}
div#footer > div.fixed {
position: fixed;
bottom: 0em;
left: 0em;
z-index: 1;
}
and revised the
CSS
rule set
div#footer { ... }
.
v1.14.0 on Dec/27/2007
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
-
-
Optimized the underlying
XHTML
code:
The improper usage of the
XHTML
element
<br />
as spacer was substituted by means of
CSS.
v1.13.0 on Dec/25/2007
-
-
Revised the content of the changelog entry made on
Sep/29/2007:
Before the Change |
After the Change |
...
XHTML element
<hr />
...
|
...
XHTML
element
<hr />
...
|
-
Revised the content of the changelog entries made on
Sep/28/2007
and
Sep/27/2007:
Before the Change |
After the Change |
...
XHTML element
<title>:
|
...
XHTML
element
<title>:
|
v1.12.0 on Dec/22/2007
-
-
-
Added a link referring to the newly created section
Contact.
-
-
Removed the contact instruction.
-
-
Removed the contact instruction.
v1.11.0 on Dec/20/2007
-
-
Fixed the
CSS
rule set
hr.delimiter_minor { ... }
.
-
Fixed the
CSS
rule set
hr.delimiter_minor_level2 { ... }
.
-
Fixed the
CSS
rule set
hr.delimiter_minor_level3 { ... }
.
-
v1.9.0 on Dec/16/2007
-
-
Newly created.
-
Added the link referring to the section
Disclaimer.
-
-
Removed the link referring to the section
Disclaimer.
-
-
Re-enabled with new content.
-
v1.8.2 on Dec/13/2007
-
-
Fixed a bug in the
JavaScript
function
AddClassToTableElement()
concerning
Microsoft’s
Internet Explorer 7:
Before the Change |
After the Change |
...
if (i == "length") break;
...
|
...
if (i == "length") continue;
...
|
-
Fixed yet another bug in the
JavaScript
function
AddClassToTableElement()
concerning the naming of a local variable:
Before the Change |
After the Change |
var resourceElement ...
|
var htmlElement ...
|
The wrong naming was caused by a Copy & Paste action.
v1.8.1 on Dec/11/2007
-
-
Fixed the appearance of a
Before/After
table in the changelog entry made on
Nov/08/2007.
v1.8.0 on Dec/09/2007
-
-
-
Refactored:
For example, the
CSS
rule set
div#footer { ... }
was newly created.
...
v1.7.0 on Dec/07/2007
-
-
Revised the layout and behaviour of the menu
that supports the navigation through the Web site.
v1.6.0 on Dec/04/2007
-
-
Revised the content of the changelog entry made on
Nov/20/2007:
# |
Before the Change |
After the Change |
1. |
...
by incorporating
JavaScript
functions.
|
...
by incorporating
JavaScript functions.
|
2. |
|
Further enhancements by means of the JavaScript technology are
in the pipeline.
|
→ Changes in November 2007
→ Changes in October 2007
→ Changes in September 2007
→ Changes in August 2007
→ Changes in July 2007
→ Changes in June 2007
→ Changes in May 2007
→ Changes in April 2007
→ Changes in March 2007
→ Changes in February 2007
→ Changes in January 2007
→ Changes in 2006