Jump to content

eatfishy

Members
  • Posts

    82
  • Joined

  • Last visited

    Never

Everything 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. 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
  14. 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.
  15. 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
  16. What up everyone! I have purchased a premium web template and modified the crap out of it because i contains so many bugs. Anyway, what do you guys think of it so far? www.MikeCleverTips.com
  17. @ 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.
  18. I posted my website here before and did some more updates to it. Anyone want to provide feedback? www.BlogoBerry.com
  19. I added in some ads on my website. Do you guys think it'll turn some potential users away? I tried not to add to many ads on 1 page.
  20. 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
  21. 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
  22. 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)
  23. 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.