+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
Like Tree1Likes

Thread: Review My Site Please :)

  1. #1
    rajat.vaghani37 is offline x10Hosting Member rajat.vaghani37 is an unknown quantity at this point
    Join Date
    Nov 2010
    Location
    India
    Posts
    49

    Review My Site Please :)

    Cyber Sky - "The Ultimate Cyber Zone"

    I just created the site, so its not got so much of content yet.. about 4-5 tips/tricks or tutorials, and few of the free softwares i make every now and then. However, I am more interested in a critical analysis of the design, as im not sure how its looking in different resolutions/browsers. If you people could plz probably say a few words, positive or negative of the site till now, it would be reeeally helpful and greatly appreciated

  2. #2
    eggo9432's Avatar
    eggo9432 is offline x10 Sophmore eggo9432 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    133

    Re: Review My Site Please :)

    The site is actually really great. I like the colors and the speed of the site. One problem I found however, is that on the contact us page, after you click send email, the footer of the page just vanishes and then center div shifts to the right. If this was not intentional you might want to fix that. Other than that I quite liked it. I actually have a question for you. I have been looking for a way to shorten URLs, and to not have the .php at the end. If you are willing to, could you share with me how you have links, such as http://cyberskies.x10.bz/#about, that have no file extensions. I think that this might be a .htaccess trick, but am not sure. The site is great, just fix that one thing. I also really like the logo; it is very creative and frankly, just looks awesome.

    The fast and easy way to listen to homemade music!
    - http://www.pearlsquirrel.com

  3. #3
    rajat.vaghani37 is offline x10Hosting Member rajat.vaghani37 is an unknown quantity at this point
    Join Date
    Nov 2010
    Location
    India
    Posts
    49

    Smile Re: Review My Site Please :)

    Quote Originally Posted by eggo9432 View Post
    The site is actually really great. I like the colors and the speed of the site. One problem I found however, is that on the contact us page, after you click send email, the footer of the page just vanishes and then center div shifts to the right. If this was not intentional you might want to fix that. Other than that I quite liked it. I actually have a question for you. I have been looking for a way to shorten URLs, and to not have the .php at the end. If you are willing to, could you share with me how you have links, such as http://cyberskies.x10.bz/#about, that have no file extensions. I think that this might be a .htaccess trick, but am not sure. The site is great, just fix that one thing. I also really like the logo; it is very creative and frankly, just looks awesome.
    Thank you so much for that! :)
    Im happy you liked it! :D
    And ill check the contact us pg. Thanks for pointing out that too..

    Umm, the pages aren't through .htcaccess.. Its through Ajax. Thats one reason for the speed to be fast. Cause the content changes without the site loading and reloading. :)

  4. #4
    eggo9432's Avatar
    eggo9432 is offline x10 Sophmore eggo9432 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    133

    Re: Review My Site Please :)

    Ah, ok, I see that now. Thanks for pointing it out!

    ---------- Post added at 01:44 AM ---------- Previous post was at 01:42 AM ----------

    Another thing that I also might recommend is to do this. On the left, where you have the divs that change to a light blue color on hover, make them the link and not the word itself. I is fairly inconvenient to have to click that small word and much easier to just click on the div itself.

    The fast and easy way to listen to homemade music!
    - http://www.pearlsquirrel.com

  5. #5
    rajat.vaghani37 is offline x10Hosting Member rajat.vaghani37 is an unknown quantity at this point
    Join Date
    Nov 2010
    Location
    India
    Posts
    49

    Re: Review My Site Please :)

    Np!
    And i made the necessary changes with the mail success and mail fail pages. I apparently forgot to update the code on those pages after making modifications to the template as a whole ! Haha

    Hmm, yeah, I thought of that before.. But didn't know if i should implement it or not.. Now since 1 more person is supporting the idea, I might consider it

    ---------- Post added at 02:36 AM ---------- Previous post was at 02:30 AM ----------

    And I like your site too..
    Though I feel you could make a few color changes here and there. probably include gradients of similar colors rather than solid colors.
    Your choice though..
    Last edited by rajat.vaghani37; 12-09-2011 at 01:26 AM.

  6. #6
    eggo9432's Avatar
    eggo9432 is offline x10 Sophmore eggo9432 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    133

    Re: Review My Site Please :)

    Quote Originally Posted by rajat.vaghani37 View Post
    Np!
    [/COLOR]And I like your site too..
    Though I feel you could make a few color changes here and there. probably include gradients of similar colors rather than solid colors.
    Your choice though..
    Thanks! A lot of people have been telling me that they suggest color changes, but not which colors should be changed. Would you possibly mind telling me what colors you think need to be changed and what colors you recommend for them? That would be extremely appreciated!

    The fast and easy way to listen to homemade music!
    - http://www.pearlsquirrel.com

  7. #7
    rajat.vaghani37 is offline x10Hosting Member rajat.vaghani37 is an unknown quantity at this point
    Join Date
    Nov 2010
    Location
    India
    Posts
    49

    Re: Review My Site Please :)

    Quote Originally Posted by eggo9432 View Post
    Thanks! A lot of people have been telling me that they suggest color changes, but not which colors should be changed. Would you possibly mind telling me what colors you think need to be changed and what colors you recommend for them? That would be extremely appreciated!
    Sure. Like for the top black bar.. instead of a solid black, which isnt really that attractive place this gradient below:

    Code:
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(top,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    The css is cross browser friendly so dont worry about it.. ive even placed the tags along to help u incase u want to remove some or anything

    Let me know if you want to make similar changes and if its looking good.. ;)

  8. #8
    eggo9432's Avatar
    eggo9432 is offline x10 Sophmore eggo9432 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    133

    Re: Review My Site Please :)

    Dude, that looks amazing. The only problem I am having, however, is that my site logo does not match the color of the gradient.

    The fast and easy way to listen to homemade music!
    - http://www.pearlsquirrel.com

  9. #9
    rajat.vaghani37 is offline x10Hosting Member rajat.vaghani37 is an unknown quantity at this point
    Join Date
    Nov 2010
    Location
    India
    Posts
    49

    Re: Review My Site Please :)

    U should always make ur logo with a transparent background.. I think u can redo ur "logo".. its just text
    Itll look awesome after that, trust me!

  10. #10
    eggo9432's Avatar
    eggo9432 is offline x10 Sophmore eggo9432 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    133

    Re: Review My Site Please :)

    I just downloaded GIMP and redid the logo. The site looks so epic man I can not thank you enough. I hate to ask you any more, nut is there anything else that you would recommend that I should change the color of because you obviously have an eye for these things.

    ---------- Post added at 04:53 PM ---------- Previous post was at 04:40 PM ----------

    I was also just looking at you website and I see something else that I might recommend. On the pages with search or submit features, such as the contact us page, I would recommend something. In css, give the button effects to make them more appealing. I would add :hover and :active effects
    So maybe do something like this:

    input.searchsubmit{

    }
    input.searchsubmit:hover{
    border: 1px outset gray;
    }
    input.searchsubmit:active{
    border: 1px inset gray;
    background: #B0C4DE
    }

    That would add a lot of extra depth to the site and make it seem even more professional. I don't know how well those colors would work, but if you want to use something like that, it is easy to change the colors.

    ---------- Post added at 05:02 PM ---------- Previous post was at 04:53 PM ----------

    Also, on the contact us page, after you press submit, the whole center div shifts to the left of the page.

    The fast and easy way to listen to homemade music!
    - http://www.pearlsquirrel.com

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. review my site - 50 points for best review and ideas
    By qwertyuiop12 in forum Review My Site
    Replies: 7
    Last Post: 07-22-2011, 01:48 PM
  2. Review my review site
    By azngrl_1824 in forum Review My Site
    Replies: 0
    Last Post: 10-31-2010, 06:43 PM
  3. Review My Perosal Site [Flash Site]
    By agroup in forum Review My Site
    Replies: 9
    Last Post: 08-01-2010, 08:30 PM
  4. Replies: 5
    Last Post: 10-26-2008, 12:34 PM
  5. Replies: 5
    Last Post: 04-09-2008, 08:32 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers