Member Panel


Sponsors and Ads

Live Tag Cloud

PC Forum PC Help Forum » Web & Networking » Web Design » Write and slide help and Favicon help please

Web Design - Write and slide help and Favicon help please posted in the Web & Networking forums; I run a website and would like a Write and Slid ein the status bar but am unsure how to make this happen could anyone please help? what text I ...

JOIN US NOW to remove these Ads

PC Help Forum, the number one FREE computer support website in the search engines
Post New Thread  Reply
  #1  
Old 08-18-2006
Cfnbryn's Avatar
Bronze Member
 
Join Date: Aug 2006
Posts: 16
Cfnbryn - See this Members User comments on their Profile page
Question Write and slide help and Favicon help please

I run a website and would like a Write and Slid ein the status bar but am unsure how to make this happen could anyone please help?

what text I want:-
Welcome to MY BUDGIE BIBLE, Please enjoy your stay!

also could anyone help me with a favicon of a budgie and the code I need please?


  #2  
Old 08-18-2006
Hengis's Avatar
PCHF Founder & Owner
My PC
 
Join Date: Jan 2004
Location: Newbury, England
Posts: 10,792
PC Experience: Always learning
Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page
Send a message via Skype™ to Hengis
Default

Here's a really, really easy way to create a great favicon for your site: http://www.htmlkit.com/services/favicon/

As for the other request...I don't quite understand, are you looking for a dhtml script to do that?


__________________
> Pre-Work > System File Checker
> Did we help you? If we did, please consider Donating
  #3  
Old 08-20-2006
GaRHaR's Avatar
Tech Support Team
My PC
 
Join Date: Jul 2006
Location: Western Australia
Posts: 6,095
PC Experience: Elite PC Guru
GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page
Send a message via ICQ to GaRHaR Send a message via MSN to GaRHaR Send a message via Yahoo to GaRHaR
Default

I know what you're talking about...

I haven't seen this done on any website for a good 10 years but i used to do it all the time when i still made websites It's clever and yet annouying at the same time, and I believe it's a simple javascript that is free to download, i'll have a quick look around the net for you to see if i can find it again


__________________


"Study without desire spoils the memory, and it retains nothing that it takes in."
- Leonardo da Vinci

"I believe in Christianity as I believe that the sun has risen: not only because I see it, but because by it I see everything else."
- C. S. Lewis
  #4  
Old 08-20-2006
GaRHaR's Avatar
Tech Support Team
My PC
 
Join Date: Jul 2006
Location: Western Australia
Posts: 6,095
PC Experience: Elite PC Guru
GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page
Send a message via ICQ to GaRHaR Send a message via MSN to GaRHaR Send a message via Yahoo to GaRHaR
Default

OK, found it
You will need to put this in <HTML><HEAD> here </HEAD><BODY> etc etc

<SCRIPT LANGUAGE="JavaScript">
<!--
// Use the following three variables
// to set up the message:
var msg = "Welcome to MY BUDGIE BIBLE! Please enjoy your stay!"
var delay = 50
var startPos = 100

// Don't touch these variables:
var timerID = null
var timerRunning = false
var pos = 0

// Crank it up!
StartScrolling()

function StartScrolling(){
// Make sure the clock is stopped
StopTheClock()

// Pad the message with spaces to
// get the "start" position
for (var i = 0; i < startPos; i++) msg = " " + msg

// Off we go...
DoTheScroll()
}

function StopTheClock(){
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}

function DoTheScroll(){
if (pos < msg.length)
self.status = msg.substring(pos, msg.length);
else
pos=-1;
++pos
timerRunning = true
timerID = self.setTimeout("DoTheScroll()", delay)
}
//-->
</SCRIPT>


This should work perfectly fine I don't have a page i can test it on, but as you've already got the website going, I'm sure you've got enough HTML knowledge to figure it out...if you need help, I am but a question away


__________________


"Study without desire spoils the memory, and it retains nothing that it takes in."
- Leonardo da Vinci

"I believe in Christianity as I believe that the sun has risen: not only because I see it, but because by it I see everything else."
- C. S. Lewis
  #5  
Old 08-20-2006
Cfnbryn's Avatar
Bronze Member
 
Join Date: Aug 2006
Posts: 16
Cfnbryn - See this Members User comments on their Profile page
Default

thank you very much, I will test it now - done but not sure if it works, can some one check it please?
http://learn.to/budgiebible



Last edited by Cfnbryn; 08-20-2006 at 03:20 PM.
  #6  
Old 08-21-2006
GaRHaR's Avatar
Tech Support Team
My PC
 
Join Date: Jul 2006
Location: Western Australia
Posts: 6,095
PC Experience: Elite PC Guru
GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page GaRHaR - See this Members User comments on their Profile page
Send a message via ICQ to GaRHaR Send a message via MSN to GaRHaR Send a message via Yahoo to GaRHaR
Default

Doesn't seem to have worked, but i looked at the HTML code and it doesnt look like it's been added.

Can you make sure the file has successfully been uploaded and modified to the server?


__________________


"Study without desire spoils the memory, and it retains nothing that it takes in."
- Leonardo da Vinci

"I believe in Christianity as I believe that the sun has risen: not only because I see it, but because by it I see everything else."
- C. S. Lewis

Reply
New! Norton Internet Security 2008 – Download Now Click Here

Bookmarks

Thread Tools
Display Modes

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 On


All times are GMT +1. The time now is 05:37 AM.
Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC7
All Graphics & Content Copyright © 2004-2008 - PC Help Forum.com


Back to Top