<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>LAMPsig - Meetings</title>
    <link>http://www.lampsig.org/new/</link>
    <description> Los Angeles Web Development User Group</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0.3 - http://www.s9y.org/</generator>
    <pubDate>Wed, 20 Aug 2008 18:38:41 GMT</pubDate>

    <image>
        <url>http://www.lampsig.org/new/templates/lampsig/img/s9y_banner_small.png</url>
        <title>RSS: LAMPsig - Meetings -  Los Angeles Web Development User Group</title>
        <link>http://www.lampsig.org/new/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>LAMP developers guide to subversion *Rescheduled*</title>
    <link>http://www.lampsig.org/new/archives/83-LAMP-developers-guide-to-subversion-Rescheduled.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/83-LAMP-developers-guide-to-subversion-Rescheduled.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=83</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=83</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    *MEETING RESCHEDULED FOR SATURDAY SEPTEMBER 20 !!!*&lt;br /&gt;
&lt;br /&gt;
This talk will cover the following topics:&lt;br /&gt;
&lt;br /&gt;
1. Subversion basics: what it is, what it can be used for, the svn philosophy, and an interpretation of the underlying mechanics of SVN.&lt;br /&gt;
2. Basic subversion concepts including creation, security, Sandbox, updating, commiting, branching, tagging and merging&lt;br /&gt;
3. Common svn issues and how to deal with them.&lt;br /&gt;
4. Examples of typical svn use, using the svn command line client and the subclipse plugin integrated into the Eclipse editor will be attempted *live*.&lt;br /&gt;
5. Properties and the use of the invaluable &lt;a href=&quot;http://www.orcaware.com/svn/wiki/Svnmerge.py&quot;  title=&quot;Svnmerge.py&quot;&gt;Svnmerge.py&lt;/a&gt; script in faciltating branching and branch merging will be covered.&lt;br /&gt;
&lt;br /&gt;
David Rolston has a long history of web development that dates back to the earliest days of the WWW.  He is currently working for a startup company in the multiplayer social network gaming space.  He was also one of the founding Lampsig members, and has previously given lampsig talks on PHP, SVG with Ajax, and Xen.&lt;br /&gt;
&lt;br /&gt;
   
    </content:encoded>

    <pubDate>Sat, 20 Sep 2008 13:30:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/83-guid.html</guid>
    
</item>
<item>
    <title>An Introduction to Maatkit</title>
    <link>http://www.lampsig.org/new/archives/82-An-Introduction-to-Maatkit.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/82-An-Introduction-to-Maatkit.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=82</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=82</wfw:commentRss>
    

    <author>nospam@example.com (Solomon K. Chang)</author>
    <content:encoded>
    By Solomon Chang&lt;br /&gt;
