<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>The Design Core | What's Fresh</title>
    <link>http://www.thedesigncore.com/whats-fresh</link>
    <description>Company News, Opinion, Industry Resources and More</description>
    <dc:language>en</dc:language>
    <dc:creator>info@thedesigncore.com</dc:creator>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-01-23T00:33:40+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    
    
    <item>
      <title><![CDATA[ExpressionEngine MSM with Media Temple&#8217;s (dv) 4.0]]></title>
      <link>http://www.thedesigncore.com/whats-fresh/detail/expressionengine-msm-with-media-temples-dv-4.0</link>
      <guid>http://www.thedesigncore.com/whats-fresh/detail/expressionengine-msm-with-media-temples-dv-4.0#When:00:33:40Z</guid>
      <description><![CDATA[<p>After spending way too much time getting the ExpressionEngine Multiple Site Manager working correctly on Media Temple&#8217;s (dv) 4.0 dedicated virtual hosting several months back, I had to revisit it once again in order to add another domain.</p>

<p>It had been so long since setting it up originally, that I had forgotten what I did to get it working in the first place. With a little trial and error and looking back through some old notes I found, I was able to successfully add the new domain.</p>

<p>So I figured there may be others out there that could use some tips in getting things up and running. Hopefully these tips save you some time and energy.</p>

<p>1. Follow the directions for setting up the MSM on the <a href="http://expressionengine.com/user_guide/cp/sites/install.html" target="_blank">ExpressionEngine website</a>.</p>

<p>2. Once that is done, you will need to shut off open_basedir and php safe_mode.</p>

<p>3. Log in via SSH to your server as the root user. With Media Temple, there is a setting in your hosting control panel that you must set in order to have root access.</p>

<p>4. Once you have root access, you need to switch to the conf directory of your primary domain:<br />
cd /var/www/vhosts/yourprimarydomain.com/conf/</p>

<p>5. Next, create &amp; edit the vhost.conf file in that directory:<br />
vi vhost.conf</p>

<p>6. In the editor, press i on your keyboard &amp; type in the following:</p><Directory "/var/www/vhosts/yourprimarydomain.com/httpdocs">
<p>php_admin_value open_basedir none<br />
php_admin_value safe_mode off</p>
</Directory>

<p>7. When you’re done, press esc and then at the prompt (:) enter wq and then press return.</p>

<p>8. You will now need to configure the server to read the new vhost.conf file:<br />
/usr/local/psa/admin/sbin/httpdmng&#8212;reconfigure-domain yourprimarydomain.com</p>

<p>9. Then restart the server:<br />
/etc/init.d/httpd restart</p>

<p>Your primary domain should now be working &amp; accessible.</p>

<p>Now you need to repeat these steps for all of your other domains, but the path to their vhost.conf files are going to be slightly different.</p>

<p>For each subdomain, use the following:</p>

<p>Switch to the subdomain&#8217;s conf directory:<br />
cd /var/www/vhosts/subdomain.com/conf/</p>

<p>Create &amp; edit the vhost.conf file in that directory:<br />
vi vhost.conf</p>

<p>Add the following in vhost.conf:</p><Directory "/var/www/vhosts/yourprimarydomain.com/subdomain/">
<p>php_admin_value open_basedir none<br />
php_admin_value safe_mode off</p>
</Directory>

<p>The configure and restart the server per steps 8 &amp; 9 above.</p>

<p>That should do the trick! Happy MSM-ing!</p>

<p>&nbsp;</p>]]></description>
      <dc:subject><![CDATA[ExpressionEngine]]></dc:subject>
      <dc:date>2012-01-23T00:33:40+00:00</dc:date>
    </item>
    
    <item>
      <title><![CDATA[Screencasting, a Learning Experience]]></title>
      <link>http://www.thedesigncore.com/whats-fresh/detail/screencasting-a-learning-experience</link>
      <guid>http://www.thedesigncore.com/whats-fresh/detail/screencasting-a-learning-experience#When:17:33:24Z</guid>
      <description><![CDATA[<p>We build many sites using our CMS of choice, <a href="http://expressionengine.com/" target="_blank">ExpressionEngine</a>. When it comes to training our clients on how to use it, we always do an in person or over the phone training session. There can be a lot of information for someone to retain, so in order to help with this, we thought it would be great to have some sort of leave behind that our clients can reference later on down the line in case they need it.</p>

<p>We thought about creating a PDF manual, but in the end settled on screencasts. We felt that the videos would illustrate the processes a little better and be more memorable than reading a document. Plus, we could post them to YouTube and Vimeo for others to see and hopefully get some use out of.</p>

<p>This was our first attempt at creating screencasts, and it proved to be a good learning experience. It really helped us fine tune our training skills and also left us with some great material for our clients.</p>

<p>First, we had to research which tools we would need to create the screencasts. We knew we&#8217;d need some sort of screen recording software and a decent mic. We researched a few of the popular screen recording apps out there and ended up choosing <a href="http://www.telestream.net/screen-flow/" target="_blank">Screenflow</a>. It seemed to be easy to use, had a full feature set and a nice interface and got great reviews.</p>

<p>Next we had to choose a mic to get better quality audio than a built in computer mic would provide. We ended up going with the <a href="http://www.mxlmics.com/microphones/usb/006/" target="_blank">MXL USB.006</a>. MXL makes great mics at affordable prices and we&#8217;ve had good experiences with their products in the past so it was an easy choice.</p>

<p>So now that we had the tools, we had to figure out how to use them. Learning how to use Screenflow was a snap and setting up the mic was super easy, so we were up and running very quickly. In our first few attempts, we tried recording the audio &amp; video at the same time using Screenflow and did not use a script. Improvising proved to be an exercise in futility, and after several failures, we decided it was time to try it another way as frustration had set in. More skilled speakers or someone seasoned at training might have better luck doing it this way, but we kept getting tongue tied and kept having to start over. Otherwise, there would have been way too much tedious editing to do.</p>

<p>So we wrote a script and tried recording the audio by itself. Although this gave the voiceover a slightly less natural feel and ended up sounding like it was read from a script, we felt it was better in the long run and would get more natural with practice. We could also easily edit out any flubs and prep our audio before recording the video. And since we could focus on just the audio, there were far fewer mistakes. We used Adobe Soundbooth to make our edits and clean up the audio. After a little compression, noise reduction and volume correction, we were all set.</p>

<p>Next, it was on to Screenflow. We just played the audio and listened along as we recorded the action on screen. We usually got the video done in one take, so recording the video was pretty quick. This process was definitely proving to be the way to go!</p>

<p>Once the video was done in Screenflow, we imported the audio file we created earlier, matched up the timing of the audio to the video, added our intro and outro (which was all created in Screenflow) and we were done. And we loved the fact that Screenflow lets you upload your videos directly to YouTube and Vimeo. It creates the video and uploads them in one shot, so it&#8217;s very fast &amp; convenient. You can even fill in the title, description and tags right in Screenflow.</p>

<p>We ended up creating 4 screencasts covering some of the basics of ExpressionEngine. The first video covers publishing content to your site. The second video goes over editing existing content, while the third video discusses the new and improved file manager. The last video touches on a few of the features in the user account area.</p>

<p>So check out our <a href="http://www.thedesigncore.com/screencasts/ee-basics">ExpressionEngine Screencast Series | The Basics</a>, and we&#8217;d love to get your input on them. You can check them out on our <a href="https://www.youtube.com/user/thedesigncore" target="_blank">YouTube channel</a> as well.</p>

<p>We plan to do more screencasts and hopefully each one will get better and better as we get our process down.</p>]]></description>
      <dc:subject><![CDATA[Education, ExpressionEngine]]></dc:subject>
      <dc:date>2012-01-18T17:33:24+00:00</dc:date>
    </item>
    
    <item>
      <title><![CDATA[Core Newsletter | December 2011]]></title>
      <link>http://www.thedesigncore.com/whats-fresh/detail/core-newsletter-december-2011</link>
      <guid>http://www.thedesigncore.com/whats-fresh/detail/core-newsletter-december-2011#When:18:43:00Z</guid>
      <description><![CDATA[<p>The first edition of our new Core Newsletter went out on Monday! It features a couple of cool projects we&#8217;ve completed, a few announcements and since it&#8217;s the holiday season, there&#8217;s a little holiday message in there as well. If you are not a subscriber, we hope that you will subscribe using the form in the footer on any page of this site.</p>

<p>We also discovered an issue with viewing the email using Gmail where the background image did not display causing the email to be a little hard to read. We apologize for that and have corrected the issue for future mailings.</p>

<p>You can view the newsletter in our archive <a href="http://www.thedesigncore.com/newsletter/html/150" target="_blank">here</a>.</p>

<p>Again, if you have not subscribed to the Core Newsletter, you can do so using the form that you can find in the footer on any page of this site.</p>

<p>Happy Holidays!</p>]]></description>
      <dc:subject><![CDATA[News]]></dc:subject>
      <dc:date>2011-12-21T18:43:00+00:00</dc:date>
    </item>
    
    <item>
      <title><![CDATA[Check out our new digs!]]></title>
      <link>http://www.thedesigncore.com/whats-fresh/detail/check-out-our-new-digs</link>
      <guid>http://www.thedesigncore.com/whats-fresh/detail/check-out-our-new-digs#When:13:23:18Z</guid>
      <description><![CDATA[<p>We finally did it! We launched our new website garnering in a new era for The Design Core.</p>

<p>We hope that the new site shows a bit more of our personality and is not as ambiguous as our last site. And with our social media channels and the addition of the What&#8217;s Fresh section, we feel we will be in closer contact with our clients and fans, and can keep you all in the loop about the haps here at The Design Core.</p>

<p>Along with the completion of the new site, this year has been a great year for us with lots of return clients and some new ones mixed in there as well. We also made a big move from Dallas to Austin and are really enjoying the new scenery. Hey, it&#8217;s Austin. What more do I need to say?</p>

<p>This year also brought some big changes to our business model, which is why we felt the need for a new website. There was (and still is) the whole Flash thing sparked by Apple&#8217;s decision to not allow Flash on the iPhone/iPad. The topic has been beaten to death and all sorts of misinformation is floating around out there. Needless to say, it caused a great deal of confusion for our clients. While I&#8217;m not going to get into the debate at the moment, we felt that it was important for us to make the switch to HTML for our new site. We will continue to do Flash work, but it is no longer our focus, but we are super pumped about all of the HTML/CSS work we have been doing this year.</p>

<p>We&#8217;ve also been doing a ton of work with <a href="http://www.expressionengine.com" target="_blank">ExpressionEngine</a>, our favorite content management system. Most of the sites we have done this year, Flash &amp; HTML, have been driven by this excellent CMS. We love it and our clients love it. What more could you ask for?</p>

<p>So I hope you will take the time to check out the new site and let us know how you are liking the change.</p>

<p>Thanks for your continued support and we look forward to a great 2012!</p>]]></description>
      <dc:subject><![CDATA[News]]></dc:subject>
      <dc:date>2011-12-05T13:23:18+00:00</dc:date>
    </item>
    
    
    </channel>
</rss>
