際際滷shows by User: omerida / http://www.slideshare.net/images/logo.gif 際際滷shows by User: omerida / Sat, 23 Sep 2017 18:28:27 GMT 際際滷Share feed for 際際滷shows by User: omerida PHP OOP /slideshow/php-oop-80087982/80087982 php-oop-madisonphp-170923182827
An object oriented programming primer presented at MadisonPHP]]>

An object oriented programming primer presented at MadisonPHP]]>
Sat, 23 Sep 2017 18:28:27 GMT /slideshow/php-oop-80087982/80087982 omerida@slideshare.net(omerida) PHP OOP omerida An object oriented programming primer presented at MadisonPHP <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/php-oop-madisonphp-170923182827-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> An object oriented programming primer presented at MadisonPHP
PHP OOP from Oscar Merida
]]>
548 3 https://cdn.slidesharecdn.com/ss_thumbnails/php-oop-madisonphp-170923182827-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Start using PHP 7 /slideshow/start-using-php-7/78457194 startusingphp7-170801152314
Are you still on PHP 5.6-which will be EOL'd at the end of this year?! PHP 7 was released at the very end of 2015 and brought with it long awaited features to the PHP programming language while striving to keep backwards-compatibility. In this talk, I'll cover the new features including Static Type Hints, new operators, array de-referencing that you can use in your own Drupal modules to make your life easier. I'll also introduce a tool to assess how ready an existing PHP 5 codebase is to migrate to PHP 7.]]>

Are you still on PHP 5.6-which will be EOL'd at the end of this year?! PHP 7 was released at the very end of 2015 and brought with it long awaited features to the PHP programming language while striving to keep backwards-compatibility. In this talk, I'll cover the new features including Static Type Hints, new operators, array de-referencing that you can use in your own Drupal modules to make your life easier. I'll also introduce a tool to assess how ready an existing PHP 5 codebase is to migrate to PHP 7.]]>
Tue, 01 Aug 2017 15:23:14 GMT /slideshow/start-using-php-7/78457194 omerida@slideshare.net(omerida) Start using PHP 7 omerida Are you still on PHP 5.6-which will be EOL'd at the end of this year?! PHP 7 was released at the very end of 2015 and brought with it long awaited features to the PHP programming language while striving to keep backwards-compatibility. In this talk, I'll cover the new features including Static Type Hints, new operators, array de-referencing that you can use in your own Drupal modules to make your life easier. I'll also introduce a tool to assess how ready an existing PHP 5 codebase is to migrate to PHP 7. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/startusingphp7-170801152314-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Are you still on PHP 5.6-which will be EOL&#39;d at the end of this year?! PHP 7 was released at the very end of 2015 and brought with it long awaited features to the PHP programming language while striving to keep backwards-compatibility. In this talk, I&#39;ll cover the new features including Static Type Hints, new operators, array de-referencing that you can use in your own Drupal modules to make your life easier. I&#39;ll also introduce a tool to assess how ready an existing PHP 5 codebase is to migrate to PHP 7.
Start using PHP 7 from Oscar Merida
]]>
372 2 https://cdn.slidesharecdn.com/ss_thumbnails/startusingphp7-170801152314-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Symfony console: build awesome command line scripts with ease /omerida/symfony-console-build-awesome-command-line-scripts-with-ease symfonyconsolebuildawesomecommandlinescriptswithease-170801145356
Utility scripts to kick off scheduled jobs and perform routing maintenance tasks are integral parts of any web application. You can also use them to easily integrate with your ticketing system, post to slack, or automate any number of tedious daily tasks. However, dealing with command line switches and options, getting user input, and providing meaningful output can be tedious and tricky to do yourself. In this talk, I'll introduce Symfony's console component which can handle a lot of boilerplate code for you so you can focus on the task at hand. After this talk, you'll know how to structure a basic command line app, get user input, and even package it up as a standalone phar file for others to use. ]]>

