1.5 tutorials, good starting point?
Posted: Wed Aug 08, 2007 1:07 pm
Would it make sense to go through each of the 1.5 tutorials as a group and make sure we all understand those before moving on?
Joomla! Community, help and support.
https://sandbox-forum.joomla.org/
Rogue4ngel wrote:The only concern I have with an 8 week curriculum to start is just that - 2 months might be a long ways to go for a first project. Not that we don't have a pretty decent handle on where we'd like to go, I'm not sure if I'm ready to get that structured just yet. I'd rather pick our work and work more at a group pace than try to keep to a 'rigid' schedule.
Rogue4ngel wrote:For some this was just a thought a few weeks ago, so it may not seem so incredibly organized, but I can assure you there are discussions going on as to how to proceed, and we will solidify our direction as we get to things.
AmyStephen wrote:I can see I wasn't clear about my confusion. Here it is in a nutshell -- I do not understand what this "project work" is I hear some talking about? I had understood we were going to learn together - and build a curriculum in the process. While I do agree actual examples are excellent for curriculum, I had understood that was the purpose of the "extensions" thread. To get examples for our learning - and curriculum.
To me, a project is something with a specific begin date, end date and it has a deliverable. A project, in my mind, working on a project requires certain skills - skills we would have at the conclusion of Joomla! 101.
Hope that's not MORE confusing!!
Amy
dave76mc wrote:I can understand the desire to jump straight into projects, learning by doing is often the best way, but surely Joomla! Coding 101 needs to provide a basis for ALL beginners?
I think that having a Joomla! 101 Coding area is a great idea. But if you give it such a name, then it genuinely has to be appropriate for a beginner. If you are looking for project collaborators, then it aint 101 ...
dave76mc wrote:Hi guys!
I think that having a Joomla! 101 Coding area is a great idea. But if you give it such a name, then it genuinely has to be appropriate for a beginner. If you are looking for project collaborators, then it aint 101 ...
Code: Select all
$access = new stdClass();
$access->canEdit = $acl->acl_check( 'action', 'edit', 'users', $my->usertype, 'content', 'all' );
$access->canEditOwn = $acl->acl_check( 'action', 'edit', 'users', $my->usertype, 'content', 'own' );
$access->canPublish = $acl->acl_check( 'action', 'publish', 'users', $my->usertype, 'content', 'all' );
tjay wrote:I like the Jobject thread. Here is my problem. It jumps right into the objects and how they are related.
I think what I am going to start with is just a basic concept of what are classes. How do you create instances of, extend, etc etc a Class in PHP.
You can understand the -> $ = () of it all
jalil wrote:dave76mc wrote:Hi guys!
I think that having a Joomla! 101 Coding area is a great idea. But if you give it such a name, then it genuinely has to be appropriate for a beginner. If you are looking for project collaborators, then it aint 101 ...
well if it aint 101, then so what... so long as i have a place where i can find friends to do joint projects and with a schooling/education dimension added to it by amy, this place is the place for beginners to hang around and see if they can find what they like.
also, there are many ways to learn, not necessarily schooling. one can learn by doing.
in fact, sometimes, schooling may be disadvantageous due the wrong imposed 'education' given.
bascherz wrote:Dumb question...Doesn't the Joomla! documentation team already have a Wiki? Is there a place in their table of contents for some chapters on beginner level tutorial information and some of the other topics already being discussed in J!101? Do we need our own documentation team?
ianmac wrote:...it is my hope that not only will this be a place where more experienced developers share knowledge, but also where new developers share what they have learned as they proceed on the journey of learning to develop for Joomla!
bascherz wrote:ianmac wrote:...it is my hope that not only will this be a place where more experienced developers share knowledge, but also where new developers share what they have learned as they proceed on the journey of learning to develop for Joomla!
Agreed. However, a line still needs to be drawn between what is fact and poignant documentation versus what is anecdotal. Everybody's input definitely has value. My suggestion in that vein may perhaps be to allow comments on the Wiki topics. That's an existing separation that should do the trick and, hopefully, not supplant these forums.