<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mog Machine &#187; Training</title>
	<atom:link href="http://www.mogmachine.com/category/work/training/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogmachine.com</link>
	<description>Multimedia {production, training, and consultancy}</description>
	<lastBuildDate>Wed, 20 Jan 2010 17:13:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>AJAX &amp; PHP Lecture Notes</title>
		<link>http://www.mogmachine.com/ajax-php-lecture-notes/</link>
		<comments>http://www.mogmachine.com/ajax-php-lecture-notes/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 16:46:03 +0000</pubDate>
		<dc:creator>mog</dc:creator>
				<category><![CDATA[Training]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[lectures]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Qantm]]></category>
		<category><![CDATA[WDD]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=382</guid>
		<description><![CDATA[AJAX &#038; PHP lecture notes]]></description>
			<content:encoded><![CDATA[<p class="entry-title">These lecture slides were used to teach an introduction to AJAX/JQuery on the following courses:</p>
<ul>
<li>Web Design &amp; Development Diploma, Qantm 2008-2009</li>
<li>Private Custom Training, 2008-2009</li>
</ul>
<p class="entry-title">These are purely for supporting reference to any accompanying lecture.</p>
<p class="entry-title"><span id="more-382"></span></p>
<h2 class="entry-title">01. Introduction To AJAX</h2>
<p>The fist lecture of the class, AJAX explained with introduction to the XMLHttpRequest object.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/10/01.introToAjax.pdf" >01. Introduction To AJAX &#8211; Download the PDF</a></p>
<h2 class="entry-title">02. My First AJAX App</h2>
<p>Ok, so App. might be an overstatement, but we will be using AJAX for the first time to return data to the page, in this case returning the current time to a form field.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/10/02.firstAJAXexample.pdf" >02. First AJAX App. &#8211; Download the PDF</a><br />
<a href="http://www.mogmachine.com/wp-content/uploads/2008/10/firstAJAX.zip" >02. First AJAX App. &#8211; Download the SOURCE FILES</a></p>
<h2 class="entry-title">03. Introducing JQuery &amp; AJAX</h2>
<p>Now we get to remake the previous app. using JQuery.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/10/03.sameAJAXexampleWithJQuery.pdf" >03. Introducing JQuery &amp; AJAX &#8211; Download the PDF</a><br />
<a href="http://www.mogmachine.com/wp-content/uploads/2008/10/firstAJAX_JQ.zip" >03. Introducing JQuery &amp; AJAX. &#8211; Download the SOURCE FILES</a></p>
<h2 class="entry-title">04. Animating Content With JQuery</h2>
<p>Now we have the basics of pulling in content using AJAX it is time to really use JQuerys fancy potential, this time to load page content into a simple 5 page site using JQuery animation.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/11/04.animateContentWithJQuery.pdf" >04. Animate Content With JQuery &#8211; Download the PDF</a><br />
<a href="http://www.mogmachine.com/wp-content/uploads/2008/11/AJAX_content.zip" >04. Animate Content With JQuery &#8211; Download the SOURCE FILES</a></p>
<h2 class="entry-title">05. Send An AJAX Form With JQuery</h2>
<p>We all need to use forms, and we have covered passing the data back and forth using AJAX, however this time we are going to move forward using both server and client side validation (for demonstration purposes) and then process (mail, add to db) our data.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/11/05.SendAJAXFormWithJQuery.pdf" >05. Send AJAX Form With JQuery &#8211; Download the PDF</a><br />
<a href="http://www.mogmachine.com/wp-content/uploads/2008/11/SendAJAXFormWithJQuery.zip" >05. Send AJAX Form With JQuery &#8211; Download the SOURCE FILES</a></p>
<p>*these notes are not intended as stand alone source material, rather they are supplemental lecture material.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/ajax-php-lecture-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MySQL Lectures Notes</title>
		<link>http://www.mogmachine.com/php-mysql-lecture-notes/</link>
		<comments>http://www.mogmachine.com/php-mysql-lecture-notes/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 00:00:25 +0000</pubDate>
		<dc:creator>mog</dc:creator>
				<category><![CDATA[Training]]></category>
		<category><![CDATA[lectures]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[WDD]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=226</guid>
		<description><![CDATA[PHP/MySQL Lecture notes and resources.]]></description>
			<content:encoded><![CDATA[<p class="entry-title">These lecture slides were used to teach PHP/MySQL on the following courses:</p>
<ul>
<li>Multimedia Production Diploma, SAE 2005-2007</li>
<li>Web Design &amp; Development Diploma, Qantm 2007-2009</li>
<li>Citigroup custom Corporate Training, 2007</li>
<li>Private Custom Training, 2006-2009</li>
</ul>
<p class="entry-title">Although getting slightly dated now, this collection of lecture notes are somthing i know past students and myself included do come back to for reference, so here they remain, for your viewing pleasure.</p>
<p class="entry-title"><span id="more-226"></span></p>
<h2 class="entry-title">01. Introduction To PHP</h2>
<p>The fist lecture of the class, discussions on what makes a dynamic site different to a static site, and then going on to discuss PHP &amp; MySQL definitions with a look and explanation of the 3 tier application system.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/01introtophp.pdf" >01. Introduction To PHP &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/01introtophp.mov" >01. Introduction To PHP &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">02. Syntax, Variables &amp; Strings</h2>
<p>A look at basic PHP syntax, then moving onto talk about variables and strings.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/02.SyntaxVariables&amp;Strings.pdf" >02. Syntax, Variables &amp; Strings &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/02.SyntaxVariables&amp;Strings.mov" >02. Syntax, Variables &amp; Strings &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">03. Operators &amp; Conditionals</h2>
<p>A look at Arithmetic, Assignment and Comparison Operators, moving logically on to IF, IF ELSE and finally SWITCH statements</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/03.Operators&amp;Conditionals.pdf" >03. Operators &amp; Conditionals &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/03.Operators&amp;Conditionals.mov" >03. Operators &amp; Conditionals &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">04. Arrays &amp; Loops</h2>
<p>Here we go, time for me to get out the boxes and start explaining Arrays, multi-dimensional Arrays, then once we have that hard-wired, it is time to get a little loopy with all of those lovely little PHP loops, WHILE, DO&#8230;WHILE, FOR and FOREACH.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/04.Arrays&amp;Loops.pdf" >04. Arrays &amp; Loops &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/04.Arrays&amp;Loops.mov" >04. Arrays &amp; Loops &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">05. Functions</h2>
<p>Now it is time to look at functions, from creating your own simple functions, to passing parameters and returning values.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/05.Functions.pdf" >05. Functions &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/05.Functions.mov" >05. Functions &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">06. Forms &amp; User Input</h2>
<p>A Short set of slides here, but one of the most important, the fundamentals of passing data using Forms.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/06.Forms&amp;UserInput.pdf" >06. Forms &amp; User Input &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/06.Forms&amp;UserInput.mov" >06. Forms &amp; User Input &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">07. _GET &amp; _POST</h2>
<p>Now we are passing data with Forms it might be a good idea to take an in-depth look at both $_GET &amp; $_POST, with even a little mention of $_REQUEST too.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/07.GET&amp;POST.pdf" >07. _GET &amp; _POST &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/07.GET&amp;POST.mov" >07. _GET &amp; _POST &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">08. Mail</h2>
<p>A look at the basic Mail function in PHP, sending email via Forms. Also an introductory look at email injection and PHP Filters</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/08.Mail.pdf" >08. Mail &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/08.Mail.mov" >08. Mail &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">08+. Mail Scripts</h2>
<p>Also included are two mail scripts for download, the first being the most simple of PHP mail functionality, and the second being a NON-WORKING collection of all of the possible spam replacement, SQL injection protection and valid email checking, easily customizable for you usage.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/06/mail_scripts.zip" >08. Mail &#8211; Download the MAIL SCRIPTS</a></p>
<h2 class="entry-title">09. Introduction To SQL</h2>
<p>A look at the basic features of SQL. This does not cover the more advanced functionality of SQL, but provides more than enough to get you through your first few projects and further.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/09.IntroToSQL.pdf" >09. Intro To SQL &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/09.IntroToSQL.mov" >09. Intro To SQL &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">10. _COOKIES &amp; _SESSIONS</h2>
<p>Cookies and sessions explained with an accompanying login system example showing basic, retrieving and deletion of both, and displaying &#8217;selective&#8217; user content.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/06/10.Cookies&amp;Sessions.pdf" >10. Cookies&amp;Sessions &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/10.Cookies&amp;Sessions.mov" >10. Cookies&amp;Sessions &#8211; Download the IPOD VIDEO</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/10.Cookies&amp;Sessions.zip" >10. Cookies&amp;Sessions &#8211; Download the LOGIN SYSTEM FILES</a></p>
<h2 class="entry-title">11. Date / Timestamps</h2>
<p>Cookies and sessions explained with an accompanying login system example showing basic, retrieving and deletion of both, and displaying &#8217;selective&#8217; user content.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/06/11.Date.pdf" >11. Date &#8211; Download the PDF</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/06/11.Date.mov" >11. Date &#8211; Download the IPOD VIDEO</a></p>
<h2 class="entry-title">11+. Deathclock / Fag Stats</h2>
<p>Just a nice morbidly fun way to illustrate date and timestamp functionality, and maybe persuade a few people to smoke a bit less.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/06/date_timestamp.zip" >11+. Date &#8211; Download the FILES</a></p>
<p>*these notes are not intended as stand alone source material, rather they are supplemental lecture material.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/php-mysql-lecture-notes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/02.SyntaxVariables&amp;Strings.mov" length="1528636" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/01introtophp.mov" length="1604710" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/03.Operators&amp;Conditionals.mov" length="1443615" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/04.Arrays&amp;Loops.mov" length="1926021" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/05.Functions.mov" length="1212033" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/06.Forms&amp;UserInput.mov" length="643374" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/07.GET&amp;POST.mov" length="1119808" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/08.Mail.mov" length="973158" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/09.IntroToSQL.mov" length="3556723" type="video/quicktime" />
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/06/11.Date.mov" length="751009" type="video/quicktime" />
		</item>
		<item>
		<title>FREE Webspace Workshop</title>
		<link>http://www.mogmachine.com/free-webspace-workshop/</link>
		<comments>http://www.mogmachine.com/free-webspace-workshop/#comments</comments>
		<pubDate>Wed, 14 May 2008 16:14:36 +0000</pubDate>
		<dc:creator>mog</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[insights]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Qantm]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=249</guid>
		<description><![CDATA[4th June &#124; 18:30 @ Qantm UK]]></description>
			<content:encoded><![CDATA[<p>********************************************************************************<br />
RESCHEDULED FOR WEDNESDAY 11TH JUNE,18:30.<br />
********************************************************************************</p>
<p>This workshop is aimed at people with no experience or knowledge in Web Hosting and Domain management but know that they would greatly benefit from their own server space.</p>
<p>We will cover the following topics:</p>
<ul>
<li>Hosting Explained</li>
<li>Domains Explained</li>
<li>Setting up emails</li>
<li>FTP and file storage/access</li>
<li>Database setup</li>
<li>Installing 3rd Party files/applications (EG: WordPress :) )</li>
</ul>
<p><span id="more-249"></span></p>
<p>&#8230;and in my humble opinion that should be enough to cement in the mind in one evening.</p>
<p>If you do have any specific requests for additional items you ould like me to cover, then please mail me before the workshop and i will see what i can do to incorporate your requests.</p>
<p><strong>The workshop will take place on 4th June | 18:30 @ Qantm UK, Angel, London</strong> (full address details on <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">Qantm Site</a> when you <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">register</a>.</p>
<p>To <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">register for the Workshop</a> please do so @ <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">Qantm UK</a> where you can view all other available <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">Free Workshops</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/free-webspace-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE WordPress Workshop</title>
		<link>http://www.mogmachine.com/wordpress-theming-workshop/</link>
		<comments>http://www.mogmachine.com/wordpress-theming-workshop/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:48:12 +0000</pubDate>
		<dc:creator>mog</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[insights]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Qantm]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=244</guid>
		<description><![CDATA[19th May &#124; 18:30 @ Qantm UK]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-245" title="wp_workshops" src="http://www.mogmachine.com/wp-content/uploads/2008/04/wp_workshops.jpg" alt="wp_workshops" width="460" height="235" />After the success of the introduction to Wordpress FREE workshop last week, back by popular demand will be the follow up lecture, this time specifically looking at building up a theme from scratch based on the <a href="http://www.plaintxt.org/themes/sandbox/"  target="_blank" rel="nofollow">SandBox</a> theme template.</p>
<p>We will be basing the Workshop solely on Themes, WordPress functions and looking into &#8216;the loop&#8217;.</p>
<p><span id="more-244"></span></p>
<p>This is obviously an advanced lecture and requires the following to gain the most from it:</p>
<ul>
<li>HTML/CSS knowledge</li>
<li>Wordpress installed on a web server to which you have FTP access</li>
<li><a href="http://www.plaintxt.org/themes/sandbox/"  target="_blank" rel="nofollow">SandBox</a> installed as a theme (we can do this at the beginning of the Workshop)</li>
<li>Basic understanding of PHP functions (not essential)</li>
</ul>
<p>However if you do not possess these skills and still want to attend just so see what is going on, then do feel free, but unfortunately I will not be able to spend time going through the fundamentals.</p>
<p><strong>The workshop will take place on 19th May | 18:30 @ Qantm UK, Angel, London</strong> (full address details on <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">Qantm Site</a> when you <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">register</a>.</p>
<p>To <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">register for the Workshop</a> please do so @ <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">Qantm UK</a> where you can view all other available <a href="http://www.qantm.co.uk/workshops/information.php"  target="_blank" rel="nofollow">Free Workshops</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/wordpress-theming-workshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video On The Web</title>
		<link>http://www.mogmachine.com/video-on-the-web/</link>
		<comments>http://www.mogmachine.com/video-on-the-web/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 18:26:13 +0000</pubDate>
		<dc:creator>mog</dc:creator>
				<category><![CDATA[Training]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[Qantm]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=229</guid>
		<description><![CDATA[PDF handouts for my Web Video lectures.]]></description>
			<content:encoded><![CDATA[<p>You can click on and grab any of the PDF&#8217;s below.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/video_on_the_web.pdf" >Video On The Web &#8211; Flash Video</a><br />
A look at the current state of the market with specific attention to FLV and it&#8217;s current market and technological position.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/preparing_video.pdf" >Video On The Web &#8211; Preparing Video</a><br />
A look at techniques when recording video for the wb, with reference to lighting and sound setup with accompanying case studies.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/glossary_of_terms.pdf" >Video On The Web &#8211; Glossary of Terms</a><br />
What does that word mean again?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/video-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Workshops</title>
		<link>http://www.mogmachine.com/free-workshops/</link>
		<comments>http://www.mogmachine.com/free-workshops/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 17:00:08 +0000</pubDate>
		<dc:creator>mog</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[insights]]></category>
		<category><![CDATA[Qantm FLV workshop Wordpress]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/archives/free-workshops</guid>
		<description><![CDATA[2 FREE Qantm workshops in April.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qantm.co.uk/"  target="_blank" rel="nofollow"><img src="http://www.qantm.co.uk/images/qantm_enrol_now_2008.jpg" alt="enrol at qantm" width="400" height="150" /></a></p>
<p>With my new office at <a href="http://www.qantm.co.uk/"  target="_blank" rel="nofollow">Qantm</a> comes a number of responsibilities, one of which is to teach a number of FREE workshops.</p>
<p>These are open to anyone who <a href="http://www.qantm.co.uk/workshops/index.php"  target="_blank" rel="nofollow">signs up</a>, so why not tell you all about them below.</p>
<p>Click here to <a href="http://www.qantm.co.uk/workshops/index.php"  target="_blank" rel="nofollow">sign up for the courses</a>.</p>
<p><span id="more-190"></span></p>
<p><strong>Flash Video</strong></p>
<p>This workshop aims to provide a full retrospect of video on the web, looking at how the market came to be in its current climate.<br />
We will then look in depth into Flash Video, creation, implementation and deployment.</p>
<p>The workshop will then go on to look at some of the advanced functionality available through using open source players versus the Flash player.</p>
<p>The workshop will cover the following topics:</p>
<ul>
<li>- Video deployment and the current market</li>
<li>- FLV: Embedded, Progressive &amp; Streaming explained</li>
<li>- Creating and playing FLV&#8217;s on your machine</li>
<li>- Codecs, Compression and all of your other encoding questions answered</li>
<li>- Playback of FLV&#8217;s on the web</li>
<li>- SWFobject explained</li>
<li>- The FLV Player (Adobe v&#8217;s Open Source)</li>
<li>- Deploying your FLV&#8217;s on the web</li>
<li>- Advanced FLV functionality</li>
</ul>
<p>This workshop would be most suited to those with web design skills of any standard wishing to further their skills into the deployment of video online.<br />
Although this workshop will provide the means for those with advanced Flash, XHTML, PHP, JavaScript skills to take things further, it will also allow those with very minimal skills to gain a knowledge and understanding into this ever growing web requirement.</p>
<p>Requirements: Basic HTML knowledge (not essential), familiarity with current web design trends.</p>
<p><strong>Wordpress Now</strong></p>
<p>This workshop aims to provide those new to web design, or with little or no web design skills at all, the ability to install, create and publish fully functional sites.<br />
The workshop will ensure that everyone has the knowledge for basic deployment, whilst at the same time providing those with further skills the oppurtunity to forward their Wordpress functionality.</p>
<p>The workshop will cover the following topics:</p>
<ul>
<li>- What is Wordpress and how is it useful to us</li>
<li>- Setting up and installing Wordpress</li>
<li>- What can we do &#8216;out of the box&#8217;</li>
<li>- Using the admin interface</li>
<li>- The file structure explained</li>
<li>- Themes</li>
<li>- Customizing themes using CSS</li>
</ul>
<p>Advanced Topics</p>
<ul>
<li>- Customizing the themes using PHP</li>
<li>- Plugins explained</li>
<li>- Creating page templates</li>
<li>- Further advanced functionality (tailored to request)</li>
</ul>
<p>Requirements: Basic HTML, CSS knowledge.<br />
Advantages: If participants have access to a web server to allow install of Wordpress during workshop then this would be a huge advantage. Server must have PHP/MySQL and 1 database available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/free-workshops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using iDVD</title>
		<link>http://www.mogmachine.com/using-idvd/</link>
		<comments>http://www.mogmachine.com/using-idvd/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 19:26:15 +0000</pubDate>
		<dc:creator>mog</dc:creator>
				<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=243</guid>
		<description><![CDATA[Reference guide for using iDVD]]></description>
			<content:encoded><![CDATA[<p>This contains a link to my PDF guide for using iDVD. To be honest the software is designed in such a way that you should be able to figure everything out just by playing, ..but then that would not be very responsible of me, ..plus, what if you actually want to get something done quickly.</p>
<p><span id="more-243"></span></p>
<p>So, with that in mind, you quick guide is below, ..each section outlines what can be done, a step-by-step guide, and then some useful tips, covering the following topics:</p>
<ul>
<li>Introduction</li>
<li>Creating a Project for Your DVD</li>
<li>Choosing a Theme for Your DVD</li>
<li>Adding Movies to Your DVD</li>
<li>Adding a Slideshow to Your DVD</li>
<li>Adding Additional Menus</li>
<li>Working With Chapter Markers</li>
<li>Working in the iDVD Map View</li>
<li>Previewing Your DVD</li>
<li>Adding Additional Files to Your DVD</li>
<li>Customizing Your DVD Menu</li>
<li>Creating Your DVD Disc</li>
</ul>
<p>So there you have it.</p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/Creating_a_DVD.pdf">Using iDVD &#8211; Download the full PDF<br />
</a></p>
<p><a href="http://www.mogmachine.com/wp-content/uploads/2008/04/Creating_a_DVD.mov">Using iDVD &#8211; Download the IPOD VIDEO<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/using-idvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.mogmachine.com/wp-content/uploads/2008/04/Creating_a_DVD.mov" length="4352138" type="video/quicktime" />
		</item>
	</channel>
</rss>
