<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://laplone.org/events/events/RSS">
  <title>Events</title>
  <link>http://laplone.org</link>

  <description>
    
      Events related to the LA Plone Users Group.
    
  </description>

  

  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2010-01-13T00:38:38Z</syn:updateBase>
        

  <image rdf:resource="http://laplone.org/logo.png"/>

  <items>
    <rdf:Seq>
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-dec1-2011"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-june30-2011"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/copy_of_next-meeting-may26-2011"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/world-plone-day-at-ucla"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-march-25-2011"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-february-24th"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-january-27th"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-nov-18-2010"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-oct-28-2010"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-sept-30-2010"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/west-coast-sprint-2010"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-july-29-2010"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-june-24-2010"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/next-meeting-may-20-2010"/>
      
      
        <rdf:li rdf:resource="http://laplone.org/events/world-plone-day-april-28-2010"/>
      
    </rdf:Seq>
  </items>

</channel>


  <item rdf:about="http://laplone.org/events/next-meeting-dec1-2011">
    <title>Next Meeting: Dec 1, 2011</title>
    <link>http://laplone.org/events/next-meeting-dec1-2011</link>
    <description>Next Meeting: Dec 1, 2011 at UCLA Campus @ IT Services (Murphy Hall) Room TBA</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<h2>TOPIC</h2>
