GLBasic forum

Main forum => Announcements => Topic started by: MrTAToad on 2009-Jul-03

Title: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-03
...is now up and running at http://www.miscthings.co.uk/GLBasic (http://www.miscthings.co.uk/GLBasic)

With the exception of the DECLARE commands, everything is correct and present - DECLARE and INLINE/ENDINLINE will be moved to their own section later on.

The next thing to do will be to add examples to all the commands, and tidy up the layout - some of the text is a bit stilted at the moment.
Title: Re: GLBasic Online based command listing...
Post by: Schranz0r on 2009-Jul-03
Quote from: MrTAToad on 2009-Jul-03
...is now up and running at http://www.glbasic.com/GLBasic (http://www.glbasic.com/GLBasic)

hmmmm ?
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-03
Does tend to help if the right URL is given :)

And to remove any doubt its http://www.miscthings.co.uk/GLBasic (http://www.miscthings.co.uk/GLBasic)
Title: Re: GLBasic Online based command listing...
Post by: Schranz0r on 2009-Jul-03
ahhhhhhhhh... good work!
Title: Re: GLBasic Online based command listing...
Post by: bigsofty on 2009-Jul-03
Excellent, simple and effective!  :good:

A small request...

"See also:", it would be nice if there was links to the related commands/

Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-04
There are a fair few commands where related commands aren't linked - I'm gradually dealing with that.
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-05
The last main update is now done - everything that should be linked should be linked, and examples added.
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-05
Hopefully people will find it useful :)
Title: Re: GLBasic Online based command listing...
Post by: Kitty Hello on 2009-Jul-06
I posted a news page.
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-06
Yey!  I'm in the news!
Title: Re: GLBasic Online based command listing...
Post by: Hark0 on 2009-Jul-07
 :good:

GOOD JOB GUYS!!!!
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-09
At the moment, I'm making the examples a bit more descriptive.
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-12
I've updated some of the site - it now has a (non real-time) chat (shoutbox) system.  Some of the commands now have a more descriptive example too.
Title: Re: GLBasic Online based command listing...
Post by: Hemlos on 2009-Jul-13
Code (glbasic) Select
<table><tr><TD bgcolor="#222222">
//example here
//and here
here=1
</td></tr></table>


Samples need to be in a table with a table data bgcolor set to something other than white.
Not an easy "glance", when its all one color if you know what i mean.
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-17
I've got a search system on the home page now.  Unfortunately it uses the cached version, so at the moment it finds pages that dont exist and commands that weren't present when the spider last ran through the site.  Aside from that, it works fine - if I can get it to not use the cached version, I'll chance the code.

Aside from that, the movement of examples into their own table is going well.  There are several sections left to go (the big ones) - but I'm getting there!
Title: Re: GLBasic Online based command listing...
Post by: Moru on 2009-Jul-17
The examples looks better now but why are they images? I'm not going to run OCR software just to copy/paste some code :-)
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-17
Using the wrong sort of table, by the looks of things  :'(

The other examples will be changed eventually...
Title: Re: GLBasic Online based command listing...
Post by: Moru on 2009-Jul-17
A tip: Don't use table, use <div> </div> instead, this way you are free to style it as you want on ONE place instead of having to change all your examples every time you want to change the background colour.
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-17
I'm not doing it by hand, by the way - its being done using WebPlus...
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Jul-22
Its all up-to-date now.

I've also added a GLBasic revision section as well (converting any German bits to English)

In addition, if anyone wants to be linked from the site, let me know - I'm going to be adding a "GLBasic Web Resource" section
Title: Re: GLBasic Online based command listing...
Post by: MrTAToad on 2009-Aug-05
Just to let everyone know the Online Command List is now up and running and includes all the latest V7 stuff.

There is also a PDF version (which includes all the commands) for those times when the interwebs aren't availiable...

In addition to the command listing, there is a bit on limitations for each OS, variables & 'constants' and the optional subroutines.