Go to Post Cut out the ridiculous vitriol. It's tiresome. Be productive. - Lil' Lavery [more]
Home
Go Back   Chief Delphi > Technical > IT / Communications > Website Design/Showcase
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
View Poll Results: Please check out and rate team 2915's website...
Great 1 3.85%
+4 4 15.38%
+3 5 19.23%
+2 5 19.23%
+1 2 7.69%
ok 5 19.23%
-1 2 7.69%
-2 2 7.69%
-3 0 0%
-4 0 0%
BAD 0 0%
Voters: 26. You may not vote on this poll

Closed Thread
Thread Tools Rate Thread Display Modes
  #16   Spotlight this post!  
Unread 05-01-2009, 00:10
ZInventor's Avatar
ZInventor ZInventor is offline
Registered User
AKA: Zeno Le Héricy
FRC #2915 (Riverdale Robotics Pandamonium)
Team Role: Alumni
 
Join Date: Feb 2008
Rookie Year: 2000
Location: Portland Oregon USA
Posts: 247
ZInventor is just really niceZInventor is just really niceZInventor is just really niceZInventor is just really nice
Re: Please check out and rate team 2915's website

Quote:
Originally Posted by rsisk View Post
empty area under the Home menu
try it now, it should be fixed...

commented out the drop downs using php (the code never gets to the browser that way...)

thanks,

-Z
__________________
[center]
  #17   Spotlight this post!  
Unread 05-01-2009, 21:36
RyanCesiel's Avatar
RyanCesiel RyanCesiel is offline
Project Manager / Web Designer
FRC #0245 (AdamBots)
Team Role: Leadership
 
Join Date: Apr 2007
Rookie Year: 2008
Location: Rochester Hills, Michigan
Posts: 299
RyanCesiel has much to be proud ofRyanCesiel has much to be proud ofRyanCesiel has much to be proud ofRyanCesiel has much to be proud ofRyanCesiel has much to be proud ofRyanCesiel has much to be proud ofRyanCesiel has much to be proud ofRyanCesiel has much to be proud ofRyanCesiel has much to be proud of
Send a message via AIM to RyanCesiel Send a message via Yahoo to RyanCesiel
Re: Please check out and rate team 2915's website

Quote:
Originally Posted by ZInventor View Post
i agree... it's mainly a design i copied from previous sites i've worked on, since i haven't had as much time...

however, if i have time, i'll work on making it more contemporary.

what would you suggest?

thanks,

-Z
Just take a look at various design inspiration sites and get some ideas. My personal favorite is faveup.com.
__________________
AdamBots.com - Winner of 10 Best Website Awards!
  #18   Spotlight this post!  
Unread 05-01-2009, 21:53
ikhana870's Avatar
ikhana870 ikhana870 is offline
Registered User
FRC #0675 (Phantoms)
 
Join Date: Sep 2008
Rookie Year: 2001
Location: rohnert park
Posts: 17
ikhana870 is on a distinguished road
Re: Please check out and rate team 2915's website

its not bad, actually pretty good! i LOVE the countdown!!!
__________________
All of the biggest technological inventions created by man - the airplane, the automobile, the computer - says little about his intelligence, but speaks volumes about his laziness. ~Mark Kennedy
  #19   Spotlight this post!  
Unread 11-01-2009, 22:18
ZInventor's Avatar
ZInventor ZInventor is offline
Registered User
AKA: Zeno Le Héricy
FRC #2915 (Riverdale Robotics Pandamonium)
Team Role: Alumni
 
Join Date: Feb 2008
Rookie Year: 2000
Location: Portland Oregon USA
Posts: 247
ZInventor is just really niceZInventor is just really niceZInventor is just really niceZInventor is just really nice
Re: Please check out and rate team 2915's website

Code:
----------This must go in the "head" section of the page
<script type="text/javascript" src="http://riverdalerobotics.com/styles/clock.js"></script>

-------------this part must go in the CSS

/******************  countdown  *****************/

.lcdstyle{
	background-color: transparent;
	color: #000096;
	font: bold 18px "MS Sans Serif";
	padding: 3px;
	}

.lcdstyle sup{
	font-size: 80%
	}
	
	
------------ this part goes wherever you want the countdown to appear	
	
<!-- Countdown script -->
<div id="countdowncontainer"></div>
<script type="text/javascript">
var futuredate=new cdtime("countdowncontainer")
futuredate.displaycountdown("days", formatresults2)
</script>

here's the code to embed an identical countdown to your site, if you want.

i'll keep the countdown updated with the following dates in PST (gmt -8)

Kickoff,
Ship Date
PNW regional
other events tbd

thanks,

-Z
__________________
[center]
  #20   Spotlight this post!  
Unread 12-01-2009, 02:09
rsisk's Avatar
rsisk rsisk is offline
The GURU Channel
AKA: Richard Sisk
FRC #2493 (Robokong)
Team Role: Mentor
 
Join Date: Jan 2008
Rookie Year: 2007
Location: Riverside, CA
Posts: 2,750
rsisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond reputersisk has a reputation beyond repute
Send a message via MSN to rsisk
Re: Please check out and rate team 2915's website

Quote:
Quote:
Originally Posted by rsisk
empty area under the Home menu

try it now, it should be fixed...

commented out the drop downs using php (the code never gets to the browser that way...)

thanks,

-Z
Problem solved... good job!
  #21   Spotlight this post!  
Unread 12-01-2009, 02:41
ZInventor's Avatar
ZInventor ZInventor is offline
Registered User
AKA: Zeno Le Héricy
FRC #2915 (Riverdale Robotics Pandamonium)
Team Role: Alumni
 
Join Date: Feb 2008
Rookie Year: 2000
Location: Portland Oregon USA
Posts: 247
ZInventor is just really niceZInventor is just really niceZInventor is just really niceZInventor is just really nice
Re: Please check out and rate team 2915's website

Quote:
Originally Posted by rsisk View Post
Problem solved...
YAY...

i don't have IE (well, i do, but it's a bare-bones IE 4, required for winXP to run...grrr), so i greatly appreciate the help!

also, to everyone: how do you like the new location of the search box?

please test the search box if you want, i've been having some issues getting it to see all the pages (since it's a php site using "/?location" as a system for pointing urls)

thanks to everyone for the great feedback! it's helped me more than you can imagine...

-Z
__________________
[center]
  #22   Spotlight this post!  
Unread 12-01-2009, 03:30
jsasaki's Avatar
jsasaki jsasaki is offline
Registered User
AKA: Jun Sasaki
no team
Team Role: Alumni
 
Join Date: Jan 2009
Rookie Year: 2008
Location: Hawaii
Posts: 210
jsasaki has a spectacular aura aboutjsasaki has a spectacular aura aboutjsasaki has a spectacular aura about
Re: Please check out and rate team 2915's website

hi i'm from team 2439 wailuku, hawaii i like ur web page see you guys in oregon
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please check out the new Team 2002 website! ZInventor Website Design/Showcase 3 27-02-2008 01:45
Check out Team 405's website Xanathos Website Design/Showcase 7 24-01-2005 23:40
Check out Team THRUST's website Wayne Doenges Website Design/Showcase 9 14-12-2004 22:54
Team 1028's Website - Please help me out Jeremy_Mc Website Design/Showcase 2 21-02-2003 15:50
Interesting Website - check it out! archiver 2000 0 23-06-2002 23:49


All times are GMT -5. The time now is 05:42.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi