<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Top IT Providers &#187; Mac</title>
	<atom:link href="http://www.topitproviders.net/index.php/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.topitproviders.net</link>
	<description>Your resource for managed IT &#38; application development information</description>
	<lastBuildDate>Fri, 04 Nov 2011 19:54:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Filemaker Tips and Tricks: To Maximize or Not to Maximize</title>
		<link>http://www.topitproviders.net/index.php/2009/09/17/78/</link>
		<comments>http://www.topitproviders.net/index.php/2009/09/17/78/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:51:57 +0000</pubDate>
		<dc:creator>Chad Sager (IT Solutions)</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.topitproviders.net/?p=78</guid>
		<description><![CDATA[Window management in a cross-platform environment using Filemaker can be a bother. Through no fault of Filemaker&#8217;s, OS X and Windows just handle windows differently. Developers have a decision to make about how to make their Filemaker app consistent for all users. First, a couple of generalizations: Most users on Windows that I know, run [...]]]></description>
			<content:encoded><![CDATA[<p>Window management in a cross-platform environment using Filemaker can be a bother.  Through no fault of Filemaker&#8217;s,  OS X and Windows just handle windows differently. Developers have a decision to make about how to make their Filemaker app consistent for all users.  First, a couple of generalizations:</p>
<ul>
<li>Most users on Windows that I know, run their applications maximized.</li>
<li>OS X users tend to have their windows open as large as they need to be to see the content, but no larger.</li>
</ul>
<p>OS X is the more forgiving of the two for a Filemaker developer.  Usually you just open the window and adjust to fit the content, and you&#8217;re done.  You&#8217;re not likely to need to adjust the window again (unless you have large differences in layout content size).  If you don&#8217;t maximize, Windows users aren&#8217;t likely to enjoy or understand the extra grey space in the gap between the Filemaker application window and the database document.  When the user decide to maximize on their own it causes problems.  If you haven&#8217;t accounted for this possibility when building your app, the user is going to become annoyed when new windows are launched and undo their maximization over and over.</p>
<p>The alternative is to maximize the window and assume they will always be maximized.  When opening new windows that are not maximized, the main interface window is restored to whatever size it was before being maximized.  When closing your pop-up window you (the developer) have to re-maximize or restore the previous window size.  Even though it&#8217;s the logical way to deal with the problem, it looks sloppy.  Especially when compared to the way things work on OS X, where there is no layout adjustment needed for a pop-up window.</p>
<p>There&#8217;s another option that you may not have thought of.  I didn&#8217;t think of it either until recently.  I had the need to run an install on timer script to open a window and grab some data periodically in the background.  As soon as I opened the solution in Windows the problem became very apparent.  Whenever the script runs, the window un-maximized.  I could always add a step to re-maximize, but again; inelegant.  What I decided to do was to fake maximize the window when the file opened.  I&#8217;d keep the window un-maximised , but fill as much of the Filemaker application window as possible, using the Get ( WindowDesktopHeight ) and Get ( WindowDesktopWidth ) functions.  This will tell you how big to make the window.  I&#8217;ve found that subtracting 4 pixels on each dimension will make the window size just right.<br />
<a href='http://www.youtube.com/watch?v=CoNWbJdQU3Q'>Fake Maximizing a window in Filemaker</a><br />
Now, no matter whether the user has the Filemaker application maximized, or only taking up part of the screen, the internal document window will be adjusted to fit just within the bounds.  This makes the windowing more consistent cross platform.  Users who habitually maximize probably won&#8217;t feel the need to since the window will be taking up all available screen real estate (less the extra space needed for the document title bar).  Enjoy. <a href="http://www.phillyfilemaker.org/wp-content/uploads/2009/09/WindowsMaximizeFakeout.fp7.zip">WindowsMaximizeFakeout Demo</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.topitproviders.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.topitproviders.net/index.php/2009/09/17/78/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Themed Color Palettes for Mac</title>
		<link>http://www.topitproviders.net/index.php/2009/08/12/themed-color-palettes-for-mac/</link>
		<comments>http://www.topitproviders.net/index.php/2009/08/12/themed-color-palettes-for-mac/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 02:39:05 +0000</pubDate>
		<dc:creator>Jason Mundok (IT Solutions)</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[color palettes]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://testblog.itsolutions-inc.com/?p=12</guid>
		<description><![CDATA[Colin Keefe, IT Solutions, reported a method for sharing color palettes on a Mac, useful if you have multiple developers working on a project and you need to keep everyone on the same color scheme. Recently on Twitter someone posted a link to Mondrianum (FREE from Lithoglyph). It&#8217;s a simple, elegant and useful tool that [...]]]></description>
			<content:encoded><![CDATA[<p>Colin Keefe, <a href="http://www.itsolutions-inc.com">IT Solutions</a>, reported a method for <a href="http://phillyfilemaker.wordpress.com/2009/02/17/sharing-color-palettes-in-a-multiple-developer-environment/">sharing color palettes on a Mac</a>, useful if you have multiple developers working on a project and you need to keep everyone on the same color scheme.<br />
<span id="more-12"></span><br />
Recently on Twitter someone posted a link to <a href="http://www.lithoglyph.com/mondrianum/" target="_blank">Mondrianum</a> (FREE from <a href="http://www.lithoglyph.com/" target="_blank">Lithoglyph</a>).  It&#8217;s a simple, elegant and useful tool that Colin shared with the <a href="http://www.phillyfilemaker.org">Philadelphia FileMaker User Group</a>.</p>
<p><img class="aligncenter" title="Mondrianum - custom color palette themes" src="http://www.lithoglyph.com/mondrianum/images/mondrianum2.png" alt="" width="280" height="576" /></p>
<p>Essentially it pulls content from the <a href="http://kuler.adobe.com/" target="_blank">Adobe Kuler</a> online community into the Mac system-wide color picker, making the color themes available in ANY Mac app that uses the system color picker (Which FileMaker does).</p>
<p>Once you&#8217;ve installed it, you can select any color theme and either view it online, or add it as a new Apple Color List.</p>
<p>If you add it as a color list, then you&#8217;ll have a new Color List in your dropdown menu in your Palette tab, and can start playing around.  <a href="http://www.lithoglyph.com/mondrianum/" target="_blank">Download</a> it now, and have fun!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.topitproviders.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.topitproviders.net/index.php/2009/08/12/themed-color-palettes-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

