PDA

View Full Version : Magic splash page



hughv
11 Feb 2010, 04:52 AM
I'm helping a friend with this site:
http://celiapearson.com/
Google analytics says she's getting a 25% bounce rate on the splash page ("Enter"), so we'd like to drop it, but I haven't been able to figure out where it's being generated.
I know the javascript is is responsible, but not where the java is being generated. I know a bit about web sites, but my php/java knowledge is quite limited.

I've asked for help from two sites, but no one seems to be able to figure this out.
I'm including what I believe are the relevant files and can supply any others you may need.
Thanks.

Index2.php:
<!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" />
<title>Celia Pearson | Photographer</title>
<meta name="description" content="Celia Pearson Photography, Her Story" />
<meta name="keywords" content="Celia Pearson, photographer, biography, her story" />
<link rel="stylesheet" href="/css/global.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/01.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/print2.css" type="text/css" media="print" />
<script src="/js/fadeslideshow.js" type="text/javascript"></script>
<script src="/js/protoculous.js" type="text/javascript"></script>
</head>


<body>

<?php include("http://celiapearson.com/includes/header.php"); ?>

<div id="box03">
<div>

<?php include("http://celiapearson.com/homepage.php"); ?>

</div>
</div>

<div id="slideshow"><script type="text/javascript">new fadeshow(fadeimages, 150, 150, 0, 4000, 1, "R");</script></div>

<?php include("http://celiapearson.com/includes/footer.php"); ?>



</body>
</html>

header.php
<div id="box01">
<h1><a href="http://celiapearson.com/index2.php">Celia Pearson <span>Photographer</span></a></h1>
<div id="navigation">
<ul>
<li id="icon01a"><a href="http://celiapearson.com/herstory/">Her Story</a></li>
<li id="icon02a"><a href="http://celiapearson.com/exhibition/">Exhibition</a></li>
<li id="icon03a"><a href="http://celiapearson.com/news/">News</a></li>
<li id="icon04a"><a href="http://celiapearson.com/portfolios/">Portfolios</a></li>
<li id="icon06a"><a href="http://celiapearson.com/abouttheprints/">About&nbsp;the&nbsp;Prints</a></li>
<li id="icon05a"><a href="http://celiapearson.com/books/">Books</a></li>
<li id="icon07a"><a href="http://celiapearson.com/assignments/">Assignments</a></li>
<li id="icon10a"><a href="http://celiapearson.com/speaking/">Speaking</a></li>
<li id="icon08a"><a href="http://celiapearson.com/purchasing/">Purchasing</a></li>
<li id="icon09a"><a href="http://celiapearson.com/contact/">Contact</a></li>
</ul>
</div>
<br />
</div>
<div id="box02">
<div id="icon01"><a href="http://celiapearson.com/facades/"><span>facades</span></a></div>
<div id="icon02"><a href="http://celiapearson.com/nearthesea/"><span>near the sea</span></a></div>
<div id="icon03"><a href="http://celiapearson.com/memory/"><span>memory</span></a></div>
<div id="icon04"><a href="http://celiapearson.com/traces/"><span>traces</span></a></div>
<div id="icon05"><a href="http://celiapearson.com/seaglass/"><span>sea glass</span></a></div>
<div id="icon06"><a href="http://celiapearson.com/whatwecollect/"><span>what we collect</span></a></div>
<div id="icon07"><a href="http://celiapearson.com/thingsthatgrow/"><span>things that grow</span></a></div>
</div>

footer.php
<p id="webdesign"><a href="http://chestertownwebdesign.com">Site created by Brillworks: Chestertown Web Design</a></p>

<p id="copyright">&copy; 2009 Celia Pearson</p>
<div id="box04">
<ul>
<li id="icon01b"><a href="http://celiapearson.com/herstory/">Her Story</a></li>
<li id="icon02b"><a href="http://celiapearson.com/exhibition/">Exhibition</a></li>
<li id="icon03b"><a href="http://celiapearson.com/news/">News</a></li>
<li id="icon04b"><a href="http://celiapearson.com/portfolios/">Portfolios</a></li>
<li id="icon06b"><a href="http://celiapearson.com/abouttheprints/">About&nbsp;the&nbsp;Prints</a></li>
<li id="icon05b"><a href="http://celiapearson.com/books/">Books</a></li>
<li id="icon07b"><a href="http://celiapearson.com/assignments/">Assignments</a></li>
<li id="icon10b"><a href="http://celiapearson.com/speaking/">Speaking</a></li>
<li id="icon08b"><a href="http://celiapearson.com/purchasing/">Purchasing</a></li>
<li id="icon09b"><a href="http://celiapearson.com/contact/">Contact</a></li>
</ul>
<br />
</div>
<br />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1892856-10");
pageTracker._trackPageview();
</script

homepage.php
<span id="newsandlinks"><h3><a href="http://celiapearson.com/news/">News</a></h3>
<br />
<ul class="diamondbullets">

<li><a href="http://celiapearson.com/news/">Gift to Academy Art Museum...</a></li>
<li><a href="http://celiapearson.com/news/">Southeast Asia Exhibit at Maryland Hall...</a></li>
<li><a href="http://celiapearson.com/news/">New Sea Glass Identification Deck...</a></li>
<li><a href="http://celiapearson.com/news/">2010 Celia Pearson Art Calendar Release...</a></li>


</ul>

</span>


<p>The physical forms of the world <br />
and the light which makes them so,<br />
are muses. <br />
They entice, feed the senses, <br />
connect us to the universe outside of us, <br />
and the universe within us.</p>

<p>These forms invite us <br />
into a dance between matter and spirit, <br />
between that which we perceive with our eyes, <br />
and that which we perceive with our hearts and souls. </p>






<p style="text-indent:100px;">Thank you for being here,</p>

<img style="margin:0 0 50px 125px;" src="/css/signature2.jpg" width="200" height="60" />

<hr />

hughv
11 Feb 2010, 09:34 PM
Have I posted in the wrong forum?