Utility scripts to kick off scheduled jobs and perform routing maintenance tasks are integral parts of any web application. You can also use them to easily integrate with your ticketing system, post to slack, or automate any number of tedious daily tasks. However, dealing with command line switches and options, getting user input, and providing meaningful output can be tedious and tricky to do yourself. In this talk, I'll introduce Symfony's console component which can handle a lot of boilerplate code for you so you can focus on the task at hand. After this talk, you'll know how to structure a basic command line app, get user input, and even package it up as a standalone phar file for others to use. ]]>
Tue, 01 Aug 2017 14:53:56 GMT /omerida/symfony-console-build-awesome-command-line-scripts-with-ease omerida@slideshare.net(omerida) Symfony console: build awesome command line scripts with ease omerida Utility scripts to kick off scheduled jobs and perform routing maintenance tasks are integral parts of any web application. You can also use them to easily integrate with your ticketing system, post to slack, or automate any number of tedious daily tasks. However, dealing with command line switches and options, getting user input, and providing meaningful output can be tedious and tricky to do yourself. In this talk, I'll introduce Symfony's console component which can handle a lot of boilerplate code for you so you can focus on the task at hand. After this talk, you'll know how to structure a basic command line app, get user input, and even package it up as a standalone phar file for others to use. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/symfonyconsolebuildawesomecommandlinescriptswithease-170801145356-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Utility scripts to kick off scheduled jobs and perform routing maintenance tasks are integral parts of any web application. You can also use them to easily integrate with your ticketing system, post to slack, or automate any number of tedious daily tasks. However, dealing with command line switches and options, getting user input, and providing meaningful output can be tedious and tricky to do yourself. In this talk, I&#39;ll introduce Symfony&#39;s console component which can handle a lot of boilerplate code for you so you can focus on the task at hand. After this talk, you&#39;ll know how to structure a basic command line app, get user input, and even package it up as a standalone phar file for others to use.
Symfony console: build awesome command line scripts with ease from Oscar Merida
]]>
489 7 https://cdn.slidesharecdn.com/ss_thumbnails/symfonyconsolebuildawesomecommandlinescriptswithease-170801145356-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Integration Testing with Behat drupal /slideshow/integration-testing-with-behat-drupal/59932380 behat-drupal-160323123101
See how to setup Behat & Mink, and learn how easy it can be to write feature tests for a Drupal with the Drupal Extension for Behat.]]>

See how to setup Behat & Mink, and learn how easy it can be to write feature tests for a Drupal with the Drupal Extension for Behat.]]>
Wed, 23 Mar 2016 12:31:01 GMT /slideshow/integration-testing-with-behat-drupal/59932380 omerida@slideshare.net(omerida) Integration Testing with Behat drupal omerida See how to setup Behat & Mink, and learn how easy it can be to write feature tests for a Drupal with the Drupal Extension for Behat. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/behat-drupal-160323123101-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> See how to setup Behat &amp; Mink, and learn how easy it can be to write feature tests for a Drupal with the Drupal Extension for Behat.
Integration Testing with Behat drupal from Oscar Merida
]]>
407 7 https://cdn.slidesharecdn.com/ss_thumbnails/behat-drupal-160323123101-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Staying Sane with Drupal NEPHP /slideshow/staying-sane-with-drupal-nephp/51951024 php-drupal-programmers-nephp-150822154126-lva1-app6891
A PHP Developers Survival Guide]]>

A PHP Developers Survival Guide]]>
Sat, 22 Aug 2015 15:41:26 GMT /slideshow/staying-sane-with-drupal-nephp/51951024 omerida@slideshare.net(omerida) Staying Sane with Drupal NEPHP omerida A PHP Developers Survival Guide <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/php-drupal-programmers-nephp-150822154126-lva1-app6891-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> A PHP Developers Survival Guide
Staying Sane with Drupal NEPHP from Oscar Merida
]]>
606 7 https://cdn.slidesharecdn.com/ss_thumbnails/php-drupal-programmers-nephp-150822154126-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Building with Virtual Development Environments /slideshow/building-with-virtual-development-environments/50856408 omerida-vagrant-prez-150723173948-lva1-app6892
Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we'll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments.]]>

Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we'll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments.]]>
Thu, 23 Jul 2015 17:39:48 GMT /slideshow/building-with-virtual-development-environments/50856408 omerida@slideshare.net(omerida) Building with Virtual Development Environments omerida Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we'll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/omerida-vagrant-prez-150723173948-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we&#39;ll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments.
Building with Virtual Development Environments from Oscar Merida
]]>
647 5 https://cdn.slidesharecdn.com/ss_thumbnails/omerida-vagrant-prez-150723173948-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Staying Sane with Drupal (A Develper's Survival Guide) /slideshow/staying-sane-with-drupal-a-develpers-survival-guide/50856258 omerida-php-drupal-programmers-150723173535-lva1-app6891
Drupal is a powerful content management framework and among the most succesful PHP projects out there. Working with Drupal's modules and theme layer means that for any problem there's more than one way to that that. Picking a good solution, or dealing with the choices of previous developers will make you pull your hair out. I'll look at what you can do to make working with Drupal, shall we say, enjoyable? We'll look at how to evaluate contributed modules, what modules should be in all your installations, examine coding conventions in Drupal, and talk about development best practices for Drupal sites.]]>

Drupal is a powerful content management framework and among the most succesful PHP projects out there. Working with Drupal's modules and theme layer means that for any problem there's more than one way to that that. Picking a good solution, or dealing with the choices of previous developers will make you pull your hair out. I'll look at what you can do to make working with Drupal, shall we say, enjoyable? We'll look at how to evaluate contributed modules, what modules should be in all your installations, examine coding conventions in Drupal, and talk about development best practices for Drupal sites.]]>
Thu, 23 Jul 2015 17:35:35 GMT /slideshow/staying-sane-with-drupal-a-develpers-survival-guide/50856258 omerida@slideshare.net(omerida) Staying Sane with Drupal (A Develper's Survival Guide) omerida Drupal is a powerful content management framework and among the most succesful PHP projects out there. Working with Drupal's modules and theme layer means that for any problem there's more than one way to that that. Picking a good solution, or dealing with the choices of previous developers will make you pull your hair out. I'll look at what you can do to make working with Drupal, shall we say, enjoyable? We'll look at how to evaluate contributed modules, what modules should be in all your installations, examine coding conventions in Drupal, and talk about development best practices for Drupal sites. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/omerida-php-drupal-programmers-150723173535-lva1-app6891-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Drupal is a powerful content management framework and among the most succesful PHP projects out there. Working with Drupal&#39;s modules and theme layer means that for any problem there&#39;s more than one way to that that. Picking a good solution, or dealing with the choices of previous developers will make you pull your hair out. I&#39;ll look at what you can do to make working with Drupal, shall we say, enjoyable? We&#39;ll look at how to evaluate contributed modules, what modules should be in all your installations, examine coding conventions in Drupal, and talk about development best practices for Drupal sites.
Staying Sane with Drupal (A Develper's Survival Guide) from Oscar Merida
]]>
582 6 https://cdn.slidesharecdn.com/ss_thumbnails/omerida-php-drupal-programmers-150723173535-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
How to Evaluate your Technical Partner /slideshow/how-to-evaluate-your-technical-partner/46285056 eval-tech-team-150325143544-conversion-gate01
Presentation at Drupal4Gov haf day conference on how to evaluate and select a technical implemenation partner or team.]]>

Presentation at Drupal4Gov haf day conference on how to evaluate and select a technical implemenation partner or team.]]>
Wed, 25 Mar 2015 14:35:44 GMT /slideshow/how-to-evaluate-your-technical-partner/46285056 omerida@slideshare.net(omerida) How to Evaluate your Technical Partner omerida Presentation at Drupal4Gov haf day conference on how to evaluate and select a technical implemenation partner or team. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/eval-tech-team-150325143544-conversion-gate01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation at Drupal4Gov haf day conference on how to evaluate and select a technical implemenation partner or team.
How to Evaluate your Technical Partner from Oscar Merida
]]>
447 3 https://cdn.slidesharecdn.com/ss_thumbnails/eval-tech-team-150325143544-conversion-gate01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Building with Virtual Development Environments /slideshow/building-43741605/43741605 vagrant-drupal-150121080409-conversion-gate01
Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we'll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments.]]>

Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we'll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments.]]>
Wed, 21 Jan 2015 08:04:09 GMT /slideshow/building-43741605/43741605 omerida@slideshare.net(omerida) Building with Virtual Development Environments omerida Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we'll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/vagrant-drupal-150121080409-conversion-gate01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Struggling with getting Apache, MySQL, PHP and everything else you need to start working on your next project? In this talk, we&#39;ll look at how to use Vagrant to setup a reusable development environment for Drupal. Vagrant automates setting it up so you can focus on getting work done, share identical environments with colleagues, and precisely match your local and production environments.
Building with Virtual Development Environments from Oscar Merida
]]>
14001 3 https://cdn.slidesharecdn.com/ss_thumbnails/vagrant-drupal-150121080409-conversion-gate01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Publishing alchemy with markdown and pandoc /slideshow/alchemy-markdownpandoc/37585243 alchemy-markdown-pandoc-140801160242-phpapp01
Don't confine your content to a single output! Using markdown to write documents, coupled with the open-source pandoc tool, you can easily create a myriad of output format First, we'll learn about markdown syntax, and its different flavors. Then, we'll see how to use pandoc to generate HTML pages, eBooks, PDF documents, and even Word files.]]>

Don't confine your content to a single output! Using markdown to write documents, coupled with the open-source pandoc tool, you can easily create a myriad of output format First, we'll learn about markdown syntax, and its different flavors. Then, we'll see how to use pandoc to generate HTML pages, eBooks, PDF documents, and even Word files.]]>
Fri, 01 Aug 2014 16:02:42 GMT /slideshow/alchemy-markdownpandoc/37585243 omerida@slideshare.net(omerida) Publishing alchemy with markdown and pandoc omerida Don't confine your content to a single output! Using markdown to write documents, coupled with the open-source pandoc tool, you can easily create a myriad of output format First, we'll learn about markdown syntax, and its different flavors. Then, we'll see how to use pandoc to generate HTML pages, eBooks, PDF documents, and even Word files. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/alchemy-markdown-pandoc-140801160242-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Don&#39;t confine your content to a single output! Using markdown to write documents, coupled with the open-source pandoc tool, you can easily create a myriad of output format First, we&#39;ll learn about markdown syntax, and its different flavors. Then, we&#39;ll see how to use pandoc to generate HTML pages, eBooks, PDF documents, and even Word files.
Publishing alchemy with markdown and pandoc from Oscar Merida
]]>
11966 8 https://cdn.slidesharecdn.com/ss_thumbnails/alchemy-markdown-pandoc-140801160242-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Migrate without migranes /omerida/migrate-without-migranes migrate-without-migranes-140801155824-phpapp01
In this talk, we'll look at the tools and modules available for migrating content into Drupal. I'll describe the workflow I've used to prepare, transform, and import thousands of records into Drupal. I'll share strategies for cleaning up and parsing data and doing it in a reliable, repeatable manner. You'll learn how to efficiently use PHP, Feeds, and Feeds XPath Parser modules to handle almost any data source thrown your way. ]]>

In this talk, we'll look at the tools and modules available for migrating content into Drupal. I'll describe the workflow I've used to prepare, transform, and import thousands of records into Drupal. I'll share strategies for cleaning up and parsing data and doing it in a reliable, repeatable manner. You'll learn how to efficiently use PHP, Feeds, and Feeds XPath Parser modules to handle almost any data source thrown your way. ]]>
Fri, 01 Aug 2014 15:58:23 GMT /omerida/migrate-without-migranes omerida@slideshare.net(omerida) Migrate without migranes omerida In this talk, we'll look at the tools and modules available for migrating content into Drupal. I'll describe the workflow I've used to prepare, transform, and import thousands of records into Drupal. I'll share strategies for cleaning up and parsing data and doing it in a reliable, repeatable manner. You'll learn how to efficiently use PHP, Feeds, and Feeds XPath Parser modules to handle almost any data source thrown your way. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/migrate-without-migranes-140801155824-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> In this talk, we&#39;ll look at the tools and modules available for migrating content into Drupal. I&#39;ll describe the workflow I&#39;ve used to prepare, transform, and import thousands of records into Drupal. I&#39;ll share strategies for cleaning up and parsing data and doing it in a reliable, repeatable manner. You&#39;ll learn how to efficiently use PHP, Feeds, and Feeds XPath Parser modules to handle almost any data source thrown your way.
Migrate without migranes from Oscar Merida
]]>
794 3 https://cdn.slidesharecdn.com/ss_thumbnails/migrate-without-migranes-140801155824-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Hitch yourwagon /slideshow/hitch-yourwagon/24740717 hitchyourwagon-130729152056-phpapp01
Do you have a mess of static HTML pages? Are you maintaining piecemeal legacy applications from the days before you had a shiny CMS? In this session we'll look at migration approaches for bringing that content into Drupal. We'll share what we've learned migrating a decade's worth of pages, content across a dozen database, and audio and video content - almost 15k nodes at last count - into Drupal 7. This session will explore: &lt;ul> &lt;li>Deciding between manual and automated approaches to moving content &lt;li>Planning and scheduling large migrations to maintain your sanity &lt;li>What workflows and review steps are needed to ensure success &lt;li>Using the Migrate and other contributed modules to move content into Drupal. &lt;/ul>]]>

