Jump to content

eatfishy

Members
  • Posts

    82
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.clevermoneyblog.com

Profile Information

  • Gender
    Not Telling

eatfishy's Achievements

Member

Member (2/5)

0

Reputation

  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. Are you sure that your MySQL database and .php pages are on the same server?
  3. I have all the dates stored in my database as UTC and I want to retrieves these UTC date/time to show the local time zone. So, example, If I live in New York, I want it to show east coast time zone and not the Universal Time. Any idea?
  4. 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']; ?>
  5. Anyone know how to access session variable inside an include file? For some reasons, I can access session variable across all webpages, expect when using include('page').
  6. Thanks for the response. I just realized that I can archieved what I want by using textarea instead, which is to have images and text inside a box with a scrollbar. I am going to stay away from iframe.
  7. I have 2 iframes in www.moolaisland.com/play and I noticed it load slows sometime. Do you guys think if I take out the 2 iframe, it'll increase the speed? I'm not sure if it's because my internet connection is slow at home sometimes? Can you guys kindly give me your input and let me know if it's loading with good speed on your side? Thanks.
  8. 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.
  9. It's pretty catchy. Is there a way to view post it by categories?
  10. I'm not really sure what's your website about. Maybe you can add in ABOUT page in the menu navigation.
  11. I didn't really like the menu selection in the navigation bar. Its a bit hard to read because of the shadow backdrop. Overall, it looks great!
  12. I like it. It's easy to follow. Keep up the great work!
  13. I am working on a website that teach people how to gamble by educating them about the rules, odds, betting technique and reviews. Please let me know how does the layout structure looks overall. Thanks. www.BeatCasinoTable.com
×
×
  • 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.