Jul 24, 2008

Need Some Opinions On My Site - No content, but good features if registered

Free Web Hosting, No Ads > CONTRIBUTE > The Internet > Website Showcase
Pages: 1, 2, 3

free web hosting

Need Some Opinions On My Site - No content, but good features if registered

michaelper22
I've been working with Mambo for ages now,, and finally got a good setup. I have the Simpleboard forum and Community Builder components installed. The address to my Mambo site is http://www.nyceducated.info/main/, and you can register by clicking the Rgister link below the login area. And I know that I need some content on the site.

Reply

Albus Dumbledore
i like it, think that you should get a different banner for trap17 hosting though.maybe one that doesn't have trap17's banner background image... i like how it is set-up with the navigation on left anf right with content in the middle..even the forum is in the middle which i think is cool..did you make the script or is it just a layout for it? and umm i tink the login on the left hand side navigation should be centered just to make it look better other than that i like it... i expecially like the title "The Bus Stop"!! nice choice

Reply

michaelper22
I made the site with the Mambo open source CMS (Content Management System), and the banner is the one that I made (see http://www.trap17.com/forums/mikes-first-banner-t33949.html) myself. Those nav bars, as well as the login form, are called modules. I can't change the location of the login form to the middle of the page, so I can't change that, although it could go on the right side of the page. Notice how certain modules appear on some pages but not others.

Reply

Mich
QUOTE(michaelper22 @ Mar 13 2006, 09:43 PM) *
I've been working with Mambo for ages now,, and finally got a good setup. I have the Simpleboard forum and Community Builder components installed. The address to my Mambo site is http://www.nyceducated.info/main/, and you can register by clicking the Rgister link below the login area. And I know that I need some content on the site.
Very nice and clean. Effective use of increments. I only see on obvious thing. Your "Welcome to the Bus Stop" title line that is a link at the center top bar needs to be color other than grey. When you hover, it turns blue and that is nice, but you can't see it unsure.gif unless you hover. I would guess your style sheet has a directive to make all links grey, but it doesn't work for this particular link. See what you can do about it.

 

 

 


Reply

michaelper22
I edited the entry page (which is located at the document root, http://www.nyceducated.info/, with no directory specified). It has only a bulleted list with my three sites (or projects I should say), and no dynamic code is run. As far as the dark link colors go, I'll poke around in my template's style sheet and see what I can do.

Reply

fffanatics
Yeah i agree that the "Welcome to the Bus Stop" colors need to be changed cause i did not even see it. I thought it just was a line. I link the clean layout and you already know you need content. I also would change the right sections such that there was a bit more spacing between each topic in "Latest Posts" along with a bit more spacing between each section on that side. It just looks a bit cluttered. Finally, i would move the Trap17 Banner to the bottom or condense it and put it on the side just because it takes away from the name of your site. I didnt even know the name of the site because the banner caught my attention too much. It is nice to promote trap17 but at the same time, you have to do it in a way that it doesnt take away from your site.

Reply

Nitin Mangi
It’s a very nice theme, simple and clean.
It will be nice if you can improve on the login UI.
It should have a title bar like main menu and copyright. If it’s within title bar it will look fine even with left layout, also if you can decrease the size of edit box it will look better. Whole of your site's font is smaller compared to the edit box size. The navigator is not showing the links page a little bug smile.gif. Name title bar looks out of place in contact page.

I cannot read welcome to bus stop on clicking the Home navigation button.
Until its highlighted; nice effect but looks odd for a professional site.

The center place should be same UI shown change minimally.

Like some times title bar is present; in forum its not there and on contact page there are two together. It should be same... in all cases one title bar with white letters.

Hope you don’t take it as critics. It’s just to get it better for you.

Enjoy ur site...

Reply

catfish
i'd scratch the trap17 banner, instead butting a button (on of the 88x31's) in a "module" below the copywrite, or above if you want.)

