Author Topic: jBasic  (Read 28593 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: jBasic
« Reply #135 on: May 25, 2010, 09:38:42 pm »
Well it definitively looks like your new version now breaks in Opera so I will prbly quit testing until compatibility is back :(
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #136 on: May 25, 2010, 10:10:47 pm »
Hmm, what are the errors? I'll have to get a copy of opera to keep compatability.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: jBasic
« Reply #137 on: May 25, 2010, 10:12:05 pm »
I just see a blank page :/

No loading bar or something, just an empty blank page

Source is
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<head>

<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
<!----!>
<!--default--!>
<link rel='stylesheet' type='text/css' href='http://future_history.freehostia.com/iWebkit/themes/default/css/navbar.css' media='screen' />
<script src="../iWebkit/javascript/functions.js" type="text/javascript"></script>
<link rel="apple-touch-startup-image" href="../iWebkit/startup.png"><title>Future History - jBasic -</title>

</head>

<body>
<div id="topbar">
<div id="title">
jBasic
</div>
</div>
<div id="navbar">
<div id="leftnav">
<a href="..">
back
</a>
</div>
<div id="navbar">
<div id="rightbutton">
<a href="../themechoose.php">
themes
</a>
</div>
</div>
</div>

<div id="content">
<ul class="pageitem">
<li class=textbox" style="text-align:center;">
 jBasic is a Javascript transitional library for anyone use to TI-Basic. It incorperates many commands that TI-Basic has, as well as more commands making it easier to make games. jBasic specializes in games, but anything is possible with it.
</li>
</ul>
<ul class="pageitem">
<li class="menu">
<a href="tutorial.html">
<img alt="php" src="http://icons3.iconfinder.netdna-cdn.com/data/icons/lingo/Game.png" />
<span class="name">Tutorial</span>
<span class="comment">A jBasic tutorial to get you started with it.</span>
<span class="arrow"></span>
</a>
</li>
<li class="menu">
<a href="jBasic.html">
<img alt="php" src="http://icons3.iconfinder.netdna-cdn.com/data/icons/lingo/Game.png" />
<span class="name">jBasic Demo</span>
<span class="comment">A basic demo of jBasic</span>
<span class="arrow"></span>
</a>
</li>
<li class="menu">
<a href="jBasicPhysics.html">
<img alt="php" src="http://icons3.iconfinder.netdna-cdn.com/data/icons/lingo/Game.png" />
<span class="name">jBasic Physics Demo</span>
<span class="comment">A small physics engine (ish) made with jBasic</span>
<span class="arrow"></span>
</a>
</li>
<li class="menu">
<a href="jBasicPhysics.html">
<img alt="php" src="http://icons3.iconfinder.netdna-cdn.com/data/icons/lingo/Game.png" />
<span class="name">Gunner</span>
<span class="comment">A small point and shoot game using the jBasic Physics Engine.</span>
<span class="arrow"></span>
</a>
</li>
</ul>
</div>
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #138 on: May 25, 2010, 10:17:45 pm »
Ok, thats not jBasics fault...but that webpages fault...no idea why its doing that....ill have to find a way around it.....
That page does not use jBasic its just my project page with all my links and such. Hmm, opera mini on my ipod is havibg the same problem...
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: jBasic
« Reply #139 on: May 25, 2010, 10:20:41 pm »
aaah ok I hope you can find a solution x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #140 on: May 25, 2010, 10:26:49 pm »
Yeah...i thi k it will be as simple as adding a none mobile version of the page....but that will require a lot of css coding D:
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: jBasic
« Reply #141 on: May 25, 2010, 10:33:56 pm »
ouch x.x

Good luck! I hate CSS. TOok me so long to get that forum skin to work
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #142 on: May 26, 2010, 11:02:17 am »
thanks...hopefully it's easy to fix. I think what is throwing off opera is setting the screen...
Code: [Select]
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />so I'll have to find a way to make it work with that. I'll probably have to make a whole new style-sheet but who knows...I might even just make a new template for a none-mobile site and use that...
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: jBasic
« Reply #143 on: May 26, 2010, 12:18:28 pm »
mhmm that might be that. I never seen that code before. Maybe it's not really a W3C compliant command?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #144 on: May 26, 2010, 06:33:49 pm »
Well it should be from what I know, it's defining the view screen...
/e

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #145 on: May 28, 2010, 05:19:03 pm »
ok, I've updated the tutorial a bit, and made a really nice menu :P have fun playing around with that ;P
I'll have some more updates next week as I am at a Youth Conference all weekend.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: jBasic
« Reply #146 on: May 28, 2010, 11:42:44 pm »
Cool ^^

And can't wait to see you back! Have fun there!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #147 on: May 29, 2010, 02:15:09 am »
Thanks :D it took me about half an hour to perfect it.
I am :D same with Beautiful Ending :)
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: jBasic
« Reply #148 on: May 29, 2010, 02:23:28 am »
Oh btw I'm glad you got round borders to work in Opera in your tutorial (on Unsyntaxsoft site they don't D:)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: jBasic
« Reply #149 on: May 29, 2010, 08:43:51 am »
Yeah i looked at the code and was wondering why i only had mozilla css there and so then i added in webkit, iwebkit and standard css3 border-radius values, so it should work on all major browsers but IE
/e