<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>uLearnIT - Making FileMaker Easy</title>
	<link>http://www.ulearnit.com.au/blog</link>
	<description>Your source of useful stuff about FileMaker Pro</description>
	<pubDate>Wed, 10 Mar 2010 02:32:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Another field bites the dust - FileMaker Pro 11</title>
		<link>http://www.ulearnit.com.au/blog/?p=89</link>
		<comments>http://www.ulearnit.com.au/blog/?p=89#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:32:08 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=89</guid>
		<description><![CDATA[There are a lot of development habits that change when a new version of FileMaker Pro is released. With the additional uses for variables in FileMaker Pro 11, another use for global fields is deprecated.

When printing a report, it is easy to add a page number to a page using the reserved characters ## in [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=89</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the FileMaker 11 Family</title>
		<link>http://www.ulearnit.com.au/blog/?p=88</link>
		<comments>http://www.ulearnit.com.au/blog/?p=88#comments</comments>
		<pubDate>Tue, 09 Mar 2010 09:00:28 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=88</guid>
		<description><![CDATA[Fanfare please! FileMaker Inc., has released their latest upgrade to the FileMaker family of products. There are new versions now shipping for FileMaker Pro, FileMaker Pro Advanced, FileMaker Server and FileMaker Server Advanced.

The FileMaker Pro products have a swag of new features that will satisfy new users and experienced developers alike. Leading the way is [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=88</wfw:commentRss>
		</item>
		<item>
		<title>FileMaker Developer Conference 2010</title>
		<link>http://www.ulearnit.com.au/blog/?p=87</link>
		<comments>http://www.ulearnit.com.au/blog/?p=87#comments</comments>
		<pubDate>Tue, 02 Mar 2010 17:36:44 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[FileMaker]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=87</guid>
		<description><![CDATA[

It's on again! The FileMaker Developer Conference 2010 in sunny San Diego. DevCon will run 15-18 August, 2010 at the Sheraton San Diego Hotel &#038; Marina. Right now you can save US$200 with the early bird enrolment. Special DevCon room rates are available but hurry because there are a limited number available.

uLearnIT is proud to [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=87</wfw:commentRss>
		</item>
		<item>
		<title>February FileMaker Functions - If and Case</title>
		<link>http://www.ulearnit.com.au/blog/?p=86</link>
		<comments>http://www.ulearnit.com.au/blog/?p=86#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:16:18 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=86</guid>
		<description><![CDATA[These logical functions test a condition and evaluate it as true or false. The If and Case functions are similar in structure and use, so they are covered together here. 


	If ( test ; resultOne ; resultTwo )
	Input: test - any test or numeric expression to be evaluated
	Output: results - any - according to the [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=86</wfw:commentRss>
		</item>
		<item>
		<title>February FileMaker Functions - Day, Month, Year, Date</title>
		<link>http://www.ulearnit.com.au/blog/?p=85</link>
		<comments>http://www.ulearnit.com.au/blog/?p=85#comments</comments>
		<pubDate>Fri, 19 Feb 2010 02:04:55 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=85</guid>
		<description><![CDATA[Now we move onto the date functions. Obviously these are used to manipulate and process dates. 

The Day, Month and Year functions take a valid date as an argument and return a number. They are used therefore to extract any of these three parts of a date.


	Day ( date )
	Month ( date )
	Year ( date [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=85</wfw:commentRss>
		</item>
		<item>
		<title>February FileMaker Functions - Random</title>
		<link>http://www.ulearnit.com.au/blog/?p=84</link>
		<comments>http://www.ulearnit.com.au/blog/?p=84#comments</comments>
		<pubDate>Thu, 18 Feb 2010 02:55:14 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=84</guid>
		<description><![CDATA[The Random function is one of the few FileMaker functions that has no parameters - it is simply the function name with no parentheses. 


	Random
	Input: none
	Output: number


As of FileMaker Pro 10.0v3, the Random function returns a random number greater than or equal to 0 and less than 1. It will never return 1. In previous [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=84</wfw:commentRss>
		</item>
		<item>
		<title>February FileMaker Functions - Mod, Div</title>
		<link>http://www.ulearnit.com.au/blog/?p=83</link>
		<comments>http://www.ulearnit.com.au/blog/?p=83#comments</comments>
		<pubDate>Tue, 16 Feb 2010 18:22:27 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=83</guid>
		<description><![CDATA[The Mod and Div functions are presented together because they share some similarities in structure and behaviour. Each takes a number and divides it by the divisor. The Mod function returns the remainder after that division; the Div function returns the number of times the divisor goes into the number (ignoring the remainder). So Mod [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=83</wfw:commentRss>
		</item>
		<item>
		<title>February FileMaker Functions - Int, Ceiling, Floor</title>
		<link>http://www.ulearnit.com.au/blog/?p=81</link>
		<comments>http://www.ulearnit.com.au/blog/?p=81#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:14:20 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=81</guid>
		<description><![CDATA[This is a group of Number functions in FileMaker Pro that return whole numbers (integers). The Int function is a lot like truncating to zero - it simply drops any decimal places. Ceiling will return the next highest whole number and Floor will return the next lowest whole number.

Ceiling and Floor return obvious results except [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=81</wfw:commentRss>
		</item>
		<item>
		<title>February FileMaker Functions - Round, Truncate</title>
		<link>http://www.ulearnit.com.au/blog/?p=82</link>
		<comments>http://www.ulearnit.com.au/blog/?p=82#comments</comments>
		<pubDate>Thu, 11 Feb 2010 00:01:33 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=82</guid>
		<description><![CDATA[We now move onto some of the Number functions in FileMaker Pro. The Round and Truncate functions perform similar actions in reducing the number of decimal places of a number. However, Round accounts for the dropped digits where Truncate does not. For example, if you round the number 12.345 to two decimal places, the result [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=82</wfw:commentRss>
		</item>
		<item>
		<title>February FileMaker Functions - Replace &#038; Substitute</title>
		<link>http://www.ulearnit.com.au/blog/?p=80</link>
		<comments>http://www.ulearnit.com.au/blog/?p=80#comments</comments>
		<pubDate>Tue, 09 Feb 2010 23:44:55 +0000</pubDate>
		<dc:creator>David Head</dc:creator>
		
		<category><![CDATA[FileMaker]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.ulearnit.com.au/blog/?p=80</guid>
		<description><![CDATA[The Replace and Substitute functions both replace strings of characters in text. Replace has more limited and specific operation than does Substitute.


	Replace (text; start; numberOfCharacters; replacementText)
	Input: text, number, number, text
	Output: text
	Substitute (text; searchString; replaceString)
	Input: text, text, text
	Output: text


The Replace function requires four parameters. You specify the text which you want modified. Then you specify where [...]]]></description>
		<wfw:commentRss>http://www.ulearnit.com.au/blog/?feed=rss2&amp;p=80</wfw:commentRss>
		</item>
	</channel>
</rss>
