• Help
  • Search
  • Login
  • Register
  • Home

Forum: web design and graphics community

Celestial Star Forum > Web Development > Advertisements / Affiliation > mindSKETCH
Pages: [1]
« previous next »
  Print  
Author Topic: mindSKETCH  (Read 1637 times)
smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
mindSKETCH
« on: February 17, 2008, 03:07:36 AM »

i've just started my site called mindSKETCH cos of my passion and love for web designing Smiley

started self-learning web designing couple of years ago and finally started my own site to help others who want to master the art of building your own site in your own style.

hope to get feedback, so i can make it better. shout out all your comments, they'll be much appreciated!!

here's the URL: www.mind-sketch.com

THANKS in advance! = >
« Last Edit: February 17, 2008, 03:53:39 AM by smileisland » Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: mindSKETCH
« Reply #1 on: February 17, 2008, 11:52:17 PM »

The loading time on the pages is great and the link buttons are very unique.  The tips and help sections are very thorough and well-written, but the graphics could use a little work.  For starters, I was unable to find a preview button, and the one on the bottom lacks originality.  The postcards are of a single design, so a little variation would help there with some new designs.

Finally, the layout as a whole is well-organized with the links and location of the content, but the black and white doesn't catch the eye.  Maybe the inclusion of a colorful image, or even some colored text, would help improve the bland design?

Overall it's a great site with well-organized content and a good, though plain, design.
« Last Edit: February 18, 2008, 01:02:28 AM by EternalSorrow » Logged

smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
Re: mindSKETCH
« Reply #2 on: February 18, 2008, 12:37:57 AM »

thanks for the feedback! much much appreciated (: yea still working on the site layout, agree it's in need of more colours. just would like to know which button is it that you're referring to that lacks originality?

thanks again for the comments =D
Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: mindSKETCH
« Reply #3 on: February 18, 2008, 01:02:57 AM »

Sorry for the typo, I meant to write "bottom" instead of "button."
Logged

smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
Re: mindSKETCH
« Reply #4 on: February 18, 2008, 03:16:27 AM »

AHH okay i see, got it thanks ;)
my sketches collection is still very little right now cos i just started, spending more of my time building up on my tutorials. but will keep your feedback in mind thx!
Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
Re: mindSKETCH
« Reply #5 on: February 21, 2008, 04:16:27 AM »

Revamped the site! :D
Comments anyone? Thanks!!
Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: mindSKETCH
« Reply #6 on: February 21, 2008, 10:39:17 AM »

The layout looks great in IE7, but horrible in Firefox.  The background is missing, the content is pushed down, and the background images for the advertisements are gone.
Logged

smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
Re: mindSKETCH
« Reply #7 on: February 22, 2008, 05:00:27 AM »

whoops! didnt check it on firefox, cos i ususally use IE. thanks for the notification! apparently i left out a curly bracket in the CSS codes -.-

everything looks right on firefox now, but i got one problem with the footer. it doesnt seem to clear the content area (where all the main text go) properly on firefox. on IE6, it's okay. think its a bug, searched for some answers online but they dont seem to correct the problem.

took some screenshots, so here's what i mean:

EXAMPLE 1:
index page>>
on Firefox, it looks like:
http://www.freewebs.com/smileislanduploads/screenshots%5Fbugs/index%5Ffirefox.JPG

whereas it should look like this (on IE6):
http://www.freewebs.com/smileislanduploads/screenshots%5Fbugs/index%5Fie6.JPG
(the footer's not clearing properly, it shouldnt overlap the 'profile' borderbox)


EXAMPLE2:
htmlhelp-css tutorial page>>
on Firefox, it looks like:
http://www.freewebs.com/smileislanduploads/screenshots%5Fbugs/htmlhelp%5Fcss%5Ffirefox.JPG

whereas it should look like this (on IE6):
http://www.freewebs.com/smileislanduploads/screenshots%5Fbugs/htmlhelp%5Fcss%5Fie6.JPG
(the footer should clear after the 'back to top' arrow)

RAH. this bug thing is really irritating, anyone knows how to cure it?
thanks lots!
« Last Edit: February 22, 2008, 05:16:47 AM by smileisland » Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: mindSKETCH
« Reply #8 on: February 22, 2008, 10:25:05 AM »

I'm groping in the dark for this answer, since I don't have any code to work from, but have you put a specific height on your footer?  Firefox is very picky when it comes to heights and widths.
Logged

smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
Re: mindSKETCH
« Reply #9 on: February 24, 2008, 09:25:01 PM »

hmmm. this is the footer part, i did set the height to 100px. is that the problem?

Code:
#footer
{ background: #ffffff;
color: gray;
text-align: center;
height: 100px;
clear: both;
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;  }
Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: mindSKETCH
« Reply #10 on: February 25, 2008, 03:38:47 PM »

To tell the truth, I would need to see the entire code for both the html and CSS pages to be able to give a straight, affirmative answer.  Right now, I'd have to suggest that you use adjust the height to see what difference is made, and play around with the padding and margin.  IE and Firefox treat them differently, so your problem could be there.  Also, you could shorten the padding code to this (the order is starting from top and going clockwise):

Code:
padding: 10px 0px 10px 0px;

The same can be done with the margin settings.
Logged

smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
Re: mindSKETCH
« Reply #11 on: February 27, 2008, 12:57:52 AM »

yup im aware of that short-cut (: just that i write it out in full for each component cos its a habit already, haha.

anyway i got the problem fixed already, so it looks alright on both IE7 and firefox2 ;D

thanks for your help though!
Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
Vangs
Administrator
Valkyrie Randgris
*****
Posts: 525



View Profile WWW
Re: mindSKETCH
« Reply #12 on: February 27, 2008, 02:35:54 PM »

Quote from: EternalSorrow on February 25, 2008, 03:38:47 PM
Also, you could shorten the padding code to this (the order is starting from top and going clockwise):

Code:
padding: 10px 0px 10px 0px;

If you're going to shorten the coding like this, you may as well use the full short-hand ;) :

Code:
padding: 10px 0;

10px defines the width for both the top and bottom, the 0 defines the width for the size. Note that on a 0 value no measurement is required, 0 is 0 across all measurements.
Logged

EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: mindSKETCH
« Reply #13 on: February 27, 2008, 08:45:33 PM »

Thanks for the heads up on the extreme shortening of the padding.
Logged

Pages: [1]
  Print  
« previous next »
 
Jump to:  

  • Welcome, Guest
  • Members login
  • Register for free

General

  • General
  • New members
  • Announcements
  • Support / Suggestions

Art boards

  • Creative mediums
  • Requests and offers
  • Tutorials
  • Celestial Star tutorials

Web development

  • Coding
  • Web design
  • Advertisements / affiliation

Off-topic

  • The non-sense
  • Ententainment

Go up
eXTReMe Tracker
  • Valid XHTML
  • Valid CSS
Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC | Seo4Smf v0.2 © Webmaster's Talks
Loading...