+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
Like Tree2Likes

Thread: New Tutorial Website : Review Please

  1. #1
    thunder11's Avatar
    thunder11 is offline x10Hosting Member thunder11 is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    17

    Cool New Tutorial Website : Review Please

    Hello friends.
    I am happy to launch a new tutorial website for help of my friends, college guys to learn web development and Programming Basics. Please tell me whether you liked it or not? Also give some constructive suggestions.

    http://tutorialsea.com


  2. #2
    glennemlee95's Avatar
    glennemlee95 is offline x10Hosting Member glennemlee95 is an unknown quantity at this point
    Join Date
    Aug 2011
    Location
    Phoenix, AZ
    Posts
    16

    Re: New Tutorial Website : Review Please

    I don't have any complaints. Add even more content on it and I'll give you a backlink alongside a written review.

    [edited]
    Just read your Introduction to HTML (just casually browsing and eyeballing it still). Kudo's on recommending Notepad++.
    Last edited by glennemlee95; 08-28-2011 at 05:27 AM. Reason: Kudos for Notepad++ Mention is all.
    Development and SEO are my bag baby!

  3. #3
    vv.bbcc19's Avatar
    vv.bbcc19 is offline Community Advocate vv.bbcc19 is just really nice
    Join Date
    Jun 2010
    Location
    India
    Posts
    1,505

    Re: New Tutorial Website : Review Please

    Quote Originally Posted by thunder11 View Post
    Hello friends.
    I am happy to launch a new tutorial website for help of my friends, college guys to learn web development and Programming Basics. Please tell me whether you liked it or not? Also give some constructive suggestions.

    http://tutorialsea.com



    Nice site.
    Clean and neatly organized template.
    I think you can put certain boxes for ads and invite people to contact you for adspaces.Alternatively adsense,bidvertizer ,chitika etc are companies which serve ads to websites.This site is worth earning money with.
    BCV | Community Support Representative
    █ x10Hosting - Giving Away Hosting Since 2004
    Premium Hosting | VPS Services

  4. #4
    thunder11's Avatar
    thunder11 is offline x10Hosting Member thunder11 is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    17

    Re: New Tutorial Website : Review Please

    Thank you Glennemlee95 for your suggestion. I'll add more content to it.

    ---------- Post added at 11:29 AM ---------- Previous post was at 11:26 AM ----------

    Thank you vv.bbcc19 for your suggestion. I'll try to monetize it in future when the website get enough content and visitors.

  5. #5
    glennemlee95's Avatar
    glennemlee95 is offline x10Hosting Member glennemlee95 is an unknown quantity at this point
    Join Date
    Aug 2011
    Location
    Phoenix, AZ
    Posts
    16

    Re: New Tutorial Website : Review Please

    Awesome sauce. If, by chance, I write a tutorial on a language, how would I go about submitting it?
    Development and SEO are my bag baby!

  6. #6
    Zenax's Avatar
    Zenax is offline Lord Of The Keys Zenax is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    The Brilliant United Kingdom
    Posts
    1,339

    Re: New Tutorial Website : Review Please

    Hey,

    Just took a quick look at the website. A very nice and clean website. Easy on the eye and loads quickly, which is just what you need a website.

    I don't know if it just me and my laptop, but there is a slight difference in the layout between the homepage and the HTML section. The whole layout moves slightly to the right on the HTML section of the website.

    Perhaps add a content coming soon page rather than a standard Error 404 page for the other sections of the website.

    Other than that it is a nice and good looking website.

    King Regards,
    Zenax
    thunder11 likes this.
    Regards,
    Zenax

  7. #7
    cheezo's Avatar
    cheezo is offline x10 Sophmore cheezo is an unknown quantity at this point
    Join Date
    May 2010
    Posts
    175

    Re: New Tutorial Website : Review Please

    nice site. this isn't simple to do actually. it has tons of pages.
    it has 404 error on this page though. maybe you forgot to put it.

  8. #8
    akshani is offline x10Hosting Member akshani is an unknown quantity at this point
    Join Date
    Dec 2010
    Posts
    11

    Post Re: New Tutorial Website : Review Please

    In home.css, at #wrap, try to add a padding about 5-10-20 px to top, left, right and bottom (you can add just "padding: 5/10/20 px;" to #wrap and it will add it all l,r,t,b sections - a quick tweak but not recommended )

    Code:
    #wrap {
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0 auto;
        text-align: left;
        width: 1000px;
    }

    and deduct the same from the central div "main".
    Code:
    #main {
        float: left;
        margin: 0;
        padding: 0 3px;
        width: 690px;
    Another thing I noticed that the wrap has its width set to 1000px, generally it is set to 960 px (I am a beginner! experts, please advise! )

    I didn't have the time to go through all the tutorials but you have covered many fields.
    keep up the good work and update it regularly.

    Last find the "#content-wrap" in css - what's its use I disabled it in firebug but couldn't see any changes.

    You will think this particular comment is not a review in general but a kinda postmortem!

    But it helped me to test my tiny knowledge.

    As you said on index page, Site is bookmarked !
    No offense though!

    Thnx n Peace!!!

    Hit me back if I'm wrong!

    Add a coming soon page and put all the sections you haven't prepared for publishing yet under it

    you can put a snippet of that page in any of the sidebars
    Last edited by akshani; 08-29-2011 at 12:08 AM. Reason: struck by a bolt of idea :wink:
    thunder11 likes this.

  9. #9
    thunder11's Avatar
    thunder11 is offline x10Hosting Member thunder11 is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    17

    Re: New Tutorial Website : Review Please

    Hey Zenax.. Thank you for your comment.. Well, I am not seeing any right deviation on HTML page on my desktop.. but will try on a laptop.. Might be any miscoding in CSS...

    Thanks Cheezo.. I am updating 404 page...

    Hey Akshani...
    I am also not a professional web developer... but just another college guy of 19... and do some web dev-design for my friends as my hobby.
    OK.. good points on tweaking CSS.. I'll update 404, CSS n definitely going to add more tutorials daily... Thanks for suggestion n bookmarking

    To all : Keep visiting for more constructive criticism n suggestion...
    Last edited by thunder11; 08-29-2011 at 07:58 AM.
    Tutorialsea.com : Learn Web Dev-Design, Programming, Embedded System

    >>>>(If you think I helped you, click STAR button on bottom left of this post to add to my reputation )<<<<

  10. #10
    akshani is offline x10Hosting Member akshani is an unknown quantity at this point
    Join Date
    Dec 2010
    Posts
    11

    Re: New Tutorial Website : Review Please

    Have you tried Yslow ? It gave your W/s overall 98% good.(I guess it should be word "great", right?) I am not remembering all the things, but one I remember is that you have included your .js files in your head ( lol ) put it after <body> tag. It helps to load page faster as the browser takes the js later. Now you'll get 99%.

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Review and help my tutorial site cum blog
    By sankalpgarud98 in forum Review My Site
    Replies: 4
    Last Post: 06-27-2011, 01:26 PM
  2. looking for members for tutorial website
    By jscherer92 in forum Ads & Offers
    Replies: 3
    Last Post: 06-16-2010, 06:26 PM
  3. Tutorial Website?
    By WhiteOut in forum Programming Help
    Replies: 6
    Last Post: 03-15-2008, 07:47 PM
  4. Really good tutorial website!!
    By randomize in forum Tutorials
    Replies: 3
    Last Post: 03-23-2006, 02:03 PM
  5. Awsome photoshop tutorial website
    By -ChRiS- in forum Tutorials
    Replies: 5
    Last Post: 07-14-2005, 07:11 AM

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