Website Critiques
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWebsite Critiques

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 7th, 2004, 03:13 PM
mbrad's Avatar
mbrad mbrad is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2004
Posts: 771 mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 17 h 6 m 21 sec
Reputation Power: 10
www.pierced.ca

Thanks for checking out the site.

This page is for my band. I want to use it as a tool for people to learn about the band, hear the music, see pictures, contact us, talk about the band (blog to come), and find out when our shows are.

I clicked on the validator link, and I am not sure what a DocType is, or how I put one in my pages.

I have just started to explore PHP, and want to add that to my Contact page so that the forms work better.

Any constructive feedback is welcomed regarding layout, navigation, information transfer, general coolness...

I'd also like to get Google to find my page. I've been to www.google.com/addurl.html. I guess it may have something to do with my Keywords, and Description. Any suggestions?

http://www.pierced.ca

Brad

Reply With Quote
  #2  
Old September 9th, 2004, 11:34 PM
PH!X PH!X is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 45 PH!X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
The intro is a little corny, maybe some music by your band during the intro will attract more attention to it, and it will right away give people an idea about what your band is about. I know not everyone likes to hear sounds here and there thrown around, so you might want to add a music player on the main page with off switch on it.


I like the flash menu, it has some cool effects in it.

Reply With Quote
  #3  
Old September 10th, 2004, 01:50 PM
mbrad's Avatar
mbrad mbrad is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2004
Posts: 771 mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 17 h 6 m 21 sec
Reputation Power: 10
Thanks for the comments.

It is the first Flash file I've ever made and want to make it better, but need to learn more right now. My friend made the tool bar.

I've tried to add music to the Flash file, but can't seem to get it to play. Still working on that too.

Brad

Reply With Quote
  #4  
Old September 10th, 2004, 09:01 PM
JFetting JFetting is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 154 JFetting User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m 35 sec
Reputation Power: 5
As for getting your site on google, I would think about getting rid of the flash intro. I'm not sure how google treats those things, but many people find them annoying.

I agree with the above post, the menu is nice, but may cause problems with search engines. I'm not sure of any search engine that understands flash, so it is a disadvantage to use flash for a menu. You have to weigh looks with accessibility. Take a look at this article: http://digital-web.com/articles/seo_and_non_html_sites/

As far as I can tell, the index1 page has little of no content. Other than a flashing text, I see no content. You may want to change that. Content is king when it comes to search engines.

Doctypes tell the browser how to render your page. You should always include one to prevent the browser from using "Quirks" mode. To understand Doctypes, take a look at this article: http://www.alistapart.com/articles/doctype/

Hope some of this helps. Good luck with the site!

Reply With Quote
  #5  
Old September 13th, 2004, 11:14 AM
mbrad's Avatar
mbrad mbrad is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2004
Posts: 771 mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 17 h 6 m 21 sec
Reputation Power: 10
Thank you for the tips. Those articles were great. I made some changes to my pages as a result. I'll think about the Opening Page being Flash or not.

Just one rookie question. I really don't know what doc type to use for my page.

