+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Chat Box, Shout Box and Comment Box. Need enlightenment.

  1. #1
    magsasaka00193 is offline x10Hosting Member magsasaka00193 is an unknown quantity at this point
    Join Date
    Jan 2011
    Location
    Proxy World
    Posts
    11

    Chat Box, Shout Box and Comment Box. Need enlightenment.

    Hi, a novice web developer here.
    I'm currently new to this hosting web site and I got a few questions.

    1. Please define a chat box.
    2. Please define a shout box.
    3. Please define a comment box.

    I want to add this things in my website, but I don't want to be suspended because of these things. What I know right now is by searching here in the forum:

    1. Chat Box is not okay.
    2. Shout Box is not okay.
    3. Comment Box is okay.

    Here comes the real questions.
    So, how does this website define a Shout box?
    I want an answer to be like a work flow.
    Like:
    A Comment Box is a script that:
    1. Get's the user's message.
    2. Send an xml request.
    3. Request will be processed by a php file.
    4. Php file will do an sql query to write the message.
    5. Php will send a response to the user.
    6. Page will be updated.

    Something like that. My account is a free hosting account and I'm just too careful not to get suspended or terminated.

    Also, just a follow up question regarding server loads. These are things I need to know for me to avoid getting the server getting worked up.
    1. What is the maximum number of instances of sql queries can be ran at the same time?
    2. What is the maximum page requests that can be performed at the same time?
    3. What is the maximum data that can be downloaded at the same time?

    The answers that you will provide will be really helpful. :D

  2. #2
    jmchaney9227 is offline x10Hosting Member jmchaney9227 is an unknown quantity at this point
    Join Date
    Jan 2011
    Posts
    13

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    Ok well a comment box is a page where users can post without a time limit between posts
    Just like a forum but all on one page
    (Its like if users post fast on a forum, not a real big heavy load cause theres no automatic refresh/reload)

    A comment box should not auto refresh like an IRC

    What isnt allowed is a chat like the one on this site which is flash I assume, an IRC chat/client and also ajax chat is a heavy load too


    And I think its safe to say that there shouldn't be over 5g of bandwidth transfer a month, thats an average that stays in an alright range
    Last edited by jmchaney9227; 01-22-2011 at 04:32 PM.

  3. #3
    magsasaka00193 is offline x10Hosting Member magsasaka00193 is an unknown quantity at this point
    Join Date
    Jan 2011
    Location
    Proxy World
    Posts
    11

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    And I think its safe to say that there shouldn't be over 5g of bandwidth transfer a month, thats an average that stays in an alright range
    Thanks for replying dude.
    So put it on hierarchy putting server load in mind:
    Low: Forum Thread
    Medium Low: Non-AJAX Comment Box
    Medium: AJAX Comment Box
    Medium High: Shout Box/Chat Box
    High: Flash Chat Box/IRC Client

    Am I correct? And the last best thing that I can put in my site will be a comment box... Hmm. Of course I want to get the best out of it. So I was able to think of functions I think I can add to my comment box to enhance user interaction. Also, please help me to sort out the things that may jeopardize my website. :D

    Comment Box Properties:
    Refresh on Timer Expires: I know I can't put this/but I need feedbacks :D.
    Refresh on User Comment: Comments will be refresh every time user will comment.
    Refresh on Pressing 'Refresh Comments': Any thoughts about this thing?
    Refresh on Page Load: I think by default this will happen.
    Refresh on Other Query events: Will refresh if user will send a query. Ex. Search.

    So far those are the things I was able to think off. By the way, it will be AJAX. Because of that I really need help and assistance for me not to cross the borderline.

    Your replies will be too much of help. Thanks!

  4. #4
    essellar's Avatar
    essellar is offline Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,153

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    It's perfectly okay if the commenting user's own page refreshes when the comment is submitted. It is not okay if everybody's page refreshes every few seconds to view the comments other people have posted. When that happens, it's a "shoutbox". When multiple independent conversations can be initiated in that fashion (either user-to-user or in groups or "rooms") it's a "chatbox".
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  5. #5
    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: Chat Box, Shout Box and Comment Box. Need enlightenment.

    Chat box is for chatter boxes.
    Shout box is for immediate but chat like professional response.
    BCV | Community Support Representative
    █ x10Hosting - Giving Away Hosting Since 2004
    Premium Hosting | VPS Services

  6. #6
    magsasaka00193 is offline x10Hosting Member magsasaka00193 is an unknown quantity at this point
    Join Date
    Jan 2011
    Location
    Proxy World
    Posts
    11

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    I believe my question is now fully answered. I know now what I need to put in my website. But I know I can still the concept of having a comment box. Thanks for the replies. :D

  7. #7
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    Quote Originally Posted by magsasaka00193 View Post
    I believe my question is now fully answered. I know now what I need to put in my website. But I know I can still the concept of having a comment box. Thanks for the replies. :D
    By the way, what are you thinking of ?
    A facebook type website ?

  8. #8
    magsasaka00193 is offline x10Hosting Member magsasaka00193 is an unknown quantity at this point
    Join Date
    Jan 2011
    Location
    Proxy World
    Posts
    11

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    It will be heavy influenced by Facebook in terms of how users will be interacting with the website. This website would be like a forum/gallery site. :D

  9. #9
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    Great!
    Keep your chats/posts usable only to registered users of your site and you won't violate any TOS!

    ...like a forum/gallery site...
    What are you going to use for pulling off something like that ?

  10. #10
    magsasaka00193 is offline x10Hosting Member magsasaka00193 is an unknown quantity at this point
    Join Date
    Jan 2011
    Location
    Proxy World
    Posts
    11

    Re: Chat Box, Shout Box and Comment Box. Need enlightenment.

    Notepad. :D To be honest, I don't know anything about CMS, Joomla or things like that. But I think hard coding it myself will give me more understanding in web development. :D

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Enlightenment linux e17 remaster on my site humanitye17.x10.mx
    By aurorafirelighter27 in forum Computers & Technology
    Replies: 2
    Last Post: 09-21-2010, 08:22 AM
  2. Replies: 2
    Last Post: 08-19-2010, 11:03 PM
  3. Enlightenment
    By alukard404 in forum Off Topic
    Replies: 0
    Last Post: 06-01-2009, 05:00 AM
  4. Adding a Chat/Shout Box to my phpBB3 Forum
    By resotpvl in forum Scripts & 3rd Party Apps
    Replies: 5
    Last Post: 11-16-2008, 07:19 PM
  5. Enlightenment
    By Rising in forum Graphics & Webdesign
    Replies: 6
    Last Post: 03-05-2006, 08:44 PM

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