<?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>PMA Media Group&#187; Training</title>
	<atom:link href="http://www.pmamediagroup.com/tag/training/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pmamediagroup.com</link>
	<description>Unique Marketing Techniques and Strategies with Guaranteed Results!</description>
	<lastBuildDate>Fri, 27 Aug 2010 18:14:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tutorial: How to Set up Ruby on Rails and MySQL on Mac OSX Leopard</title>
		<link>http://www.pmamediagroup.com/2009/04/set-up-ruby-on-rails-and-mysql-on-mac-osx-leopard/</link>
		<comments>http://www.pmamediagroup.com/2009/04/set-up-ruby-on-rails-and-mysql-on-mac-osx-leopard/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 20:07:20 +0000</pubDate>
		<dc:creator>Chuck Wood</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pmamediagroup.com/?p=480</guid>
		<description><![CDATA[A quick tutorial on setting up Ruby on Rails using the MySQL gem on Mac OS X.]]></description>
			<content:encoded><![CDATA[<p>Mac OSX has become extremely popular for Ruby on Rails development. Part of this is the inclusion of Ruby as part of the operating system on Mac OSX Leopard. Here is a quick tutorial on how to get Ruby on Rails and MySQL set up on your Mac OSX Leopard machine. In order to complete this tutorial, you need the Xcode tools installed. You can get them off of the applications disk that came with your mac or from <a href="http://developer.apple.com/TOOLS/xcode/">http://developer.apple.com/TOOLS/xcode/</a>. </p>
<p><span id="more-480"></span></p>
<p>Once you have Xcode Tools installed, open your terminal (in Applications > Utilities) and let&#8217;s get started!</p>
<p>1. Update RubyGems.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gem update <span style="color: #660033;">--system</span></pre></div></div>

<p>2. Install Ruby on Rails.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> rails</pre></div></div>

<p>3. Download the MySQL (x86) package from <a href="http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg">this page</a>.</p>
<p>4. When the .dmg file loads, install both packages (.pkg files) and the MySQL.prefPane.</p>
<p>5. Once MySQL is installed, install the mysql gem. (Thanks <a href="http://wonko.com/post/how-to-install-the-mysqlruby-gem-on-mac-os-x-leopard">wonko.com</a> for the tip.)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">env</span> <span style="color: #007800;">ARCHFLAGS</span>=<span style="color: #ff0000;">&quot;-arch i386&quot;</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> mysql <span style="color: #660033;">--</span> \
  <span style="color: #660033;">--with-mysql-dir</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>mysql <span style="color: #660033;">--with-mysql-lib</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>lib \
  <span style="color: #660033;">--with-mysql-include</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>include</pre></div></div>

<p><small></small></p>
<p>That&#8217;s it! You&#8217;re ready to go! Now all you have to do is create a rails application and you&#8217;re ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmamediagroup.com/2009/04/set-up-ruby-on-rails-and-mysql-on-mac-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Skype Beta 2.8 &#8211; Screen Sharing</title>
		<link>http://www.pmamediagroup.com/2009/04/skype-beta-28-screen-sharing/</link>
		<comments>http://www.pmamediagroup.com/2009/04/skype-beta-28-screen-sharing/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 17:05:27 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Screencasting]]></category>
		<category><![CDATA[Screensharing]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.pmamediagroup.com/?p=433</guid>
		<description><![CDATA[I&#8217;ve always been a SKYPE fan and a user even though there seem to be a few haters out there. Most of the haters are haters cause they&#8217;ve had a bad internet connection when trying to use Skype.  Overall if you have a good connection it doesn&#8217;t get much clearer and better than SKYPE.  SKYPE [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-434" title="skype_screensharing" src="http://www.pmamediagroup.com/wp-content/uploads/2009/04/skype_screensharing.png" alt="skype_screensharing" width="265" height="125" style="float: right;" /><strong>I&#8217;ve always been a <a title="Skype" href="http://www.skype.com/" target="_blank">SKYPE</a> fan and a user even though there seem to be a few haters out there.</strong> Most of the haters are haters cause they&#8217;ve had a bad internet connection when trying to use Skype.  Overall if you have a good connection it doesn&#8217;t get much clearer and better than SKYPE.  <a title="Skype Pricing" href="http://www.skype.com/prices/" target="_blank">SKYPE is cheap</a>, has some great plugins and functionality, and I&#8217;m sure a whole lot more uses that I even use it for.</p>
<p><span id="more-433"></span></p>
<p>Well last night I was doing some browsing and trying to find some <strong>good screencasting software</strong> to use that was FREE of course.  In my searching I ran across SKYPE and had to check it out.  I went to the <a title="Skype Beta 2.8 Download" href="http://www.skype.com/download/skype/macosx/beta/" target="_blank">SKYPE Beta 2.8 download</a> and downloaded it to check it out.  I&#8217;ve got to say <a title="Skype Screensharing" href="http://www.skype.com/allfeatures/screensharing/" target="_blank">Skype Screensharing</a> is pretty much the bomb.  The problem it currently has as of this post is that it doesn&#8217;t display your cursor, but it does all the actions of the cursor at an incredible speed.  I was not disappointed.  Once the cursor shows up it will be unstoppable.</p>
<p><em>So SKYPE haters stop hating and give it a try.  If your internet connection sucks, don&#8217;t push the sucky blame onto SKYPE, really give credit where it&#8217;s due.</em></p>
<h3 style="text-align: center;"><img class="size-full wp-image-439 alignnone" title="skype-screen-sharing-button" src="http://www.pmamediagroup.com/wp-content/uploads/2009/04/skype-screen-sharing-button.png" alt="skype-screen-sharing-button" width="366" height="318" /></h3>
<h3>Usage Ideas</h3>
<p>Here are some ideas that I thought may motivate some of you to give it a try based on some practical business and freelancer use:</p>
<ol>
<li><a title="Technical Support Screencasting" href="http://www.pmamediagroup.com/2009/04/skype-beta-28-screen-sharingskype-beta-28-screen-sharing/" target="_self"><strong>Technical Support Screencasting</strong></a> &#8211; this is pretty self explanitory, whether it&#8217;s the teaching the senior citizen&#8217;s how to copy and paste or teach your dad how to check his email this would work great.</li>
<li><a title="Application Training Screencasting" href="http://www.pmamediagroup.com/2009/04/skype-beta-28-screen-sharingskype-beta-28-screen-sharing/" target="_self"><strong>Application Training Screencasting</strong></a> &#8211; being able to train someone how to use your application so easily without an encrypted link and long url to have to send them, SKYPE makes this process very seemless.  Just double click on your contact and select to share screen.</li>
<li><a title="Website Training Screencasting" href="http://www.pmamediagroup.com/2009/04/skype-beta-28-screen-sharingskype-beta-28-screen-sharing/" target="_self"><strong>Website Training Screencasting</strong></a> &#8211; say you have a client and you need to show them how to manage their new site you have just created for them.  Turn on your screen recorder and the SKYPE Screen Sharing and now you have live training with a recorded video to upload to YouTube or some other video sharing website (recommend making the video private for obvious reasons).</li>
<li><strong><a title="Webinars using Skype" href="http://www.pmamediagroup.com/2009/04/skype-beta-28-screen-sharingskype-beta-28-screen-sharing/" target="_self">Webinars</a> </strong>- I think SKYPE has a 25 person limit on conference calls, but I&#8217;m assuming that you could share your screen with all 25 people within a conference call.  I&#8217;ll have to double check on that one.</li>
<li><a title="Online Education" href="http://mycollegesandcareers.com" target="_blank"><strong>Online Education</strong></a> &#8211; teach online courses through Skype now using a combination of video and screensharing.</li>
</ol>
<p>Things to keep in mind about the<strong> <a title="Skype Beta 2.8 Download" href="http://www.skype.com/download/skype/macosx/beta/" target="_blank">SKYPE Beta 2.8</a> is that it is for a Mac</strong>.  Yet another reason to <a title="Buy a Mac" href="http://www.apple.com/mac/" target="_blank">buy a Mac</a>.  I&#8217;m sure it will come out on Windows eventually potentially post Beta release on Mac, but it doesn&#8217;t matter the viewer.  I tested it last night sharing my screen from my <a title="MacBook Pro" href="http://www.apple.com/macbookpro/" target="_blank"><strong>MacBook Pro</strong></a> to my <strong>HP Windows Vista</strong> machine and it worked perfect.</p>
<p>If you need anymore convincing then you are one hard cookie to sell.  Please leave any comments or feedback you might have.  Feel free to share this post so we can get more feedback.  Oh yeah and did I mention, <strong>I LOVE SKYPE!</strong></p>
<p><em><strong>P.S. </strong> Skype is starting to show up on <a title="Skype for iPhones" href="http://www.skype.com/download/skype/iphone/" target="_blank">iPhones</a> and I even have it installed on my <a title="Skype Lite on Android" href="http://share.skype.com/sites/skypegear/2009/01/video_skype_lite_on_android.html" target="_blank">Google G1 Android</a> phone.  They&#8217;re still kind of early in development but don&#8217;t be surprised if you can make calls from your mobile phones using your mobile internet without burning up your minutes.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pmamediagroup.com/2009/04/skype-beta-28-screen-sharing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.pmamediagroup.com @ 2012-02-05 03:31:18 -->
