<?xml version="1.0"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title>Lasso 85 Pages</title>
<link>http://www.lassotech.com/Lasso 85/</link>
<description>This is a list of pages in the Lasso 85 section of LassoTech.</description>
<language>en-us</language>
<image>
<title>LassoTech</title>
<url>http://www.lassotech.com/_images/lassotech.png</url>
<link>http://www.lassotech.com/</link>
<width>208</width>
<height>57</height>
</image>
<item>
<title>Lasso (8.5.*) Sites on Windows IIS</title>
<pubDate>Fri, 02 Jul 2010 16:05:45 -0500</pubDate>
<link>http://www.lassotech.com/IIS_Sites</link>
<description>Creating Lasso (8.5.*) Sites to work correctly with WebSites hosted by Windows IIS</description>
</item>
<item>
<title>Lasso 8.5 Zombie Child Thread Killer</title>
<pubDate>Tue, 27 Apr 2010 08:22:57 -0500</pubDate>
<link>http://www.lassotech.com/zombieProcesses</link>
<description>This script can be run periodically to cull any rouge zombie Lasso sites - tested on OSX</description>
</item>
<item>
<title>Running Lasso 8 and 9 Side by Side</title>
<pubDate>Sat, 13 Feb 2010 16:42:02 -0600</pubDate>
<link>http://www.lassotech.com/Running Lasso 8 and 9 Side by Side</link>
<description></description>
</item>
<item>
<title>Syntax compatibility between 8.5 and 9</title>
<pubDate>Fri, 12 Feb 2010 07:54:29 -0600</pubDate>
<link>http://www.lassotech.com/8_to_9_syntax</link>
<description>Best practices to write Lasso 8.5 code that will work in Lasso 9</description>
</item>
<item>
<title>Lasso Object Oriented Programming Primer</title>
<pubDate>Wed, 18 Nov 2009 00:15:13 -0600</pubDate>
<link>http://www.lassotech.com/Lasso Object Oriented Programming Primer</link>
<description>A primer before Lasso 9 on the understanding of object-oriented programming.  Something to describe how this integrates with Lasso and how to understand the functionality of such an approach.</description>
</item>
<item>
<title>Monitoring Lasso with monit</title>
<pubDate>Wed, 27 May 2009 00:48:53 -0500</pubDate>
<link>http://www.lassotech.com/monit</link>
<description>Setting up Lasso and monit (a system monitoring tool) on OS X</description>
</item>
<item>
<title>[TotW] Optimizing Regular Expressions</title>
<pubDate>Fri, 25 Apr 2008 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20080425</link>
<description>The tip of the week for April 25, 2008 includes some information about how to optimize code using regular expressions by using the [RegExp] type rather than individual string tags.</description>
</item>
<item>
<title>Syntax Speed Tips for LP8.5</title>
<pubDate>Thu, 21 Feb 2008 11:13:11 -0600</pubDate>
<link>http://www.lassotech.com/syntaxspeed</link>
<description>Tips for choosing the syntax that will execute the fastest.</description>
</item>
<item>
<title>[TotW] RSS Data Source and Parser</title>
<pubDate>Fri, 14 Dec 2007 12:00:00 -0600</pubDate>
<link>http://www.lassotech.com/TotW_20071214</link>
<description>The tip of the week for December 14, 2007 includes a custom data source which allows RSS feeds to be treated as a data source. The items in the feed can be displayed using normal [Inline] ... [/Inline] and [Field] tags. Also includes an [RSS Parser] data</description>
</item>
<item>
<title>[TotW] Parentheses Syntax</title>
<pubDate>Fri, 07 Dec 2007 12:00:00 -0600</pubDate>
<link>http://www.lassotech.com/TotW_20071207</link>
<description>The tip of the week for December 7, 2007 discusses Parentheses syntax in Lasso. Parentheses syntax was introduced in Lasso 8 as an alternative to Lasso&apos;s traditional Colon syntax. The tip includes an overview of parentheses syntax, some justifications for</description>
</item>
<item>
<title>[TotW] Inline Helpers - Debugging Slow MySQL Solutions</title>
<pubDate>Fri, 02 Nov 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20071102</link>
<description>The tip of the week for November 2, 2007 contains some techniques for finding slow MySQL queries.  The tip includes an Inline Helper tag which make debugging MySQL queries easier by allowing you to tag queries in the long query log and process list.</description>
</item>
<item>
<title>[TotW] Code Simplifying Tips - Conditional Expressions</title>
<pubDate>Fri, 19 Oct 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20071019</link>
<description>The tip of the week for October 19, 2007 contains several tips using the conditional ?| operator to simplify Lasso code for better speed and readability.</description>
</item>
<item>
<title>[TotW] Basics - Variables - Storing Temporary Values</title>
<pubDate>Fri, 12 Oct 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20071012</link>
<description>The tip of the week for October 12, 2007 explains how variables in Lasso can be used to store temporary values. Topics include creating variables, outputting variables, modifying variables in-place, and some variables tools.</description>
</item>
<item>
<title>[TotW] Date Comparisons and Calculations Using Math Symbols and  Durations</title>
<pubDate>Fri, 05 Oct 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20071005</link>
<description>The tip of the week for October 5, 2007 explains how the [Date] and [Duration] data types in Lasso can be used to perform date comparisons and date calculations using the familiar built-in symbols for math and string operations.</description>
</item>
<item>
<title>[TotW] Create an iPhone Site Using Lasso and the iUI Library</title>
<pubDate>Fri, 14 Sep 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070914</link>
<description>The tip of the week for September 14, 2007 discusses how to create a site formatted for the Apple iPhone and IPod Touch using Lasso and the iUI interface library by Joe Hewitt.</description>
</item>
<item>
<title>[TotW] Lasso 8.5 AppleScript and Automator Support</title>
<pubDate>Fri, 07 Sep 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070907</link>
<description>The tip of the week for September 7, 2007 discusses how Lasso 8.5 can call AppleScript commands and Automator workflows on Mac OS X systems. AppleScript allows you to interact with other running applications, restart the server, and more.</description>
</item>
<item>
<title>[TotW] Regular Expression Challenge - Discussion and Winners</title>
<pubDate>Fri, 17 Aug 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070817</link>
<description>The tip of the week for August 17, 2007 announces the winners of the second Lasso Programming Challenge. Congratulations to Bil Corry and Johan S lve. The tip includes a description of the challenge, a downloadable archive of answers to the challenge, doc</description>
</item>
<item>
<title>[TotW] Lasso Connector for FileMaker Server 9 Preview (Updated)</title>
<pubDate>Fri, 27 Jul 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070727</link>
<description>The tip of the week for July 27, 2007 previews a new data source connector for FileMaker Server 9. The new connector provides better support for FileMaker queries including new field-level and logical operators. (Updated with details about FileMaker 9 sup</description>
</item>
</channel>
</rss>

