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
(New page: Hello, I am a senior developer at Moodle and have been with the project since the June 2009. A short list of helpful documents I have worked on: * Development:Themes 2.0 * [[Developme...)
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hello, I am a senior developer at Moodle and have been with the project since the June 2009.
Hello, I am a senior developer at Moodle and have been with the project since the June 2009.


A short list of helpful documents I have worked on:
For those interested I have written a tutorial on my Moodle development process with Git: [[User:Sam_Hemelryk/My_Moodle_Git_workflow]]
* [[Development:Themes 2.0]]
 
* [[Development:Themes 2.0 creating your first theme]]
A short list of documents I have created:
* [[Development:Themes 2.0 overriding a renderer]]
 
* [[Themes 2.0]]
* [[Themes 2.0 creating your first theme]] - A quick step by step guide to creating your first theme.
* [[Themes 2.0 overriding a renderer]] - A tutorial on creating a custom renderer and changing the HTML Moodle produces.
* [[Themes 2.0 How to use images within your theme]] - Explains how to use and override images within your theme.
* [[Themes 2.0 adding a settings page]] - Looks at how to add a setting page making your theme easily customisable.
* [[Themes 2.0 extending the custom menu]] - Customising the custom menu.
* [[Themes 2.0 adding courses and categories to the custom menu]] - Extending the custom menu further adding all categories + courses
* [[Themes 2.0 how to make the dock horizontal]] - Modifying the dock to make it horizontal.
* [[Themes 2.0 adding upgrade code]]
* [[Styling and customising the dock]] - How to style and customise the dock.
* [[Using jQuery with Moodle 2.0]]
* [[The Moodle Universal Cache (MUC)]] ''originally written at [[User:Sam_Hemelryk/MUC_proposal]]''
* [https://docs.moodle.org/27/en/Caching Caching] ''originally written at [[User:Sam_Hemelryk/Caching]]''
* [https://docs.moodle.org/27/en/Cache_definitions Cache definitions] ''originally written at [[User:Sam Hemelryk/Cache definitions]]''
 
'''Output in Moodle 2.8'''
* [[Output_element_planning]] ''originally written at [[User:Sam Hemelryk/Render library element planning]]''
* [[Guide to creating output elements]] ''originally written at [[User:Sam Hemelryk/Creating renderable components]]''
* [[Renderer best practices]] ''originally written at [[User:Sam Hemelryk/Renderer best practices]]''
* [[Element HTML and CSS guidelines]] ''originally written at [[User:Sam Hemelryk/CSS style guidelines]]''
* [[User:Sam Hemelryk/Output 2.8 GDM reference]] ''reference notes on the output to be talked about at the General Developer Meeting July 2014''

Latest revision as of 11:45, 22 July 2014

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 documents I have created:

Output in Moodle 2.8