Forum Moderators: open
For instance, he used a Walt Disney site that has a lengthy intro on the splash page. Then once the splash page is fully revealed and active, you have to FIGURE OUT how to enter the site! now that's rediculous lol! and based on an example such as that, i completely agree and understand his view.
But in my case, i strongly disagree. I'm a professional photographer. And much like anyone else's site, presenttation and placement is very important. For example, when a bride-to-be comes to my site and the first thing to hit her eyes is an immaculate portrait of beautiful bride, along with a NOTICIBLE text stating "Bridal Portaits by My company name- Click here to enter." will have an ENORMOUS EARLY IMPACT.
In my case, It's direct, RELEVANT, and none obstructive to the RELEVANT USER. And it's concise. The user will breifly be hit with an immediate example of a service they desire and or an example of the quality of my service.
......anything outside of the before mentioned would...as your referened link would say...SUCK! lol.
I'd still suggest that it might not be what you need. In the case of your web site, random pictures might be a good idea. But why not include them as images on an more complete entry page? You could control them with server-side script.
The Disney web page you cite also illustrates another problem with splash pages. Flanders, BTW, sort of defends the use of a splash page in this situation, but the problem is that it needs the latest version of Flash to work. If the visitor doesn't have that then the splash page doesn't work.
With a server-side script and high quality images it doesn't matter what the user has - apart from a browser that shows pictures. ;)
Encountering a splash page once is ok, but if a site expects high repeat visits then all you do is make your content 1 click further away.
sai_digitalle, on a photographers website I can certainly see the benefits of this. How about setting a cookie on the page so that first time visitors see the splash page but not on any subsequent visits (you can have a link to the splash page).
HTH
but i definately like the idea of the cookie setting. Where do i get info on how to program that?
HTH
If you go for embedding an image in an introductory page, rather than a splash page, then there are a couple of tips to optimise the "visitor experience".
First, make sure you specify the size of the image in the HTML. This means that the page can layout before downloading the image.
Second, put the image at the bottom of the HTML. Ties means that the text content will load first. You then use CSS to position the image at the top of the page. This way, the first thing to grab the attention of the new visitor will be your picture, whilst regulars, who know where they want to go on your site, can scroll down to the content without waiting for the image to load.
You may find that you don't need to use cookies if you use this approach, or you may find that a combination of this approach and cookies gives you even more options.