Author Topic: Casio-BASIC navigation bar  (Read 4164 times)

0 Members and 1 Guest are viewing this topic.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Casio-BASIC navigation bar
« on: November 28, 2010, 08:53:24 pm »
I'm trying to decide how the navigation should be done for my Casio-BASIC tutorials. The fixed navigation bars mean that the user has to scroll the entire page to see the links. The CSS bar doesn't look very nice because it's fixed on the screen. The javascript bar looks nice because it drifts to its location on the page, but it's Javascript.

EDIT: The Javascript is kind of slow, but it looks really nice. HTML is so much better than PDF...
« Last Edit: November 28, 2010, 11:37:45 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Casio-BASIC navigation bar
« Reply #1 on: November 29, 2010, 11:41:25 am »
The Javascript bar is working. It's not quite as annoying as I feared it might be because of the popout menu
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Casio-BASIC navigation bar
« Reply #2 on: November 29, 2010, 11:27:09 pm »
If it's JS, make sure it works in all browsers (IE8, Safari, Chrome, Firefox and Opera). I think it would be nice to always have the bar visible or at least at the top of the page. Screenshots?

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Casio-BASIC navigation bar
« Reply #3 on: November 29, 2010, 11:29:55 pm »
If it's JS, make sure it works in all browsers (IE8, Safari, Chrome, Firefox and Opera). I think it would be nice to always have the bar visible or at least at the top of the page. Screenshots?

It was designed to work in Opera, I've been modifying it in Firefox, and IE doesn't seem to hate it. Chrome shouldn't be a problem.

Screenshots will be forthcoming as soon as I can figure out what I screwed up in the code, though. It was working last night too...

EDIT: I had Javascript disabled :P

Also, IE hates it.
« Last Edit: November 29, 2010, 11:38:02 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Casio-BASIC navigation bar
« Reply #4 on: November 30, 2010, 04:23:06 am »
Lol X.x

But seriously Javascript is a nightmare to program. I had JS classes in 2003 and 2004 and even by 2004 I could not understand how to do a rollover. I just never could get the grasp of the language. :/

Good luck with the bar. Otherwise, maybe just have a navigation like on most websites, at the top or on the side.