Andrew Berry Development - presentations http://www.abdevelopment.ca/taxonomy/term/40/0 en Drupal 7: A Guided Tour http://www.abdevelopment.ca/blog/drupal-7-guided-tour <p>Last week I gave a presentation to the <a href="https://groups.drupal.org/waterloo-region-drupal-users-group">Waterloo Drupal Users Group</a> about <a href="https://www.drupal.org/drupal-7.0-beta2">Drupal 7</a>. During the presentation, I gave demonstrations of <a href="https://www.drupal.org/node/484860">Seven</a> and <a href="https://www.drupal.org/node/683026">Bartik</a>, along with some of the other admin UI improvements. I also presented brief overviews of features and APIs relevant to developers and designers. Click through to see the video, or <a href="http://ia700102.us.archive.org/21/items/wdug_drupal7_102110/wdug_drupal7_102110.mov">download the high-resolution version</a> from <a href="http://www.archive.org/details/wdug_drupal7_102110">archive.org</a>.</p> <p><a href="http://www.abdevelopment.ca/blog/drupal-7-guided-tour" target="_blank">read more</a></p> http://www.abdevelopment.ca/blog/drupal-7-guided-tour#comments drupal presentations Wed, 27 Oct 2010 13:19:33 +0000 andrew 118 at http://www.abdevelopment.ca DrupalCamp Toronto 2010: Drupal For Fun and Profit + Contributing to Drupal http://www.abdevelopment.ca/blog/drupalcamp-toronto-2010-drupal-fun-and-profit-contributing-drupal <p>Today at <a href="http://2010.drupalcamptoronto.org/" rel="nofollow">DrupalCamp Toronto</a>, <a href="https://2bits.com/" rel="nofollow">Khalid Baheyeldin of 2bits.com</a> and myself gave a combined presentation introducing both the business aspects of Drupal and starting to contribute back to the Drupal community.</p> <p>Here are the slides - at the end is the recipe for the Druplicon cookies. I'd love to see any further variations on it!</p> http://www.abdevelopment.ca/blog/drupalcamp-toronto-2010-drupal-fun-and-profit-contributing-drupal#comments drupal presentations Fri, 15 Oct 2010 22:38:47 +0000 andrew 117 at http://www.abdevelopment.ca Waterloo Region DUG: Contributing to Drupal http://www.abdevelopment.ca/blog/waterloo-region-dug-contributing-drupal <p>One of the most difficult hurdles for new members of the Drupal community to overcome is making the jump from a "user" to a "contributor". Many associate "contributor" with core hackers, PHP gurus, and CSS wizards. In reality, any Drupal user or site builder can easily become a contributor, through support, advocacy, documentation, and so on. For more information, check out the attached slides, or see the <a href="https://www.drupal.org/contribute" rel="nofollow">Drupal.org Contribution page</a>.</p> http://www.abdevelopment.ca/blog/waterloo-region-dug-contributing-drupal#comments drupal presentations waterloo region Fri, 19 Feb 2010 04:52:45 +0000 andrew 109 at http://www.abdevelopment.ca DrupalCamp Montreal: Simplifying Drupal Development with Subversion http://www.abdevelopment.ca/blog/drupalcamp-montreal-simplifying-drupal-development-subversion <p>I just finished giving a presentation at <a href="http://www.drupalcampmontreal.com/" rel="nofollow">DrupalCamp Montreal</a> about using Subversion to manage Drupal development and deployment. I've attached the slides and code I mentioned during the seminar; video will be posted by the <strike>DCM</strike> DBN team soon.</p> <p><a href="http://www.abdevelopment.ca/blog/drupalcamp-montreal-simplifying-drupal-development-subversion" target="_blank">read more</a></p> http://www.abdevelopment.ca/blog/drupalcamp-montreal-simplifying-drupal-development-subversion#comments drupal presentations subversion version control Sun, 18 Oct 2009 18:32:24 +0000 andrew 104 at http://www.abdevelopment.ca Waterloo Region DUG Meeting: Simplifying Drupal Development with Subversion http://www.abdevelopment.ca/blog/waterloo-region-dug-meeting-simplifying-drupal-development-subversion <p>Yesterday I gave a presentation to the <a href="https://groups.drupal.org/waterloo-region-drupal-users-group" rel="nofollow">Waterloo Region Drupal User Group</a> about the basics of using Subversion to manage a Drupal website. Most of the presentation applies to any use of Subversion, though I do touch on a few specifics relating to Drupal. If you're interested in learning about using version control to manage any website or project, this is a great place to start.</p> <div class="field field-type-link field-field-links"> <div class="field-items"> <div class="field-item"> <div class="field-label-inline-first"> Related Links:&nbsp;</div> <a href="http://svnbook.red-bean.com/">Version Control with Subversion (online book in HTML, PDF, or hardcopy)</a> </div> <div class="field-item"> <div class="field-label-inline"> Related Links:&nbsp;</div> <a href="http://imagexmedia.com/blog">Updating Drupal using SVN Vendor Branches</a> </div> </div> </div> <p><a href="http://www.abdevelopment.ca/blog/waterloo-region-dug-meeting-simplifying-drupal-development-subversion" target="_blank">read more</a></p> http://www.abdevelopment.ca/blog/waterloo-region-dug-meeting-simplifying-drupal-development-subversion#comments drupal presentations subversion version control waterloo region Fri, 17 Jul 2009 17:31:36 +0000 andrew 101 at http://www.abdevelopment.ca Waterloo Region Meetup: Painless JavaScript with jQuery http://www.abdevelopment.ca/blog/waterloo-region-meetup-painless-javascript-jquery <p>Tonight I gave the <a href="https://groups.drupal.org/waterloo-region-drupal-users-group">Waterloo Region User Group</a> a presentation introducing <a href="http://jquery.com/">jQuery</a> and it's use within <a href="https://www.drupal.org/">Drupal</a> websites. Topics covered included:</p> <ul> <li>What JavaScript is and isn't</li> <li>How JavaScript empowers developers to transform web pages into web applications</li> <li>Why many developers have avoided JavaScript in the past, and how jQuery addresses those issues</li> <li>JavaScript developer tools</li> <li>Introduction and live demos using jQuery</li> </ul> <div class="field field-type-link field-field-links"> <div class="field-items"> <div class="field-item"> <div class="field-label-inline-first"> Related Links:&nbsp;</div> <a href="http://api.jquery.com/?rdfrom=http%3A%2F%2Fdocs.jquery.com%2Fmw%2Findex.php%3Ftitle%3DMain_Page%26redirect%3Dno">jQuery Documentation</a> </div> <div class="field-item"> <div class="field-label-inline"> Related Links:&nbsp;</div> <a href="http://jqueryui.com/">jQuery UI</a> </div> <div class="field-item"> <div class="field-label-inline"> Related Links:&nbsp;</div> <a href="https://api.drupal.org/api/file/developer/topics/javascript_startup_guide.html">Drupal JavaScript Startup Guide</a> </div> <div class="field-item"> <div class="field-label-inline"> Related Links:&nbsp;</div> <a href="https://groups.drupal.org/javascript">JavaScript group on groups.drupal.org</a> </div> </div> </div> <p><a href="http://www.abdevelopment.ca/blog/waterloo-region-meetup-painless-javascript-jquery" target="_blank">read more</a></p> http://www.abdevelopment.ca/blog/waterloo-region-meetup-painless-javascript-jquery#comments drupal javascript presentations waterloo region Fri, 17 Apr 2009 02:24:11 +0000 andrew 96 at http://www.abdevelopment.ca Waterloo Region December Meeting: Drupal Hosting http://www.abdevelopment.ca/blog/waterloo-region-december-meeting-drupal-hosting <p>Tonight I gave a presentation to the <a href="https://groups.drupal.org/waterloo-region-drupal-users-group">Waterloo Region User Group</a> about choosing a host for a Drupal based site. We talked about the essential requirements on top of the <a href="https://www.drupal.org/docs/7/system-requirements/overview">Drupal requirements</a>, types of hosting, and our experiences with various hosts. I think the results of the discussion can be summed up as "you get what you pay for"! I've attached the presentation slides for anyone interested.</p> <p>The essential features I noted as being important include:</p> <div class="field field-type-link field-field-links"> <div class="field-items"> <div class="field-item"> <div class="field-label-inline-first"> Related Links:&nbsp;</div> <a href="https://groups.drupal.org/waterloo-region-drupal-users-group-drupal-users-group-drupal-users-group-drupal-users-group">Waterloo Region Drupal User Group</a> </div> <div class="field-item"> <div class="field-label-inline"> Related Links:&nbsp;</div> <a href="https://www.drupal.org/hosting-support">Drupal Hosting Forum</a> </div> </div> </div> <p><a href="http://www.abdevelopment.ca/blog/waterloo-region-december-meeting-drupal-hosting" target="_blank">read more</a></p> http://www.abdevelopment.ca/blog/waterloo-region-december-meeting-drupal-hosting#comments drupal hosting presentations waterloo region Sat, 06 Dec 2008 04:26:06 +0000 andrew 69 at http://www.abdevelopment.ca Research Seminar Presentation: Increasing Awareness of Privacy Policies through Graphical Representation http://www.abdevelopment.ca/blog/research-seminar-presentation-increasing-awareness-privacy-policies-through-graphical-represent <p>Here is a copy of my presentation from my research seminar. Feel free to contact me with any questions you might have.</p> http://www.abdevelopment.ca/blog/research-seminar-presentation-increasing-awareness-privacy-policies-through-graphical-represent#comments Interactive Cognitive Computing masters thesis presentations Tue, 02 Dec 2008 16:44:57 +0000 andrew 66 at http://www.abdevelopment.ca CISters: Computer Science, The Digital Future http://www.abdevelopment.ca/blog/cisters-computer-science-digital-future <p>Here are the slides being presented on Monday, December 1st. They provide an overview of the prospects for computer scientists today and in the future. For more information, contact <a href="http://www.cisters.ca/">CISters</a> or the <a href="http://www.cis.uoguelph.ca/">CIS department</a> at the University of Guelph.</p> http://www.abdevelopment.ca/blog/cisters-computer-science-digital-future#comments cis presentations Mon, 01 Dec 2008 03:34:49 +0000 andrew 65 at http://www.abdevelopment.ca