php Posted August 7, 2006 CID Share Posted August 7, 2006 What do you think of this? http://www.specialopsh2h.com/ (Note: not my website, I just designed it ) Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted August 7, 2006 CID Share Posted August 7, 2006 What do you think of this? http://www.specialopsh2h.com/ (Note: not my website, I just designed it ) thats looks pertty damn good php Quote Link to comment Share on other sites More sharing options...
Swimmer Posted August 7, 2006 CID Share Posted August 7, 2006 looks pretty good... one of your links is dead for the demo movies.. Quote Link to comment Share on other sites More sharing options...
php Posted August 7, 2006 Author CID Share Posted August 7, 2006 I didn't upload them yet... I'll upload them at work in a couple hours. Direcway doesn't handle uploading 11MB of movies too well :- Quote Link to comment Share on other sites More sharing options...
Swimmer Posted August 7, 2006 CID Share Posted August 7, 2006 ahhhh... looks good.. Quote Link to comment Share on other sites More sharing options...
php Posted August 7, 2006 Author CID Share Posted August 7, 2006 Actually I'm getting about 10-14 kB/s upload speed right now, so they'll be up in a couple minutes About 1:20 left on the first one (.mov) Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted August 7, 2006 CID Share Posted August 7, 2006 Actually I'm getting about 10-14 kB/s upload speed right now, so they'll be up in a couple minutes About 1:20 left on the first one (.mov) wow 10-14kb/s thats blazin fast. Quote Link to comment Share on other sites More sharing options...
php Posted August 7, 2006 Author CID Share Posted August 7, 2006 no kidding... I usually get 4 Quote Link to comment Share on other sites More sharing options...
php Posted August 11, 2006 Author CID Share Posted August 11, 2006 Well... I completely reworked the navigation bar. Still looks about the same, but I like this one way better. It would be nice to have a few people report how well everything loads... especially in IE. The rollover buttons tend to flicker sometimes in IE, although I only experienced that once. Also, for some reason the site loads great in FF for me, but in IE it's really spotty. Might just be my settings though Quote Link to comment Share on other sites More sharing options...
Guest PeePs Posted August 11, 2006 CID Share Posted August 11, 2006 **** dude, when you don't even want to upload an 11 MB file at your house you know your ISP sucks . Oh and nice site by the way! Quote Link to comment Share on other sites More sharing options...
php Posted August 11, 2006 Author CID Share Posted August 11, 2006 Yeah.. it's bad (I'm at work now though.. much better ) Thanks Quote Link to comment Share on other sites More sharing options...
xs1 Posted August 11, 2006 CID Share Posted August 11, 2006 Looks good, the simplicity makes the site move very quickly and flow slothly. Very nice. And damn , your Dway is whoopin my dsl! 14 kbs.. nice lol Quote Link to comment Share on other sites More sharing options...
Guest PeePs Posted August 11, 2006 CID Share Posted August 11, 2006 php, I'm making myself a website and was wondering if your menu buttons on the left are flash files? or is it possible to do that with animated .gifs? Quote Link to comment Share on other sites More sharing options...
php Posted August 11, 2006 Author CID Share Posted August 11, 2006 All done with css I can be more specific if you want... Quote Link to comment Share on other sites More sharing options...
php Posted August 11, 2006 Author CID Share Posted August 11, 2006 Looks good, the simplicity makes the site move very quickly and flow slothly. Very nice. And damn , your Dway is whoopin my dsl! 14 kbs.. nice lol nice, too bad I only get those speeds once in a blue moon... lol Quote Link to comment Share on other sites More sharing options...
Guest PeePs Posted August 11, 2006 CID Share Posted August 11, 2006 All done with css I can be more specific if you want... damns, I didn't know you could do that much with CSS. All I've ever used CSS for is to change the scrollbar color and make different classes of fonts and tables and stuff.... As for being more specific could you just tell me real fast how you did it, or just paste the code for it and I'm sure I could figure it out with the help of google . Quote Link to comment Share on other sites More sharing options...
php Posted August 11, 2006 Author CID Share Posted August 11, 2006 home page menu code... (different on other pages, but gives you the general idea) <img src="images/home_p.gif" width="140" height="40" border="0" alt="Home" /> <a href="demos.htm" class="nav_img" id="navdemos"><img src="images/blank.gif" width="140" height="40" border="0" alt="Demos" /></a> <a href="catalog.php" class="nav_img" id="navcatalog"><img src="images/blank.gif" width="140" height="40" border="0" alt="Catalog" /></a> <a href="links.htm" class="nav_img" id="navlinks"><img src="images/blank.gif" width="140" height="40" border="0" alt="Links" /></a> <a href="feedback.php" class="nav_img" id="navfeedback"><img src="images/blank.gif" width="140" height="40" border="0" alt="Feedback" /></a> <a href="survey.htm" class="nav_img" id="navsurvey"><img src="images/blank.gif" width="140" height="40" border="0" alt="Survey" /></a> [/code] CSS... [code] a.nav_img { display: block; width: 140px; height: 40px; } a.nav_img:hover { background-position: 0 -40px !important; } a.nav_img:active { background-position: 2px -38px !important; } a#navhome { background: transparent url("../../images/navhome.gif") no-repeat; } a#navdemos { background: transparent url("../../images/navdemos.gif") no-repeat; } a#navcatalog { background: transparent url("../../images/navcatalog.gif") no-repeat; } a#navlinks { background: transparent url("../../images/navlinks.gif") no-repeat; } a#navfeedback { background: transparent url("../../images/navfeedback.gif") no-repeat; } a#navsurvey { background: transparent url("../../images/navsurvey.gif") no-repeat; } image: (note... single image...) Quote Link to comment Share on other sites More sharing options...
tommie gorman Posted August 11, 2006 CID Share Posted August 11, 2006 damn dude, when you don't even want to upload an 11 MB file at your house you know your ISP sucks . Oh and nice site by the way! It is an old Dway story, only good for surfing the net. And very little other work. Looks good, the simplicity makes the site move very quickly and flow slothly. Very nice. And damn , your Dway is whoopin my dsl! 14 kbs.. nice lol I wish, like he said once in a blue moon. Wanna trade .s1 ? Nice and clean php. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.