<p>We thought it would be fun to run a series of hands-on working meetings to churn out some "rules-based" themes created for a number of popular "grid-based CSS frameworks".</p>
<p>If you're not familiar with either "grid-based css frameworks" or "rules based theming" see the What's &amp; Why's in the resources below. We meet once a month — 3-4 sessions would be good to cover all the parts and get some practice/troubleshooting time in.</p>
<p><b>SERIES GOAL: </b>Build a library of re-usable grid-based based frameworks for Plone — so everyone can move from mockup to done faster.</p>
<p>So… the next Plone Los Angles User Meeting will be our 1st Session!</p>
<p class="callout"><b>WHEN: </b>Thursday December 1, 2011 @ 7pm<b><br /><br />WHERE:</b> UCLA Campus @ IT Services (Murphy Hall) Room TBA<b><br /><br />WHAT:</b> Bring an html/css mockup file, your laptop (with plone 4 running)  <br /><br /><b>TOPIC:</b> Intro to Grid-based CSS Frameworks &amp; Rules-based Theming Workflow<b><br /><br />HANDS-ON STUFF: </b>Everyone will pick a favorite CSS Grid framework (see resources below.) We'll roll your html mockup into the css framework (or better yet, bring one pre-rolled to share.)  Make sure you <a class="external-link" href="http://pypi.python.org/pypi/plone.app.theming"><b>install plone.app.theming</b> </a>We'll practice writing our first "rules file" to map mockup to Plone<b><br /><br />NEXT STEPS:</b> We'll go off with our new workflows &amp; rock out the grid-based mockup + rule file we started … next sessions we'll work on cleaning things up for re-use.</p>
<h2>RESOURCES</h2>
<p>Read-on … these items will get you ready to go from 0 …</p>
<h3>A. Basic Background 411: The WHAT'S &amp; WHY'S:</h3>
<p><b>What are Grid-Based CSS Frameworks? </b></p>
<p>Grid-based CSS frameworks are a bundle of css files that have been debugged cross-browser to give you a fast leg up to making grid-based  CSS websites. Grids are an old-school typography concept that help layouts look sharp — usually based on ratios.</p>
<p>Here's a quickie overview article: <a class="external-link" href="http://net.tutsplus.com/tutorials/html-css-techniques/which-css-grid-framework-should-you-use-for-web-design/">http://net.tutsplus.com/tutorials/html-css-techniques/which-css-grid-framework-should-you-use-for-web-design/</a></p>
<p>An archive on all things Grid: <a class="external-link" href="http://www.thegridsystem.org/?s=grid+template">http://www.thegridsystem.org/?s=grid+template </a></p>
<p><b>What is Rules based theming? </b></p>
<p>Rules-based theming use xml + html (xslt) to take a designer's static html/css mockups and map them to a complex dynamic website (like a CMS or Web Application) without messing with either's code.</p>
<p><b>Why?</b></p>
<p><b> </b>Here's my typical workflow — I'm a designer and live on the front-end of things. I make html/css mockups and wire frames and then hand them off to a member on my team who has to translate this into the application or CMS we're using (and sometimes I'm also that person) .. Either way — there's usually some pain involved at this point — and cursing … broken code … hair tearing … Wouldn't it be awesome to keep part A … and change up part B?</p>
<h3>B. Pick a Grid-Based CSS Framework (here' are just a few):</h3>
<ul>
<li> Blueprint: <a class="external-link" href="http://www.blueprintcss.org/">http://www.blueprintcss.org/ </a></li>
<li>960GS: <a class="external-link" href="http://960.gs/">http://960.gs/ </a></li>
<li>Baseline: <a class="external-link" href="http://baselinecss.com/">http://baselinecss.com/ </a></li>
<li>Less Framework 4: <a class="external-link" href="http://lessframework.com/">http://lessframework.com/ </a></li>
<li>YUI 2 Grids: <a class="external-link" href="http://developer.yahoo.com/yui/grids/">http://developer.yahoo.com/yui/grids/ </a></li>
</ul>
<p> </p>
<h3>C. Get your Plone instance ready for using "Rules Based Theming":</h3>
<p><b>Diazo + plone.app.theming </b></p>
<p>Introduction to the Diazo Project: <a class="external-link" href="http://diazo.org/introduction.html">http://diazo.org/introduction.html </a></p>
<p>To integrate a diazo workflow with Plone there is a Plone product called plone.app.theming:</p>
<p>plone.app.themeing (or using Diazo with Plone): <a class="external-link" href="http://pypi.python.org/pypi/plone.app.theming">http://pypi.python.org/pypi/plone.app.theming</a></p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Luke Brannon</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-01-13T05:45:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-june30-2011">
    <title>Next Meeting: June 30th, 2011</title>
    <link>http://laplone.org/events/next-meeting-june30-2011</link>
    <description>Next Meeting: June 30th at Bar Pico in Santa Monica</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<meta />
</p>
<h2><strong>Meeting Location:</strong></h2>
<p class="callout">Bar Pico<br /><a class="external-link" href="http://www.barpico.com/directions.html">http://www.barpico.com/directions.html</a><br />2819 Pico Boulevard<br />Santa Monica, CA 90405<br />(310) 310-8872<br /><br /> 
<meta />
<strong>between 28th and 29th on Pico blvd!</strong></p>
<h2><strong>Topics:</strong></h2>
<h3>Send off for Heather And Luke!</h3>
<p>Heather and Luke are leaving LA for Seattle! come join us and say your goodbyes.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Luke Brannon</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-01-13T05:45:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/copy_of_next-meeting-may26-2011">
    <title>Next Meeting: May 26th.</title>
    <link>http://laplone.org/events/copy_of_next-meeting-may26-2011</link>
    <description>Next Meeting: May 26th at Barney's Beanery in Westwood.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<meta />
</p>
<h2><strong>Meeting Location:</strong></h2>
<p class="callout"><a class="external-link" href="http://www.google.com/maps/place?cid=1975314492352778440&q=barney's+beanery&hl=en&dtab=0&sll=34.018194,-118.475343&sspn=0.006611,0.05046&ie=UTF8&ll=34.08309,-118.501968&spn=0,0&z=14">Barney's Beanery</a> <br />1037 Broxton Avenue <br />Los Angeles, CA 90024 <br />(310) 443-7777</p>
<p> </p>
<h2><strong>Topics:</strong></h2>
<h3>Plone Symposium East 2011 update - Michael Miller</h3>
<p>Michael Miller will be sharing his experience attending the "Weblion Plone Symposium East 2011" Other Talks - TBA...</p>
<h3><strong>Lightning Talks</strong></h3>
<p>Step on up!</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Luke Brannon</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-01-13T05:45:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/world-plone-day-at-ucla">
    <title>World Plone Day at UCLA</title>
    <link>http://laplone.org/events/world-plone-day-at-ucla</link>
    <description>Celebrate World Plone Day on the UCLA campus. Presentations and discussions from 1:00 to 4:00 PM in Moore Hall 3027.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Join the <a class="external-link" href="http://plone.ucla.edu/">UCLA Plone Users Group</a> and <a class="external-link" href="../">Los Angeles Plone Users Group</a> in their celebration of World Plone Day.</p>
<p>The agenda will include updates on Plone projects from several departments at UCLA and presentations on Plone-related topics.</p>
<h3>Schedule</h3>
<ul style="list-style-type: disc; ">
<li>1:00 - <strong>Welcome </strong>(Luke Brannon, UCLA Graduate School of Education &amp; Information Studies and Co-Manager, Los Angeles Plone Users Group)</li>
<li>1:10 -<strong> IT Services CMS Hosting Project Update</strong> (Albert Wu, IT Services, formerly AIS and CTS; Rose Rocchio, UCLA Office of Information Technology)</li>
<li>1:30 - <strong>Roundtable: State of Plone at UCLA</strong> (Chris Patterson, Office of Information Technology; Caroline Kong, Social Sciences Computing; Alex Man, Henry Samueli School of Engineering and Applied Science; Luke Brannon, Graduate School of Education &amp; Information Studies; Mary Tawfall, School of Dentistry; Mike Takahashi, Marketing &amp; Special Events)</li>
<li>2:15 - <strong>break</strong></li>
<li>2:30 - <strong>Upgrading a Plone 3 Theme for Plone 4: Beyond the Basics</strong> (Heather Wozniak, UCLA Office of Information Technology) - <a class="external-link" href="http://www.slideshare.net/heatherwoz/upgrading-a-plone-3-theme-for-plone-4-beyond-the-basics">SLIDES</a></li>
<li>3:00 -<strong> Integrating Plone with CashNET, UCLA's New Payment Processor</strong> (Luke Brannon, UCLA Graduate School of Education &amp; Information Studies)</li>
<li>3:30 - <strong>What to Expect from Plone 4.1 </strong>(Alec Mitchell)</li>
</ul>
<h3>Time &amp; Location</h3>
<p>We kick off World Plone Day at 1:00 PM in the UCLA Graduate School of Education &amp; Information Studies video class room (Moore Hall 3027) and will continue through 4:00 PM.</p>
<p>The formal presentations will be followed by a happy hour in Westwood at Barney's Beanery.</p>
<p>Maps and parking instructions linked below.</p>
<ul style="list-style-type: disc; ">
<li>UCLA, <a class="external-link" href="http://maps.google.com/maps?daddr=34.0704334135001,-118.442700055&ie=UTF8&t=h&z=16">Moore Hall 3027</a></li>
<li><a class="external-link" href="http://www.ucla.edu/map/">UCLA Campus Maps</a> &amp; <a class="external-link" href="http://map.ais.ucla.edu/go/1002187">Parking</a></li>
</ul>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Luke Brannon</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-04-24T16:35:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-march-25-2011">
    <title>Next Meeting: March 25, 2011</title>
    <link>http://laplone.org/events/next-meeting-march-25-2011</link>
    <description>Informal plone discussion at 7 Grand in downtown Los Angeles.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>We're going to have an informal meeting at a local whiskey bar.  We'll talk about what we've been working on, plans for World Plone Day, and the possibility of another LA Sprint.</p>
<p><a class="external-link" href="http://www.sevengrand.la/">Details on 7 Grand</a></p>
<p><a class="external-link" href="http://goo.gl/maps/bzXE/">Directions</a></p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Michael Miller</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-01-13T05:45:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-february-24th">
    <title>Next Meeting: February 24th.</title>
    <link>http://laplone.org/events/next-meeting-february-24th</link>
    <description>Informal plone discussion at Truxtons American Bistro in Los Angeles (Near LAX).  Cris Ewing from Seattle will be in LA for this meeting as well!</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>We're going to have an informal meeting (Dinner and drinks) and have a special guest from Seattle! Cris Ewing, a Plone Web Designer is in town giving a talk and wants to hang out with the LA  Plone Users.</p>
<p>We'll talk about what we've been working on as well as future plans for World Plone Day as well as another LA Sprint.</p>
<p class="callout"><b><a class="external-link" href="http://www.truxtonsamericanbistro.com/">Truxton's American Bistro</a></b><br />8611 Truxton Ave<br /> Los Angeles, CA 90045<br /> (310) 417-8789</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Michael Miller</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-01-13T05:45:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-january-27th">
    <title>Next Meeting: January 27th.</title>
    <link>http://laplone.org/events/next-meeting-january-27th</link>
    <description>Informal plone discussion at Barney's Beanery in Westwood.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>An informal meeting to start off the new year.  Let us know what you've been working on or any future plans for 2011.</p>
<p> </p>
<p class="callout"><a class="external-link" href="http://www.google.com/maps/place?cid=1975314492352778440&q=barney's+beanery&hl=en&dtab=0&sll=34.018194,-118.475343&sspn=0.006611,0.05046&ie=UTF8&ll=34.08309,-118.501968&spn=0,0&z=14">Barney's Beanery</a> <br />1037 Broxton Avenue <br />Los Angeles, CA 90024 <br />(310) 443-7777</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Luke Brannon</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-01-13T05:44:01Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-nov-18-2010">
    <title>Next Meeting: November 18, 2010</title>
    <link>http://laplone.org/events/next-meeting-nov-18-2010</link>
    <description>Next LA Plone Users Group Meeting: November 18, 2010</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Note: This meeting has been moved to the third week of the month due to the Thanksgiving holiday.</strong></p>
<p>If you are planning on attending, we kindly ask that you <a class="internal-link" href="../rsvp-for-user-group-meeting"><span class="internal-link">please RSVP to  this meeting</span></a> so that we have a better idea of how many people will  be showing up.<span> </span></p>
<h2>Presentations/Topics to be covered are as follows:</h2>
<ul style="list-style-type: square; ">
<li><strong>Presentation: TBA</strong></li>
<li><strong><strong><span><span>Lightning Talks</span></span></strong></strong><br /> We'll ask everyone present to share their favorite Plone add-on with us. Come on, you know you wanna!  Show us a cool Plone Trick you learned or that product that saved your day.</li>
</ul>
<p><span> </span></p>
<div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><strong><strong>Open discussion</strong></strong></li>
</ul>
</div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><strong><strong> </strong>What  topics would you like to see presentations/discussions on? Do you need  help with Plone or have questions? Do you want to share special  knowledge with your fellow group mates?</strong></li>
</ul>
<p><strong>Please see our <strong><a class="internal-link" href="../directions-and-parking-information" title="Directions and Parking  Information">Directions  and Parking Information</a> web page for more information.</strong> </strong></p>
<div><span><strong> </strong></span></div>
<div>
<p><span><span> </span></span></p>
<div><span><strong> </strong></span></div>
<div><strong><strong><span>Hope to see you  there!</span></strong></strong></div>
<p> </p>
<p><span><span> </span></span></p>
<div><strong><strong><span> </span></strong></strong></div>
<p> </p>
<span><span> </span></span></div>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>Users Group Meeting</dc:subject>
    
    <dc:date>2010-06-22T17:20:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-oct-28-2010">
    <title>Next Meeting: October 28, 2010</title>
    <link>http://laplone.org/events/next-meeting-oct-28-2010</link>
    <description>Next LA Plone Users Group Meeting: October 28, 2010</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<h2>New Working Group Format</h2>
<p class=" ">We are trying out a new format for our October meeting.  Everyone should bring their laptops and their Plone projects.  We'll share ideas, show off recent projects, and help each other troubleshoot design and development issues.  If all goes well we plan to alternate this casual, working group format with our regular presentation-and-discussion style meetings.</p>
<p class=" ">Our meeting location, <a class="external-link" href="http://southsantamonica.com">South on Wilshire</a>, has free WiFi plus happy hour specials until 8pm.  Check out the menu at <a class="external-link" href="http://southsantamonica.com">southsantamonica.com</a></p>
<p>If you are planning on attending, we kindly ask that you <a class="internal-link" href="../rsvp-for-user-group-meeting"><span class="internal-link">please RSVP to  this meeting</span></a> so that we have a better idea of how many people will  be showing up.<span> </span></p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>Users Group Meeting</dc:subject>
    
    <dc:date>2010-06-22T17:20:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-sept-30-2010">
    <title>Next Meeting: September 30, 2010</title>
    <link>http://laplone.org/events/next-meeting-sept-30-2010</link>
    <description>Next LA Plone Users Group Meeting: September 30, 2010</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you are planning on attending, we kindly ask that you <a class="internal-link" href="../rsvp-for-user-group-meeting"><span class="internal-link">please RSVP to  this meeting</span></a> so that we have a better idea of how many people will  be showing up.<span> </span></p>
<h2>Presentations/Topics to be covered are as follows:</h2>
<ul style="list-style-type: square; ">
<li><b>Presentation: Theming with XDV</b>, Michael Miller<b><br /></b>An overview of how to setup collective.xdv on your development site and  demo of how to map a theme.  Based on the awesome knowledge and  experience acquired during the <a class="internal-link" href="../sprints/west-coast-sprint-2010">West Coast Plone Sprint 2010</a>.</li>
<li><b><b><span><span>Lightning Talks</span></span></b></b><br /> We'll ask everyone present to share their favorite Plone add-on with us. Come on, you know you wanna!  Show us a cool Plone Trick you learned or that product that saved your day.</li>
</ul>
<p><span> </span></p>
<div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b>Open discussion</b></b></li>
</ul>
</div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b> </b>What  topics would you like to see presentations/discussions on? Do you need  help with Plone or have questions? Do you want to share special  knowledge with your fellow group mates?</b></li>
</ul>
<p><b>Please see our <b><a class="internal-link" href="../directions-and-parking-information" title="Directions and Parking  Information">Directions  and Parking Information</a> web page for more information.</b> </b></p>
<div><span><b> </b></span></div>
<div>
<p><span><span> </span></span></p>
<div><span><b> </b></span></div>
<div><b><b><span>Hope to see you  there!</span></b></b></div>
<p> </p>
<p><span><span> </span></span></p>
<div><b><b><span> </span></b></b></div>
<p> </p>
<span><span> </span></span></div>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>Users Group Meeting</dc:subject>
    
    <dc:date>2010-06-22T17:20:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/west-coast-sprint-2010">
    <title>West Coast Sprint 2010</title>
    <link>http://laplone.org/events/west-coast-sprint-2010</link>
    <description>A coding sprint for west coast developers.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Times are tentative, and we're still planning the agenda.  Add your project ideas or sign on for projects in the <a class="internal-link" href="../sprints/west-coast-sprint-2010">West Coast Sprint 2010</a> section.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Heather Wozniak</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-08-10T20:38:45Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-july-29-2010">
    <title>Next Meeting: July 29, 2010</title>
    <link>http://laplone.org/events/next-meeting-july-29-2010</link>
    <description>Next LA PLone Users Group Meeting: July 29, 2010</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you are planning on attending, we kindly ask that you <a class="internal-link" href="../rsvp-for-user-group-meeting"><span class="internal-link">please RSVP to  this meeting</span></a> so that we have a better idea of how many people will  be showing up.<span> </span></p>
<h2>Presentations/Topics to be covered are as follows:</h2>
<p><span> </span><span> </span></p>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b>Quick and Easy Rounded Corners - Presented by Heather Wozniak</b><br /> This presentation will demonstrate how easy it is to add rounded corners to your Plone themes using a free jquery library and a little CSS. By combining these techniques, you can get nicely rounded corners (and more!) in all the major browsers.  The presentation will cover how to add the relevant scripts and CSS through-the-web and in your own theme product.</li>
</ul>
<div>
<p><span><span> </span></span></p>
</div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b><span><span>Lightning Talks</span></span></b></b><br />We'll leave the floor open for 5 minute Lightning Talks - anyone who wants to can do one - Come on, you know you wanna!  Show us a cool Plone Trick you learned... Wow us!</li>
</ul>
<p><span> </span></p>
<div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b>Open discussion</b></b></li>
</ul>
</div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b> </b>What  topics would you like to see presentations/discussions on? Do you need  help with Plone or have questions? Do you want to share special  knowledge with your fellow group mates?</b></li>
</ul>
<p><b>Please see our <b><a class="internal-link" href="../directions-and-parking-information" title="Directions and Parking  Information">Directions  and Parking Information</a> web page for more information.</b> </b></p>
<div><span><b> </b></span></div>
<div>
<p><span><span> </span></span></p>
<div><span><b> </b></span></div>
<div><b><b><span>Hope to see you  there!</span></b></b></div>
<p> </p>
<p><span><span> </span></span></p>
<div><b><b><span> </span></b></b></div>
<p> </p>
<span><span> </span></span></div>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>Users Group Meeting</dc:subject>
    
    <dc:date>2010-06-22T17:20:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-june-24-2010">
    <title>Next Meeting: June 24, 2010</title>
    <link>http://laplone.org/events/next-meeting-june-24-2010</link>
    <description>Next LA PLone Users Group Meeting: June 24, 2010</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you are planning on attending, we kindly ask that you <a class="internal-link" href="../rsvp-for-user-group-meeting" title="RSVP:  User Group Meeting">please RSVP to  this meeting</a> so that we have a better idea of how many people will  be showing up.<span> </span></p>
<h2>Presentations/Topics to be covered are as follows:</h2>
<p><span> </span><span>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><span><b>Plone Symposium East 2010  - Michael Miller &amp; Luke Brannon</b><br />Michael and Luke will share their  impressions of the conference as well as information about <b>Plone  Edu.</b></span></li>
</ul>
</span></p>
<p> </p>
<div>
<p><span><span> </span></span></p>
</div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b><span><span>Lightning Talks</span></span></b></b><br />We'll leave the floor open for 5 minute Lightning Talks - anyone who wants to can do one - Come on, you know you wanna!  Show us a cool Plone Trick you learned... Wow us!</li>
</ul>
<p> </p>
<p><span>
<div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b>Open discussion</b></b></li>
</ul>
<p> </p>
</div>
<p><span><span> </span></span></p>
<ul style="list-style-type: square; ">
<li><b><b> </b>What  topics would you like to see presentations/discussions on? Do you need  help with Plone or have questions? Do you want to share special  knowledge with your fellow group mates?</b></li>
</ul>
<b>Please see our <b><a class="internal-link" href="../directions-and-parking-information" title="Directions and Parking  Information">Directions  and Parking Information</a> web page for more information.</b> </b>
<div><span><b> </b></span></div>
</span></p>
<p> </p>
<div>
<p><span><span> </span></span></p>
<div><span><b> </b></span></div>
<div><b><b><span>Hope to see you  there!</span></b></b></div>
<p> </p>
<p><span><span> </span></span></p>
<div><b><b><span> </span></b></b></div>
<p> </p>
<span><span> </span></span></div>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>Users Group Meeting</dc:subject>
    
    <dc:date>2010-06-22T17:20:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/next-meeting-may-20-2010">
    <title>Next Meeting: May 20, 2010</title>
    <link>http://laplone.org/events/next-meeting-may-20-2010</link>
    <description>Next User Group Meeting: May 20, 2010</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you are planning on attending, we kindly ask that you <a class="internal-link" href="../rsvp-for-user-group-meeting" title="RSVP: User Group Meeting">please RSVP to this meeting</a> so that we have a better idea of how many people will be showing up.<span> </span></p>
<p> </p>
<p>Presentations/Topics to be covered are as follows:</p>
<p><span> </span></p>
<div><span><span> 
<ul style="list-style-type: square; ">
<li><b> </b>
<div><b><b>Plone at UCLA - Michael Miller &amp; Luke Brannon</b></b></div>
<p>In preparation of attending the <a class="external-link" href="http://weblion.psu.edu/symposium/symposium">Plone Symposium East 2010</a> in Late May, Michael Miller and Luke Brannon will be presenting a run-through of their <a class="external-link" href="http://weblion.psu.edu/symposium/plone-at-ucla">upcoming talk</a>.</p>
</li>
<li><b><b><span><span>Lightning Talks<br /></span></span></b></b><span>We're going to leave the floor open for 5 minute lightning talks - anyone who wants to can do one - Come on you know you wanna. Show us that cool Plone trick you learned... Wow us!</span><span><span><span> </span></span></span><b><b><span><span><span><br /></span></span></span></b></b></li>
</ul>
<ul style="list-style-type: square; ">
<li><b><b>Open discussion<br /></b></b><span>What topics would you like to see presentations/discussions on? Do you need help with Plone or have questions? Do you want to share special knowledge with your fellow group mates?</span></li>
</ul>
<b>Please see our <b><a class="internal-link" href="../directions-and-parking-information" title="Directions and Parking Information">Directions and Parking Information</a> web page for more information.</b> </b>
<div><span><b><br /></b></span></div>
<div><b><b><span>Hope to see you there!</span></b></b></div>
</span></span></div>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>Users Group Meeting</dc:subject>
    
    <dc:date>2010-05-19T19:15:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>


  <item rdf:about="http://laplone.org/events/world-plone-day-april-28-2010">
    <title>World Plone Day - April 28, 2010</title>
    <link>http://laplone.org/events/world-plone-day-april-28-2010</link>
    <description>April 28, 2010 is World Plone Day!</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><span class="Apple-style-span"> </span></p>
<h2><b>April 28, 2010 is World Plone Day!<img alt="World Plone Day - April 28, 2010 " class="image-right" src="../world-plone-day-1" /> </b></h2>
<p>Come join us on <b>Wednesday April 28,  2010</b> from <b>1pm-4pm</b> at UCLA to celebrate <b>World  Plone Day.</b></p>
<div><span class="Apple-style-span">We'll have food, presentations, and some giveaways!</span></div>
<div></div>
<div><span class="Apple-style-span"><b>WHEN:</b></span></div>
<ul>
<li><b><span class="internal-link">Wednesday  April 28, 2010 @ 1pm-4pm</span></b></li>
</ul>
<p><span class="Apple-style-span"><b>WHERE:</b></span></p>
<div>
<ul>
<li><b>UCLA Psychology - Franz Hall Room 3351<br /></b></li>
</ul>
<div>
<p>For information about how to get to this event see:</p>
<ul>
<li> <span class="Apple-style-span"><a class="internal-link" href="../wpd-2010-directions-and-parking-information" title="WPD 2010: Directions and Parking Information">World Plone Day 2010 - Directions   &amp; Parking Information</a></span></li>
</ul>
</div>
</div>
<p>If you are planning on attending, we kindly ask that you <a class="internal-link" href="../rsvp-for-user-group-meeting"><span class="internal-link">please <b>RSVP</b> to this event</span></a> so that we have a better idea of how many people will  be showing up.</p>
<h2><b>World Plone Day Agenda</b></h2>
<p><b>1:00 pm - 2:00 pm: </b></p>
<ul>
<li><b>"Welcome"</b> and "<b>Introduction to Plone"</b> - Michael Miller</li>
</ul>
<ul>
<li><b>"Where is Plone Headed? A Look at Plone 4 &amp; 5"</b> - Michael Miller</li>
<li><b>Search Engine Optimization (SEO) and Plone</b> - Heather Wozniak </li>
</ul>
<p><b>2:00  pm - 3:00 pm:</b></p>
<ul>
<li><b>"Extending Faculty Staff Directory</b>" - Luke Brannon</li>
<li><b>"Designing with Deliverance and Collective.xdv</b>" - Mike Takahashi</li>
</ul>
<p><b>3:00  pm - 4:00 pm:</b></p>
<ul>
<li><b>"Dexterity: The Future of Plone Content"</b> - Alec Mitchell</li>
</ul>
<ul>
<li><b>lightning talks/tips &amp; tricks</b> - share a topic of interest with everyone!</li>
</ul>
<p> </p>
<p>We look forward to seeing you!</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>World Plone Day</dc:subject>
    
    <dc:date>2010-04-15T18:50:00Z</dc:date>
    <dc:type>Event</dc:type>
  </item>





</rdf:RDF>