Do you have a mess of static HTML pages? Are you maintaining piecemeal legacy applications from the days before you had a shiny CMS? In this session we'll look at migration approaches for bringing that content into Drupal. We'll share what we've learned migrating a decade's worth of pages, content across a dozen database, and audio and video content - almost 15k nodes at last count - into Drupal 7. This session will explore: &lt;ul> &lt;li>Deciding between manual and automated approaches to moving content &lt;li>Planning and scheduling large migrations to maintain your sanity &lt;li>What workflows and review steps are needed to ensure success &lt;li>Using the Migrate and other contributed modules to move content into Drupal. &lt;/ul>]]>
Mon, 29 Jul 2013 15:20:56 GMT /slideshow/hitch-yourwagon/24740717 omerida@slideshare.net(omerida) Hitch yourwagon omerida Do you have a mess of static HTML pages? Are you maintaining piecemeal legacy applications from the days before you had a shiny CMS? In this session we'll look at migration approaches for bringing that content into Drupal. We'll share what we've learned migrating a decade's worth of pages, content across a dozen database, and audio and video content - almost 15k nodes at last count - into Drupal 7. This session will explore: &lt;ul> &lt;li>Deciding between manual and automated approaches to moving content &lt;li>Planning and scheduling large migrations to maintain your sanity &lt;li>What workflows and review steps are needed to ensure success &lt;li>Using the Migrate and other contributed modules to move content into Drupal. &lt;/ul> <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/hitchyourwagon-130729152056-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Do you have a mess of static HTML pages? Are you maintaining piecemeal legacy applications from the days before you had a shiny CMS? In this session we&#39;ll look at migration approaches for bringing that content into Drupal. We&#39;ll share what we&#39;ve learned migrating a decade&#39;s worth of pages, content across a dozen database, and audio and video content - almost 15k nodes at last count - into Drupal 7. This session will explore: &amp;lt;ul&gt; &amp;lt;li&gt;Deciding between manual and automated approaches to moving content &amp;lt;li&gt;Planning and scheduling large migrations to maintain your sanity &amp;lt;li&gt;What workflows and review steps are needed to ensure success &amp;lt;li&gt;Using the Migrate and other contributed modules to move content into Drupal. &amp;lt;/ul&gt;
Hitch yourwagon from Oscar Merida
]]>
1340 3 https://cdn.slidesharecdn.com/ss_thumbnails/hitchyourwagon-130729152056-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-omerida-48x48.jpg?cb=1699283222 Web and PHP developer for over a decade. I'm a founding partner of http://musketeers.me oscarm.org https://cdn.slidesharecdn.com/ss_thumbnails/php-oop-madisonphp-170923182827-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/php-oop-80087982/80087982 PHP OOP https://cdn.slidesharecdn.com/ss_thumbnails/startusingphp7-170801152314-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/start-using-php-7/78457194 Start using PHP 7 https://cdn.slidesharecdn.com/ss_thumbnails/symfonyconsolebuildawesomecommandlinescriptswithease-170801145356-thumbnail.jpg?width=320&height=320&fit=bounds omerida/symfony-console-build-awesome-command-line-scripts-with-ease Symfony console: build...