Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

User:Sam Hemelryk: Difference between revisions

From MoodleDocs
No edit summary
m (Fixed links after wiki moved)
Line 5: Line 5:
A short list of helpful documents I have created:
A short list of helpful documents I have created:


* [[Development:Themes 2.0]]
* [[Themes 2.0]]
* [[Development:Themes 2.0 creating your first theme]] - A quick step by step guide to creating your first theme.
* [[Themes 2.0 creating your first theme]] - A quick step by step guide to creating your first theme.
* [[Development:Themes 2.0 overriding a renderer]] - A tutorial on creating a custom renderer and changing the HTML Moodle produces.
* [[Themes 2.0 overriding a renderer]] - A tutorial on creating a custom renderer and changing the HTML Moodle produces.
* [[Development:Themes 2.0 How to use images within your theme]] - Explains how to use and override images within your theme.
* [[Themes 2.0 How to use images within your theme]] - Explains how to use and override images within your theme.
* [[Development:Themes 2.0 adding a settings page]] - Looks at how to add a setting page making your theme easily customisable.
* [[Themes 2.0 adding a settings page]] - Looks at how to add a setting page making your theme easily customisable.
* [[Development:Themes 2.0 extending the custom menu]] - Customising the custom menu.
* [[Themes 2.0 extending the custom menu]] - Customising the custom menu.
* [[Development:Themes 2.0 adding courses and categories to the custom menu]] - Extending the custom menu further adding all categories + courses
* [[Themes 2.0 adding courses and categories to the custom menu]] - Extending the custom menu further adding all categories + courses
* [[Development:Themes 2.0 how to make the dock horizontal]] - Modifying the dock to make it horizontal.
* [[Themes 2.0 how to make the dock horizontal]] - Modifying the dock to make it horizontal.
* [[Development:Themes 2.0 adding upgrade code]]
* [[Themes 2.0 adding upgrade code]]
* [[Development:Styling and customising the dock]] - How to style and customise the dock.
* [[Styling and customising the dock]] - How to style and customise the dock.
* [[Development:Using jQuery with Moodle 2.0]]
* [[Using jQuery with Moodle 2.0]]

Revision as of 06:32, 9 June 2011

Hello, I am a senior developer at Moodle and have been with the project since the June 2009.

For those interested I have written a tutorial on my Moodle development process with Git: Sam Hemelryk/My Moodle Git workflow

A short list of helpful documents I have created: