<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom">

    <channel>
    
    <title>DavidTucker.net</title>
    <link>http://www.davidtucker.net/index.php</link>
	<atom:link href="http://www.davidtucker.net/syndication/blog_entries" rel="self" type="application/rss+xml" />
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>david@davidtucker.net</dc:creator>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-02-25T03:19:06+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>My First Post on Mashable</title>
      <link>http://www.davidtucker.net/blog/view/my_first_post_on_mashable</link>
      <guid>http://www.davidtucker.net/blog/view/my_first_post_on_mashable#When:03:19:06Z</guid>
      <description><![CDATA[<div style="float: right; margin-left: 20px;margin-bottom: 20px;"><img src="http://www.davidtucker.net/postImages/Mashable_Logo_230px.jpg" alt="Mashable Logo" width="200" height="40" style="border: 0;" alt="image" /></div>

<p>I recently wrote my first article for Mashable: <a href="http://mashable.com/2012/02/24/mobile-app-planning/" target="_blank">10 Things to Plan for When Developing a Mobile App</a>. </p><p>In this initial post, I took a bit of business / marketing look at the process for starting a mobile app project.&nbsp; If you are someone who was recently tasked with managing a mobile project, I encourage you to check out these steps.&nbsp; Hopefully you can avoid some of the pitfalls that most organizations fall into.</p>]]></description>
      <dc:subject>Publications,</dc:subject>
      <dc:date>2012-02-25T03:19:06+00:00</dc:date>
    </item>

    <item>
      <title>Introducing the ST2 Power Tools</title>
      <link>http://www.davidtucker.net/blog/view/introducing_the_st2_power_tools</link>
      <guid>http://www.davidtucker.net/blog/view/introducing_the_st2_power_tools#When:16:06:17Z</guid>
      <description><![CDATA[<p>I&#8217;ve spent the last few weeks working with <a href="http://www.sencha.com/products/touch/" target="_blank">Sencha Touch 2</a> alongside my traditional iOS development.&nbsp; I&#8217;ll have a lot to share coming up about Sencha Touch, but that will be in separate blog posts.&nbsp; I did notice however, that there were some ways that developers could become more productive when working with SDK.&nbsp; This led to the creation of a new open source project: <a href="https://github.com/davidtucker/ST2PowerTools" target="_blank">ST2 Power Tools</a>.</p>

<p>This open source project is designed solely to make a developer more productive when building Sencha Touch 2 applications.&nbsp; Initially it tackles two of the biggest productivity gaps when building Sencha Touch applications: project generation, and templates for commonly used classes within Sencha Touch.</p>

<blockquote><p>If you want to see the tools in action,&nbsp; visit <a href="http://davidtucker.net/blog/view/create_a_complete_sencha_touch_2_application_in_just_minutes" target="_blank">Create a Complete Sencha Touch 2 Application in Just Minutes</a>.&nbsp; In this demo I walk the viewer through the process of creating a complete Sencha Touch 2 application with the ST2 Power Tools in just 5 minutes.</p>
</blockquote>

<h3>Prerequisites</h3>

<p>Before we get too deep into the functionality, I should mention that my post on <a href="http://davidtucker.net/blog/view/getting_setup_for_sencha_touch_2_development_on_your_mac" target="_blank">setting up your Mac for Sencha Touch 2 development</a> is a prerequisite for all of the steps here.&nbsp; The tools are flexible enough to work with different configurations (if you chose to setup your machine in a different manner than I did), but it will be easier if you follow the steps I provided.</p>

<h3>Installation</h3>

<p>For complete installation instructions, please visit the <a href="https://github.com/davidtucker/ST2PowerTools" target="_blank">ST2 Power Tools</a> Github page.&nbsp; I&#8217;ve already begun working on a solution that will make installation even easier in future releases.</p>

<h3>Functionality</h3>

<p>The ST2 Power Tools project provides two key areas of functionality.&nbsp; First, the project generator takes the pain out of generating a base project (including compass and sass setup).&nbsp; Second, the live templates take the pain (and potential errors) out of generating the base code for normal Sencha Touch 2 views, models, controllers, and stores.</p>

<h4>Project Generation</h4>

<p>The project generation tool is a BASH script (currently Mac only - but it may work in Windows with Cygwin) that generates a sample Sencha Touch 2 project.&nbsp; The script should work equally well if you run it in the Terminal or if you run it within your IDE of choice.&nbsp; </p>

<blockquote><p>The ST Power Tools 2 Project Generator is currently <strong>Mac Only</strong>.&nbsp; While some aspects of the functionality may work in Windows under Cygwin, some aspects will certainly not work.&nbsp; I may consider rewriting some aspects of the script to work specifically for Windows if there is interest.</p>
</blockquote>

<p>If you follow the installation instructions, you should be able to type the following command to get the generator up and running:</p>

<div class="codeParagraph">generateSenchaTouch2Project.sh</div>

<p>The script will guide you through the rest.&nbsp; You should be prepared to answer the following questions:</p>

<ol>
<li>Name of Your Application</li>
<li>Namespace for Your Application</li>
<li>Relative Path to your SDK (which if you followed the setup tutorial should be <code>../../sdk</code></li>
</ol>

<p>If you want to see a complete interaction with the generator, you can <a href="http://davidtucker.net/blog/view/create_a_complete_sencha_touch_2_application_in_just_minutes" target=_blank">view the demo</a> video or you can <a href="https://gist.github.com/1827581" target="_blank">view a Gist</a> which contains the command line interaction in that demo.</p>

<p>The templates can be modified to fit your needs.&nbsp; You can read instructions on how to do this on the <a href="https://github.com/davidtucker/ST2PowerTools" target="_blank">ST2 Power Tools</a> page.&nbsp; In a future release, I will add support for multiple templates that can be selected during the generation process.</p>

<h4>Live Templates</h4>

<p>The Live Templates functionality allows you to quickly create default elements within your Sencha Touch 2 project.</p>

<blockquote><p>The current version of the Live Templates supports the JetBrains family of IDE&#8217;s (WebStorm, PHPStorm, and IntelliJ).&nbsp; This may be extended to Eclipse based IDE&#8217;s (including Aptana) in a future release.</p>
</blockquote>

<p>You can read how to install and trigger these live templates on the <a href="https://github.com/davidtucker/ST2PowerTools" target="_blank">ST2 Power Tools</a> page.&nbsp; I also recently recorded a tutorial on <a href="http://davidtucker.net/blog/view/working_with_live_templates_in_webstorm_and_phpstorm" target="_blank">Working with Live Templates in PHPStorm and WebStorm</a>.</p>

<h3>Conclusion</h3>

<p>All of the code for the ST2 Power Tools can be found, forked, and downloaded from <a href="https://github.com/davidtucker/ST2PowerTools" target="_blank">Github</a>.</p>]]></description>
      <dc:subject>Sencha,</dc:subject>
      <dc:date>2012-02-14T16:06:17+00:00</dc:date>
    </item>

    <item>
      <title>Create a Complete Sencha Touch 2 Application in Just Minutes</title>
      <link>http://www.davidtucker.net/blog/view/create_a_complete_sencha_touch_2_application_in_just_minutes</link>
      <guid>http://www.davidtucker.net/blog/view/create_a_complete_sencha_touch_2_application_in_just_minutes#When:15:33:32Z</guid>
      <description><![CDATA[<p>One of the biggest barriers to entry for Sencha Touch 2 development is the configuration that has to be done for each new project.&nbsp; Once you&#8217;ve mastered the process, it seems easy, but there is certainly some work involved.&nbsp; With each new project, you need to add in the boilerplate files, configure compass and sass for your stylesheets, ensure that you have the path correct to the SDK, and ensure that your webserver has access to both your project and the SDK files.&nbsp; In this demo, I will create a complete Sencha Touch 2 application in 5 minutes - and demonstrate the power of the new open source project: <a href="https://github.com/davidtucker/ST2PowerTools" target="_blank">ST2 Power Tools</a>.</p>

<h3>Screencast</h3>

<p>&nbsp;</p><iframe src="http://player.vimeo.com/video/36770793?byline=0&amp;portrait=0&amp;color=43ad3a" width="715" height="536" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><br /></p><p>To view the complete output of the command line (from the generator), <a href="https://gist.github.com/1827581" target="_blank">visit this Gist</a>.</p>

<h3>Where to Go From Here</h3>

<p>If you would like to begin utilizing this functionality within your development, check out these posts (in this order):</p>

<ul>
<li><a href="http://davidtucker.net/blog/view/getting_setup_for_sencha_touch_2_development_on_your_mac" target="_blank">Getting Setup for Sencha Touch 2 Development on Your Mac</a></li>
<li><a href="http://davidtucker.net/blog/view/introducing_the_st2_power_tools" target="_blank">Introducing the ST2 Power Tools</a></li>
</ul>]]></description>
      <dc:subject>Sencha,</dc:subject>
      <dc:date>2012-02-14T15:33:32+00:00</dc:date>
    </item>

    <item>
      <title>Getting Setup For Sencha Touch 2 Development on Your Mac</title>
      <link>http://www.davidtucker.net/blog/view/getting_setup_for_sencha_touch_2_development_on_your_mac</link>
      <guid>http://www.davidtucker.net/blog/view/getting_setup_for_sencha_touch_2_development_on_your_mac#When:01:47:13Z</guid>
      <description><![CDATA[<p>There are a few steps that need to be completed before starting serious Sencha Touch 2 development.&nbsp; In this tutorial, I&#8217;ll highlight these items and walk you through step by step on completing them.&nbsp; In addition to explaining the steps, I also provide a screencast that takes you through each item step by step.</p>

<blockquote><p><strong>UPDATE:</strong> I&#8217;ve recently released the ST2 Power Tools which is an open source project aimed at helping developers be more productive with Sencha Touch 2.&nbsp; You can check out a demo here: <a href="http://davidtucker.net/blog/view/create_a_complete_sencha_touch_2_application_in_just_minutes" target="_blank">Create a Complete Sencha Touch 2 Application in Just Minutes</a>.</p>
</blockquote>

<h3>Summary</h3>

<p>To properly setup your Mac for Sencha Touch 2 development, you need to accomplish three things: install the SDK, install compass / sass, and configure an alias for Apache on your machine.&nbsp; Once these three steps are complete, you can actually begin developing a real Sencha Touch 2 application (which we&#8217;ll cover in the next tutorial).&nbsp; I&#8217;ll walk you through each of these steps and then provide a full screencast walk-through at the end.</p>

<h3>Getting the SDK</h3>

<p>The Sencha Touch 2 SDK can be obtained by going to the <a href="http://www.sencha.com/products/touch" target="_blank">Sencha Touch 2</a> site.&nbsp; If you click on the download button, it will give you the option to download either the Open-Source Version or the Beta Release for Developers.&nbsp; You&#8217;ll want the later (the former is actually Sencha Touch 1 - which we aren&#8217;t covering in this post).&nbsp; Once you download the SDK, you&#8217;ll need to unzip it.</p>

<p>Next, you&#8217;ll need to place it into a directory that you can utilize for your projects.&nbsp; For this example, I am creating a <code>/Projects/SenchaTouch2</code> directory.&nbsp; Inside of this directory I create two separate directories: <code>projects</code> and <code>sdk</code>.&nbsp; You can put everything that was inside of the SDK zip file into the <code>sdk</code> directory you just created. Once complete, you should have a directory structure similar to Figure 1.</p>

<p><img src="http://www.davidtucker.net/postImages/figure1-senchaTouchSDK1.jpg" alt="Sencha Touch 2 SDK Directory" width="715" height="386" style="border: 0;" alt="image" /></p>

<div class="caption">Figure 1 - Sencha Touch 2 SDK Installed in Correct Folder</div><p> </p>

<h3>Installing Compass and SASS</h3>

<p>Sencha Touch 2 relies on <a href="http://sass-lang.com/" target="_blank">SASS</a> for its stylesheets, and it is a powerful tool that you should leverage in your stylesheets as well.&nbsp; If you haven&#8217;t worked with SASS or <a href="http://compass-style.org/" target="_blank">Compass</a> before, you probably don&#8217;t have the proper libraries installed.&nbsp; To check, open a new Terminal window, and simply type <code>compass</code>.&nbsp; If you see <code>Command Not Found</code>, then you don&#8217;t have compass installed.</p>

<p>Compass (and SASS) can be installed by simply typing the command below in a Terminal window:</p>

<div class="codeParagraph">sudo gem install compass</div>

<p>Once compass is installed correctly, you should see the compass help text when you type <code>compass</code> in the command line.</p>

<h3>Configuring Apache</h3>

<p>For your Sencha Touch 2 applications to work correctly, they need to be loaded from a webserver and not just the filesystem.&nbsp; Luckily, Mac users have Apache already installed onto their machines, and it is easy to configure.&nbsp; For our case, we simply want to expose our <code>/Projects/SenchaTouch2</code> directory as an <a href="http://httpd.apache.org/docs/current/mod/mod_alias.html" target="_blank">Alias in Apache</a>.&nbsp; In this way, we can type <code>http://localhost/st2/</code> in our browser, and it will point to this directory.</p>

<p>To begin, you&#8217;ll need to edit the Apache configuration file.&nbsp; This file can be found at <code>/etc/apache2/httpd.conf</code>.&nbsp; For this example, I&#8217;ll use TextMate to edit the file (but any text editor will do).&nbsp; With TextMate installed, I can open the file by typing:

<div class="codeParagraph">mate /etc/apache2/httpd.conf</div>

<p>Next, you will need to scroll to the end of the file.&nbsp; Right before the last line, you will need to add in the following code which sets up the Alias (if you used a different directory - be sure to update the directory in both places in the config statement below):</p>

<script src="https://gist.github.com/1823218.js?file=httpd.conf"></script>

<p>Once this code is in place, you will need to restart Apache.&nbsp; Open System Preferences and click on the Sharing option.&nbsp; If Apache is currently running, you will see a check next to the Web Sharing option.&nbsp; De-select and reselect this option to restart Apache.&nbsp; If Apache isn&#8217;t running, simply select the option next to Web Sharing.</p>

<blockquote><p><strong>NOTE:</strong> Apache will have to have read permissions for every directory in the hierarchy of your Alias directory.&nbsp; This is why it isn&#8217;t ideal to place your Sencha Touch 2 SDK and projects under your user directory (since your user directory is readable only to the owner and not Apache).&nbsp; If you receive a Forbidden error, it may likely be due to a permissions issue.</p>
</blockquote>

<p>If all works as expected, you should be able to go to the following URL to see the Sencha Touch 2 documentation:&nbsp; <code>http://localhost/st2/sdk/</code>.</p>

<h3>Screencast</h3>

<p>&nbsp;</p><iframe src="http://player.vimeo.com/video/36727373?byline=0&amp;portrait=0&amp;color=43ad3a" width="715" height="447" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<h3>Conclusion</h3>

<p>Congratulations!&nbsp; By following these steps, you are now ready to create your first Sencha Touch 2 project.&nbsp; In the next tutorial, I will walk you through this process as well as how to use some tools that keep you productive.&nbsp; Be sure to check out the following resources:</p>

<ul>
<li><a href="http://davidtucker.net/blog/view/create_a_complete_sencha_touch_2_application_in_just_minutes" target="_blank">Create a Complete Sencha Touch 2 Application in Just Minutes</a></li>
<li><a href="http://davidtucker.net/blog/view/introducing_the_st2_power_tools" target="_blank">Introducing the ST2 Power Tools</a></li>
</ul>]]></description>
      <dc:subject>Sencha,</dc:subject>
      <dc:date>2012-02-14T01:47:13+00:00</dc:date>
    </item>

    <item>
      <title>Working with Live Templates in WebStorm and PHPStorm</title>
      <link>http://www.davidtucker.net/blog/view/working_with_live_templates_in_webstorm_and_phpstorm</link>
      <guid>http://www.davidtucker.net/blog/view/working_with_live_templates_in_webstorm_and_phpstorm#When:01:43:05Z</guid>
      <description><![CDATA[<p>Mastering an IDE is one of the most important tasks a developer can do as it will pay big dividends with the time it saves.&nbsp; One of the most powerful features of JetBrains WebStorm / PHPStorm is Live Templates (this feature is actually in all of the JetBrains IDE&#8217;s including IntelliJ, AppCode, etc&#8230;).&nbsp; In this introductory video, I will walk you through how to utilize this powerful feature.</p>

<p>&nbsp;</p><iframe src="http://player.vimeo.com/video/36426458?byline=0&amp;portrait=0" width="715" height="402" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe><p><a href="http://vimeo.com/36426458">Live Templates Screencast</a> from <a href="http://vimeo.com/user467061">David Tucker</a> on <a href="http://vimeo.com">Vimeo</a>.</p>]]></description>
      <dc:subject>Developer Tools,</dc:subject>
      <dc:date>2012-02-08T01:43:05+00:00</dc:date>
    </item>

    <item>
      <title>Stop Bashing the iBooks Author Terms of Service</title>
      <link>http://www.davidtucker.net/blog/view/stop_bashing_the_ibooks_author_terms_of_service</link>
      <guid>http://www.davidtucker.net/blog/view/stop_bashing_the_ibooks_author_terms_of_service#When:14:01:09Z</guid>
      <description><![CDATA[<p><img src="http://www.davidtucker.net/postImages/iBooksAuthor.jpg" alt="iBooks Author Screenshot" width="715" height="415" style="border: 0;" alt="image" /><br />
<br /></p><p>The whole EULA argument around iBooks Author is extremely over-hyped.&nbsp; Let&#8217;s start with the name of the new authoring tool: iBooks Author.&nbsp; In short, this is a tool <i>to create iBooks</i>.&nbsp; The main problem lies with our perception of desktop applications.&nbsp; We expect to have ultimate control of anything with a shiny icon on our computers.&nbsp; However, the comparisons to Word, Photoshop, and Keynote break down here.&nbsp; In this case, Apple is offering an authoring tool for free to increase the content in their exclusive store.&nbsp; None of the other pieces of desktop software that I have heard people compare iBooks Author too are free.&nbsp; In addition, none of them are tied to a single presentation platform.&nbsp; iBooks Author is for a single purpose: creating iBooks for display on the iPad.</p>

<blockquote><p><strong>NOTE:</strong> For any of you who are new to the discussion around iBooks and iBooks Author, feel free to check out my introductory post over on the Universal Mind blog: <a href="http://www.universalmind.com/mindshare/entry/ibooks-2-and-ibooks-author" target="_blank">iBooks 2 and iBooks Author</a>.</p>
</blockquote>

<p>In traditional Apple methodology, they want to control both the hardware and the software to ensure the best experience from the end user.&nbsp; Apple can&#8217;t control the presentation of ePub files on other devices, and they can&#8217;t ensure that iBooks Author will be an adequate authoring tool for any other platform.&nbsp; Apple has done an amazing job of creating customer confidence in both iTunes and the App Store by ensuring a level of quality for the end user.&nbsp; Unlike other platforms, the user knows that an app will work properly on their device and there is little risk of nefarious code being executed on said device.&nbsp; Apple&#8217;s goal is to ensure that every student who purchases a textbook, see the expected experience.</p>

<p>Finally, while the &#8216;ibooks&#8217; format is ePub, it also has some unique characteristics that make it non-compatible with other readers.&nbsp; For example, it uses Apple&#8217;s FairPlay DRM technology (the only exception here is the user-created HTML widgets in iBooks Author which do not use this technology).&nbsp; Many people (including myself) are not fans of DRM of any kind, but I can understand the importance of this functionality for companies like Pearson, McGraw Hill, and others.&nbsp; Even if Apple allowed files from iBooks Author to be deployed to different devices, they would not work without removing the DRM.&nbsp; If Apple did allow someone to remove the DRM, the big publishers would more than likely pull their support for the platform.</p>

<p>In the end, this is Apple being Apple.&nbsp; It shouldn&#8217;t surprise anyone.&nbsp; Some people will undoubtedly not like it, but in the end their arguments don&#8217;t add up to much.&nbsp; People don&#8217;t want to be locked into a single device and distributor for a proprietary format that can only be displayed on that device?&nbsp; That seems more than a bit silly to me.&nbsp; This is the exact same model that Apple has used across the App Store to help boost customer confidence.&nbsp; <strong>Users can be sure that the textbooks they purchased were designed for their device and will function as advertised.</strong>&nbsp; While authors may ask for additional freedom, consumers can&#8217;t ask for much more.</p>]]></description>
      <dc:subject>iOS,</dc:subject>
      <dc:date>2012-01-25T14:01:09+00:00</dc:date>
    </item>

    <item>
      <title>Jimi Hendrix : The Complete Experience</title>
      <link>http://www.davidtucker.net/blog/view/jimi_hendrix_the_complete_experience</link>
      <guid>http://www.davidtucker.net/blog/view/jimi_hendrix_the_complete_experience#When:19:10:58Z</guid>
      <description><![CDATA[<p>Today marks the launch of a project that I&#8217;ve become quite attached to, Jimi Hendrix : The Complete Experience.&nbsp; This project is an application for both the iPhone and the iPad that we (<a href="http://www.universalmind.com/" target="_blank">Universal Mind</a>) developed in partnership with Sony Music and Experience Hendrix, LLC.&nbsp; The application is one of the first applications in a new category that seeks to redefine the way that a user can connect with an artist&#8217;s story, music, and life.</p>

<p>I will be doing a series of blog posts on this application and how it was created over the next week.&nbsp; Let me know what questions you have!</p>

<!--<p><img src="http://www.davidtucker.net/postImages/hendrix-1.jpg" alt="Jimi Hendrix - The Complete Experience" width="715" height="262" style="border: 0;" alt="image" /></p>-->

<p>The application was released today on the <a href="http://itunes.apple.com/us/app/jimi-hendrix-the-complete/id477975150?mt=8" target="_blank">App Store</a>.&nbsp; You can check out a preview of the app below:</p><p> </p>

<div style="padding-top: 10px;"><iframe width="715" height="393" src="http://www.youtube.com/embed/fWglIddO6vU?hd=1" frameborder="0" allowfullscreen></iframe></div>]]></description>
      <dc:subject>iOS,</dc:subject>
      <dc:date>2011-11-17T19:10:58+00:00</dc:date>
    </item>

    <item>
      <title>Cairngorm Tutorials</title>
      <link>http://www.davidtucker.net/blog/view/cairngorm_tutorials</link>
      <guid>http://www.davidtucker.net/blog/view/cairngorm_tutorials#When:00:19:21Z</guid>
      <description><![CDATA[<p>My tutorials for Cairngorm that I authored back in 2007 have been by far the most popular thing I have ever blogged.&nbsp; They have been viewed over 150,000 times, and they still get thousands of hits per month.&nbsp; With the move to the new blog, I wanted to be sure that everyone knew how to get to the tutorials (on the archive site).</p>

<p>As a note, I do want to mention that I think that Flex frameworks have moved far beyond Cairngorm and solutions like <a href="http://swizframework.org/" target="_blank">Swiz</a> and <a href="http://www.robotlegs.org/" target="_blank">RobotLegs</a> are where your effort should be placed.&nbsp; However, if you are placed on a legacy project where you need to know Cairngorm I truly hope that these tutorials benefit you.</p>

<ul>
<li><a href="http://archive.davidtucker.net/2007/10/07/getting-started-with-cairngorm-–-part-1/" target="_blank">Cairngorm Tutorial - Part 1</a></li>
<li><a href="http://archive.davidtucker.net/2007/10/18/cairngorm-part-2/" target="_blank">Cairngorm Tutorial - Part 2</a></li>
<li><a href="http://archive.davidtucker.net/2007/10/29/cairngorm-part-3/" target="_blank">Cairngorm Tutorial - Part 3</a></li>
<li><a href="http://archive.davidtucker.net/2007/11/07/cairngorm-part-4/" target="_blank">Cairngorm Tutorial - Part 4</a></li>
<li><a href="http://archive.davidtucker.net/2007/11/30/getting-started-with-cairngorm-–-part-5/" target="_blank">Cairngorm Tutorial - Part 5</a></li>
</ul>]]></description>
      <dc:subject>Flex,</dc:subject>
      <dc:date>2011-07-31T00:19:21+00:00</dc:date>
    </item>

    <item>
      <title>My Role with Full Sail University</title>
      <link>http://www.davidtucker.net/blog/view/full_sail_university</link>
      <guid>http://www.davidtucker.net/blog/view/full_sail_university#When:02:58:12Z</guid>
      <description><![CDATA[<div class="rightImage"><a href="http://www.fullsail.edu/" target="_blank"><img src="http://www.davidtucker.net/postImages/fullSail1.png" alt="Full Sail University Logo" width="175" height="127" style="border: 0;" alt="image" /></a></div>

<p>Education has been a topic on this blog many times before.&nbsp; Between my own time in college and my time working at Georgia Tech, I have had quite a bit of time to look at different programs.&nbsp; I have often asked myself, &#8220;If I were a high school senior and I wanted to be an enterprise RIA developer, what program would I go into today?&#8221;.</p>

<p>Any program has to have a great mix of theory, process, and real world development.&nbsp; Full Sail does a great job of mixing these three so that students have a great deal of knowledge but also are employable the first day after graduation.&nbsp; In addition, students get a good experience with the overall development process by working on real world projects while at Full Sail.&nbsp; </p>

<p>This is a part of the reason I have agreed to join the <a href="http://www.fullsail.edu/degrees/web-design-development-bachelors/advisory-board" target="_blank">Program Advisory Committee</a> for Full Sail University&#8217;s Web Design and Development degree program.&nbsp; I feel that over my decade in web development I have learned things that can help the next generation of developers, and I am excited to share that knowledge with such a great institution.</p>]]></description>
      <dc:subject>Education,</dc:subject>
      <dc:date>2011-07-28T02:58:12+00:00</dc:date>
    </item>

    
    </channel>
</rss>