<?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>CoreSolutions Software Inc.</title>
	<atom:link href="http://coresolutions.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://coresolutions.ca</link>
	<description>Software that works.</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:58:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Running SQL Queries in FileMaker</title>
		<link>http://coresolutions.ca/running-sql-queries-in-filemaker</link>
		<comments>http://coresolutions.ca/running-sql-queries-in-filemaker#comments</comments>
		<pubDate>Fri, 20 Jan 2012 18:58:36 +0000</pubDate>
		<dc:creator>Alan Bruce</dc:creator>
				<category><![CDATA[CoreFM]]></category>
		<category><![CDATA[Alan Bruce]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5923</guid>
		<description><![CDATA[Estimated Time To Read This: 2 &#8211; 3 minutes &#160;&#160;&#160;&#160;&#160; I&#8217;ve spent the last several years working on solutions using a variety of databases &#8211; primarily FileMaker, but I&#8217;ve also used MySql, SQL Server and even Oracle a time or two. One of the things I like about using SQL databases is that you can [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 2 &#8211; 3 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>I&#8217;ve spent the last several years working on solutions using a variety of databases &#8211; primarily FileMaker, but I&#8217;ve also used MySql, SQL Server and even Oracle a time or two. One of the things I like about using SQL databases is that you can join tables together pretty much on the fly. In FileMaker, if I have a calculation that requires a relationship that I haven&#8217;t defined, it means that I need to go to the relationship graph, create a new table occurrence and a new relationship. Not necessarily a big deal, but if you&#8217;ve got a lot of these calculations, your relationship graph can get complicated fairly quickly.</p>
<p>I recently came across a thread in the FM Forums discussing running SQL commands in FileMaker (<a title="FileMaker and SQL" href="http://fmforums.com/forum/topic/77127-adventures-with-filemaker-sql/" target="_blank">click here</a> to view it). It is possible to run SQL commands in FileMaker &#8211; there&#8217;s just nothing in the FileMaker interface that allows you to do so. It is possible using plugins though. There are several plugins that allow you to do this &#8211; among them are <strong>ScriptMaster Advanced</strong> (360Works), <strong>DoSQL</strong> (SH Partners / MyFMButler) and <strong>MMQuery</strong> (CNS). I did some testing using DoSQL, but the article above discusses the other plugins as well. It&#8217;s actually fairly easy to use &#8211; below I have a simple calculation that I created:</p>
<p>mFMb_DoSQL( &#8220;select name, province from company where country=&#8217;CA&#8217;&#8221; )</p>
<p>If you aren&#8217;t familiar with SQL, this statement simply retrieves the contents of the name and province field from the company table (note &#8211; you need to use a table occurrence name here, not the table name), where the value of the country field is CA. This statement is then run through function mFMb_DoSQL &#8211; below is a sample result:</p>
<p>CoreSolutions Software|ON¤Test Company|ON</p>
<p>By default, fields are separated by the &#8216;|&#8217; character, and records are separated by &#8216;¤&#8217; ( although there are functions that allow to change those values). So in this case two records have been returned &#8211; one for CoreSolutions Software in Ontario, and Test Company in Ontario.</p>
<p>While I haven&#8217;t had a chance to use this in a full solution, it&#8217;s something I&#8217;d definitely like to use in the future. I can definitely see it being useful, and a good way to cut down some of the complication in the relationship graph.</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;linkname=Running%20SQL%20Queries%20in%20FileMaker" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;count=none&amp;text=Running%20SQL%20Queries%20in%20FileMaker" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;count=none&amp;text=Running%20SQL%20Queries%20in%20FileMaker" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Frunning-sql-queries-in-filemaker&amp;title=Running%20SQL%20Queries%20in%20FileMaker" id="wpa2a_6">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/running-sql-queries-in-filemaker/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful Firefox Add-ons</title>
		<link>http://coresolutions.ca/useful-firefox-add-ons</link>
		<comments>http://coresolutions.ca/useful-firefox-add-ons#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:00:36 +0000</pubDate>
		<dc:creator>Alan Bruce</dc:creator>
				<category><![CDATA[CorePHP]]></category>
		<category><![CDATA[Add-on]]></category>
		<category><![CDATA[Alan Bruce]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resource]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5914</guid>
		<description><![CDATA[Estimated Time To Read This: 2 minutes &#160;&#160;&#160;&#160;&#160; Just a quick post as I get back into things after the holidays. While I&#8217;ve had a chance to use most browsers (Internet Explorer, Opera, Chrome, Safari, etc) I tend to use FireFox day to day, so it&#8217;s no surprise that I do most of my testing [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 2 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>Just a quick post as I get back into things after the holidays. While I&#8217;ve had a chance to use most browsers (Internet Explorer, Opera, Chrome, Safari, etc) I tend to use FireFox day to day, so it&#8217;s no surprise that I do most of my testing and development on it. One of the nice things about modern browsers is that they allow you to use add-ons, and there are a number of them that are useful for web development. Here are a couple that I use.</p>
<p><span style="text-decoration: underline;">Firebug</span></p>
<p>Firebug is a good, all purpose add-on that lets you view and debug HTML, Javascript and CSS on live webpages. I mostly use it for debugging Javascript, and it works well for that. There&#8217;s an extension for this called FirePHP that lets you use the FireBug consol to debug PHP code, but I haven&#8217;t really used it much.</p>
<p><span style="text-decoration: underline;">Webdeveloper</span></p>
<p>Mostly I use this for looking at CSS on a page, but it&#8217;s also useful for letting you view the structure of a page, viewing form information, outlining and highlighting elements like tables, links, etc on a page.</p>
<p><span style="text-decoration: underline;">YSlow</span></p>
<p>This is a handy little plugin from Yahoo; it monitors a page while it loads and gives a break down of how long it takes to render/load each section (javascript files, images, etc). Pretty good for finetuning a page if it&#8217;s particularly slow.</p>
<p><span style="text-decoration: underline;">HTML Validator</span></p>
<p>HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing.</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;linkname=Useful%20Firefox%20Add-ons" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;count=none&amp;text=Useful%20Firefox%20Add-ons" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;count=none&amp;text=Useful%20Firefox%20Add-ons" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Fuseful-firefox-add-ons&amp;title=Useful%20Firefox%20Add-ons" id="wpa2a_12">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/useful-firefox-add-ons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving Space On Layouts With Checkboxes</title>
		<link>http://coresolutions.ca/saving-space-on-layouts-with-checkboxes</link>
		<comments>http://coresolutions.ca/saving-space-on-layouts-with-checkboxes#comments</comments>
		<pubDate>Wed, 21 Dec 2011 14:54:59 +0000</pubDate>
		<dc:creator>Matthew Leering</dc:creator>
				<category><![CDATA[CoreFM]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Matthew Leering]]></category>
		<category><![CDATA[modal window]]></category>
		<category><![CDATA[pop-up]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[portable]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5881</guid>
		<description><![CDATA[My relationship with checkboxes has been one of those love/hate ones.  They're amazing because they allow for text to be entered exactly how I want it to be, but they're a pain in the butt because of the fact that ones using large value-lists take up so much screen real-estate.  Well, I've started taking a new approach to handling them, and I think it's a relatively elegant one, so wanted to share it with you.  This technique will let you enjoy the benefits of the tidy data-entry that checkboxes allow for without sacrificing any more real-estate than a typical textbox would.]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 4 &#8211; 6 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>My relationship with checkboxes has been one of those love/hate ones.  They&#8217;re amazing because they allow for text to be entered <strong>exactly</strong> how I want it to be, but they&#8217;re a pain because of the fact that checkboxes with large value lists take up so much screen real-estate.  Well, I&#8217;ve started taking a new approach to handling them, and I think it&#8217;s a relatively elegant one, so wanted to share it with you.  This technique will let you enjoy the benefits of the tidy data-entry that checkboxes allow for without sacrificing any more real-estate than a typical text box would.</p>
<p>To explain how I use this technique, I&#8217;m going to have to start by naming some fields for you &#8212; this should make things easier to follow.</p>
<p>Let&#8217;s say that I have a field on my layout called &#8220;languages&#8221;.  It&#8217;s the one that you would normally have displayed as a checkbox, but I&#8217;m displaying it as a plain text box.</p>
<p>Even though it&#8217;s on my layout, and is enterable in browse mode, it&#8217;s not going to be immediately visible to any users of your database system.  The reason behind that is because it&#8217;s actually covered up with another field.  We&#8217;ll call that field &#8220;zc__languages&#8221;.</p>
<p>zc__languages is defined as a calculation field with the following definition.</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">zc__languages</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://coresolutions.ca/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://coresolutions.ca/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://coresolutions.ca/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://coresolutions.ca/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;">Substitute <span class="br0">&#40;</span> languages <span class="sy0">;</span> <span class="st0">&quot;¶&quot;</span> <span class="sy0">;</span> <span class="st0">&quot;, &quot;</span> <span class="br0">&#41;</span></pre></div></div>
<p>All that does is replace every carriage return with a comma followed by a space.  This field will also be displayed as a text box, but will be non-enterable in browse mode.  It will be placed directly on top of  your languages field.</p>
<p>The end result will look something like this</p>
<p><a href="http://coresolutions.ca/wp-content/uploads/2011/12/Languages-Small.jpg" rel="lightbox[5881]" title="Languages (Small)"><img class="alignleft size-full wp-image-5882" title="Languages (Small)" src="http://coresolutions.ca/wp-content/uploads/2011/12/Languages-Small.jpg" alt="" width="303" height="35" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We&#8217;ve already saved ourselves quite a bit of screen real-estate, however, we don&#8217;t have the benefits of the checkbox for data-entry any longer.  In order to get the benefits of the checkbox back, you&#8217;ll need to do a little bit of scripting.</p>
<p>The script that I&#8217;m using will require:</p>
<ul>
<li>a global text field &#8220;zv__temporaryStorage__gt&#8221;</li>
<li>a layout &#8220;Temporary Storage&#8221; that displays zv__temporaryStorage__gt using a checkbox set linked to the proper value list.</li>
<li>a script &#8220;Display Value List&#8221;</li>
</ul>
<p>&nbsp;</p>
<p>zv__temporaryStorage__gt is defined as a global text field because when it&#8217;s a global field like this, it will allow multiple users to enter values into it at the same time.</p>
<p>The Script is the trickiest part.<br />
First, you should define the script to be called as a script trigger onObjectEnter, and attach it to your &#8220;languages&#8221; field.</p>
<p>When the script runs, it will analyze the current field, and extract both its contents, and its fieldName&#8230; storing those into separate variables ($fieldName and $fieldContents)  to be used later.  Within the script, you will want to set the value of zv__temporaryStorage__gt so that it becomes equal to $fieldContents.  Once this has been done, you will want to open a new window, go to the Temporary Storage layout, size it, center it etc.  By the time it appears on the user&#8217;s screen&#8230; it will look to the user like they&#8217;re still in the same field.</p>
<p><a href="http://coresolutions.ca/wp-content/uploads/2011/12/Languages-Popup-Browse.jpg" rel="lightbox[5881]" title="Languages Popup (Browse)"><img class="alignleft size-thumbnail wp-image-5883" title="Languages Popup (Browse)" src="http://coresolutions.ca/wp-content/uploads/2011/12/Languages-Popup-Browse-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>When finished with this checkbox, the user should have to perform some kind of action in order to signal that they are done.  At that point in time, you will grab the new contents of zv__temporaryStorage__gt, and write it back to the original languages field.</p>
<p>In my particular case, I displayed the Temporary Storage layout in a modal pop-up window, so the user had to hit OK or Cancel in order to move away from it.  I also took this a few steps further, and re-used this layout for multiple value lists by taking advantage of a hidden tab panel trick.  One of the hidden tab panels on this layout is used for a simple text box instead of a checkbox, and I&#8217;m able to use that for almost anything!</p>
<p>Are you already using a similar technique?  Got any ideas on how I can further expand upon this idea?  I would love to hear from you!</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;linkname=Saving%20Space%20On%20Layouts%20With%20Checkboxes" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;count=none&amp;text=Saving%20Space%20On%20Layouts%20With%20Checkboxes" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;count=none&amp;text=Saving%20Space%20On%20Layouts%20With%20Checkboxes" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Fsaving-space-on-layouts-with-checkboxes&amp;title=Saving%20Space%20On%20Layouts%20With%20Checkboxes" id="wpa2a_14">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/saving-space-on-layouts-with-checkboxes/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sharing Time and Experiences Together.</title>
		<link>http://coresolutions.ca/sharing-time-and-experiences-together</link>
		<comments>http://coresolutions.ca/sharing-time-and-experiences-together#comments</comments>
		<pubDate>Thu, 15 Dec 2011 20:18:31 +0000</pubDate>
		<dc:creator>kclavet</dc:creator>
				<category><![CDATA[CoreBusiness]]></category>
		<category><![CDATA[Holidays]]></category>
		<category><![CDATA[Keith]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5892</guid>
		<description><![CDATA[Estimated Time To Read This: 1 &#8211; 2 minutes &#160;&#160;&#160;&#160;&#160; Each Christmas season I love the effort we splurge on to connect with friends and family. These are people we talk to on the phone, text, watch on Facebook, LinkedIn, and Twitter – we know more about their whereabouts and life than we did 20 [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 1 &#8211; 2 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>Each Christmas season I love the effort we splurge on to connect with friends and family. These are people we talk to on the phone, text, watch on Facebook, LinkedIn, and Twitter – we know more about their whereabouts and life than we did 20 years ago when we saw them regularly: so why do we go through all the effort of planning events just so we can ‘connect’ when we really have never stopped connecting.</p>
<p>The reality is there is no substitute for seeing the people who are important to you face to face. In a digital age of ‘connectedness’ we are full of information, but lack the main point of relationships – sharing time and experiences together.</p>
<p>It is the same for business: saving time to make contact with people is essential to understanding them and their needs.</p>
<p>Now, I am adamant on the value of technology in keeping teams located all over the world updated on their tasks and project progress, but at the end of the day I will always save time and take every opportunity to connect in person.</p>
<p>Remember the role of technology: to make doing tasks easier. If you use is exclusively then you have missed its point – how bad has it gotten for you? If at your next teleconference you can hear all you attendees in the cubes around you talking, then you have taken it too far&#8230; get a room next time.</p>
<p>Happy Holidays.</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;linkname=Sharing%20Time%20and%20Experiences%20Together." title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;count=none&amp;text=Sharing%20Time%20and%20Experiences%20Together." scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;count=none&amp;text=Sharing%20Time%20and%20Experiences%20Together." scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Fsharing-time-and-experiences-together&amp;title=Sharing%20Time%20and%20Experiences%20Together." id="wpa2a_20">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/sharing-time-and-experiences-together/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restricted Access to Resources</title>
		<link>http://coresolutions.ca/restricted-access-to-resources</link>
		<comments>http://coresolutions.ca/restricted-access-to-resources#comments</comments>
		<pubDate>Thu, 08 Dec 2011 19:39:10 +0000</pubDate>
		<dc:creator>Ron Grigg</dc:creator>
				<category><![CDATA[CoreProducts]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[PD Place]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5872</guid>
		<description><![CDATA[Estimated Time To Read This: 2 &#8211; 3 minutes &#160;&#160;&#160;&#160;&#160; The Resource module of PD Place provides a great respository for documents, videos and web sites that can enhance their professional development. An item added to the resources of PD Place can be restricted to public or private users, but in general your employees will [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 2 &#8211; 3 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>The Resource module of PD Place provides a great respository for documents, videos and web sites that can enhance their professional development. An item added to the resources of PD Place can be restricted to public or private users, but in general your employees will have full access to all of the content.</p>
<p>It is also possible to link specific resources to any number of in-services via the in-service detail screen. If you do this, then users who view the in-service detail information screen, will be provided with links to the associated resources directly from this screen.</p>
<p>All of the above has been in place for most of the life of PD Place. However, in version 3.7 and higher, a new field was added which provides a powerful tool in situations where you want to restrict who has access to certain resources.  This new field is available during resource creation and can also be toggled on or off by those with access to the the resource detail screen.</p>
<p>The new field on the resource detail screen is shown below:</p>
<p><img class="alignnone size-full wp-image-5873" src="http://coresolutions.ca/wp-content/uploads/2011/12/Resource-Restriction-Field.jpg" alt="" width="484" height="86" /></p>
<p>Setting this field to &#8220;YES&#8221; has the following affect:</p>
<p>a) Any user who does not have data entry access rights (General Users, etc), will not be able to see the existance of the resource unless they are currently registered in an in-service linked to this resource. This is true for all the resource module search methods. The links on the in-service information screen will also not appear until the user is actually in an attending status. Those on a waiting list or pending payment can not access the information.</p>
<p>b) Any user with data entry access rights will still be able to see the resource regardless of the setting fo this field.</p>
<p>This can prove to be an extremely useful feature in situations such as:</p>
<p>a) You must pay copyright or usage fees when a resource is used. In these cases you know exactly how many individuals you have accessing the information based on the in-service attendace lists.</p>
<p>b) You can limit the number of potential individuals accessing large resources or resource restricted to certain employee groups.</p>
<p>I am sure there are also many more uses of this functionality in the professional development environment.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;linkname=Restricted%20Access%20to%20Resources" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;count=none&amp;text=Restricted%20Access%20to%20Resources" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;count=none&amp;text=Restricted%20Access%20to%20Resources" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Frestricted-access-to-resources&amp;title=Restricted%20Access%20to%20Resources" id="wpa2a_26">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/restricted-access-to-resources/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhancing Your Website with JQuery</title>
		<link>http://coresolutions.ca/enhancing-your-website-with-jquery</link>
		<comments>http://coresolutions.ca/enhancing-your-website-with-jquery#comments</comments>
		<pubDate>Wed, 30 Nov 2011 14:34:37 +0000</pubDate>
		<dc:creator>Alan Bruce</dc:creator>
				<category><![CDATA[CorePHP]]></category>
		<category><![CDATA[Alan Bruce]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5858</guid>
		<description><![CDATA[Estimated Time To Read This: 2 &#8211; 3 minutes &#160;&#160;&#160;&#160;&#160; More and more recently I&#8217;ve found that I&#8217;ve had to add Javascript functionality to my PHP based websites; from something simple like hiding/displaying sections of a webpage based on user input to adding in UI features like Datepickers, menus, tabs, etc to using Ajax to [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 2 &#8211; 3 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>More and more recently I&#8217;ve found that I&#8217;ve had to add Javascript functionality to my PHP based websites; from something simple like hiding/displaying sections of a webpage based on user input to adding in UI features like Datepickers, menus, tabs, etc to using Ajax to modify the contents of a page. While it&#8217;s possible to do all of this from scratch, it&#8217;s time consuming &#8211; and most of it has probably already been done by someone else. That&#8217;s where Javacript libraries come in &#8211; they allow you to easily perform the actions I&#8217;ve mentioned above, along with many others. There are several Javascript libraries out there (Prototype, scrip.aculo.us, etc), but I&#8217;ll talk about JQuery and JQuery UI in this article. I won&#8217;t go too in depth, but it should give you enough to get started.</p>
<p>Using JQuery is pretty simple &#8211; a simple command looks something like this:</p>
<p>$(&#8220;#content&#8221;).hide(&#8220;slow&#8221;);</p>
<p>This will take an element on your page (a div, table, etc) with an id of &#8220;content&#8221;, and make it slowly disappear. To make the same element appear, you would use something like:</p>
<p>$(&#8220;#content&#8221;).show(&#8220;slow&#8221;);</p>
<p>This allows you to do a lot with a very small amount of code. For example, if you wanted to apply a style that you created (let&#8217;s call it &#8216;blue&#8217;) to all links on the page, you could do it as follows:</p>
<p>$(&#8220;a&#8221;).addClass(&#8220;blue&#8221;);</p>
<p>These are only a couple of examples; there are a lot of things you can do with JQuery like getting the contents of an input field on a form, writing HTML code to the page, write AJAX commands, etc. As I said above, it&#8217;s nothing that you couldn&#8217;t build yourself in javascript. but the code is easier to write and easier to read.</p>
<p>Adding in JQueryUI makes things even more interesting. JQueryUI is an extension to JQuery that allows you to easily add in some standard widgets like Date Pickers, Progress bars and Autocomplete, and allows you to do some interesting effects like dragging items, making part of your webpage resizeable, etc. As with JQuery, the code is pretty simple. For example, to add a datepicker to an input field on a form is as simple as:</p>
<p>$( &#8220;#datepicker&#8221; ).datepicker();</p>
<p>As with JQuery itself, there&#8217;s a lot more that you can do with JQueryUI. To get started, and to read more about how to use both these libraries, you just need to go the websited (jquery.com for JQuery, and jqueryui.com for JQuery UI), and download the latest versions of each. Both sites offer fairly extensive demos and tutorials to get you started.</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;linkname=Enhancing%20Your%20Website%20with%20JQuery" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;count=none&amp;text=Enhancing%20Your%20Website%20with%20JQuery" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;count=none&amp;text=Enhancing%20Your%20Website%20with%20JQuery" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Fenhancing-your-website-with-jquery&amp;title=Enhancing%20Your%20Website%20with%20JQuery" id="wpa2a_32">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/enhancing-your-website-with-jquery/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>High Quality Professional Development Requires a PD Management System to Improve Student Achievement</title>
		<link>http://coresolutions.ca/high-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement</link>
		<comments>http://coresolutions.ca/high-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement#comments</comments>
		<pubDate>Thu, 24 Nov 2011 15:05:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[CoreProducts]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[PD management]]></category>
		<category><![CDATA[PD Place]]></category>
		<category><![CDATA[Professional Development]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5851</guid>
		<description><![CDATA[Estimated Time To Read This: 3 &#8211; 5 minutes &#160;&#160;&#160;&#160;&#160; You don’t have to take it from me.   A quick google search of the terms, “professional development” and “student achievement” will provide a profusion of scholarly articles that discuss the merits of teacher professional development and the direct correlation between it and student achievement.  We [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 3 &#8211; 5 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p><a href="http://coresolutions.ca/wp-content/uploads/2011/11/1368546_81570615.jpg" rel="lightbox[5851]" title="1368546_81570615"><img class="alignright size-medium wp-image-5853" title="1368546_81570615" src="http://coresolutions.ca/wp-content/uploads/2011/11/1368546_81570615-300x200.jpg" alt="" width="300" height="200" /></a>You don’t have to take it from me.   A quick google search of the terms, “professional development” and “student achievement” will provide a profusion of scholarly articles that discuss the merits of teacher professional development and the direct correlation between it and student achievement.  We all know that staff excel when they possess the skills and knowledge to fulfill their role as educational thought leaders and students excel when they are provided with the best possible learning environment.   To create this ideal learning experience, well-planned, thorough staff professional development is a necessary component for success.  But that’s not all!</p>
<p>Ask yourself this:  How will I organize, track and manage our professional development programs?  It’s true that your professional development content (whether on-demand and online or facilitated live and on-site) is a crucial aspect of the PD process, but so too is the management of the logistics behind the professional development days.  Success is not dependant on one or the other, but both.  To improve student achievement and increase graduation rates, content necessarily requires management (or framework) and vice versa.  When your content lacks framework, your organization suffers.</p>
<p>Consider your professional development content to be akin to bricks and cement and your framework to be similar to a “blueprint for a bridge.”  To build that bridge, you require knowledgeable and proficient staff that are capable of creating a solid structure.  Your students will utilize this bridge to journey to wherever the other side will take them, so you want to be certain that this foundation is firm so that no one looses their way.  You could ask your staff to build the bridge without the blueprint and solely with the materials at hand, but this will likely result in “trial and error.”  Consequently, your staff will be bogged down with managing the logistics of bridge-making and focusing less time on what they do best.  With a “step-by-step blueprint,” building a bridge can be done with ease and your staff will be free to guide and mentor your students across the structure and through the educational landscape.</p>
<p>PD Place is your blueprint for success!  PD Place will assist your staff in reaching their career goals and your students will benefit from the best possible learning experience there is to offer.  All staff will be kept up-to-date on all professional development opportunities that pertain to their profile and all members of your team will be kept in the “information loop.”  If the inevitable scheduling change does arise, PD Place will handle the clerical duties and notify all registrants of the new course details via email.  Clerical staff will feel satisfied knowing that PD Place automates all confirmation emails, course reminder emails and any other emails relating to scheduling changes, thereby freeing up valuable time for more pressing matters.  If you offer professional development opportunities that require payment, PD Place can manage those payments online and will provide your members will an email receipt.</p>
<p>PD Place provides you with a high level of organization that will increase the overall efficiency of your institution, will offer you newfound transparency and accountability and will streamline and expedite your PD programs.  PD Place provides the necessary framework to manage your professional development course offerings and subsequently, will assist in improving student achievement.  Attempting to generate effective professional development programs with high quality content but lacking the proper framework is like trying to build a bridge with bricks and cement but without a proper blueprint.  The best bridge-makers always use high quality materials and a well-established blueprint to reach their objective.</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;linkname=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;count=none&amp;text=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;count=none&amp;text=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Fhigh-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement&amp;title=High%20Quality%20Professional%20Development%20Requires%20a%20PD%20Management%20System%20to%20Improve%20Student%20Achievement" id="wpa2a_38">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/high-quality-professional-development-requires-a-pd-management-system-to-improve-student-achievement/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power of Collaboration</title>
		<link>http://coresolutions.ca/the-power-of-collaboration</link>
		<comments>http://coresolutions.ca/the-power-of-collaboration#comments</comments>
		<pubDate>Tue, 22 Nov 2011 15:47:44 +0000</pubDate>
		<dc:creator>Carl Hughes</dc:creator>
				<category><![CDATA[CoreBusiness]]></category>
		<category><![CDATA[ATLE]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[PD Place]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5846</guid>
		<description><![CDATA[Estimated Time To Read This: 2 &#8211; 3 minutes &#160;&#160;&#160;&#160;&#160; I recently had the pleasure to attend the annual ATLE (Alberta Technology Leaders in Education) Conference in Red Deer, Alberta.  I go to many educational conferences and always come away with the impression that the people who attend these events are dedicated, committed and most [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 2 &#8211; 3 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>I recently had the pleasure to attend the annual ATLE <a href="http://atle.memberlodge.org/">(Alberta Technology Leaders in Education)</a> Conference in Red Deer, Alberta.  I go to many educational conferences and always come away with the impression that the people who attend these events are dedicated, committed and most importantly they care.  They really believe in what they are doing and are always looking for ways to improve and benefit their staff and the children whose education they are responsible for.</p>
<p>I believe the best thing that comes from events such as these, is the collaboration between people with a common goal. I had the pleasure to sit with a group of people for dinner one evening and they were all talking about the issues that they were facing at their various school districts.  One lady mentioned that they had a resource library that their staff had access to but it was empty as nobody had the time to create the content for it.  A member of another school district immediately offered their content for them as a starting point and said they found the same thing when they started but once there was a little content there people started adding to it, modifying it, creating it and all that was needed was a little something to start it all off.</p>
<p>That led on to another conversation from another school district about a resource they had found online which provides content and only asks in return that when you add something new to your own library that you upload it to them as well.  The words were – take all that you need and when you are ready to give back do so.</p>
<p>Maybe these people would have found each other online or by email or some other way but to watch it all unfold in front of me – with people face to face – collaborating in the true sense of the word was amazing.</p>
<p>The other great thing about this conference is their twitter feed which is just another way of collaborating with a wider audience.  There was even someone from Scotland following the ATLE twitter feed!  People were offering information, links, insights and commentary on things that matter to this group.  People from far and wide all collaborating on a common goal.</p>
<p>Well done ATLE – keep up the great work!</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;linkname=The%20Power%20of%20Collaboration" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;count=none&amp;text=The%20Power%20of%20Collaboration" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;count=none&amp;text=The%20Power%20of%20Collaboration" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Fthe-power-of-collaboration&amp;title=The%20Power%20of%20Collaboration" id="wpa2a_44">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/the-power-of-collaboration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why business needs to be honest</title>
		<link>http://coresolutions.ca/why-business-needs-to-be-honest</link>
		<comments>http://coresolutions.ca/why-business-needs-to-be-honest#comments</comments>
		<pubDate>Thu, 17 Nov 2011 14:56:37 +0000</pubDate>
		<dc:creator>Kyle Mayer</dc:creator>
				<category><![CDATA[CoreBusiness]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Honesty]]></category>
		<category><![CDATA[Kyle Mayer]]></category>
		<category><![CDATA[Morals]]></category>
		<category><![CDATA[Truth]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5754</guid>
		<description><![CDATA[Estimated Time To Read This: 3 &#8211; 4 minutes &#160;&#160;&#160;&#160;&#160; In the modern business environment we know that relationships are everything. Honesty is a crucial component for any relationship. As the selling marketplace changes to a more online environment, trust becomes more challenging. This is why businesses need to be honest all the time. Word [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 3 &#8211; 4 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>In the modern business environment we know that relationships are everything. Honesty is a crucial component for any relationship. As the selling marketplace changes to a more online environment, trust becomes more challenging. This is why businesses need to be honest all the time. Word of mouth travels fast and to build long term success we have to make sure that every customer is satisfied, which starts with honesty and trust.<a href="http://coresolutions.ca/wp-content/uploads/2011/10/true.jpg" rel="lightbox[5754]" title="True Honesty"><img class="alignright size-medium wp-image-5756" title="True Honesty" src="http://coresolutions.ca/wp-content/uploads/2011/10/true-300x215.jpg" alt="" width="300" height="215" /></a></p>
<p>Being honest has other benefits too. When you are completely honest, expectations become very clear. It is hard not to live up to expectations when you are completely transparent as to what you can and can’t do. Also honesty can help weed out poor prospects that may end up being a waste of time otherwise.</p>
<p>Does this mean that by being honest you will lose business? The answer is &#8211; potentially, in the short term. If your product does not have clear benefits for a customer, they may choose to go to a competitor, but the odds are that they’ll remember you and your honesty. Customers may initially go to another supplier for a comparable product but you will be top of mind when they are looking to replace their current system/product. Additionally, if the current product does not live up to expectations, you will be the first person that the customer will call. The key here is that you have to really understand what your customer is looking for, and demonstrate how your product meets those needs. You must do this without dodging and avoiding questions or topics. This is easier said than done.</p>
<p>I would like to use a real world example. When I used to work retail, I would often have customers come in to the store I worked at and ask questions. I would give them the most honest answers I could. If our products couldn’t meet their needs (often price) and a competitor had something that could, I would let them know. I would leave the decision in their hands. Sometimes the people would buy our product because “I had been so helpful” and other times they would go and purchase the competitors product. I felt good knowing that I was actually helping people make decisions based on what they needed instead of just what I was selling. Even if those people left to purchase their product somewhere else, they would most often return later when they needed something else and look to speak to me. I may not have gotten the sale at the time but I would build trust and have customers coming back because of the relationship I built. Of course this is just a simple example and as you move to a more complex selling environment; the relationships you build are the backbone of your sales and business. Honesty in any relationship is key.</p>
<p align="center"><strong>Key Thoughts</strong></p>
<p>Being honest is easy if you can objectively evaluate your product and find out exactly where you can help a prospect, but don’t exaggerate or make promises that are not able to be kept. It doesn’t help anyone and breaks any trust that you may have established.</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;linkname=Why%20business%20needs%20to%20be%20honest" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;count=none&amp;text=Why%20business%20needs%20to%20be%20honest" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;count=none&amp;text=Why%20business%20needs%20to%20be%20honest" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Fwhy-business-needs-to-be-honest&amp;title=Why%20business%20needs%20to%20be%20honest" id="wpa2a_50">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/why-business-needs-to-be-honest/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FileMaker on the Web &#8211; which technology do I use?</title>
		<link>http://coresolutions.ca/filemaker-on-the-web-which-technology-do-i-use</link>
		<comments>http://coresolutions.ca/filemaker-on-the-web-which-technology-do-i-use#comments</comments>
		<pubDate>Wed, 09 Nov 2011 18:37:52 +0000</pubDate>
		<dc:creator>Alan Bruce</dc:creator>
				<category><![CDATA[CoreFM]]></category>
		<category><![CDATA[Alan Bruce]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://coresolutions.ca/?p=5820</guid>
		<description><![CDATA[Estimated Time To Read This: 2 &#8211; 4 minutes &#160;&#160;&#160;&#160;&#160; I&#8217;ve done a couple of posts now on viewing FileMaker databases over the web via different methods &#8211; Instant Web publishing, using Site Assistant to build a PHP based site; using custom web publishing and FileMaker&#8217;s API to build a PHP based website from scratch. [...]]]></description>
			<content:encoded><![CDATA[<div class='readingTime'>
<h3>Estimated Time To Read This: 2 &#8211; 4 minutes &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
<p><br/></div>
<p>I&#8217;ve done a couple of posts now on viewing FileMaker databases over the web via different methods &#8211; Instant Web publishing, using Site Assistant to build a PHP based site; using custom web publishing and FileMaker&#8217;s API to build a PHP based website from scratch. Each technology has their has their Pros and Cons, but which one is the best one to use? There&#8217;s no cut and dried answer to that question; it really depends on a number of things. If you are familiar with FileMaker but don&#8217;t have the interest (or time) to learn PHP, then instant web publishing will work pretty well &#8211; you don&#8217;t get exactly them same functionality in IWP that you would on the desktop, but it&#8217;s getting closer with each version of FileMaker. It&#8217;s also easier to make changes using IWP than it would be with PHP. Need to add a field, or move it? Just go into FileMaker and make the change and that&#8217;s pretty much it.</p>
<p>One place you will hit a problem with is the number of users. Right now, FileMaker server has a hard limit of 100 simultaneous users. If you&#8217;re building a system that&#8217;s only going to be used by yourself or your company (assuming that your company has less that 100 potential users) then that&#8217;s more than enough, but if you&#8217;ve got a website that&#8217;s going to be hit by a lot of people (even if it&#8217;s for a short period of time), then you could have some problems with IWP &#8211; once that 100th person logs on, that&#8217;s it; no one else can get in until somebody logs out. IF you hit this scenario, then it may be time to make a change.</p>
<p>So why would custom web publishing be different? It still has the same 100 connection limit doesn&#8217;t it? Well, yes, but the way it&#8217;s handled is different. With IWP, once a user logs on, they use one of those 100 connections until they log off (or they time out) &#8211; so they could in theory use up that slot all day. With CWP, the connection is only used as long as it takes PHP to get the data it needs from the database &#8211; usually less than a second. So you still only have 100 connections at a time, but since they are only being used for a fraction  of a second, it increases the number of users you can have on your site.</p>
<p>So what&#8217;s the best approach to publishing FileMaker data on the web? There really isn&#8217;t one &#8211; any of the current solutions is viable. You might even use more than one of them in the life cycle of a database &#8211; you could start off in IWP for the ease of development, but once your site gets bigger, you might get a web developer in (or learn PHP your self) and switch over to custom web publishing. There&#8217;s no right or wrong approach &#8211; just what&#8217;s best for you and your database.</p>
<p><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="Email" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="Email"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="Delicious" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="Digg" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="Reddit" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;linkname=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://coresolutions.ca/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;count=none&amp;text=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;counturl=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;count=none&amp;text=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcoresolutions.ca%2Ffilemaker-on-the-web-which-technology-do-i-use&amp;title=FileMaker%20on%20the%20Web%20%26%238211%3B%20which%20technology%20do%20I%20use%3F" id="wpa2a_56">Other Sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://coresolutions.ca/filemaker-on-the-web-which-technology-do-i-use/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

