Closed
Bug 92725
Opened 24 years ago
Closed 11 years ago
dynamicdrive.com - Tracking bug for Sites/Scripts
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bc, Unassigned)
References
()
Details
(Keywords: meta, Whiteboard: [author])
Attachments
(5 files, 1 obsolete file)
This bug will be used as a tracking bug for Sites/Scripts from DynamicDrive.com
Reporter | ||
Updated•24 years ago
|
Reporter | ||
Comment 1•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Reporter | ||
Updated•24 years ago
|
Priority: -- → P1
Reporter | ||
Comment 3•23 years ago
|
||
Dynamic Drive reports that the following scripts are their top 10 scripts that
do not support Mozilla and are not planned for updating anytime soon.
If we can get volunteers to work on updating these scripts, we can help the
users of DynamicDrive to support Mozilla. If you are interested in helping port
these scripts please visit irc://irc.mozilla.org/evangelism/ and ask for me (bc).
Top Navigational Bar II
http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm
Mike's DHTML scroller
http://www.dynamicdrive.com/dynamicindex2/mikescroll.htm
Pausing up-down message scroller
http://www.dynamicdrive.com/dynamicindex2/crosstick.htm
Dynamic Fader
http://www.dynamicdrive.com/dynamicindex2/fader.htm
Dynamic Progress Bar
http://www.dynamicdrive.com/dynamicindex11/dhtmlprogress.htm
DHTML Calculator
http://www.dynamicdrive.com/dynamicindex11/cal.htm
Scrolling Text Link/Image Map Tooltip Script
http://www.dynamicdrive.com/dynamicindex5/scrolltool.htm
Typing Text Script
http://www.dynamicdrive.com/dynamicindex10/text5.htm
Up-down Image Slideshow Script
http://www.dynamicdrive.com/dynamicindex14/updownslide.htm
Left-Right Image Slideshow Script
http://www.dynamicdrive.com/dynamicindex14/leftrightslide2.htm
Updated•23 years ago
|
Summary: dynamicdrive.com - Tracking bug for Sites/Scripts → WRMB: dynamicdrive.com - Tracking bug for Sites/Scripts
Whiteboard: [bugscape: 6276]
Reporter | ||
Updated•23 years ago
|
Summary: WRMB: dynamicdrive.com - Tracking bug for Sites/Scripts → dynamicdrive.com - Tracking bug for Sites/Scripts
Updated•23 years ago
|
Whiteboard: [bugscape: 6276] → [bugscape: 6276][wrmb]
Reporter | ||
Comment 6•23 years ago
|
||
They will never update these old scripts and it is too much work for us to do
so. -> wont fix them all.
I will keep this open to handle trying to get them to support us with new content.
Reporter | ||
Updated•23 years ago
|
Whiteboard: [bugscape: 6276][wrmb] → [bugscape: 6276][wrmb][aok]
Comment 7•23 years ago
|
||
removing myself from the cc list
I can fix at least those easily :
- Top Navigational Bar II
- Pausing up-down message scroller
- Mike's DHTML scroller
And probably this one too :
- Typing Text Script
just ask. :)
Reporter | ||
Comment 9•23 years ago
|
||
Mat, please do
Comment 10•23 years ago
|
||
I will begin as soon as I can :)
Comment 11•23 years ago
|
||
This version was tested in IE5.5, Moz 0.9.9 and it works in both.
It use some ugly hacks, like for instance the innerHTML call that I should not
make since I can do this dom-way. Im working on it but I wanted this version to
be "released" first.
Comment 12•23 years ago
|
||
mmm looking at http://bclary.com/dynamicdrive/, it seem that the 3 other scripts
I had planed to work on are already fixed. what should I do ?
Reporter | ||
Comment 13•23 years ago
|
||
Some of them use the xbStyle apis and require a fairly large DL. If you have a
better solution, I will post it along with the other dynamicdrive scripts on
bclary.com and let people use them as well. I get a 'fair' amount of traffic
from dynamicdrive.com and if you add more scripts, they will be well received.
Comment 14•23 years ago
|
||
OK.
Ill do the job. This is gonna take some time however... :|
BTW: my fix for the text typing script does not work in ns62. can anybody check
why ? I can easily make it work by doing things differently but id like to know
why its not working...
Comment 15•23 years ago
|
||
hum looking at http://www.brainjar.com/dhtml/menubar/, it seems that mike hall
have upgraded his menu script...
Reporter | ||
Comment 16•23 years ago
|
||
ah, but the new menu is standards based only i think and is not backward
compatible with respect to supporting nav4 and ie4. It is a good menu, but does
not serve as a drop in replacement for his older menu. Mike has told me he has
no interest in supporting nav4 or ie4 and only develops standards based
solutions now. That is the way to go as soon as we can convince people to a) use
modern browsers and b) use standards based scripts. Unfortunately we aren't
there yet. Not all sites are willing to lose traffic from nav4 or ie4 yet.
Comment 17•23 years ago
|
||
*sigh* :)
Anyway, I did start to work on dhtmllib.js, so I'd better finish :)
Meanwhile, can someone review my Text Typing Script and send it to dynamicdrive ?
Comment 18•23 years ago
|
||
I completed a cross-browser port of the DHTML progress bar, so now the same
script works in NS4, NS6/Mozilla, and IE. I'll take care of the rest of the
scripts ASAP.
Comment 19•23 years ago
|
||
I haven't an old copy of IE4 to test, but this works fine in 5.0 and up. (If
anyone has IE4 and can test it out, please do!)
Anyway, this now works in NS6/Mozilla. It actually performs better in Moz than
IE! :)
Also, note that IE's implementation of CSS for :hover is broken. I had to use
onmouseover & onmouseout IE-specific code to make the style changes.
Reporter | ||
Comment 20•23 years ago
|
||
Mike,
I get tons of Error: event.srcElement has no properties on the calculator. You
still have things like: onMouseout="event.srcElement.style.color='white'" which
are IE only. Needs Work.
Bob
Comment 21•23 years ago
|
||
Whoops, sorry about that. I threw the IE-mouseovers back in at the last
minute, without checking the JS Console. They are now in an IE-specific
function, and don't cause any errors on the console.
Attachment #87932 -
Attachment is obsolete: true
Comment 22•23 years ago
|
||
This is a port of the popular scrolling tooltip script on Dynamic Drive. This
script now works in NS4, IE, and Mozilla/NS6/Gecko.
The function I wrote would probably be able to replace the Marquee tag call in
the IE portion of this script; if the forces that be want me to do this, I will
be more than happy too. Also, let me know if you find any areas where the code
can be cleaned up.
Comment 23•22 years ago
|
||
I ran into some heavy problems with the snow script from :
http://www.dynamicdrive.com/dynamicindex3/snow.htm and discovered that it
wasn't HTML 4.0.1 compliant. I threw all NS 4 and IE 4 code out the window,
corrected the errors, moved the code into the <head>-section and made it
require a <body onload="snow()">
Reporter | ||
Comment 24•22 years ago
|
||
tech evang june 2003 reorg
Assignee: bc → english-us
Status: ASSIGNED → NEW
Component: Authors → English US
QA Contact: zach → english-us
Whiteboard: [bugscape: 6276][wrmb][aok] → [author]
Reporter | ||
Comment 25•21 years ago
|
||
reset milestones as irrelevant to tracking bugs.
Target Milestone: Jan → ---
![]() |
||
Comment 26•11 years ago
|
||
Not relevant anymore.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•