Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Need Script for Mini-Chat for interactive webpage. Not a chatroom.
Old 07-16-2004, 11:20 PM Need Script for Mini-Chat for interactive webpage. Not a chatroom.
Novice Talker

Posts: 7
Location: Washington State
Trades: 0
:rolleyes Hi I am LightWolf and am new to this, so please bare with me..I'm a webmaster looking for a free script to creat a mini-chat box on a web page creating an interactive room for my clients. I'm not looking for a chatroom persay.It has to be small as ppl will be moving there aviator around the page and must not interferre with that. Anyone have any clues as to what to do?, I found a script to allow visitors to click and move objects, now have to figure out how they can chat with each other to. Would love to be able to offer this to ppl as we loved the one we had at an old site we all went to, and i want to recreate it myself Like an interactive virtual room.lol Would be fun to do readings with...Blessings..

Last edited by LightWolf; 07-16-2004 at 11:23 PM..
LightWolf is offline
Reply With Quote
View Public Profile Visit LightWolf's homepage!
 
 
Register now for full access!
Old 07-17-2004, 12:16 PM
DaveMo~'s Avatar
Administrator
Defies A Status

Posts: 10,200
Name: Dave
Location: Scott Depot, West Virginia, USA
Trades: 1
I moved this thread here so that it may get more attention for your need.

And if you like, please introduce yourself in the new member forum.

Dave
__________________

Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
:

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
?

DaveMo~ is offline
Reply With Quote
View Public Profile
 
Old 07-18-2004, 12:44 AM Great Dave
Novice Talker

Posts: 7
Location: Washington State
Trades: 0
Ty for moving it, was a bit confused..lol Will stop in and put up a bit about me..Blessings
LightWolf is offline
Reply With Quote
View Public Profile Visit LightWolf's homepage!
 
Old 07-18-2004, 03:45 PM
Nafai's Avatar
Novice Talker

Posts: 11
Location: London UK
Trades: 0
Hi LightWolf .. welcome to the forums. Kinda new here myself

I think the best thing you could use would be "ShoutBox". If I remember correctly it uses PHP, and it's a fantastic way of adding the world's smallest chatroom to any web page. Many sites even put it in a small column on every page of their site.

In fact I've just found a demo: http://shoutbox.sourceforge.net/sb3/

More information available here:
http://shoutbox.sourceforge.net/

Hope that helps
__________________
Nafai

E-mail: nafai at punkass dot com
IRC: irc.devirc.org:6667
Nafai is offline
Reply With Quote
View Public Profile Visit Nafai's homepage!
 
Old 07-19-2004, 04:43 PM Chatbox
Novice Talker

Posts: 7
Location: Washington State
Trades: 0
Thank you sooo much, exactly what i have been looking for, Blessings to you. Stop by and see my website if you feel like it...http://hometown.aol.com/wendysrealm4...age/index.html
LightWolf is offline
Reply With Quote
View Public Profile Visit LightWolf's homepage!
 
Old 07-20-2004, 12:06 PM hi
Mooofasa's Avatar
Defies a Status

Posts: 1,611
Name: Michael (mik) Land
Location: England
Trades: 0
Thanks for that. I too have been lookin for something like that. I first got the idea when i looked at Pogo.com
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 07-21-2004, 12:14 AM help!!!
Novice Talker

Posts: 7
Location: Washington State
Trades: 0
had no clue where on here to put this, but i need help with this drag script, i have tried all but can't figure out how to make my pics draggable. can someone help me, only the test marks are draggable so far and that wont help..lol here is the script, please tell me where and how to add my pics like where the pic name should go in the script and should i rename the pic too? <style>
<!--
.drag {position: relative; cursor: hand;}
-->
</style>
<script language="JavaScript1.2">
<!--

//Generic Drag Script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and terms of usage,
//visit http://www.dynamicdrive.com

var ie=document.all
var ns6=document.getElementById&&!document.all

var dragapproved=false
var z,x,y

function move(e){
if (dragapproved){
z.style.left=ns6? temp1+e.clientX-x: temp1+event.clientX-x
z.style.top=ns6? temp2+e.clientY-y : temp2+event.clientY-y
return false
}
}

function drags(e){
if (!ie&&!ns6)
return
var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "HTML" : "BODY"

while (firedobj.tagName!=topelement&&firedobj.className! ="drag"){
firedobj=ns6? firedobj.parentNode : firedobj.parentElement
}

if (firedobj.className=="drag"){
dragapproved=true
z=firedobj
temp1=parseInt(z.style.left+0)
temp2=parseInt(z.style.top+0)
x=ns6? e.clientX: event.clientX
y=ns6? e.clientY: event.clientY
document.onmousemove=move
return false
}
}
document.onmousedown=drags
document.onmouseup=new Function("dragapproved=false")
//-->
</script>
and this came with it to, but can't figure out here where the pic goes..lol Drag Layers

Instructions: It's cool. Check it out. All you have to do to make a layer or object draggable is to add the class 'drag' to almost any item in your page. Look at this example:
<img src="http://www.here.com/righthere.gif" class="drag">
or
<div class="drag"> This is in the draggable layer</div>
See how easy it is?
LightWolf is offline
Reply With Quote
View Public Profile Visit LightWolf's homepage!
 
Reply     « Reply to Need Script for Mini-Chat for interactive webpage. Not a chatroom.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29717 seconds with 12 queries