Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 12th, 2007, 3:40 PM   #1
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 422
Rep Power: 4 Wizard1988 is on a distinguished road
Side project (website) what do you think of it?

I have been working on a website where I could post some of my projects. There really isn't anything up yet, just some filler text. I just wanted to see what everyone thinks. What do you like or dislike and how would you improve it?

Here is the link: http://wizard1988.no-ip.org/site/index.html
__________________

Wizard1988 is offline   Reply With Quote
Old Dec 12th, 2007, 5:57 PM   #2
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Re: Side project (website) what do you think of it?

It doesn't load. So I'd start there.
Ghost is offline   Reply With Quote
Old Dec 12th, 2007, 7:31 PM   #3
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 422
Rep Power: 4 Wizard1988 is on a distinguished road
Re: Side project (website) what do you think of it?

Damn, its my router acting up....
__________________

Wizard1988 is offline   Reply With Quote
Old Dec 12th, 2007, 7:44 PM   #4
MiKuS
Hobbyist Programmer
 
Join Date: Jun 2007
Posts: 136
Rep Power: 2 MiKuS is on a distinguished road
Re: Side project (website) what do you think of it?

loaded fine for me earlier.

the site is good, the only complaint I have is that it could be more aesthetic, you've gone with a flat pastel colour scheme - which is somewhat dull.
MiKuS is offline   Reply With Quote
Old Dec 12th, 2007, 7:45 PM   #5
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Re: Side project (website) what do you think of it?

I'm trying to do something decent and good this time of year, if you maybe want a little hosting, I could help you out a little... Merry Christmas! (Send me a pm with your email and well get it setup.)
Ghost is offline   Reply With Quote
Old Dec 12th, 2007, 7:54 PM   #6
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 422
Rep Power: 4 Wizard1988 is on a distinguished road
Re: Side project (website) what do you think of it?

Well I put it somewhere else for now. Here is the link: http://jg-webdesign.freehostia.com/w...ite/index.html
__________________

Wizard1988 is offline   Reply With Quote
Old Dec 12th, 2007, 8:11 PM   #7
lectricpharaoh
SEXY SHOELESS GOD OF WAR!
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,186
Rep Power: 5 lectricpharaoh will become famous soon enough
Re: Side project (website) what do you think of it?

The original link worked fine for me.

As to suggestions, I like it how it is. I'm not a big fan of flashy stuff- particularly Flash when it takes the form of a replacement for HTML- and your site is simple and clean looking. Of course, a big part of how good the final one will be will depend a lot on the type of content you're offering. Some content lends itself to easy navigation, whereas other (particularly dynamically-generated) content will need navigation aids to make the site more user-friendly.

[edit] One suggestion: either drop the seconds on the clock display, or drop the clock entirely. As it is, the seconds value jumps around because it's not updated every second, and while i know it's because of the limitations inherent in Javascript, to a casual user, it might seem like carelessness on your part. If you really need a clock, and it really needs to be updated every second, consider a Java applet and/or ActiveX object. [/edit]
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Dec 12th, 2007, 8:15 PM   #8
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 2,076
Rep Power: 6 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Side project (website) what do you think of it?

You need to get your simple aesthetics down. Most notably in the borders. Your border from your header is not aligned nor is it consistent with the content's border.

You could make the border a gradient from black to the background colour, or a color lighter than the background colour... to help distinguish the main contanier from the background aesthetically.
Sane is offline   Reply With Quote
Old Dec 12th, 2007, 8:17 PM   #9
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 422
Rep Power: 4 Wizard1988 is on a distinguished road
Re: Side project (website) what do you think of it?

Quote:
Originally Posted by Sane View Post
You need to get your simple aesthetics down. Most notably in the borders. Your border from your header is not aligned nor is it consistent with the content's border.

You could make the border a gradient from black to the background colour, or a color lighter than the background colour... to help distinguish the main contanier from the background aesthetically.
With the border I was trying to go for a slight 3D look.
__________________

Wizard1988 is offline   Reply With Quote
Old Dec 12th, 2007, 8:18 PM   #10
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 2,076
Rep Power: 6 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Side project (website) what do you think of it?

Quote:
Originally Posted by Wizard1988 View Post
With the border I was trying to go for a slight 3D look.
So then use your simple powers to manipulate perception.

border-width: 1px;
border-color: #FFF #000 #000 #FFF;
border-style: solid;

The rules of distinguishing elements always still applies.

And to keep it unified, the idea of applying the border consistently around the main container holds. You don't want to abruptly stop the border as you currently are.
Sane is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB 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
school website database project George Harrison C# 16 Sep 30th, 2006 12:07 AM
How to meet these cross-platform project goals? mattengland C++ 1 Apr 3rd, 2006 5:01 AM
Project List! raf_123 PHP 3 Mar 31st, 2006 3:32 PM
Volunteer Programmers requried for not-for-profit project Daniel Project Ideas 12 Apr 27th, 2005 5:19 PM
Project: Dedicated Stack Overflow Existing Project Development 0 Mar 31st, 2005 3:43 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:23 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC