It is currently Fri Aug 29, 2008 5:43 am

REQ: Good component tutorial

General questions relating to Joomla! There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.

REQ: Good component tutorial

Postby systemonkey on Sun Sep 25, 2005 8:31 pm

I would like to start making my own components, however I only found one tutorial @ mambohut.com.
Currently I have Joomla 1.0 installed for testing and the tutorial at mambohut doesn't work for me. Can anyone point me to right direction on how to create component from scratch? Thank you.
User avatar
systemonkey
Joomla! Enthusiast
Joomla! Enthusiast
 
Posts: 123
Joined: Fri Aug 19, 2005 7:57 am

Re: REQ: Good component tutorial

Postby LeGaS on Sun Sep 25, 2005 8:33 pm

Hungarian Joomla! Official Translation Partner - www.joomla.hu
User avatar
LeGaS
Joomla! Enthusiast
Joomla! Enthusiast
 
Posts: 108
Joined: Thu Aug 18, 2005 9:07 am
Location: Hungary

Re: REQ: Good component tutorial

Postby systemonkey on Sun Sep 25, 2005 8:34 pm

that was a fast reply  ;D

Thank you.
User avatar
systemonkey
Joomla! Enthusiast
Joomla! Enthusiast
 
Posts: 123
Joined: Fri Aug 19, 2005 7:57 am

Re: REQ: Good component tutorial

Postby bijan on Sun Sep 25, 2005 9:39 pm

this one by devbay also rocks!

One more thing, I know you didn't write any component yet, but it might save you some hours! NAME YOUR FILES ALL IN LOWERCASE and also in the name tag inside the XML file enter something in lowercase! Combining lower/upper case doesn't make any problem in installation, but then when you click on your component buttons you'd see nothing! I killed myself tonight to figure it out  :-*
Last edited by bijan on Sun Sep 25, 2005 9:42 pm, edited 1 time in total.
User avatar
bijan
Joomla! Intern
Joomla! Intern
 
Posts: 51
Joined: Mon Aug 22, 2005 4:40 am

Re: REQ: Good component tutorial

Postby systemonkey on Sun Sep 25, 2005 9:53 pm

bijan wrote:this one by devbay also rocks!

One more thing, I know you didn't write any component yet, but it might save you some hours! NAME YOUR FILES ALL IN LOWERCASE and also in the name tag inside the XML file enter something in lowercase! Combining lower/upper case doesn't make any problem in installation, but then when you click on your component buttons you'd see nothing! I killed myself tonight to figure it out  :-*

Thx for the pointers. thanks. you probably saved a headache for me.  ;D
User avatar
systemonkey
Joomla! Enthusiast
Joomla! Enthusiast
 
Posts: 123
Joined: Fri Aug 19, 2005 7:57 am

Re: REQ: Good component tutorial

Postby gsbe on Mon Sep 26, 2005 12:34 am

I have listed these tutorials in order of usefulness for our company. Special attention is recommended for the documents at help.joomla.org that discuss patTemplate, Joomla's upcoming template engine. We will all be working with patTemplate in the development of components and modules in the very near future - in fact you can start right now with the included patTemplate library in Joomla 1.0.1.

Component tutorials

    * http://help.joomla.org/content/view/773/125/
    * http://help.joomla.org/content/view/774/125/
    * http://devbay.com/content/view/15/43/
    * http://www.moxleystratton.com/articles/mambocom/
    * http://www.jlleblanc.com/content/view/9/54/
    * http://www.jlleblanc.com/content/view/12/54/ (using Mambo's tabbed interface in the admin backend)
    * http://www.jlleblanc.com/content/view/21/54/ (howto utilize WYSIWYG editors and the built-in calendar in your component)

Module tutorials

    * http://help.joomla.org/content/view/20/125/&nbsp; (writing a simple module)
    * http://help.joomla.org/content/view/775/125/ (Hello World Module 1)
    * http://help.joomla.org/content/view/776/125/ (Hello World Module 2)
    * http://help.joomla.org/content/view/777/125/ (Hello World Module 3)
    * http://www.jlleblanc.com/content/view/13/54/ (create a simple module)

Additional resources

    * patTemplate tutorial:
      http://help.joomla.org/content/section/21/182/
    * Here's a great tutorial from help.mamboserver.com that doesn't seem to be on help.joomla.org about writing XML files with DOMIT!:
      http://help.mamboserver.com/index.php?o ... &Itemid=64
    * Chapter 8. Access Control from the Developer Manual discusses Joomla's usage of phpGACL:
      http://help.joomla.org/content/view/25/162/
    * using phpDocumentor with your localized version of Joomla:
      http://help.joomla.org/content/view/115/27/
http://gigcalendar.net: the world's first free solution for maintaining a touring calendar for Joomla!
User avatar
gsbe
Joomla! Guru
Joomla! Guru
 
Posts: 852
Joined: Wed Aug 17, 2005 10:13 pm
Location: Lexington, VA

Re: REQ: Good component tutorial

Postby m23 on Tue Feb 28, 2006 2:56 am

The helloworld1 component tutorial at http://help.joomla.org/content/view/773/125/ does not work. I get this error message:

------------------------------------------------------------------------
The page you are trying to access does not exist.
Please select a page from the main menu.
------------------------------------------------------------------------

Looking at the other components, none of them have a tmpl directory as used in the tutorial.

I am using Joomla 1.0.3.
http://dhtmldev.com - help me help you
m23
Joomla! Apprentice
Joomla! Apprentice
 
Posts: 16
Joined: Fri Sep 02, 2005 5:48 pm

Re: REQ: Good component tutorial

Postby leolam on Tue Feb 28, 2006 3:04 am

m23 wrote:The helloworld1 component tutorial at http://help.joomla.org/content/view/773/125/ does not work. I get this error message:
works fine for me:
Hello World 1 - The first steps    PDF    Print    E-mail
Hello World
Introduction
If anyone has every picked up a book on programming, the first things they get you to do is complete a very simple exercise to write "Hello World" on the screen.  This is usually a very exhilarating experience when you complete it because you know you are on the way to bigger and better things.

This tutorial aims to give you a grounding in the basic concepts for writing Joomla Components.  It will develop a very simple Hello World Administrator component using patTemplate for the presentation layer.
Requirements
You need for this tutorial:

    * Joomla 1.0 or greater

Let's Roll
clearing your cache might help

Leo
For Professional Web-Development:: http://joomastudio.com
For Specialized & Individual Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Specialized Hacked Site Restore Service
User avatar
leolam
Joomla! Champion
Joomla! Champion
 
Posts: 5560
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America

Re: REQ: Good component tutorial

Postby m23 on Tue Feb 28, 2006 4:09 am

Thanks for the reply. Not sure if I'm doing something wrong or if it's a difference in our Joomal setups.

I cleared my cache, then my cookies, and it still isn't working for me. I also deleted the tutorial files I created and then uploaded the download files from the tutorial, and those don't work for me, either.

Are you using Joomla 1.0.3. Also are you using SEF?
Last edited by m23 on Tue Feb 28, 2006 4:14 am, edited 1 time in total.
http://dhtmldev.com - help me help you
m23
Joomla! Apprentice
Joomla! Apprentice
 
Posts: 16
Joined: Fri Sep 02, 2005 5:48 pm

Re: REQ: Good component tutorial

Postby duvien on Tue Feb 28, 2006 4:11 am

You could also check in the FAQ forum for help: http://forum.joomla.org/index.php/board,49.0.html

Good luck,
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com
User avatar
duvien
Joomla! Ace
Joomla! Ace
 
Posts: 1545
Joined: Sun Sep 18, 2005 8:28 pm
Location: Scotland

Re: REQ: Good component tutorial

Postby gsbe on Sat May 13, 2006 11:14 pm

sunburst wrote:You could also check in the FAQ forum for help: http://forum.joomla.org/index.php/board,49.0.html

Good luck,




Sunburst - could I interest you in compiling a list of Joomla Component Tutorials and adding them as a sticky to the FAQ section of this forum? That would be awesome.
http://gigcalendar.net: the world's first free solution for maintaining a touring calendar for Joomla!
User avatar
gsbe
Joomla! Guru
Joomla! Guru
 
Posts: 852
Joined: Wed Aug 17, 2005 10:13 pm
Location: Lexington, VA

Re: REQ: Good component tutorial

Postby duvien on Sun May 14, 2006 12:22 pm

Below is a wonderful and useful list that gsbe has compiled which i'm adding to it (the ones marked with * is gsbe's list and the ones i've added are marked with - ). Note, you may find some of them are for Mambo but they might be just as useful:


I have listed these tutorials in order of usefulness for our company. Special attention is recommended for the documents at help.joomla.org that discuss patTemplate, Joomla's upcoming template engine. We will all be working with patTemplate in the development of components and modules in the very near future - in fact you can start right now with the included patTemplate library in Joomla 1.0.1.

Component tutorials

    * http://help.joomla.org/content/view/773/125/
    * http://help.joomla.org/content/view/774/125/
    * http://devbay.com/content/view/15/43/
    * http://www.moxleystratton.com/articles/mambocom/
    * http://www.jlleblanc.com/content/view/9/54/
    * http://www.jlleblanc.com/content/view/12/54/ (using Mambo's tabbed interface in the admin backend)
    * http://www.jlleblanc.com/content/view/21/54/ (howto utilize WYSIWYG editors and the built-in calendar in your component)
     
    - http://www.mambohut.com/tutorials/creat ... onent.html
    - http://www.devbay.com/Articles/Mambo/Ma ... _Tutorial/
    - http://www.lummie.co.uk/content/view/83/57/ (Creating an upgradeable component)
    - http://www.lummie.co.uk/content/category/4/16/58/
    - http://www.joomlaresource.com/Joomla_Tutorials/
   
    - http://www.joomlatwork.com/products/fre ... pment.html (Joomla/Mambo PHP Development Studio is a pre-packaged Eclipse version aimed at the PHP /MySQL developer. It can be downloaded from: http://forge.joomla.org/sf/projects/php ... ent_studio )


Module tutorials

    * http://help.joomla.org/content/view/20/125/&nbsp; (writing a simple module)
    * http://help.joomla.org/content/view/775/125/ (Hello World Module 1)
    * http://help.joomla.org/content/view/776/125/ (Hello World Module 2)
    * http://help.joomla.org/content/view/777/125/ (Hello World Module 3)
    * http://www.jlleblanc.com/content/view/13/54/ (create a simple module)
   
    - http://www.mambohut.com/tutorials/creat ... odule.html


Additional resources

    * patTemplate tutorial:
      http://help.joomla.org/content/section/21/182/
    * Here's a great tutorial from help.mamboserver.com that doesn't seem to be on help.joomla.org about writing XML files with DOMIT!:
      http://help.mamboserver.com/index.php?o ... &Itemid=64
    * Chapter 8. Access Control from the Developer Manual discusses Joomla's usage of phpGACL:
      http://help.joomla.org/content/view/25/162/
    * using phpDocumentor with your localized version of Joomla:
      http://help.joomla.org/content/view/115/27/

    - http://www.opensourcematters.org/soc/in ... cessor_API
    - http://joomlalib.4theweb.nl/wiki/index.php/Main_Page (JoomlaLib is a series of development libraries for Joomla 1.0.x and 1.1.x which was created to encourage code reuse among Joomla Third Party Developers)


NOTE: This list is only for Joomla 1.0.x version.

Finally, if others know of any useful tutorials please add to this list.

Thanks,

sunburst
Last edited by Anonymous on Sun May 14, 2006 12:37 pm, edited 1 time in total.
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com
User avatar
duvien
Joomla! Ace
Joomla! Ace
 
Posts: 1545
Joined: Sun Sep 18, 2005 8:28 pm
Location: Scotland

Re: REQ: Good component tutorial

Postby duvien on Sun May 14, 2006 12:28 pm

@gsbe I can't make this a sticky in the FAQ forum, so i'll notify the mods from that forum to see if they can split this post and stick it in the FAQ forum. Of course, this depends on how useful they think this list is.

thanks,

sunburst
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com
User avatar
duvien
Joomla! Ace
Joomla! Ace
 
Posts: 1545
Joined: Sun Sep 18, 2005 8:28 pm
Location: Scotland

Re: REQ: Good component tutorial

Postby researchtoxic on Sun May 14, 2006 4:31 pm

the second part of this tutorial doesn't seem to work

http://www.jlleblanc.com/content/view/13/54/ (create a simple module)
User avatar
researchtoxic
Joomla! Guru
Joomla! Guru
 
Posts: 986
Joined: Fri Mar 03, 2006 3:52 pm
Location: Macon, GA

Re: REQ: Good component tutorial

Postby gsbe on Sun May 14, 2006 6:58 pm

sunburst wrote:@gsbe I can't make this a sticky in the FAQ forum, so i'll notify the mods from that forum to see if they can split this post and stick it in the FAQ forum. Of course, this depends on how useful they think this list is.


Thanks for helping out. I am positive that they'll add this to the FAQ forum.
http://gigcalendar.net: the world's first free solution for maintaining a touring calendar for Joomla!
User avatar
gsbe
Joomla! Guru
Joomla! Guru
 
Posts: 852
Joined: Wed Aug 17, 2005 10:13 pm
Location: Lexington, VA

Re: REQ: Good component tutorial

Postby guilliam on Mon May 22, 2006 2:27 pm

hi!

just got back to the "fast lane",.. and got gsbe's pm.

---

@sunburst, pls send me a pm what particularly i can lend a hand on this project. :)

- g
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net
User avatar
guilliam
Joomla! Virtuoso
Joomla! Virtuoso
 
Posts: 4053
Joined: Thu Aug 18, 2005 10:27 am
Location: Sunny City Cebu, Philippines!

Re: REQ: Good component tutorial

Postby duvien on Mon May 22, 2006 2:52 pm

Hey guilliam,

Good to see you back. Everyone has been really worried about you when you went AWOL the pass month. hope all is well now :)

Anyway, Joomawebbler has sorted it out. It's here: http://forum.joomla.org/index.php/topic,63383.0.html

sunburst
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com
User avatar
duvien
Joomla! Ace
Joomla! Ace
 
Posts: 1545
Joined: Sun Sep 18, 2005 8:28 pm
Location: Scotland

Re: REQ: Good component tutorial

Postby guilliam on Mon May 22, 2006 2:57 pm

thanks mate.

glad my faw partner got it well covered during my awal days. :D

thanks again.

- g
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net
User avatar
guilliam
Joomla! Virtuoso
Joomla! Virtuoso
 
Posts: 4053
Joined: Thu Aug 18, 2005 10:27 am
Location: Sunny City Cebu, Philippines!


Return to General Questions - 1.0.x

Who is online

Users browsing this forum: No registered users and 9 guests