Hi all
I finally finished my site and would welcome any feedback re browser issues. I know that it doesn't work on Mac/IE but I can live with that(because I don't know how to fix the problem)-should I add a note on the home page pointing that out?
the site is at www.rendoulis.com
thanks
site testing please
Your page( don't validate. If you've never validated before have a look here. I like the design. The gallery is really well done. Works well in FF on WINXP. You have a home link in the gallery but it would be nice to have the whole navigation thread in there too. But it can live with out it. Nice photography.
site testing please
A few things that struck me:
- Your links are below the bottom of my window so I have to scroll all the time (I'm using 1024 x 780)
- Your little arrows don't line up with the links and get further out of line the further right you go (ie 'contact' is the worst)
- When you're in 'gallery' you have to go back to 'home' to get to the rest of the site.
- There's something up with your contact page cos there's a big horizontal scrollbar in FF 1.5

site testing please
A few things that struck me:
Great looking photos though.
- Your links are below the bottom of my window so I have to scroll all the time (I'm using 1024 x 780)
- Your little arrows don't line up with the links and get further out of line the further right you go (ie 'contact' is the worst)
- When you're in 'gallery' you have to go back to 'home' to get to the rest of the site.
- There's something up with your contact page cos there's a big horizontal scrollbar in FF 1.5
Tyssen
are you using Windows or Mac?
site testing please
Windows XP.
site testing please
Your page(don't validate. If you've never validated before have a look here. I like the design. The gallery is really well done. Works well in FF on WINXP. You have a home link in the gallery but it would be nice to have the whole navigation thread in there too. But it can live with out it. Nice photography.
Thanks for the reply
Did you happen to have a problem with the down pointing arrow not lining up properly?
site testing please
doubledark...have validated your html code so that is now validates.
Here you go
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="revisit-after" content="30 days" />
<meta name="distribution" content="global" />
<meta name="rating" content="safe for kids" />
<meta name="classification" content="architectural photographer" />
<meta name="Doc-Type" content="Public" />
<meta name="Doc-Class" content="Published" />
<meta name="copyright" content="Copyright 2005 Steve Rendoulis. No images or text on this web-site may be downloaded, copied or used in any manner whatsoever without written permission from Steve rendoulis." />
<meta name="description" content="architectural photography" />
<meta name="keywords" content="architectural photography, interior photography, exterior photography, building photography, photography, building, buildings, landscape, furniture, interior, architecture, windows, doors, flooring,queensland,new south wales,victoria,tasmania,south,canberra,northern territory,western,QLD,NSW,SA,VIC,TAS,NT,WA" />
<title>The Architectural Photography of Steve Rendoulis</title>
<link href="renphoto2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="whereHOME"><img src="downarrow.gif" /> </div>
<div id="name" class="myname">steve rendoulis</div>
<div id="homepic"> <img src="Gugenheim-1.jpg" alt="NY Cop" /></div>
<div id="navlist">
<ul>
<li><a href="http://www.rendoulis.com/index.html">home</a></li>
<li><a href="http://www.rendoulis.com/gallery1.html">gallery </a></li>
<li><a href="http://www.rendoulis.com/info.html">info</a></li>
<li><a href="http://www.rendoulis.com/about.html">about</a></li>
<li><a href="http://www.rendoulis.com/contact.html">contact</a></li>
</ul>
</div>
<div id="slogan" class="heading">images of the urban landscape </div>
<div id="footer">
<p>© steve rendoulis ...please respect copyright and don't steal from this site</p>
</div>
<div id="construction" class="paragraph"> </div>
<script language="JavaScript" type="text/javascript">
<!-- Begin
var osd = " "
osd +="Welcome to the Architectural Photography of Steve Rendoulis ";
osd +="";
osd +="";
osd +="";
osd +="";
var timer;
var msg = "";
function scrollMaster () {
msg = customDateSpring(new Date())
clearTimeout(timer)
msg += " " + showtime() + " " + osd
for (var i= 0; i < 100; i++){
msg = " " + msg;
}
scrollMe()
}
function scrollMe(){
window.status = msg;
msg = msg.substring(1, msg.length) + msg.substring(0,1);
timer = setTimeout("scrollMe()", 200);
}
function showtime (){
var now = new Date();
var hours= now.getHours();
var minutes= now.getMinutes();
var seconds= now.getSeconds();
var months= now.getMonth();
var dates= now.getDate();
var years= now.getYear();
var timeValue = ""
timeValue += ((months >9) ? "" : " ")
timeValue += ((dates >9) ? "" : " ")
timeValue = ( months +1)
timeValue +="/"+ dates
timeValue +="/"+ years
var ap="A.M."
if (hours == 12) {
ap = "P.M."
}
if (hours == {
hours = 12
}
if(hours >= 13){
hours -= 12;
ap="P.M."
}
var timeValue2 = " " + hours
timeValue2 += ((minutes < 10) ? ":0":":") + minutes + " " + ap
return timeValue2;
}
function MakeArray(n) {
this.length = n
return this
}
monthNames = new MakeArray(12)
monthNames[1] = "Janurary"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "Sept."
monthNames[10] = "Oct."
monthNames[11] = "Nov."
monthNames[12] = "Dec."
daysNames = new MakeArray(7)
daysNames[1] = "Sunday"
daysNames[2] = "Monday"
daysNames[3] = "Tuesday"
daysNames[4] = "Wednesday"
daysNames[5] = "Thursday"
daysNames[6] = "Friday"
daysNames[7] = "Saturday"
function customDateSpring(oneDate) {
var theDay = daysNames[oneDate.getDay() +1]
var theDate =oneDate.getDate()
var theMonth = monthNames[oneDate.getMonth() +1]
var dayth="th"
if ((theDate == 1) || (theDate == 21) || (theDate == 31)) {
dayth="st";
}
if ((theDate == 2) || (theDate ==22)) {
dayth="nd";
}
if ((theDate== 3) || (theDate == 23)) {
dayth="rd";
}
return theDay + ", " + theMonth + " " + theDate + dayth + ","
}
scrollMaster();
// End -->
</script>
</body></html>
site testing please
doubledark...have validated your html code so that is now validates.
dthomas
thanks for your help. I will go through and compare the two so I can learn where I went wrong. The next project will be the soccer club my kid's play for (www.adelaideolympic.com.au). Rest assured; I'll be asking for help on that project ))
Thanks again to all that replied.
site testing please
double dark you can download a css plugin for firefox that validates as you are working with your site.