<?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>Intermediate Pages</title>
<link>http://www.lassotech.com/Intermediate/</link>
<description>This is a list of pages in the Intermediate 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>Google Analytics Charts with Lasso</title>
<pubDate>Wed, 17 Feb 2010 04:26:06 -0600</pubDate>
<link>http://www.lassotech.com/google_analytics_charts</link>
<description>Parse and display Google Analytics data using the Analytics Data API,  Lasso and a Flash plugin</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>[TotW] Storing and Recalling Inline Database Results</title>
<pubDate>Mon, 11 Aug 2008 17:30:43 -0500</pubDate>
<link>http://www.lassotech.com/store_and_recalling_inlines</link>
<description>Tip of the week for May 5, 2006 discusses how database results which are stored in an array can be fed back into an inline so all the familiar [Records] ... [/Records] and [Field] tags work on them.</description>
</item>
<item>
<title>[TotW] Post-Processing Database Results Using Arrays and Matchers</title>
<pubDate>Fri, 08 Aug 2008 18:41:43 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20060421</link>
<description>Tip of the week for April 21, 2006 discusses how Lasso can be used to post-process database results using array tools. The tip shows how a custom matcher can be used to filter elements from one array into a new array.</description>
</item>
<item>
<title>[TotW] Destination-Based Sales Tax</title>
<pubDate>Fri, 20 Jun 2008 12:54:31 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20080620</link>
<description>The tip of the week for June 20, 2008 discusses the transition to destination-based sales tax in Washington (and other states) and some strategies you can use to calculate sales tax based on zip code.</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>Control Filemaker Server via Lasso</title>
<pubDate>Mon, 14 Apr 2008 17:33:24 -0500</pubDate>
<link>http://www.lassotech.com/Control Filemaker Server via Lasso</link>
<description>Explains how you can control a Filemaker Server via the Lasso [OS Process] tag</description>
</item>
<item>
<title>[TotW] Tag Sets and Namespaces</title>
<pubDate>Fri, 21 Mar 2008 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20080321</link>
<description>The tip of the week for March 21, 2008 explains how Lasso&apos;s tag namespaces can be used to more easily call sets of custom tags which you have defined. For example, this allows you to use a different set of custom tags for several sites that otherwise share the same code.</description>
</item>
<item>
<title>[TotW] Images - Rounded Corners and Transparency</title>
<pubDate>Fri, 14 Mar 2008 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20080314</link>
<description>The tip of the week for March 14, 2008 shows how to use Lasso&apos;s image tags to create images with rounded corners and how to add transparency to a PNG file.</description>
</item>
<item>
<title>[TotW] iPhone Compatibility Tips</title>
<pubDate>Fri, 22 Feb 2008 12:00:00 -0600</pubDate>
<link>http://www.lassotech.com/TotW_20080222</link>
<description>The tip of the week for Feburary 22, 2008 describes how you can use CSS rules and simple HTML changes to make your Web site more compatible with the Web browser in the iPhone and iPod Touch.  Topics include what image formats and file formats are supported, controlling site magnification, how to create links to iPhone&apos;s built-in applications, and creating a custom Web Clip icon.</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] Using Arrays to Simplify Code</title>
<pubDate>Fri, 30 Nov 2007 12:00:00 -0600</pubDate>
<link>http://www.lassotech.com/TotW_20071130</link>
<description>The tip of the week for November 30, 2007 presents several techniques which use arrays to help simplify your Lasso code. An array is used to help format several fields from a database. An array is used to help simplify a conditional. And, an array is used</description>
</item>
<item>
<title>[TotW] Customizing an Existing Site for iPhone</title>
<pubDate>Fri, 09 Nov 2007 12:00:00 -0600</pubDate>
<link>http://www.lassotech.com/TotW_20071109</link>
<description>The tip of the week for November 9, 2007 uses LassoSoft&apos;s ListSearch Web site as a case study to create a customized Web site specifically for iPhone users which provides access to the most recent messages that have been posted on the LassoSoft mailing li</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] JSON-RPC and Other JSON Enhancements</title>
<pubDate>Fri, 28 Sep 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070928</link>
<description>The tip of the week for September 28, 2007 introduces support in Lasso for the lightweight JSON-RPC protocol including a [JSON RPCCall] tag and built-in support for calling JSON-RPC tags through the RPC.LassoApp. The tip also includes several enhancements</description>
</item>
<item>
<title>[TotW] Defining and Calling SOAP Procedures</title>
<pubDate>Fri, 21 Sep 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070921</link>
<description>The tip of the week for September 21, 2007 shows how Lasso&apos;s built-in SOAP[br /]&#xD;&#xA;functionality can be used to define SOAP procedures which other SOAP clients can call and how to define local tags which serve as proxies for remote SOAP procedure calls.</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] An introduction to using JQuery with Lasso</title>
<pubDate>Fri, 24 Aug 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070824</link>
<description>The tip of the week for August 24, 2007 introduces JQuery and shows how a simple newsticker plugin can be used with Lasso. The tip shows how Lasso can be used to automatically add the required JQuery elements to the head of the document.</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>
<item>
<title>[TotW] Keyed Hashing for Message Authentication (HMAC)</title>
<pubDate>Fri, 20 Jul 2007 12:00:00 -0500</pubDate>
<link>http://www.lassotech.com/TotW_20070720</link>
<description>The tip of the week for July 20, 2007 explains how the [Encrypt HMAC] tag can be used to created HMAC codes for use in e-commerce and secure communications. HMAC codes help ensure the integrity and authenticity of messages during server to server communic</description>
</item>
</channel>
</rss>