as it is it just clashes, and it really isn';t necessary to be that obnoxious.

And if you are going to go for obnoxious you should at least try to make some money off of it w/ like a google add there or something.

Reply

FLaKes
I think its awesome.. I dont know, I wasnt expecting much but when I saw your page I was like wow. It really looks good, I wouldnt change anything, it expands with no problem when I resize the window, the trap17 banner is ok. Good job on it!

Reply

michaelper22
To answer most of your questions and comments:
I can't easily change the font color of the "welcome to The Bus Stop" link, because A) the class doesn't even exist in the stylesheet, and cool.gif it would probably screw up all the other links on the site. I will work on finding a new template that doesn't have that problem.

Both of the Links nav bar links work fine, exept they each show a different message above the one category (don't know what's causing that).

I can't change any of the UI layouts. This is because I use several 3rd party components for Mambo, and if I wanted to do that, I would have to learn everything about PHP.

The banner is the nice one I made. I like it, and there is no possiblity of removing it! dry.gif The banner is inserted using the the Banners component. I am under 18, that's why I don't have Google ads on my site.

The site is not a professional site, I decided one day that I want to make a nice Mambo site, so here I am today. I don't really want anythig from it; I just want the challenge and satisfaction of maintaining a Mambo site, and the a nice community (that's why I installed the Simpleboard forum and Community Builder components).

Thanks to everyone for their compliments.

Reply

Latest Entries

Saint_Michael
well some of things I have notice that you need to correct is that in IE your right column is not where it should be of course whitespace gap as well. But in your firefox your left nav menu is misaligned as well which could be contributing to the alignments issues you are having with the site.

another thing I notice is the text size I would either get a different font choice (thats if your using a image for your headers) or change the size to something smaller.

other then stuff that I have mentioned and people have mentioned it looks pretty good cms.

Reply

michaelper22
QUOTE(WindAndWater @ Apr 9 2006, 03:00 AM) *

Issues like that white space at the top, and sticking polls/posts/popular in the wrong section usually happen because an element is too wide for where it's placed. I can't say for certain, as I only did a cursorary trace of your code, but internet explorer and firefox handle margins and padding differently. Also, IE has an annoying habit of adding a small margin to elements like divs unless you explicitly remove it.

Based on your analysis, how can I fix this? I'm guessing that I should add a couple of style rules to the CSS file, specifying that there should be no padding on all four sides. Gotta figure out which rules those are; I'll take a trip back to W3Schools.com for that.

Reply

WindAndWater
Issues like that white space at the top, and sticking polls/posts/popular in the wrong section usually happen because an element is too wide for where it's placed. I can't say for certain, as I only did a cursorary trace of your code, but internet explorer and firefox handle margins and padding differently. Also, IE has an annoying habit of adding a small margin to elements like divs unless you explicitly remove it.

Reply

michaelper22
QUOTE(grnjd @ Apr 7 2006, 08:51 PM) *

Nice site, but the header/banner does not look that good. The layout and interface is good, but the banner isn't that professional looking.

If you use IE (aka Internet Exploder biggrin.gif ), then you will see a whitespace equal to the height of the header image. I have no clue of how to fix it. I even looked in the CSS for any hints, to no avail. If you have any idea on how to fix it, then please either PM me or post the possible fix here.

Reply

grnjd
Nice site, but the header/banner does not look that good. The layout and interface is good, but the banner isn't that professional looking.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3
Similar Topics

