critiques accepted here 24/7.
site check: 404media (again!)x-2 v.3
Page 1 of 1
14 Replies - 1612 Views - Last Post: 04 October 2001 - 02:28 PM
#1
site check: 404media (again!)
Posted 28 September 2001 - 02:09 AM
Replies To: site check: 404media (again!)
#2
Re: site check: 404media (again!)
Posted 28 September 2001 - 02:23 AM
#3
Re: site check: 404media (again!)
Posted 28 September 2001 - 06:22 AM
um, lets say that is for 'great user legability', yeah, that's the ticket...
#4
Re: site check: 404media (again!)
Posted 28 September 2001 - 01:26 PM
Should we throw out usability as well? Took me a while to figure out that he navigation was at the bottom. If your going to put the Navigation at the bottom, make it a frame so that you can still see it or something. Also, try to incorporate the transparency gel effect more.
I like the colors, pretty good, It's could use a little spicing up here and there, but other wise it's pretty good.
#5
Re: site check: 404media (again!)
Posted 28 September 2001 - 01:32 PM
Moving this to site check
#6
Re: site check: 404media (again!)
Posted 28 September 2001 - 02:05 PM
I'd recommend creating flat buttons with dotted borders like the rest of your site.
#7
Re: site check: 404media (again!)
Posted 28 September 2001 - 02:51 PM
the button rollovers don't fit in with the rest of the design scheme. that goes for their colors as well.
also, think about changing the color of the dark blue "headline" tables to something a bit lighter, or at least a noticeably different color than the BG.
#8
Re: site check: 404media (again!)
Posted 03 October 2001 - 05:46 PM
Quote
ok, yet another new 404 design. just was ya'll's opinion.
critiques accepted here 24/7.
ok, updated using some of you're requests here:
http://www.404media.com/index-x3.htm
#9
Re: site check: 404media (again!)
Posted 03 October 2001 - 05:50 PM
#10
Re: site check: 404media (again!)
Posted 03 October 2001 - 05:59 PM
When will you people ever learn?
The Dreamweaver rollover code is SLOW.
There should be zero lag in the rollover. The dreamweaver rollovers take almost half a second to work.
Here's some code I wrote, really fast and easily customizable. It works with Internet Explorer, Netscape, Opera, Mozilla and others.
<script language="Javascript"> loadimg = new MakeArray(5) function MakeArray(n) function over(imgname){ //
// Begin Javascript Rollovers
//make sure this number ^ is greater than
// the number of images to preload.
//
// list all the images you want to be preloaded
//
loadimg[1].src = "images/first.gif"
loadimg[2].src = "images/first_on.gif"
loadimg[3].src = "images/second.gif"
loadimg[4].src = "images/second_on.gif"
{
this.length = n
for (var ii = 1; ii<=n; ii++)
{
this[ii] = new Image()
}
return this
}
// you can change the
// "images/" + imgname + ".gif"
// and
// "images/" + imgname + "_on.gif"
// to match your image naming method.
//
document.images[(imgname)].src="images/" + imgname + ".gif";
}
function out(imgname){
document.images[(imgname)].src="images/" + imgname + "_on.gif";
}
// end
</script>
The links look something like this then...
<a href="first.shtml" onmouseover="over('first');" onmouseout="out('first');"><img src="images/first.gif" width="125" height="26" alt="First Image" border="0" name="first"></a>
#11
Re: site check: 404media (again!)
Posted 03 October 2001 - 07:35 PM
#12
Re: site check: 404media (again!)
Posted 03 October 2001 - 07:58 PM
abstract yet pleasing to the eye.
tweak your margins so that the bottom box and the top boxes hit the edges of the browser.
#13
Re: site check: 404media (again!)
Posted 04 October 2001 - 05:18 AM
#14
Re: site check: 404media (again!)
Posted 04 October 2001 - 05:25 AM
Quote
Nice.
When will you people ever learn?
The Dreamweaver rollover code is SLOW.
There should be zero lag in the rollover. The dreamweaver rollovers take almost half a second to work.
Here's some code I wrote, really fast and easily customizable. It works with Internet Explorer, Netscape, Opera, Mozilla and others.
<script language="Javascript"> loadimg = new MakeArray(5) function MakeArray(n) function over(imgname){ //
// Begin Javascript Rollovers
//make sure this number ^ is greater than
// the number of images to preload.
//
// list all the images you want to be preloaded
//
loadimg[1].src = "images/first.gif"
loadimg[2].src = "images/first_on.gif"
loadimg[3].src = "images/second.gif"
loadimg[4].src = "images/second_on.gif"
{
this.length = n
for (var ii = 1; ii<=n; ii++)
{
this[ii] = new Image()
}
return this
}
// you can change the
// "images/" + imgname + ".gif"
// and
// "images/" + imgname + "_on.gif"
// to match your image naming method.
//
document.images[(imgname)].src="images/" + imgname + ".gif";
}
function out(imgname){
document.images[(imgname)].src="images/" + imgname + "_on.gif";
}
// end
</script>
The links look something like this then...
<a href="first.shtml" onmouseover="over('first');" onmouseout="out('first');"><img src="images/first.gif" width="125" height="26" alt="First Image" border="0" name="first"></a>
that is the next task to tackle, externalizing the .js (i think their (dw) js is slow too, i just havn't had the time to do it properly (let alone actually create the content for the site)). thanks for the script.
#15
Re: site check: 404media (again!)
Posted 04 October 2001 - 02:28 PM
|
|

New Topic/Question
Reply



MultiQuote









|