&lt;br /&gt;
Maatkit (available at http://www.maatkit.org) makes MySQL easier and safer to manage. It provides simple, predictable ways to do things you cannot otherwise do. It would be nice if these features were included with MySQL, but they are not. That&#039;s why Maatkit is now shipping by default with many GNU/Linux distributions such as Debian and CentOS.&lt;br /&gt;
&lt;br /&gt;
You can use Maatkit to prove replication is working correctly, fix corrupted data, automate repetitive tasks, speed up your servers, and much, much more.&lt;br /&gt;
&lt;br /&gt;
And best of all, Maatkit is Free Software so you can modify, inspect, and redistribute it yourself. 
    </content:encoded>

    <pubDate>Sat, 19 Jul 2008 13:00:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/82-guid.html</guid>
    
</item>
<item>
    <title>Multi-Instanced MySQL</title>
    <link>http://www.lampsig.org/new/archives/81-Multi-Instanced-MySQL.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/81-Multi-Instanced-MySQL.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=81</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=81</wfw:commentRss>
    

    <author>nospam@example.com (Solomon K. Chang)</author>
    <content:encoded>
    By Solomon Chang&lt;br /&gt;
&lt;br /&gt;
There are whispered rumors from the remote corners of MySQL configuration gurus concerning the Dark Art of running more than one instance on MySQL on the same machine.  Like a body possessed by a legion host of demons (well, MySQL daemons, actually), a single machine could serve multiple instances of MySQL that each may respond to different names, ports, and... dare I say it...?  IP addresses!  Oh, the horror!  The terror!  The memory consumption!&lt;br /&gt;
However, just as summoning and binding nether-worldly entities into an unwilling mortal shell has its own nefarious uses, so too does the black magic of invoking two or more instances of mysqld on the same single machine.  Slowly and surely, it is a gateway for you to embark upon other unspeakable database experiments, such as Replication and Distributed Clustering, whilst obviating the need for any other machine.  Replication with but a single computer, you say?  Yea, it is an abomination!  But this abomination you can configure for yourself while dangling your sanity between hard drive capacity and memory usage! &lt;br /&gt;
Muhahahahaha!&lt;br /&gt;
Ph&#039;nglul mglw&#039;nath MySQL Instance Manager R&#039;yleh!&lt;br /&gt;
MySQL Fhtagn!&lt;br /&gt;
&lt;br /&gt;
Black robes and candles optional.&lt;br /&gt;
&lt;br /&gt;
When he is not obsessing over the stories of HP Lovecraft, Solomon Chang is a MySQL certified DBA and the current acting director of LAMPSIG. He works as a professional Database Administrator in El Segundo, and is a co-author of the MySQL Cluster Certification Study Guide. 
    </content:encoded>

    <pubDate>Sat, 21 Jun 2008 13:00:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/81-guid.html</guid>
    
</item>
<item>
    <title>Managing MySQL Permissions</title>
    <link>http://www.lampsig.org/new/archives/80-Managing-MySQL-Permissions.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/80-Managing-MySQL-Permissions.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=80</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=80</wfw:commentRss>
    

    <author>nospam@example.com (Solomon K. Chang)</author>
    <content:encoded>
    By Solomon Chang&lt;br /&gt;
&lt;br /&gt;
There comes a time in the life cycle of a company where everyone has to stop connecting as password-less root to their central database.  All the inherent security protocols (such as &quot;We only have 3 users,&quot; or &quot;No one here is malicious enough or knowledgeable enough to crack our Production database!&quot;) begin to lose relevance as the DB user base starts to grow.  This talk aims at the &quot;why&quot; and the &quot;how&quot; of setting user permissions, as well as how users are generally authenticated into the system.  This talk also delves into the granularity of permissions for those who require extremely fine-tuned access to database resources.&lt;br /&gt;
&lt;br /&gt;
Solomon Chang is a MySQL certified DBA and the current acting director of LAMPSIG. He works as a professional Database Administrator in Venice Beach, and is a co-author of the MySQL Cluster Certification Study Guide. 
    </content:encoded>

    <pubDate>Sat, 17 May 2008 13:00:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/80-guid.html</guid>
    
</item>
<item>
    <title>An introduction to Flex - Chris Charlton</title>
    <link>http://www.lampsig.org/new/archives/79-An-introduction-to-Flex-Chris-Charlton.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/79-An-introduction-to-Flex-Chris-Charlton.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=79</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    

    <author>nospam@example.com (Solomon K. Chang)</author>
    <content:encoded>
    Adobe Flex is a collection of technologies released by Adobe Systems for the development and deployment of cross platform, rich Internet applications based on the proprietary Adobe Flash platform. The initial release in March 2004 by Macromedia included a software development kit, an IDE, and a J2EE integration application known as Flex Data Services.&lt;br /&gt;
&lt;br /&gt;
Flex is a hot (open source) topic this year and Linux users aren&#039;t  left out. With the newly announced Adobe AIR for Linux and the upcoming Flex Builder 3 for Linux desktops, everyone can develop cross-browser/platform applications for the Web (SWF) or any popular desktop operating system (Linux, Mac OS X, Windows). Chris Charlton will be covering how to develop in Flex and deploy an RIA with one code-base while not having to worry about platform or browser differences.&lt;br /&gt;
&lt;br /&gt;
So what is Flex and doesn&#039;t it cost money? The Flex SDK is free - containing a debugger, compiler, and the entire Flex framework.  Adobe&#039;s IDE (Flex Builder) costs $250 (Standard Edition) and is free for students and teachers.&lt;br /&gt;
&lt;br /&gt;
What&#039;s the difference between Flash and Flex? Why not just use Ajax?  Good questions, but you&#039;ll want to attend the next LAMPSIG meeting to ask and find out!&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Chris Charlton has tons of community involvement: authorized Adobe Flex Champion, Adobe User Group Manager for LA AIR, helps run LA Drupal, is co-author of the book Advanced Flex Application Development: Building RichMediaX, and teaches at the Rich Media Institute. 
    </content:encoded>

    <pubDate>Sat, 19 Apr 2008 13:00:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/79-guid.html</guid>
    
</item>
<item>
    <title>A Tour of External Language Stored Procedures for MySQL - Antony Curtis</title>
    <link>http://www.lampsig.org/new/archives/78-A-Tour-of-External-Language-Stored-Procedures-for-MySQL-Antony-Curtis.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/78-A-Tour-of-External-Language-Stored-Procedures-for-MySQL-Antony-Curtis.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=78</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=78</wfw:commentRss>
    

    <author>nospam@example.com (Solomon K. Chang)</author>
    <content:encoded>
    The integration of Business intelligence and logic within the database has been a long requested feature for MySQL. With version 5.0, MySQL delivered a stored procedure implementation and here we extend it to provide general support for external language stored procedures.&lt;br /&gt;
&lt;br /&gt;
We detail the philosophy and design of the external language stored procedure framework and its implementation within the server and libraries. We then also detail how an external language plug-in is written using the simple skeleton plug-in which exercises the basic interfaces between the server and external stored procedures.&lt;br /&gt;
&lt;br /&gt;
Demonstrations using the already developed plug-ins, including an overview of the implementation for the simple XML-RPC and the more sophisticated Java plug-ins, writing stored procedures and functions, with ideas for applications and their utility.&lt;br /&gt;
&lt;br /&gt;
This presentation includes a tour of the actual source code, highlighting the big picture. The audience will see the low impact of the main-line server code, the simplicity of writing plug-ins for new languages and the ease of using the language plug-ins already developed. This is an exciting new feature preview for MySQL. All demonstrations are with live running examples which everyone can try for themselves: No mockups, no screen-shots.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 15 Mar 2008 13:00:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/78-guid.html</guid>
    
</item>
<item>
    <title>Hard Drive Based NDB MySQL Cluster</title>
    <link>http://www.lampsig.org/new/archives/72-Hard-Drive-Based-NDB-MySQL-Cluster.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/72-Hard-Drive-Based-NDB-MySQL-Cluster.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Solomon K. Chang)</author>
    <content:encoded>
    By Solomon Chang&lt;br /&gt;
&lt;br /&gt;
NDB (Network Database) is an enterprise-grade, scalable, and highly available clustering storage engine - a share-nothing cluster that has no single point of failure - which is capable of running on inexpensive commodity hardware. NDB allows the construction of cheap, scalable, and exceptionally reliable database clusters, without expensive, specialized or additional hardware or software.&lt;br /&gt;
&lt;br /&gt;
Back in June, Solomon Chang discussed the basic setup of a distributed,  fault-tolerant, NDB Cluster for MySQL.  The NDB storage engine has had one shortcoming, however: it has been traditionally memory-based. &lt;br /&gt;
&lt;br /&gt;
As of MySQL 5.1, MySQL AB introduced a disk-based NDB solution, although its setup and configuration are significantly more complex than building a simple cluster.  A disk-based cluster allows the administrator to spend less money on hardware costs by allowing him to commit larger NDB fragments to a single server.  There will be a brief recap on the first Clustering lecture for those who are new to MySQL Distributed Clustering.&lt;br /&gt;
&lt;br /&gt;
This clustering method can be implemented on as few as three computers that have been manufactured within the last decade.  Come and hear how to do this and add this skill to your resume.&lt;br /&gt;
&lt;br /&gt;
Solomon Chang is a MySQL certified DBA and the current actingdirector of LAMPSIG. He&lt;br /&gt;
works as a professional Database Administrator in Venice Beach, and is aco-author of&lt;br /&gt;
the MySQL Cluster Certification Study Guide.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 20 Oct 2007 13:00:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/72-guid.html</guid>
    
</item>
<item>
    <title>MySQL Clustering with the NDB storage engine</title>
    <link>http://www.lampsig.org/new/archives/68-MySQL-Clustering-with-the-NDB-storage-engine.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/68-MySQL-Clustering-with-the-NDB-storage-engine.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=68</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=68</wfw:commentRss>
    

    <author>nospam@example.com (Peter Benjamin)</author>
    <content:encoded>
    &lt;u&gt;Main Topic:&lt;/u&gt; &lt;strong&gt;MySQL Clustering with the NDB storage engine&lt;/strong&gt;&lt;br /&gt;
&lt;u&gt;Speaker:&lt;/u&gt; &lt;strong&gt;Solomon Chang&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
NDB is an enterprise-grade, scalable, and highly available  clustering storage engine - a share-nothing cluster that has no single point of failure - which is capable of running on inexpensive commodity hardware.  NDB allows the construction of cheap, scalable, and exceptionally reliable database clusters, without expensive, specialized or additional hardware or software.&lt;br /&gt;
&lt;br /&gt;
A MySQL Cluster distributes processing over multiple servers, resulting in a single redundant and scalable solution.  A cluster consists of a set of computers running MySQL servers to receive and respond to queries, storage nodes to store the data held in the cluster and to process the queries, and one or more management nodes to act as a central point to manage the entire cluster.  There are many reasons for clustering a database and several different methods of clustering.&lt;br /&gt;
&lt;br /&gt;
Solomon will discuss the creation, methodology, and usage of a MySQL Cluster, and demonstrate a cluster in practice with a series of virtual machines.  &lt;br /&gt;
&lt;br /&gt;
Solomon Chang is a MySQL certified DBA and the current acting director of LAMPSIG.  He works as a professional Database Administrator in Venice Beach, and is a co-author of the MySQL Cluster Certification Study Guide.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 16 Jun 2007 13:00:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/68-guid.html</guid>
    
</item>
<item>
    <title>May Meeting: Free Linux virtual servers with Xen 3.0</title>
    <link>http://www.lampsig.org/new/archives/67-May-Meeting-Free-Linux-virtual-servers-with-Xen-3.0.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/67-May-Meeting-Free-Linux-virtual-servers-with-Xen-3.0.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=67</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=67</wfw:commentRss>
    

    <author>nospam@example.com (Jim Workman)</author>
    <content:encoded>
    &lt;u&gt;Main Topic&lt;/u&gt;: &lt;b&gt;Free Linux virtual servers with Xen 3.0:  a great developer tool&lt;/b&gt;&lt;br /&gt;
&lt;u&gt;Speaker&lt;/u&gt;: &lt;b&gt;David Rolston&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
David will explain what Xen is, and walk us through the setup on an existing Linux server.  He will cover the basics of running multiple instances, and explain how a developer can easily set up multiple virtual Linux servers with completely separate LAMP environments, or conversely, how to clone an existing server with a complete LAMP environment.&lt;br /&gt;
&lt;br /&gt;
David Rolston learned PHP and MySQL during a stint as head moderator of the PHP community site PHPFreaks.com and MySQLFreaks.com, he went on to author tutorials on LAMP and PHP OOP which have been read by over 100,000 people. David has participated in several Open Source projects, including The Serendipity Blog, as the author of the GeSHi plugin, and is the project leader of the Mambo &amp;amp; Joomla gallery plugin PonyGallery.   These days he works as a consultant focused on open source technologies used in the creation of interactive web sites and web services.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 19 May 2007 21:16:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/67-guid.html</guid>
    
</item>
<item>
    <title>April Meeting: AJAX - Asynchronous JavaScript And XML: Zip Code fills in City, State fields</title>
    <link>http://www.lampsig.org/new/archives/66-April-Meeting-AJAX-Asynchronous-JavaScript-And-XML-Zip-Code-fills-in-City,-State-fields.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/66-April-Meeting-AJAX-Asynchronous-JavaScript-And-XML-Zip-Code-fills-in-City,-State-fields.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=66</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=66</wfw:commentRss>
    

    <author>nospam@example.com (Jim Workman)</author>
    <content:encoded>
    &lt;u&gt;Main Topic&lt;/u&gt;: &lt;b&gt;AJAX - Asynchronous JavaScript And XML: Zip Code fills in City, State fields&lt;/b&gt;&lt;br /&gt;
&lt;u&gt;Speaker&lt;/u&gt;: &lt;b&gt;Peter Benjamin&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
There is movement afoot towards thick client applications using AJAX. Combining JavaScript in your web page to go back to the web server and run server side CGI scripts to send back small chunks of information to display on the page is the &quot;thickening&quot; of the thin web client. &lt;br /&gt;
&lt;br /&gt;
Simple database applications are increasing the user friendliness of web forms with prefilling fields based on a just entered value, for example, in the United States entering the 5 digit zip code also defines the City and State values. Why have the customer type those values in as well, when AJAX can do it for them? &lt;br /&gt;
&lt;br /&gt;
AJAX methodology using the XMLhttpRequest method or ActiveX equivalent will be overviewed using the Zip Code as an example. The lesson will be based on JavaScript and PHP and MySQL code.&lt;br /&gt;
&lt;br /&gt;
Peter Benjamin is a freelance computer consultant with three decades of experience; he&#039;s programmed mainframes and minis, and more flavors of Unix than you can shake a stick at.   Peter also leads a Web technology study group called Web Spinners; see &lt;a href=&quot;http://LAWebSpinners.org&quot;  title=&quot;Webspinners&quot;&gt;http://LAWebSpinners.org&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sat, 21 Apr 2007 15:05:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/66-guid.html</guid>
    
</item>
<item>
    <title>March Meeting: Examining the SourceForge LAMP Stack</title>
    <link>http://www.lampsig.org/new/archives/65-March-Meeting-Examining-the-SourceForge-LAMP-Stack.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/65-March-Meeting-Examining-the-SourceForge-LAMP-Stack.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=65</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=65</wfw:commentRss>
    

    <author>nospam@example.com (Jim Workman)</author>
    <content:encoded>
    &lt;u&gt;Main Topic&lt;/u&gt;: &lt;b&gt;Examining the &lt;a href=&quot;http://sourceforge.net&quot;  title=&quot;sourceforge.net&quot;&gt;SourceForge.net&lt;/a&gt; LAMP Stack by Ross Turk&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Ross will speak about SourceForge&#039;s heterogeneous LAMP-based, open source infrastructure, providing in-depth descriptions of several core components, their interactions, and scalability models.  He will analyze strengths and weaknesses of the site. &lt;br /&gt;
&lt;br /&gt;
SourceForge.net, the world&#039;s largest open source destination,  consistently ranks among the busiest 100 web sites.  The services provided are various and, in some cases, very complex.  Ross will present key site traffic and demographical metrics, and will discuss their constantly changing business requirements.&lt;br /&gt;
&lt;br /&gt;
Ross Turk has served in multiple capacities since joining the Open Source Technology Group family in 2000.  Most  recently, as the Engineering Manager for SourceForge.net, he has led efforts to improve the site&#039;s usability,  including the new Software Map and Search along with major navigation and aesthetic overhauls.  In his current role, Ross is responsible for  communicating with the SourceForge.net community and responding to its needs.  &lt;br /&gt;
&lt;br /&gt;
During his twelve-year career, Ross has focused on assessing and optimizing the business and engineering processes of a wide variety of engineering organizations, always with a passion for Open Source methodologies.&lt;br /&gt;
&lt;br /&gt;
Ross recently spoke on this same subject at Linux World.  Slides and podcast are available &lt;a href=&quot;http://www.linuxworld.com/news/2007/021507-podcast-a5.html&quot;  title=&quot;Linux World&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 17 Mar 2007 21:05:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/65-guid.html</guid>
    
</item>
<item>
    <title>February Meeting: An Introduction to Drupal</title>
    <link>http://www.lampsig.org/new/archives/61-February-Meeting-An-Introduction-to-Drupal.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/61-February-Meeting-An-Introduction-to-Drupal.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=61</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=61</wfw:commentRss>
    

    <author>nospam@example.com (Jim Workman)</author>
    <content:encoded>
    &lt;u&gt;Main Topic&lt;/u&gt;: &lt;b&gt; Introduction to Drupal by Richard Schave&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Richard&#039;s quest for social context engines, knowledge management, semantically interchangeable metadata and a user-based paradigm as tracked through the development of the last three releases of Drupal.&lt;br /&gt;
&lt;br /&gt;
Content Management Systems are becoming more and more versatile in quickly building complete Websites with a minimum of coding.   Drupal is one of the most popular and best established.&lt;br /&gt;
&lt;br /&gt;
Those who saw our Joomla presentation should check out this comparison of &lt;a href=&quot;http://www.alledia.com/blog/general-cms-issues/joomla-and-drupal-%11-which-one-is-right-for-you?/&quot;  title=&quot;Drupal vs Joomla comparison&quot;&gt;Drupal vs Joomla&lt;/a&gt; feature sets.&lt;br /&gt;
&lt;br /&gt;
Richard holds a bachelor&#039;s degree in computer science from calstatela (class of &#039;05), and is deeply concerned with building communities that matter as a function of the improved dissemination of information between niche groups.  He regularly attends the sisters of jazz sunday night jam at the world stage, and has recently built his first bio filter for his japanese goldfish pond.  (They&#039;re just being Koi.)&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 17 Feb 2007 14:13:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/61-guid.html</guid>
    
</item>
<item>
    <title>January Meeting: DNS for the LAMP Developer &amp; SCALE 5 Preview</title>
    <link>http://www.lampsig.org/new/archives/63-January-Meeting-DNS-for-the-LAMP-Developer-SCALE-5-Preview.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/63-January-Meeting-DNS-for-the-LAMP-Developer-SCALE-5-Preview.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (Jim Workman)</author>
    <content:encoded>
    &lt;u&gt;Main Topic&lt;/u&gt;: &lt;b&gt;DNS for the LAMP Developer by Peter Benjamin&lt;/b&gt;&lt;br /&gt;
&lt;u&gt;**** Meeting Date Change****&lt;/u&gt;: &lt;b&gt;Saturday, Jan 20th, 1-3pm&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Most talks on DNS are for bind/named services for corporate LANs, which excludes what the everyday LAMP developer needs to know to create multiple web sites with separate domain names on their office computer.  Also, to be included is how the Registrar and Global Registry systems work to create new domain names, transfer names, expire names.  In addition, Registrar web interface to multiple accounts to handle domain names will be expounded.&lt;br /&gt;
&lt;br /&gt;
Peter Benjamin is a freelance computer consultant with three decades of experience; he&#039;s programmed mainframes and minis, and more flavors of Unix than you can shake a stick at.   Peter also leads a Web technology study group called Web Spinners; see http://LAWebSpinners.org&lt;br /&gt;
&lt;br /&gt;
After the DNS presentation we will go over announced SCALE sessions as they relate to LAMP programmers.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 20 Jan 2007 13:13:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/63-guid.html</guid>
    
</item>
<item>
    <title>LAMPsig Holiday Party!!</title>
    <link>http://www.lampsig.org/new/archives/60-LAMPsig-Holiday-Party!!.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/60-LAMPsig-Holiday-Party!!.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=60</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=60</wfw:commentRss>
    

    <author>nospam@example.com (Jim Workman)</author>
    <content:encoded>
    &lt;u&gt;Special Event&lt;/u&gt;: &lt;b&gt;LAMPsig Holiday Party!! &lt;/b&gt;&lt;br /&gt;
&lt;u&gt;Special Day&lt;/u&gt;: &lt;b&gt;Saturday Dec 9th&lt;/b&gt;&lt;br /&gt;
&lt;u&gt;Special Place&lt;/u&gt;: &lt;b&gt;Philippe&#039;s French Dip&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Join us for lunch and camaraderie at Philippe&#039;s French Dip at noon on Saturday December 9th.&lt;br /&gt;
&lt;br /&gt;
We will try to get a room upstairs so that we don&#039;t disturb other diners with our well-known ribaldry.  Make merry with fellow coders.&lt;br /&gt;
&lt;br /&gt;
For those unfamiliar with Philippes, this is the birthplace of the French dip sandwich.  They are also popular for their &#039;40s-style &lt;a href=&quot;http://www.philippes.com/menu/&quot;  title=&quot;menu&quot;&gt;menu&lt;/a&gt; and servers.  Sides include coleslaw, potato salad, beef stew, and chili.  Desserts range from pies to tapioca pudding to baked apples.&lt;br /&gt;
&lt;br /&gt;
You can have a great meal for $10 or less!&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.philippes.com/location/&quot;  title=&quot;location&quot;&gt;Philippe The Original&lt;/a&gt;&lt;br /&gt;
1001 N. Alameda St.&lt;br /&gt;
Los Angeles CA. 90012&lt;br /&gt;
&lt;br /&gt;
located 1 block north of Union Station, Olvera St, and the Hollywood 101 Freeway at Alameda and Ord St.&lt;br /&gt;
(213) 628-3781&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 09 Dec 2006 20:15:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/60-guid.html</guid>
    
</item>
<item>
    <title>No Regular Meetings for November &amp; December</title>
    <link>http://www.lampsig.org/new/archives/59-No-Regular-Meetings-for-November-December.html</link>
            <category>Meetings</category>
    
    <comments>http://www.lampsig.org/new/archives/59-No-Regular-Meetings-for-November-December.html#comments</comments>
    <wfw:comment>http://www.lampsig.org/new/wfwcomment.php?cid=59</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lampsig.org/new/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    

    <author>nospam@example.com (Jim Workman)</author>
    <content:encoded>
    Due to holidays near the fourth Wednesday of the next two months, LAMPSIG will not have our normal meetings during November and December.&lt;br /&gt;
&lt;br /&gt;
We are not hibernating though.  We will be working on our project for SCALE 4 in February of next year.  We will soon be asking for volunteers to help with the project.  Stay tuned for more information. 
    </content:encoded>

    <pubDate>Wed, 22 Nov 2006 19:39:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.lampsig.org/new/archives/59-guid.html</guid>
    
</item>

</channel>
</rss>