Cloud9Comments

This is a discussion on Cloud9Comments within the Free Website / Mock up review forums, part of the Web Design category; Site Capture Cloud9Comments Hi everyone I would like for you to critique this site, well two pages, firstly the index ...


Reply
 
LinkBack Thread Tools Display Modes
Old 26th December 2009, 08:30 PM   #1
Senior Member
 
Join Date: Jan 2009
Posts: 974
Thanks: 56
Thanked 11 Times in 11 Posts
Michael is on a distinguished road
Arrow Cloud9Comments

Site Capture
Cloud9Comments
Thumbnails by Thumbshots.de

Hi everyone I would like for you to critique this site, well two pages, firstly the index here:

Myspace Comments - Hi5 Comments - Bebo Comments

and the main page template which will be used over and over here:

Thank You Comments

I will be adding some form of icon next to the category heading on the page template to spruce it up. Also some of the divs need aligning slightly for the front gallery.

Hope to hear your thoughts and some mild critique :D

Thanks everyone
Michael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 27th December 2009, 07:02 PM   #2
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,595
Blog Entries: 6
Thanks: 15
Thanked 49 Times in 49 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

looks good, correct that error though lol
__________________
web design kent
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
The Following User Says Thank You to saltedm8 For This Useful Post:
Michael (27th December 2009)
Old 27th December 2009, 10:54 PM   #3
Senior Member
 
Join Date: Jan 2009
Posts: 974
Thanks: 56
Thanked 11 Times in 11 Posts
Michael is on a distinguished road
Default

Quote:
Originally Posted by saltedm8 View Post
looks good, correct that error though lol
Now I see why DW can be seen as a nuisance, it keeps doing that somehow, sticking <a href="#"></a> in where I have pasted code.

Glad you think it is fine!
Michael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 28th December 2009, 12:26 AM   #4
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,595
Blog Entries: 6
Thanks: 15
Thanked 49 Times in 49 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

DW is not a nuisance in code view mate, it will add nothing if you code by hand

there is nothing wrong with dreamweaver despite some people views, the only issues you get is when you try to use the wysiwyg, it will try to add its own crap in there.
__________________
web design kent
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 28th December 2009, 06:06 PM   #5
Senior Member
 
Join Date: Jan 2009
Posts: 974
Thanks: 56
Thanked 11 Times in 11 Posts
Michael is on a distinguished road
Default

Quote:
Originally Posted by saltedm8 View Post
DW is not a nuisance in code view mate, it will add nothing if you code by hand

there is nothing wrong with dreamweaver despite some people views, the only issues you get is when you try to use the wysiwyg, it will try to add its own crap in there.
I certainly dont use it in design view. I use that purely for checking it here and there, I never add anything in that view as of course it isnt trustworthy.

I was having problems with copying and pasting with it so I am guessing it because of that
Michael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th December 2009, 02:44 PM   #6
Senior Member
 
Join Date: Jan 2009
Posts: 974
Thanks: 56
Thanked 11 Times in 11 Posts
Michael is on a distinguished road
Default

Any more feedback guys? :)
Michael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th December 2009, 04:09 PM   #7
Tom
trusted
 
Tom's Avatar
 
Join Date: Jan 2009
Posts: 730
Blog Entries: 16
Thanks: 17
Thanked 34 Times in 34 Posts
Tom will become famous soon enough
Expertise: Design & Graphics
Experience: Quite Good
Default

the clouds at the top vanish into the blue header on the side, looks like they should travel the full width of the page along the blue bar. could set header to have a background of images/bitsy_02.gif and then remove the background from the headerwrap. Then set a background on the body tag with just the pink bar repeated.

or set the header to have a 100% width.

search our site box should auto clear onfocus, you have some code there but its not working for me in firefox or chrome, try this:

Code:
onblur="if(this.value==''){this.value='Search the Site'}" onfocus="if(this.value=='Search the Site'){this.value=''}" onclick="this.value=''
__________________
Fusion Web Hosting - Friendly and easy to use www.fusionservers.co.uk
Tom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
The Following User Says Thank You to Tom For This Useful Post:
Michael (8th January 2010)
Old 30th December 2009, 10:47 PM   #8
Senior Member
 
Join Date: Jan 2009
Posts: 974
Thanks: 56
Thanked 11 Times in 11 Posts
Michael is on a distinguished road
Default

Quote:
Originally Posted by Tom View Post
the clouds at the top vanish into the blue header on the side, looks like they should travel the full width of the page along the blue bar. could set header to have a background of images/bitsy_02.gif and then remove the background from the headerwrap. Then set a background on the body tag with just the pink bar repeated.

or set the header to have a 100% width.

search our site box should auto clear onfocus, you have some code there but its not working for me in firefox or chrome, try this:

Code:
onblur="if(this.value==''){this.value='Search the Site'}" onfocus="if(this.value=='Search the Site'){this.value=''}" onclick="this.value=''
Thanks Tom for your feedback, I will get onto those asap and see what it is like, I wanted the clouds to go all the way but wasnt sure exactly how at the time :)

That damn search box will clear now at last! Thanks!
Michael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th December 2009, 10:50 PM   #9
Senior Member
 
Join Date: Jan 2009
Posts: 974
Thanks: 56
Thanked 11 Times in 11 Posts
Michael is on a distinguished road
Default

Quote:
Originally Posted by Tom View Post
the clouds at the top vanish into the blue header on the side, looks like they should travel the full width of the page along the blue bar. could set header to have a background of images/bitsy_02.gif and then remove the background from the headerwrap. Then set a background on the body tag with just the pink bar repeated.

or set the header to have a 100% width.

search our site box should auto clear onfocus, you have some code there but its not working for me in firefox or chrome, try this:

Code:
onblur="if(this.value==''){this.value='Search the Site'}" onfocus="if(this.value=='Search the Site'){this.value=''}" onclick="this.value=''
Would it be possible to add 2 background images for the body as there is already one repeated vertically?
Michael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 31st December 2009, 08:09 AM   #10
Tom
trusted
 
Tom's Avatar
 
Join Date: Jan 2009
Posts: 730
Blog Entries: 16
Thanks: 17
Thanked 34 Times in 34 Posts
Tom will become famous soon enough
Expertise: Design & Graphics
Experience: Quite Good
Default

I didn't notice you already had a background image, so you wouldnt be able to do my suggestion.

I think if you juggle your header tag inside the clouds tag to encase the logo, toppanel divs it should work.
__________________
Fusion Web Hosting - Friendly and easy to use www.fusionservers.co.uk
Tom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
The Following User Says Thank You to Tom For This Useful Post:
Michael (8th January 2010)
Reply

Tags
cloud9comments

Thread Tools
Display Modes