Old 04-03-2005   #1 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,073
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Site Feature Changes

Well, its spent a few days in beta, and so far i've not received torrents of moans (or, indeed, a single complaint!), so I've decided to take my Tooltips system out of beta. For the uninitiated, this system consists of several javascript applications that transform dozens of keyword phrases into moveover information points. Just load up a tutorial (example) and place your mouse over a green link for a demonstration. Its basic of course, but very useful for beginners and will probably be expanded in future to offer a vauable index of easily-found core resources. So far it only supports Opera/IE/Netscape browsers and the Photoshop/Illustrator-based tutorials section, but i'm working right now to add firefox to the list of supported browsers too...

As you may have also noticed, I have revamped the PHP tutorials index and given it a much cleaner and easier-to-use format. This is part of a site-wide revamp i'm going to implement over the next few weeks to prepare us for Biorust v4 (I've decided to do the backend coding before the new design - its just simpler that way). Please excuse any site screwiness in this time. I don't leave the site with errors for long, though, so just wait a minute and refresh the page in your browser if you have any issues... ;-)
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-03-2005   #2 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
much better mog
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-03-2005   #3 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Hip Hip Hurrah... M0g is at it again!
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-04-2005   #4 (permalink)
Perpetually Curious
 
Lexiblue's Avatar
 
Join Date: Feb 2004
Location: Oklahoma, USA
Posts: 485

I like the tooltips! I guess I will have to switch back to Opera. (Been using Firefox.)
I like how things never get stagnant and just get better around here. Kudos to you M0g.

Lexi
__________________
I want to drink from life's experiences,
while riding upon the threads of time.
Freely create my life before me,
and accurately see what's left behind.
Lexiblue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-13-2005   #5 (permalink)
Registered User
 
MrProtoman's Avatar
 
Join Date: Aug 2004
Location: Evansville, IN
Posts: 70

Send a message via ICQ to MrProtoman Send a message via AIM to MrProtoman Send a message via MSN to MrProtoman Send a message via Yahoo to MrProtoman
I'm not seeing anything new added to the tutorials. I even went through the source code to make sure I wasn't missing it, but there isn't any entires for the tooltips. Is there a specific tutorial/paragraph that has one so I can at least see what you're talking about?
__________________
MrProtoman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-13-2005   #6 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,073
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Well, the system is designed so that everything is excluded if your browser does not support our tooltips system. My advice is to try a different browser - nearly all PS tutorials contain at least one very obvious tooltip...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-13-2005   #7 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Is their any reason as to why not all browsers are supported. Is this a javascript trick, if so, such a system could be made to work on the serverside, and forsake the lacking browsers of the world.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-13-2005   #8 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,073
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Hey, if you like i'm quite happy for you to take a peek at the Javascript i'm using and suggest possible improvements...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-14-2005   #9 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
I am not one for javascript, but sure, let me know how you want me to peek at it..
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-14-2005   #10 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,073
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Here you go then:

Code:
Then put this into the body tag of the page:
Code:
onmousemove="overhere()"
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-14-2005   #11 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Alrighty then, lost at the first statement, when I get a chance within a few days, I can fiddle with it. Need to do some research on what browsers support what, since that looks like only IE and Netscape...
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-17-2005   #12 (permalink)
Registered User
 
MrProtoman's Avatar
 
Join Date: Aug 2004
Location: Evansville, IN
Posts: 70

Send a message via ICQ to MrProtoman Send a message via AIM to MrProtoman Send a message via MSN to MrProtoman Send a message via Yahoo to MrProtoman
Opera 7.54u2 and Firefox 1.0.2 both show nothing. If I switch Opera to identify as IE 6 they work, but I have it set to identify as Opera for browser checking/recording logs.
__________________
MrProtoman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-18-2005   #13 (permalink)
Moderator
 
Join Date: Jul 2004
Location: Quebec City, Canada
Posts: 50

Code:
Code:
onload="loadfunc(); window.onmousemove = overhere;" onmousemove="overhere();"
So far I got it to work with IE6, Firefox and Konqueror. The original script looks like it was written 10 years ago and uses outdated methods, which are (thankfully) not supported in Firefox and modern Gecko releases.
The Eagle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-18-2005   #14 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

Wow thanks! That definetely deserves a +Rep.
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-18-2005   #15 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
i was going to rep+ him but i had already for one of the other threads so i couldnt
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 06:10 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT