View Full Version : Are splash screens still in style?
iostream.h
May 12, 2004, 07:12 PM
And if so, how is this one:
Stonehenge (http://isophonic.net/stonehenge/)
rendezvouscp
May 12, 2004, 07:20 PM
And if so, how is this one:
Stonehenge (http://isophonic.net/stonehenge/)
I don't know if they are in style, but it seems like quite a few websites use them. Regarding the one given, it seems too small. Maybe if it was bigger 300%, it would look nice.
–Chase
rainman::|:|
May 12, 2004, 07:24 PM
splash screens are in for the arts: bands, artists, media companies, etc tend to use them. They're basically just to set the mood for the website. They can be terribly annoying if not done right. I actually like the stonehenge one, the size is perfect, a little piece of pop-art... it's more like the logo on a t-shirt this way. and the font is good. At any rate, i think it comes down to the purpose of the site-- if it's really recreational, or artistic, it might work; if not, you might want to think it through.
paul
iostream.h
May 12, 2004, 07:31 PM
It's going to be for a company that does granite and marble work. That's sort of artsy. :confused:
michaelrjohnson
May 12, 2004, 07:50 PM
perfect. that one is done very well. yeah, just be sure to live up to the splashscreen now
rendezvouscp
May 12, 2004, 07:55 PM
That looks really good! Forget about my 300%... :o
–Chase
mnkeybsness
May 12, 2004, 09:22 PM
first off... make sure that the clickable "enter" area is large enough so that it can't be missed. i suggest making the entire image clickable.
secondly, the purpose of a splash screen is to introduce the viewer to the site. they need to see what it is, where they are going, what they should expect, etc... this one, however makes me think that it will give me information on the actual stonehenge... maybe some answers :). the splash screen should definitely say something about that granite and marble work.
Mr. Anderson
May 12, 2004, 09:31 PM
as far as I'm concerned, splash screens are pretty much a waste of time if they only act as a portal - you only give one choice.
if you have a html and a flash site, or some other similar reason to give the viewer a choice, then its fine. otherwise its wasting time - no one really wants to have to move through extra pages.
all that said, the graphics are nice - a bit misleading like mnkyman said :D
one other use of a splash screen would be as a preloader for a larger flash or media file - gives the viewer something to look at while the data loads.
Good luck,
D
alexf
May 13, 2004, 01:18 AM
Splash screens are for the most part a thing of the past, except for sites with more than one version (e.g. Flash and HTML).
Generally, I don't think they're a good idea; among other reasons, to have a homepage with very little content is a violation of a fundamental SE optimization rule.
iostream.h
May 13, 2004, 01:21 AM
Ok, I got it how the marble samples will be. What do you guys think of them?
Dahl
May 13, 2004, 01:54 AM
I agree with some of the other posts here and I'll this:
Splash screens used to be a big thing for many designers (ego), but unless you have a good reason for it, you should drop it. They are pointless unless you need to give the viewer some info about how to view the site, info like screen resolution, fast modem etc.
While your splash is fine, it's pointless.
There are really only two kinds of splash screens, info screens and vanity screens. Many demanding sites will have the info type, so the viewer knows what to expect. Other sites (especially art and design sites) have the vanity splash, most of the time they are not needed, but they do look good.
I have used the info splash on all my Flash sites, but I'm thinking about ending that. Most users these days have Flash installed so if you don't have a need for the splash, don't have it. Save your user a click and a page load.
:)
Doraemon
May 13, 2004, 02:47 AM
Great splash screen!
Keep it the way it is.
Good job!
Mr. Anderson
May 13, 2004, 01:15 PM
Ok, I got it how the marble samples will be. What do you guys think of them?
you might want to think about centering it in the page - or have some sort of descriptive text to offset the space to the right.
D
arson
May 13, 2004, 03:31 PM
splash screens are like having two sets of doors into your home/business... absolutely useless. I like the illustration though, why not incorporate it into the navigation/design of the site?
krimson
May 13, 2004, 03:47 PM
i usually hit the "skip" or enter if they allow it.
Mr. Anderson
May 14, 2004, 12:45 PM
this is the only use I have for a splash screen - effectively a place holder while I update the site :D
www.gone3d.com
D
Saad
May 14, 2004, 08:16 PM
My favorite implementation of a flash screen:
http://www.applefritter.com/index2.html
DGFan
May 14, 2004, 09:21 PM
I hate them and I want them to die
zim
May 14, 2004, 09:46 PM
If the splash screen has a purpose, such as launching a pop up or maybe an entrance way to something that requires plug in technology or maybe you have questionable content and want to warn your viewers, then okay. What needs to be considered is that in any situation, you are asking the viewer to take an extra step towards receiving your content.
The best thing to do is to watch your server logs. Are they reaching your site, and how many are clicking and going beyond the entrance.
Another use for a splash screen could be if you had multiple locations and wanted to direct viewers to a more local site, but as is, I don't see the point to your page.
That said, I do like the simplicity of the graphic.
rendezvouscp
May 15, 2004, 09:56 PM
My favorite implementation of a flash screen:
http://www.applefritter.com/index2.html
Is that really a splash screen? (To me, it looks like a regular page. Please don't take it the wrong way.) I thought something more like my homepage (http://homepage.mac.com/rendezvouscp) or his first page would be like a splash screen.
–Chase
Dahl
May 15, 2004, 10:59 PM
My favorite implementation of a flash screen:
http://www.applefritter.com/index2.html
Where's the Flash ?
virividox
May 16, 2004, 12:07 AM
hmmm dont really care much for splash screens, but sometimes if done niceley they really work
rendezvouscp
May 16, 2004, 12:23 AM
Where's the Flash ?
I think (s)he meant splash...
–Chase
rendezvouscp
May 16, 2004, 03:47 AM
Btw, how do you center html horizontally and vertically, as on the splash screen in question?
–Chase
Mr. Anderson
May 18, 2004, 06:58 AM
Btw, how do you center html horizontally and vertically, as on the splash screen in question?
–Chase
look at the source - he's using css to center it. In the style.css file the logo has an entry....
#logo {
position: absolute;
width: 202px;
height: 78px;
left: 50%;
top: 50%;
margin-left: -101px;
top-left: -38px;
text-align: center;
}
D
arson
May 19, 2004, 11:05 AM
My favorite flash intro/splash page ;)
http://www.skipintro.nl/skipintro/
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.