Someone tutor me plz...

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
AuthorTopic: Someone tutor me plz...
Shock Trooper
Member # 1217
Profile Homepage #0
I'm at a loss. The Docs don't really help me, and I want to learn to script. I need someone willing to go through, and teach what I need to know. Patience is a must, because I'm not to good at picking things up. If you want to do this, please send me an e-mail. The address is in my profile. Thank you in advance.

--------------------
ALBATROSS!!!
-John Cleese
!!!Long live Monty Python!!!

Not a Chance!

Long Live The Weather Balloons!
Posts: 304 | Registered: Monday, May 27 2002 07:00
The Establishment
Member # 6
Profile #1
That would be a problem. I suggest learning how to program at a very basic level first. If you do not understand the nature of flow controllers, there is no amount of tutoring one can do to help you.

Ask specific questions and we can help you. I sincerely doubt anyone has the time to tutor anyone with BoA.

--------------------
Your flower power is no match for my glower power!
Posts: 3726 | Registered: Tuesday, September 18 2001 07:00
Guardian
Member # 2238
Profile Homepage #2
Or over the internet much less.

--------------------
DEMON PLAY,
DEMON OUT!
Posts: 1582 | Registered: Wednesday, November 13 2002 08:00
Agent
Member # 1104
Profile Homepage #3
Well, here's something that always works:

Pick a scripting language other than BoA (C or C++ should work, possibly Java or Python, too). Study it for long hours until you can make a legitimate program that works and that you're proud of. Make some fancy GUI for it or something...then return back to BoA scripting and find that it's about 200x easier, but in somewhat the same format.

It actually isn't a bad idea, like the saying goes, "Run the 10k a few times and the mile will just be a few steps compared to it."

The best solution for understanding scripting is to try it out, make test scripts and see what they do...follow the docs step by step and if you get stuck on something, post it on this forum.

[ Monday, June 07, 2004 13:05: Message edited by: RC ]

--------------------
Austrian Alex
Posts: 1307 | Registered: Tuesday, May 7 2002 07:00
Infiltrator
Member # 154
Profile #4
PHP is also a suitable language to learn.
Although I'd only reccomend it if you can already build a website using HTML.

--------------------
Apparently still annoying.
Posts: 612 | Registered: Saturday, October 13 2001 07:00
Lifecrafter
Member # 3608
Profile Homepage #5
I have the same problem as Izzannor. Meh, I can do HTML already ( :P ), so would studying a bit PHP do me good right now, in order to learn to Avernumscript?

If so, UA, I'll meet you on AIM, you're gonna have to help me. ;)

--------------------
The Great Mister

kommari@gmail.com[/url]
Posts: 972 | Registered: Tuesday, October 28 2003 08:00
Infiltrator
Member # 154
Profile #6
Do this: Learn C. (Not C++). Get a C compiler (try Dev-C++, which can compile C, at http://www.bloodshed.net/. Make sure you select 'C', not 'C++').

Learn C - google for C tutorials - until you can make and compile a simple program in it. When you've done that, take a look at BoA scripting.

Try reading the BoA scripts while learning C at regular intervals. When you can find them easy to understand, stop learning C. You don't need to learn any more, and to do so would be a waste of time, since BoA scripting will never introduce advanced C elements.

[ Tuesday, June 08, 2004 09:04: Message edited by: Grey-Eyed Stranger ]

--------------------
Apparently still annoying.
Posts: 612 | Registered: Saturday, October 13 2001 07:00
Lifecrafter
Member # 3608
Profile Homepage #7
Yeah, got the compiler we talked about, and copied some tutorial material from various sites. Now all I need, is free time. Thanks a bunch, mate. :)

--------------------
The Great Mister

kommari@gmail.com[/url]
Posts: 972 | Registered: Tuesday, October 28 2003 08:00