The tutorials section on this site is a bit unwieldly, and I'm thinking about redesigning it so that it's more useful.
Do you guys have any suggestions for how I should arrange it?
Right now it's six sections with really big / long / intimidating lists of tutorials that are hard to navigate.
How would you arrange it if you were me?
Going to revise the TUTORIALS section... suggestions?
- burger2227
- Veteran
- Posts: 2466
- Joined: Mon Aug 21, 2006 12:40 am
- Location: Pittsburgh, PA
I have one particular Interrupt routine that I can update. I don't care who gets credit for it, but the present code is just wrong in one area. It is a Screen 13 Fast Bitmap loader addition in the tutorial. If you need any help, email me Pete.
One MAJOR problem here is that the Hexadecimal ampersand is not allowed and becomes ampersand, ampersand, AMP in the end. I have had that problem answering questions also.
There are some other "trigger" code words in non code discussions.
Glad you care!
Ted
One MAJOR problem here is that the Hexadecimal ampersand is not allowed and becomes ampersand, ampersand, AMP in the end. I have had that problem answering questions also.
There are some other "trigger" code words in non code discussions.
Glad you care!
Ted
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
-
- Veteran
- Posts: 703
- Joined: Sun Nov 14, 2004 7:36 am
- Contact:
I like SMC's idea.
.
As far as order of things? How about by subjects? I mean it's sort of already in that order. just break it into more sub-subjects.
Games:
-> Design
-> Graphics
-> Script Engine
Tools And Utilities
-> Sprite Editor
-> etc etc....
Just to break down the list. If you need to you could break that down into even more sub branches.
Like Design could have (Story, worlds, Characters) under them. Just a suggestion.

As far as order of things? How about by subjects? I mean it's sort of already in that order. just break it into more sub-subjects.
Games:
-> Design
-> Graphics
-> Script Engine
Tools And Utilities
-> Sprite Editor
-> etc etc....
Just to break down the list. If you need to you could break that down into even more sub branches.
Like Design could have (Story, worlds, Characters) under them. Just a suggestion.
When God created light, so too was born, the first Shadow!
MystikShadows
Need hosting? http://www.jc-hosting.net
Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
MystikShadows
Need hosting? http://www.jc-hosting.net
Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
I like that idea! It's more organized and it makes faster to find what you want!MystikShadows wrote:I like SMC's idea..
As far as order of things? How about by subjects? I mean it's sort of already in that order. just break it into more sub-subjects.
Games:
-> Design
-> Graphics
-> Script Engine
Tools And Utilities
-> Sprite Editor
-> etc etc....
Just to break down the list. If you need to you could break that down into even more sub branches.
Like Design could have (Story, worlds, Characters) under them. Just a suggestion.