which one, listed on this page (http://www.alistapart.com/articles/doctype/) should I choose?

Thanks again,

Brad
www.pierced.ca

Reply With Quote
  #6  
Old September 13th, 2004, 12:04 PM
36 Crazyfists 36 Crazyfists is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Salisbury
Posts: 111 36 Crazyfists User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 37 sec
Reputation Power: 5
Send a message via MSN to 36 Crazyfists
I think this would be the best for you

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> 

<head> 

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


you probably can't be arsed to delve into xhtml and its not all that important... yet.

I like the whole site but i can't agree more about the whole intro page.... good luck!

www.senseof16.tk

Reply With Quote
  #7  
Old September 13th, 2004, 12:52 PM
JFetting JFetting is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 154 JFetting User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m 35 sec
Reputation Power: 5
I personally don't think it matter which doctype you use, just as long as you use one. Personally, I would recommend the XHTML transitional one. There isn't much of a difference, other than XHTML requires more structure in the code. Because of that, I find it easier to catch mistakes. But in the end, it is just a personal preference.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Reply With Quote
  #8  
Old September 14th, 2004, 03:39 AM
jacktasia jacktasia is offline
Contributing User
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2004
Location: Lawrence, Kansas [KU]
Posts: 1,559 jacktasia User rank is Corporal (100 - 500 Reputation Level)jacktasia User rank is Corporal (100 - 500 Reputation Level)jacktasia User rank is Corporal (100 - 500 Reputation Level)jacktasia User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 14 h 4 m 35 sec
Reputation Power: 9
Send a message via AIM to jacktasia
for sure go xhtml on the doctype, i would go strict but Transitional will do.

i would get rid of all flash (i always think flash looks tacky unless REALLY well done)...or at least get rid of the sounds in the menu on the top (i was trying to listen to YOUR music while browsing the page and i had to hear the clicking sound from the menu)

but i think your images are pretty great, and i am surprised to say that i was impressed by your music (it seems like there are a ton of bands websites on here, usually they aren't good)
__________________
Jack
---------
use code tags

become vegetarian
python? yes, sir!
unarm.org
get firefox


If I helped you then please click the "" in the upper right-hand corner of my post.

Reply With Quote
  #9  
Old September 14th, 2004, 08:44 AM
mbrad's Avatar
mbrad mbrad is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2004
Posts: 771 mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level)mbrad User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 17 h 6 m 21 sec
Reputation Power: 10
Thanks to everyone for their replies.

I guess I'll put in the XHTML Strict DOM.

Thanks so much,

And thanks for the suggestions on the Flash portions. I think I will take out the sounds, especially if it is interfeering with the music.

Brad

Reply With Quote
  #10  
Old September 14th, 2004, 03:26 PM
36 Crazyfists 36 Crazyfists is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Salisbury
Posts: 111 36 Crazyfists User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 37 sec
Reputation Power: 5
Send a message via MSN to 36 Crazyfists
Has any1 actually noticed that xhtml is just too hard to live up to? I mean it's just crazy!! Even this very forum doesn't validate in xhtml and I think w3c are asking way too much

My own site is valid (apart from the stupid yahoo ad which isn't and yes im on geocities and am changing host asap!) and in xhtml it is so unvalid its unbelievable!!

Reply With Quote
  #11  
Old September 14th, 2004, 05:32 PM
JFetting JFetting is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 154 JFetting User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m 35 sec
Reputation Power: 5
I don't think XHTML is hard to live upto at all. Many sites (at&t, chevy) have all converted over to XHTML. There is a good change that the software this forum uses was originally developed prior to the XHTML standard. Not all sites use XHTML, but that doesn't mean they can't.

Most, if not all sites, can be converted to XHTML. It may not be easy, but it could be done. I just don't see how the W3C is asking too much.

Reply With Quote
  #12  
Old September 14th, 2004, 06:50 PM
jacktasia jacktasia is offline
Contributing User
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2004
Location: Lawrence, Kansas [KU]
Posts: 1,559 jacktasia User rank is Corporal (100 - 500 Reputation Level)jacktasia User rank is Corporal (100 - 500 Reputation Level)jacktasia User rank is Corporal (100 - 500 Reputation Level)jacktasia User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 14 h 4 m 35 sec
Reputation Power: 9
Send a message via AIM to jacktasia
Quote:
Originally Posted by 36 Crazyfists
Has any1 actually noticed that xhtml is just too hard to live up to?
no


it's really not.

Reply With Quote
  #13  
Old September 17th, 2004, 05:22 AM
macgruder's Avatar
macgruder macgruder is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Location: Japan
Posts: 251 macgruder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 52 m 54 sec
Reputation Power: 8
Typing in little letters, and putting quotes around things. yeah, it's a complete bugger. It is a mystery to me why there are so many validation errors in devshed though (it's still awesome though!). I mean, it seems strange to have defined the site as XHTML, and then have this:

border=0

Reply With Quote
  #14  
Old September 20th, 2004, 08:16 AM
36 Crazyfists 36 Crazyfists is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Salisbury
Posts: 111 36 Crazyfists User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 37 sec
Reputation Power: 5
Send a message via MSN to 36 Crazyfists
now thats wat i was talking about!

Reply With Quote
  #15  
Old September 20th, 2004, 01:58 PM
StartUpMan StartUpMan is offline
Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 275 StartUpMan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
As someone who used to design independant musician/band websites - I repeat what I said about removing the flash intro. The only reason someone would ever put a flash intro, is if they are so popular (like eminem, kylie, christina ec..) that anyone coming to the site would click through 30 flash intros just to get to the content. You should definetely remove it; you want to get people straight to the heart of your site.

I also would say no to having music play on your site. Many famous people do this, but most people immediatly turn it off. Just let them quickly choose things they want to listen to. If the first song they hear is something they don't like, they will immediatly leave the site never to return.

And as I said over in the other thread, there's no logical reason your site should be high-up in google for any keywords other than:

1. band name
2. musicians name
3. local venue names
4. local towns

I think your inner design is great and you should definitely keep it.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWebsite Critiques > www.pierced.ca


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Linear Mode Linear Mode