Keywords : opinions, site, content, features, registered

  1. Review My Site?
    Please look! (5)
  2. Zoe Belkin Fan Site
    A fansite for Canadian Actress Zoe Belkin (1)
    Hi, I know this site is not very artistic but I've created it so that it can be seen on a 28
    kbps modem with decent speed. So that it doesn't take a lot of time to load. So I've
    designed a template & used it to display page specific content. This helps me to cache the design &
    logos and change the [age specific content at a decent rate. I have myself tried to load the pages
    with 33 kbps modem and it loads in almost 5 secs for the first time and later for the next pages it
    just loads in a flash. Man it's awsome. I didn't think it will work in thios....
  3. Job Site
    Colors alright? (8)
    http://www.jzambrano.trap17.com I've had this site for a while but have been starting to
    question whether I perhaps should change the colors to something less vivid and more neutral like
    navy blues, greys, etc. Do you think it needs to be changed, and if so, to what? Also, if you
    have any thoughts on site features or constructive criticism about the site, that would be
    appreciated too.....
  4. My New Portfolio Site
    need a review if you have time thanks (3)
    I've always started projects and never finish because I try and do too much but this time I
    figured out I really need my own protfolio site when going for a job you need one, people want to
    see your work and having it online in one location would be much nicer then having them go to
    different links, look in your CD/DVD or computer hard disk drives. I started this 2 days ago and
    have the template almost solid. There is probably some bugs I'm missing but I'll try and
    clean it up later when I have time. I think I'm happy enough with the overall look and lay....
  5. Hot Gossip
    my celebrity news and gossip site (6)
    hey, this is my site, www.hotgossip.popstory.com . A celebrity gossip site. I'm putting other
    stuff on the site too, to attract visitors, so if you have any ideas, please tell me. Oh, if anyone
    wan'ts to be a journalist on my site, tell me!....
  6. Check This Totally Css Site Out
    (5)
    Check out this and give me ur opinion www.eskiotongroup.com....
  7. My Clean And Minimal Portfolio Site
    Less is More (11)
    After a year in college for design I decided I have enough material for a portfolio site. Not only
    this. Next years cumulative final is a portfolio site. Might as well get finished before it even
    starts /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> . My
    teacher Jon had always told us less is more and that is what I tried to do. Not too little and not
    to much. I was hoping you could tell me what needs to be added (I have a list of stuff I am adding
    now) what needs to be rid of, and what works doesnt work etc. http://boozkerstw....
  8. Review My Site And I Also Need Some Staff For My Site
    (12)
    Board Name: V Games Board Link : www.vgamer.uni.cc Board Type: Video Games Name on Board:
    Smartking790 Short Description: We Have Money Code things like the hosting credits, and you can
    donate the money to other members on forum, i money is basicly on our forum for people to post forum
    games with the money... STAFF NEEDED Available Staff Position: 5 - GFX Crew members 5 - Review
    Team members 3 - Moderators 2 - Super Moderator 1 - Admin Means of Contact: Reply Here /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />....
  9. Review My Site
    Finally Hosted on Trap17!!! (18)
    I've had a hosting account here at trap17 for a while now, but I haven't put any sites on it
    until just now. I only had a few little subdomains in use for some testing and stuff. Now I have my
    site hosted here at trap17. So check it out and tell me what you think. The content may be
    unfamiliar or even possibly offensive to some. But I'd like you to review the design and
    function of the site and tell me what you think. Most of the work is pretty old. I need to redesign
    the whole thing. At least it is XHTML compliant /smile.gif" style="vertical-align:middle"....
  10. Gfxtay- A Graphics Site
    My Graphics Communtiy (1)
    Under Construction Hey guys! I am making a site about graphics, and it is called
    gfxTAY. It is still under construction, so I will work on it more. If you can visit this site and
    make it a big community, that would be great!....
  11. A Free Gfx ( Graphics ) Site
    please join this community (3)
    Hello all. Today is the Big opening of GFX forward( not actually today but i am releasing to full
    public today ) We are a new GFX site that with your help can become a vast community. We would like
    if all GFX lovers would join. Right now it is nothing but soon it will be Great. PLease join and
    show-off some of your sig or maybe write up a tutorial. I will be adding more forums shortly. So
    please Join THe GFX Forward ^^^CLICKME^^^ Please join and write what youthink about it or ways
    to improve it....
  12. A Portal Site Of All Works By Sabina
    Http://www.BinaFan.co.nr (9)
    -Just a intro so far, updates will come- I am working on starting another website, for a couple
    reasons. 1. I am back in the mood for one (I can't make one if I don't feel like it.) 2. My
    close friend asked me too. So, you may be asking yourselves; What makes this any difference? Well
    here here sweet children gather around! I am trying to make this one with tons of
    flash!! YAY! Flash is such a cool looking thing to have on your site correct? Basic
    purpose: A site for all of the artwork made from said person, in this case this is Sabina. A fan....
  13. My Project Site
    A short synopsis of my comic book project "Anything Goes" (7)
    I am currently working on my ongoing comic book and manga project called “Project: Anything Goes”.
    It showcases original characters, which are insipid and influenced from characters from several
    comic book, TV, anime, movie, video game and cartoon franchises. I made this project in hopes of
    attracting other artists and writers to help me with the characters and try to promote them and
    proposed titles so I can try to get into the comic book business. Most of my characters featured
    include manga-style superheroines in western-style costumes. Including popular characters (....
  14. My Giveaway Site
    (12)
    Ok, I used to not be hosted, and just post on this forum for fun, but i was watching my credits go
    to waste, so i decided to get hosting, and give away all of my credits to members who really need
    it. Now I don't just give them away for nothing, because that would just be boring. I'm
    going to make a series of challenges that members of the trap17 forum can participate in, and
    winners get free credits. As of now, my website is thus: creds.trap17.com . I know it needs a
    bit of work, but I did it quickly. Anyway, I posted here to get the members opinions on ....
  15. Please Review My Site
    and be honest thanks.. (7)
    Alright fellas it has been a few months now and Id like to say that im happy witht he final outcome
    of what my site is about and what its overall look is.. I have been working a bit hard here and
    there and trying to fill it up with good content..some which is stuff found here at the trap and
    others just from other folks and sites.. but either way id like an honest opinnion on your thoughts
    of my site, what ado you like what do you not like.. tell me some of the things youd like to see or
    any suggestions you might have.. Thanks.. site is http://estudio9designs.com ....
  16. Revamped My Site Layout, Review It?
    Http://isart.co.nr (25)
    I was getting tired with my old one so I decided to redo the layouts. Most of the information is
    still the same but I like the new look. Just a note: The comments section does not have any php
    coding behind it yet, still working on that. Any comments or suggestions would greatly help me!
    Thanks! * If anyone misses the link in the title here it is http://isart.co.nr *....
  17. Check Out My New Site
    how do you like it? (7)
    I just got hosted at trap17 and decided to make a new site. I made a background and used a old
    template I had on my computer (so I didn't write all of the css).Check it out and IE users
    beware. (Why can't IE do something right?) http://www.ankit.trap17.com/ ....
  18. Soccer Prediction Game Site
    I could do with some feedback please? (8)
    Hi Guys, I have recently signed up with qupis for a free hosting account to test out my site.
    It's based on the US Major League Soccer leagues, and is a prediction game. (I know it's a
    couple of weeks late, but i couldn't get it done in time unfortunately). If some of you could
    drop by, and cast your eye(s) over it, and post any feedback here, i would be most grateful. I
    don't mind whether it's good or bad, it will all help me try to improve the site in one way
    or another. If you can think of any features that would be useful or beneficial, please p....
  19. Review My Site
    Help me improve my website (19)
    Hi, I'm working on a link exchange site (tedallsearch.com). It is a tool for those who would
    prefer manual link exchange and are very selective about who they link to. Although links are
    manually exchanged there are fully automatic systems to ensure that no member is cheating. Who is
    interested can register for free, NO COST, NO reciprocal link required. I intend to maintain this
    site as a free resource for the community. TedallSearch.com is currently in beta and I'd
    appreciate if you'd help me do the final touches. For now, please post feedback he....
  20. Re-do Of My Site! Please Review :)
    projectjim.co.uk (21)
    SITE CHANGED TO MAKE WAY FOR DAILY RANT Review here please /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Thanks for the reviews, much
    appreciated!....
  21. See My Site Please :)
    See my site please :) (10)
    hi plp, enjoy my FREE site i built in half an hour visit it at Gold Member this link.
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> thank you
    Scan....
  22. My Young Enterprise Company's Site
    (4)
    Hi! This is the site I made for the Young Enterprise Company I am marketing & sales director
    for. I made the Design, and it is powered by Joomla (opensource respect!). I have also
    translated some of the Joomla extensions I use/used, like Eventlist and more; into Norwegian, which
    is the language I primaly speak. My YE company is going to make a cool LAN in the city Trondheim in
    Norway (where I live), so if you live close, join. Please check it out, and maybe give me some
    constructive tips, but have in mind that it is still not totaly finished. LINK: www.hewwe....
  23. Review My New Site (forum Host)
    (13)
    Hi Everyone, I am new to this board. Lots of great discussions on here. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> I just built my new website.
    It's a free forum hosting site. If you can give me a review that would be great. Let me know if
    the fonts go with the design etc... Here's the site: Boardster.net Thanks alot.
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Regards, Jay....
  24. My Site (so Far)
    (5)
    What do you guys think of the image on the top of my site? How does it match with the background
    color? I'm undecided whether I like it or not. My Site ....
  25. New Site! Review It Please!
    ...once again... TheMusicOnly (24)
    Hello! I dont even know how much times i have tried to build this site... well, i dont know why
    but i did it again /blush.gif" style="vertical-align:middle" emoid=":blush:" border="0"
    alt="blush.gif" /> Content is coming soon, but the most important thing right now is layout. so
    please tell me what do you think about my banner, color scheme and other things. I would appreciate
    you to be hard on me because i know how to deal with comments! Thanks! Link:
    http://themusiconly.info i created banner myself /biggrin.gif" style="vertical-align:middle"
    emoid=":....
  26. Please Review My New Site Design / Layout / Test In Opera
    Much Appreciated! (17)
    Hi, I just finished setting up a new design for my site and got it successfully validated too
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> yippee!
    Anyway I used css, along with a couple of embedded css lines for my pages (mainly in order to get
    them to validate! - darn background tag is not allowed! /sad.gif"
    style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> ) I'd appreciate it if you
    guys could tell me what you think of the design / text and link colour scheme, and anything else you
    reckon I....
  27. Review My Site
    (10)
    Hey guys. I know i have posted some of my sites before. But i have made a new one and it is
    completely ready to go. This one didnt get messed up. Well here is my site
    http://www.gamingcentral.trap17.com . So please tell me how you think that my site could improve.
    Also, if you would like register and start posting today. I will be having Xbox Live and Xbox
    connect Tournaments over a few select games too.....
  28. Please Review My Site Too
    (10)
    review my site please Comments, Suggestions and feedback are will appreciated
    http://www.backgroundcheckunlimited.com thanks'....
  29. Give Me Website Ideas..
    Website Ideas : Something original. Ideas for making a site (30)
    Website Ideas I'm deciding to take down my site, it's getting kind of old and
    boring, but I don't want to just stop with having a site. I need some ideas for something that
    provides a service of some sort to people. There are millions of blogs, I really don't want to
    post about my life on a daily basis anyway. All ideas will be welcomed, I can't seem to think
    of anything at all, so Im asking you. What could my new website be about?....
  30. My Finally Completed Site
    (15)
    check it out i eventually hope to get it hosted but here you go
    http://avansledright.home.comcast.net ....

    1. Looking for opinions, site, content, features, registered

Searching Video's for opinions, site, content, features, registered
advertisement



Need Some Opinions On My Site - No content, but good features if registered



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE