<?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>Beautyindesign.com &#187; Screencasts</title>
	<atom:link href="http://beautyindesign.com/category/screencasts/feed/" rel="self" type="application/rss+xml" />
	<link>http://beautyindesign.com</link>
	<description>Web Design and Development Training and Tutorials</description>
	<lastBuildDate>Mon, 06 Dec 2010 13:12:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Overview of a chain-able framework for Titanium</title>
		<link>http://beautyindesign.com/screencasts/overview-of-a-chain-able-framework-for-titanium/</link>
		<comments>http://beautyindesign.com/screencasts/overview-of-a-chain-able-framework-for-titanium/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 19:13:04 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=673</guid>
		<description><![CDATA[Titanium framework for chainable methods from Beauty in Design on Vimeo. Here&#8217;s a brief overview of a framework I&#8217;m working on for Titanium. It&#8217;s a jQuery / Mootools-esque framework that allows you to chain the creation of UI elements together. Follow it or contribute on Github!]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/16537791" width="600" height="375" frameborder="0"></iframe>
<p><a href="http://vimeo.com/16537791">Titanium framework for chainable methods</a> from <a href="http://vimeo.com/beautyindesign">Beauty in Design</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Here&#8217;s a brief overview of a framework I&#8217;m working on for Titanium.  It&#8217;s a jQuery / Mootools-esque framework that allows you to chain the creation of UI elements together.  <a href="https://github.com/rblalock/TiFramework">Follow it or contribute on Github!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/overview-of-a-chain-able-framework-for-titanium/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Titanium: Update an iPhone app with a remote JSON source</title>
		<link>http://beautyindesign.com/screencasts/titanium-update-an-iphone-app-with-a-remote-json-source/</link>
		<comments>http://beautyindesign.com/screencasts/titanium-update-an-iphone-app-with-a-remote-json-source/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 17:55:32 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Appcelerator]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Titanium]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=632</guid>
		<description><![CDATA[Talking with a few leads today got me thinking about maintaining a group of iPhone apps for several clients, specifically the design and layout.  Having to push out updates to the App Store just for a design change is so procedural.  Good news is there is a way around it! Here&#8217;s some code to demonstrate [...]]]></description>
			<content:encoded><![CDATA[<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='560' height='345'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' /><param name='flashvars' value='i=122928' /><param name='allowFullScreen' value='true' /><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=122928' allowFullScreen='true' width='560' height='345' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
<p>Talking with a few leads today got me thinking about maintaining a group of iPhone apps for several clients, specifically the design and layout.  Having to push out updates to the App Store just for a design change is so procedural.  Good news is there is a way around it!<br />
<span id="more-632"></span><br />
Here&#8217;s some code to demonstrate the technique (note: the Ajax class used here is just a wrapper for Titanium&#8217;s XHR method.  It just makes it easier for me and the code a lot cleaner):</p>
<p><strong>Remote JSON Source</strong><br />
<script src="http://gist.github.com/647380.js"> </script></p>
<p><strong>Changing the search bar:</strong><br />
<script src="http://gist.github.com/647388.js"> </script></p>
<p>Easy right?  You can even inject functions and call them from the app as well (Does this pose any security issues?):</p>
<p><strong>Remote JSON Source</strong><br />
<script src="http://gist.github.com/647393.js"> </script></p>
<p><strong>Source Code:</strong><br />
<script src="http://gist.github.com/647396.js"> </script></p>
<p><strong>UPDATE:</strong>  Since placing this post a few people have pointed out that the function in the JSON source above probably breaks <a href="https://developer.apple.com/appstore/resources/approval/guidelines.html">Apple&#8217;s 2.8 guideline</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/titanium-update-an-iphone-app-with-a-remote-json-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial Video: Converting a Joomla 1.5 Template to 1.6</title>
		<link>http://beautyindesign.com/screencasts/tutorial-video-converting-a-joomla-1-5-template-to-1-6/</link>
		<comments>http://beautyindesign.com/screencasts/tutorial-video-converting-a-joomla-1-5-template-to-1-6/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 01:48:16 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[joomla 1.6]]></category>
		<category><![CDATA[template conversion]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=569</guid>
		<description><![CDATA[I made a casual video this evening on converting a J! 1.5 template to J! 1.6.  I hadn&#8217;t practiced or rehearsed this video at all before the recording because I wanted to see just how easy it would be and how much time it would take to get it done. Surprisingly, it took just a [...]]]></description>
			<content:encoded><![CDATA[<p>I made a casual video this evening on converting a J! 1.5 template to J! 1.6.  I hadn&#8217;t practiced or rehearsed this video at all before the recording because I wanted to see just how easy it would be and how much time it would take to get it done.</p>
<p>Surprisingly, it took just a few minutes to port the Usability template, found on this site, over to 1.6.  The biggest caveats that I ran in to were the template params being renamed &#8220;fields&#8221; and &#8220;fieldset&#8221;s and the template overrides changing.  I didn&#8217;t dig in to the template overrides yet but a quick glance told me they are the biggest change.  Below is a video with my findings, enjoy! (<a href="http://vimeo.com/13136570">don&#8217;t forget to turn on HD to watch it in it&#8217;s best quality!</a>)</p>
<p><a href="http://beautyindesign.com/screencasts/tutorial-video-converting-a-joomla-1-5-template-to-1-6/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/tutorial-video-converting-a-joomla-1-5-template-to-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to integrate Foxycart &amp; Joomla!</title>
		<link>http://beautyindesign.com/screencasts/how-to-integrate-foxycart-joomla/</link>
		<comments>http://beautyindesign.com/screencasts/how-to-integrate-foxycart-joomla/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 01:58:32 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=442</guid>
		<description><![CDATA[Foxycart is one cool shopping cart / e-commerce solution.  It has a great API, lets you decide how you want to use your store (no bloated CMS comes with it), and is very flexible.  This video will show you how to jump in with Foxycart and Joomla! Check out Foxycart! NOTE:  The Foxycart Joomla plugin [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://foxycart.com">Foxycart</a> is one cool shopping cart / e-commerce solution.  It has a great API, lets you decide how you want to use your store (no bloated CMS comes with it), and is very flexible.  This video will show you how to jump in with Foxycart and Joomla!</p>
<p><span id="more-442"></span><p><a href="http://beautyindesign.com/screencasts/how-to-integrate-foxycart-joomla/"><em>Click here to view the embedded video.</em></a></p></p>
<p>Check out <a title="Foxycart" href="http://foxycart.com">Foxycart</a>!</p>
<p>NOTE:  The Foxycart Joomla plugin has been discontinued</p>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/how-to-integrate-foxycart-joomla/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Joomla, SVN, Cornerstone, &amp; SpringLoops</title>
		<link>http://beautyindesign.com/screencasts/joomla-svn-cornerstone-springloops/</link>
		<comments>http://beautyindesign.com/screencasts/joomla-svn-cornerstone-springloops/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 22:43:22 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[cornerstone]]></category>
		<category><![CDATA[springloops]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=431</guid>
		<description><![CDATA[Wow, that title is a mouth full eh?  I&#8217;ve had some readers ask for an easy way to use SVN with their Joomla projects.  Placing your work in a repository is important (even if it&#8217;s front-end stuff like template building)!  I&#8217;ve used a slew of different ways to manage projects and finally have settled into [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, that title is a mouth full eh?  I&#8217;ve had some readers ask for an easy way to use SVN with their Joomla projects.  Placing your work in a repository is important (even if it&#8217;s front-end stuff like template building)!  I&#8217;ve used a slew of different ways to manage projects and finally have settled into a solution that is comfortable for me:  Cornerstone / Terminal &amp; Springloops!  Once you do it 2 or three times, repo-ing your Joomla projects will become second nature.</p>
<p>Here&#8217;s a quick-and-dirty video (hence some of the errors) on how it&#8217;s done&#8230;</p>
<p><span id="more-431"></span><p><a href="http://beautyindesign.com/screencasts/joomla-svn-cornerstone-springloops/"><em>Click here to view the embedded video.</em></a></p></p>
<h2>Resources:</h2>
<ul>
<li><a href="http://www.zennaware.com/cornerstone/" target="_blank">Cornerstone &#8211; SVN for mere mortals</a></li>
<li><a href="http://springloops.com/" target="_blank">SpringLoops &#8211; Hosted source-code management</a></li>
</ul>
<h2>Limited Coupon!</h2>
<p>The guys that made Cornerstone were kind enough to offer a 20% off coupon for the first 10 people to use it from the site!  Just enter:  <em>BEAUTYINDESIGN0409</em> on checkout to get the discount!</p>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/joomla-svn-cornerstone-springloops/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JOOMLA 1.5 Administration Lesson 4: Overview</title>
		<link>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/</link>
		<comments>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 20:29:03 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Joomla admin]]></category>
		<category><![CDATA[joomla training]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=327</guid>
		<description><![CDATA[Lesson 4, in the J! 1.5 admin series, is a brief video overview of the Joomla! administration interface. Missed the other lessons? Lesson One &#8211; What is Joomla!? Lesson Two &#8211; The Community Lesson Three &#8211; Installation Lesson Four &#8211; Admin Overview (current page)]]></description>
			<content:encoded><![CDATA[<p style="font-size: 13px; line-height: 19px;">Lesson 4, in the J! 1.5 admin series, is a brief video overview of the Joomla! administration interface.</p>
<p style="font-size: 13px; line-height: 19px;"><span id="more-327"></span></p>
<p style="font-size: 13px; line-height: 19px;"><p><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/"><em>Click here to view the embedded video.</em></a></p></p>
<p style="font-size: 13px; line-height: 19px;">Missed the other lessons?</p>
<ul>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-1-intro-to-joomla/">Lesson One &#8211; What is Joomla!?</a></li>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/">Lesson Two &#8211; The Community</a></li>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-3-installation/">Lesson Three &#8211; Installation</a></li>
<li>Lesson Four &#8211; Admin Overview (current page)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JOOMLA 1.5 Administration Lesson 3: Installation</title>
		<link>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-3-installation/</link>
		<comments>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-3-installation/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 02:37:36 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Joomla admin]]></category>
		<category><![CDATA[joomla training]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=294</guid>
		<description><![CDATA[The third video of the basic Joomla! 1.5 Admin series covers just how quick and easy it is to install onto your server. Installing JOOMLA is a simple task.  Just make sure you have your MySQL username and password ready and preferably your FTP username and password ready.  If you have those two things you’re [...]]]></description>
			<content:encoded><![CDATA[<p>The third video of the basic Joomla! 1.5 Admin series covers just how quick and easy it is to install onto your server.</p>
<p><span id="more-294"></span><p><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-3-installation/"><em>Click here to view the embedded video.</em></a></p></p>
<p>Installing JOOMLA is a simple task.  Just make sure you have your MySQL username and password ready and preferably your FTP username and password ready.  If you have those two things you’re ready to go.</p>
<p style="font-size: 13px; line-height: 19px;">Missed the other lessons?</p>
<ul>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-1-intro-to-joomla/">Lesson One &#8211; What is Joomla!?</a></li>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/">Lesson Two &#8211; The Community</a></li>
<li>Lesson Three &#8211; Installation (current page)</li>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/">Lesson Four &#8211; Admin Overview</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-3-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JOOMLA 1.5 Administration Lesson 2: Community</title>
		<link>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/</link>
		<comments>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 21:50:10 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla admin]]></category>
		<category><![CDATA[Joomla install]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=272</guid>
		<description><![CDATA[The second video of the basic J! 1.5 Admin series briefly covers the main Joomla! website and how to use the most common, necessary aspects of it. Quick links from the video: Joomla!&#8217;s homepage J! Connect The Forums Extension Directory The Documentation The API Missed the other lessons? Lesson One &#8211; What is Joomla!? Lesson [...]]]></description>
			<content:encoded><![CDATA[<p>The second video of the basic J! 1.5 Admin series briefly covers the main Joomla! website and how to use the most common, necessary aspects of it.</p>
<p><span id="more-272"></span><p><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/"><em>Click here to view the embedded video.</em></a></p></p>
<h3>Quick links from the video:</h3>
<p><a href="http://joomla.org">Joomla!&#8217;s homepage</a></p>
<p><a href="http://community.joomla.org/connect.html">J! Connect</a></p>
<p><a href="http://forum.joomla.org/">The Forums</a></p>
<p><a href="http://extensions.joomla.org/">Extension Directory</a></p>
<p><a href="http://docs.joomla.org/">The Documentation</a></p>
<p><a href="http://api.joomla.org/">The API</a></p>
<p style="font-size: 13px; line-height: 19px;">Missed the other lessons?</p>
<ul>
<li><a href="../screencasts/joomla-15-administration-lesson-1-intro-to-joomla/">Lesson One &#8211; What is Joomla!?</a></li>
<li>Lesson Two &#8211; The Community (current)</li>
<li><a href="../screencasts/joomla-15-administration-lesson-3-installation/">Lesson Three &#8211; Installation</a></li>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/">Lesson Four &#8211; Admin Overview</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-2-community/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JOOMLA 1.5 Administration Lesson 1: Intro to Joomla</title>
		<link>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-1-intro-to-joomla/</link>
		<comments>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-1-intro-to-joomla/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 23:34:08 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla admin]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=195</guid>
		<description><![CDATA[Here&#8217;s the first video in a series of Basic Joomla Administration videos.  This intro to JOOMLA reviews the general features and benefits of using JOOMLA. What is JOOMLA? Joomla is an open-source cms that can be applied to almost anyone’s need From a Business point of view: It allows you to manage your website and [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the first video in a series of Basic Joomla Administration videos.  This intro to JOOMLA reviews the general features and benefits of using JOOMLA.<span id="more-195"></span><p><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-1-intro-to-joomla/"><em>Click here to view the embedded video.</em></a></p></p>
<h2>What is JOOMLA?</h2>
<p>Joomla is an open-source cms that can be applied to almost anyone’s need</p>
<h3>From a Business point of view:</h3>
<ul>
<li>It allows you to manage your website and empower others within your company to contribute, administer, etc.</li>
<li>It provides a platform that is open to almost any specific need</li>
</ul>
<h3>From a Development Point of View:</h3>
<ul>
<li>JOOMLA! Shouldn’t be just viewed as a way to administer content.  It provides a framework from which to build any application you may need.</li>
</ul>
<ul>
<li>Because of its flexible templating engine, a re-design of your site won’t constitute a complete re-do of the every web page.  Simply change the template and a few minor things and you will have a whole new look.</li>
</ul>
<ul>
<li>Joomla’s framework includes many features such as built in security, user management, easy extendability&#8230;..thus enabling the dev of your site to stay focused on your specific needs / applications.</li>
</ul>
<ul>
<li>Joomla has a well documented framework and a very active community</li>
</ul>
<h3>Joomla Features</h3>
<p>The JOOMLA! CMS is no rookie in the market!  It has been deployed by companies such as Porche Brazil to provide their website backbone.  Joomla’s content publishing allows you to quickly create content for websites, control access to your documents, administer user created content, and more.</p>
<p>The modules in Joomla provide easy to move blocked of code.  Moving something on your site now doesn’t require you to change every page on your site.</p>
<p>The Joomla components allow you to install mini-applications in your site; thus allowing you to install applications such as e-commerce / shopping carts, photo galleries, form builders, forums, and more!</p>
<p>The user manager provides extendible control over registered and special users.  From simple, public access, to control over authors publishers, and administrators</p>
<h3>Open Source</h3>
<p>A lot of people think “second class” when they hear “open source”.  This is probably justifiable depending on what they have used.  However, JOOMLA! ranks within the premium products of the Open Source community; showcasing a world-class team of developers and a thriving community.</p>
<p>Building from scratch a system similar to Joomla would cost tens of thousands of dollars.  Thus by selecting Joomla as your CMS / Development, you eliminate large chunks of start-up costs and let your budget focus specifically on the immediate need of your site / application.</p>
<p>Joomla is the most popular GPL CMS in the world.  Its community can be found in almost every country, it’s system translated in many languages, and can be used to fit almost any need.</p>
<p style="font-size: 13px; line-height: 19px;">Want to see the other lessons?</p>
<ul>
<li>Lesson One &#8211; Introduction (current page)<a href="../screencasts/joomla-15-administration-lesson-1-intro-to-joomla/"><br />
</a></li>
<li><a href="../screencasts/joomla-15-administration-lesson-2-community/">Lesson Two &#8211; The Community</a></li>
<li><a href="../screencasts/joomla-15-administration-lesson-3-installation/">Lesson Three &#8211; Installation</a></li>
<li><a href="http://beautyindesign.com/screencasts/joomla-15-administration-lesson-4-overview/">Lesson Four &#8211; Admin Overview</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/joomla-15-administration-lesson-1-intro-to-joomla/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Quick video on converting a template to Joomla 1.5</title>
		<link>http://beautyindesign.com/screencasts/quick-video-on-converting-a-template-to-joomla-15/</link>
		<comments>http://beautyindesign.com/screencasts/quick-video-on-converting-a-template-to-joomla-15/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:14:18 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[joomla template conversion]]></category>

		<guid isPermaLink="false">http://beautyindesign.com/?p=183</guid>
		<description><![CDATA[In converting a static theme to a Joomla template today, I decided to record part of it for preview&#8217;s sake.  A related tutorial series coming soon will illustrate, in detail, what this video overviews.  It&#8217;s a great clip to just watch how a portion of it is done! This video, of course, is just a [...]]]></description>
			<content:encoded><![CDATA[<p>In converting a static theme to a Joomla template today, I decided to record part of it for preview&#8217;s sake.  A related tutorial series coming soon will illustrate, in detail, what this video overviews.  It&#8217;s a great clip to just watch how a portion of it is done!</p>
<p><span id="more-183"></span><p><a href="http://beautyindesign.com/screencasts/quick-video-on-converting-a-template-to-joomla-15/"><em>Click here to view the embedded video.</em></a></p></p>
<p>This video, of course, is just a quick clip of a Joomla conversion.  The related tutorial series that is coming will detail this out much better (as I spent no time trying to explain some things in this video).</p>
<p>The coming series will include things such as:  <em>Dealing with template parameters, extending columns, Joomla specific styles, etc.</em></p>
<p><strong>Oh yeah don&#8217;t forget:  These videos are in HD, so you can watch in full screen!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://beautyindesign.com/screencasts/quick-video-on-converting-a-template-to-joomla-15/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

