Jump to content

eatfishy

Members
  • Posts

    82
  • Joined

  • Last visited

    Never

Posts posted by eatfishy

  1. I've created a chat room website and the alignment is off. The CSS and HTML coding appears fine to me. Does anyone know why it's misaligned?

     

    1) Please goto www.simpoware.com/simpochat

    2) Login as guest

    3) You'll notice the misalignment in the lobby area.

    4) Also, IE doesn't like overflow I guess? When using overlow in a <li>, the data is shown on the next line instead. The chatroom name is not in line with the user count. No idea why on IE, but works fine on firefox and safari.

     

    Please help me...

  2. Here is the php section for the main page.

    <?
    Session_start();
    $_SESSION['test']='hello world';
    require('http://www.domain.com/play.php');
    //require('/home/public_html/domain/play.php'); tried the system file path, but the page won't load
    

     

    Here is the php section for the play.php

    <? 
    session_start();
    
    echo 'testing: '.$_SESSION['test'];
    ?>
    

     

  3. WhiteShabu.com provides Music Album downloads and High Quality Movie streams via indexed hyperlink from various file and video hosting services.

     

    The above sentence is a good summary to explain what your website is about, but maybe you could add in "Download music and watch movies for free." I didn''t know if I have to pay money for it, download it illegally via P2P, etc Maybe a little more elaboration wouldn't hurt.

     

    Sorry if I'm dumb, but you asked for critique.

  4. Why would I pay for a web template if I knew it has bug in it? The reason why I purchase it is because I wanted to save time on coding and focus on adding content in the website. They don't offer refund. =(*** O well, I'll make the money back once my website gets popular.

  5. What up! I have 2 separate CSS: 1 for IE only and 1 for all other web browser.

     

    The problem that I'm having is the search bar and search icon not align center in the navigation bar in IE6. It appears to load find in IE7. I am wondering if this is a bug or my CSS could be modified to make it look nicer?

     

    www.MikeCleverTips.com

  6. @ lostprophetpunk - thanks for pointing about the validation errors. I never really go to those websites and let them validate my error. I guess even with validation errors, it may appear to load fine on certain browser, but not all?

    Is it a standard, where the title bar and the title description always should match? I never thought about that too...

     

    @ neil.johnson - I have thought about the Javascript and am aware of it. When a user send me a adsense javascript, I will test it out first on a testing page. If it looks fine, I'll approve it. Bloggers can potentially earn good money depending on their blogging skills. By default, the ads showing are my own unless if user wish to submit their own.

     

  7. My monitor resolutions is about 1400x1200 and the webpage content looks very thin on it. If you want to size the content based on a fixed width, I would research on the most common size resolution most people have today. Then set it to that or you can always scale by percentage.

     

    I did my website content by a fixed width on www.blogoberry.com

  8. the design looks hot! One thing I noticed at a glance was that the login box length is a little short. I haven't seen many websites with a login input box with that length size before. It may be hard to read what was previously type.

     

    Will paid quality bloggers on www.blogoberry.com

  9. You know how annoying that would be? Especially if someone just posted on that blog to comment...

     

    Good point. I should add in some codes where if a user post a comment on that blog, he/she should not receive an email since he/she already post a comment (assuming this person has read the previous comments in the blog)

     

    I noticed on a profile page, " fish.jpg".

    You should filter those out from the preview text.quote]

     

    At first, I actually filter those fish.jpg from the preview text, but some picture may be too big for it to fit in the preview and it'll overlaps the borderline. Another reason, why it wasn't in the preview is because some pictures may be unapproiate and I may not have time to monitor all post. So, the user needs to take additional step to actually view someone else pics.

     

    Thanks. I appreciate the feedback everyone =)

     

    I just added in CHANGE THEME in the profile section so users have choices of which theme to select from.

  10. What color do you think most people prefer to look at on a website? I'm guessing it's blue because it's easy to read and not too bright. I was thinking of changing to this color as a the default home page and also give user option to select other color. You guys think it's a good idea?

     

    I also added a new comment email notification so whenever a new comment is posted, an email will be sent to the original blogger and anyone who commented the blog.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.