• Hey,

    Wordspew, my AJAX shoutbox plugin, is ready. It allows users to carry out live conversations in their blogs without any special plugins (its all javascript and html). It works similarly to an IM client.

    I think my Wordspew plugin is finally stable enough for 1.0. Lot’s of great fixes are out in this version. So, here is the wordspew page:

    Official plugin page
    Old Post about it

Viewing 3 replies - 16 through 18 (of 18 total)
  • Although I have removed the plug from my site (losers abusing it), it is still one of my favorites just because it’s “neat”. ??

    When I add the sidebar, wspew shows up fine in firefox, but the font goes HUGE in IE. I dont really care, but most “newbies” to the internet (most of my collegues) dont use firefox, and think the huge text is funny looking.

    Exactly what do i post in the sidebar (exactly). I placed the code into the sidebar php, but like I said, if you go to IE, the font in the sidebar gets all screwy.

    Jennifer

    This thing could be improved by reversing the order and using some javascript to make the scrollbar go down at each redraw. Something like:



    document.getElementById('DivWithChatMessages').scrollTop=document.getElementById('DivWithChatMessages').scrollHeight;

    You might need to play a bit with margins and paddings to get it right. Look at this little ajax experiment I did to see it in action:

    https://www.i-marco.nl/xajax/chat.php

    If you setup the shoutbox like this it will be much nicer than with the (imho) unnatural reversed order.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Wordspew 1.0 release! Please UPDATE !’ is closed to new replies.