<?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>Assure HSC &#124; Blog</title>
	<atom:link href="http://assurehsc.ie/blog/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://assurehsc.ie/blog</link>
	<description>Technology and Safety</description>
	<lastBuildDate>Tue, 23 Nov 2010 20:34:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Referencing Objects</title>
		<link>http://assurehsc.ie/blog/index.php/2010/08/referencing-objects/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/08/referencing-objects/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 12:11:48 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[LC Designer]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[XFA Form]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=317</guid>
		<description><![CDATA[When referencing objects in LiveCycle Designer ES2, you need to ensure that you are providing a sufficiently complete reference to the objects. If you do &#8211; the script will work; whereas if you don&#8217;t &#8211; the script may fail silently. A sample form is available here. Tip 1: name objects as you go! First off [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F08%2Freferencing-objects%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F08%2Freferencing-objects%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>When referencing objects in LiveCycle Designer ES2, you need to ensure that you are providing a sufficiently complete reference to the objects. If you do &#8211; the script will work; whereas if you don&#8217;t &#8211; the script may fail silently.</p>
<p><span id="more-317"></span></p>
<p><a title="Click here to open the sample in a new window..." href="http://assurehsc.ie/blog/wp-content/uploads/2010/08/2010-08-01-Referencing-Objects-A.pdf" target="_blank"><strong>A sample form is available here</strong></a>.</p>
<p><strong><span style="color: #003300;"><span style="text-decoration: underline;">Tip 1:</span> name objects as you go!</span></strong></p>
<p>First off you should name objects as you develop your form. This applies to pages, subforms and other objects like textFields and numericFields. When objects are named it makes it so much easier to reference them in script.  For example if we take an object (&#8220;myTextField&#8221;) which is inside a subform (&#8220;mySubform&#8221;), then referencing this object from outside the subform is straightforward:</p>
<blockquote><p><em>this.rawValue = mySubform.myTextField.rawValue;</em></p></blockquote>
<p>On the other hand if the subform is not named, it has to be resolved in the script first:</p>
<blockquote><p><em>this.rawValue = xfa.resolveNode(&#8220;#subform[1].myTextField&#8221;).rawValue;</em></p></blockquote>
<p>Both of the above scripts will work; however the second takes additional resources (xfa.resolveNode) and makes the script logic difficult to follow.</p>
<p><strong><span style="color: #003300;"><span style="text-decoration: underline;">Tip 2:</span> use Control+Click to insert references</span></strong></p>
<p>LC Designer ES2 has a very handy tool, where you can insert the right amount of the object&#8217;s reference that is needed in the script. When you are in the script editor, hover your mouse over the object that you want to reference in your script. When you press and hold the Control key, you will notice that the mouse changes to a &#8216;V&#8217;. Now when you click the object, LC Designer ES2 will insert the correct reference into the script.</p>
<p>This feature is extremely useful and you should get into the habit of using it. Two big benefits:</p>
<ul>
<li>Your object references will be correct.</li>
<li>You will be quicker scripting events.</li>
</ul>
<p><span style="text-decoration: underline;"><span style="color: #003300;"><strong>A demonstration</strong></span></span></p>
<p>The <a title="Click here to open the sample..." href="http://assurehsc.ie/blog/wp-content/uploads/2010/08/2010-08-01-Referencing-Objects.pdf" target="_blank"><strong>sample</strong></a> provides examples of how different objects are referenced, depending on the relative path in-between the objects.</p>
<p>On each pages there are three &#8216;lights&#8217; that are controlled by their respective on/off button. In addition each page has a toggle state button, that controls each of the on/off buttons.</p>
<p>The main difference between the four pages is the manner in which objects are wrapped in subforms.</p>
<p>Notice that on page 4, the subforms have the same name, which allows the forms developer to use a loop script.</p>
<p>The form is available <strong><a title="Click here to open the form..." href="http://assurehsc.ie/blog/wp-content/uploads/2010/08/2010-08-01-Referencing-Objects-A.pdf" target="_blank">here</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/08/referencing-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client&#8217;s Duties under the Construction Regulations</title>
		<link>http://assurehsc.ie/blog/index.php/2010/07/clients-duties-under-the-construction-regulations/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/07/clients-duties-under-the-construction-regulations/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 23:16:08 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Safety]]></category>
		<category><![CDATA[eLearning]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=279</guid>
		<description><![CDATA[&#8220;Achieving compliance in a cost efficient manner&#8221; &#8211; elearning can help your organisation to communicate a key message or requirement in an efficient way. Given the increases in computer literacy and broadband speeds, delivery of content using online services can outweigh more traditional methods. We have posted an extract from our construction safety modules, which [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F07%2Fclients-duties-under-the-construction-regulations%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F07%2Fclients-duties-under-the-construction-regulations%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>&#8220;Achieving compliance in a cost efficient manner&#8221; &#8211; elearning can help your organisation to communicate a key message or requirement in an efficient way. Given the increases in computer literacy and broadband speeds, delivery of content using online services can outweigh more traditional methods. <span id="more-279"></span></p>
<p>We have posted an extract from our construction safety modules, which deals with the duties of the client.</p>
<p>The eLearning solution can be viewed <a title="Click here to view the eLearning module..." href="http://www.assurehsc.ie/eLearning/1/Client.html#" target="_blank"><strong>here</strong></a>.</p>
<p>Note: the module may take a minute or two to load if opened over a slow network.</p>
<div id="attachment_332" class="wp-caption alignleft" style="width: 624px"><a href="http://assurehsc.ie/blog/wp-content/uploads/2010/08/eLearning-what-a-client-needs-to-know-do.jpg"><img class="size-large wp-image-332  " title="eLearning - what a client needs to know &amp; do" src="http://assurehsc.ie/blog/wp-content/uploads/2010/08/eLearning-what-a-client-needs-to-know-do-1024x872.jpg" alt="There are more tools behind the learning" width="614" height="545" /></a><p class="wp-caption-text">Useful tools are available behind the eLearning (click to enlarge)</p></div>
<p>In addition to delivering a clear description of the client role, the system also provides all of the tools that a client would need to fully discharge the role.</p>
<p>The module includes guidelines to the Construction Regulations, flowcharts and forms. These can be used by the client to assess the competency of the people they are going to appoint as project supervisor design process, designers, project supervisor construction stage and contractors.</p>
<div id="attachment_330" class="wp-caption alignleft" style="width: 310px"><a href="http://assurehsc.ie/blog/wp-content/uploads/2010/08/ClientLegislationGuide.png"><img class="size-medium wp-image-330" title="An example of a guide to legislation" src="http://assurehsc.ie/blog/wp-content/uploads/2010/08/ClientLegislationGuide-300x237.png" alt="" width="300" height="237" /></a><p class="wp-caption-text">Click to enlarge</p></div>
<p>In addition to providing the legislation, the module provides shortened legal text that focuses specifically on the duties of the client. This helps the learner cut through the volume of information to explicitly what they are required to do.</p>
<p>All of this information is contained within the module. The learner does not need to search online for the tools or download other documents. All of the tools are easily accessible and clearly laid out.</p>
<p>Because the content is hosted online, amendments to legislation can be easily updated and made instantly available.</p>
<p><a title="Click here to view the module..." href="http://www.assurehsc.ie/eLearning/1/Client.html#" target="_blank"><strong>This version</strong></a> is an extract of the main module dealing with the duties of the client. We have additional modules dealing with the other main duty-holders, including:</p>
<ul>
<li>Project supervisor design process.</li>
<li>Designers.</li>
<li>Project supervisor construction stage.</li>
<li>Contractor.</li>
</ul>
<p>Please contact us if you would like to discuss eLearning approaches for risk management or if you would like to arrange access to other modules.</p>
<p><a title="Click here to view module..." href="http://www.assurehsc.ie/eLearning/1/Client.html#" target="_blank"><strong>You may view the client module here</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/07/clients-duties-under-the-construction-regulations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accident statistics dashboard</title>
		<link>http://assurehsc.ie/blog/index.php/2010/06/accident-statistics-dashboard/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/06/accident-statistics-dashboard/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 15:02:08 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[Safety]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=238</guid>
		<description><![CDATA[We have updated and verified the data in our accident statistics dashboard, following the Health and Safety Authority publishing their annual report for 2009. You can access the dashboard here. The Health and Safety Authority (HSA) published the 2009 annual report last week. The report is available here and the accompanying statistical report is available [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Faccident-statistics-dashboard%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Faccident-statistics-dashboard%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We have updated and verified the data in our accident statistics dashboard, following the Health and Safety Authority publishing their annual report for 2009. <span id="more-238"></span></p>
<p>You can access the dashboard <strong><a title="Click here to go to the dashboard..." href="http://www.assurehsc.ie/solution01.html" target="_blank">here</a></strong>.</p>
<p>The Health and Safety Authority (HSA) published the 2009 annual report last week. The report is available <strong><a title="Click here to open the HSA annual report..." href="http://www.hsa.ie/eng/Publications_and_Forms/Publications/Corporate/annual_report_2009.pdf" target="_blank">here</a></strong> and the accompanying statistical report is available <strong><a title="Click here to open the HSA statistics report..." href="http://www.hsa.ie/eng/Publications_and_Forms/Publications/Corporate/summary_of_workplace_injury_2008-09.pdf" target="_blank">here</a></strong>.</p>
<p>2009 saw the lowest number of fatalities in the Irish workplaces since 1989. However there were a total of 43 work-related deaths, which could have been avoided. Once potential reason for the reduction in fatalities could be the reduction work activities throughout 2009, in particular for construction.</p>
<p>While the reduction in fatalities is to be commended, the challenge will be to maintain the initiatives going forward.</p>
<p>The interactive dashboard displays fatalities from 2002 to 2009. The statistics are distributed across NACE rev2 categories. Clicking these categories on the left of the dashboard allow you to drill down through the statistics and look at sectors in greater detail.</p>
<div id="attachment_245" class="wp-caption alignleft" style="width: 591px"><a href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/AccidentStats03.png"><img class="size-large wp-image-245     " title="a closer look at construction" src="http://assurehsc.ie/blog/wp-content/uploads/2010/06/AccidentStats03-1024x643.png" alt="a closer look at construction" width="581" height="365" /></a><p class="wp-caption-text">Figure: a closer look at construction</p></div>
<p>The dashboard is available <strong><a title="Click here to go to the dashboard..." href="http://www.assurehsc.ie/solution01.html" target="_blank">here</a></strong>. Please contact if you have any queries in relation to this or other tools that we have developed.</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/06/accident-statistics-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A holistic approach to health and safety for the London olympics</title>
		<link>http://assurehsc.ie/blog/index.php/2010/06/a-holistic-approach-to-health-and-safety-for-the-london-olympics/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/06/a-holistic-approach-to-health-and-safety-for-the-london-olympics/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 13:39:30 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[Safety]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=224</guid>
		<description><![CDATA[Ros Seal from the Olympic Delivery Authority presented an excellent paper to the IOSH Ireland annual conference, on the holistic approach taken in relation to health and safety for the London 2012 olympic games. Ros Seal has been with the Olympic Delivery Authority for over three years. In her role as Health and Safety Advisor, she oversees [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fa-holistic-approach-to-health-and-safety-for-the-london-olympics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fa-holistic-approach-to-health-and-safety-for-the-london-olympics%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Ros Seal from the Olympic Delivery Authority presented an excellent paper to the IOSH Ireland annual conference, on the holistic approach taken in relation to health and safety for the London 2012 olympic games. <span id="more-224"></span></p>
<p>Ros Seal has been with the Olympic Delivery Authority for over three years. In her role as Health and Safety Advisor, she oversees the safety responsibilities for nearly 20 principal contractors and a workforce of over 6,000.</p>
<p>The commitment of the Authority and all stakeholders in the project is clearly having a positive effect. For the most part the accident frequency rate (AFR) for reportable accidents has been lower than 0.18. Especially when you consider than in Ireland the construction sector has an illness rate of around 2.5 per 1,000 workers and an injury rate of around 18 per 1,000 workers.</p>
<p>Since October 2005, the London2012 development has recorded 64 reportable accidents over 37,500,000 hours worked. In fact there have been 13 periods of 1m hours worked without a reportable accident and 2 periods of 2m hours worked without a reportable accident. These are very significant achievements given the volume of work undertaken over a short time period.</p>
<p>Ros indicated that in the near future detailed key performance indicators will be made publicly available on the <strong><a title="Click here to go to the ODA website..." href="http://www.london2012.com/indexb.php" target="_blank">ODA&#8217;s website</a></strong>. We will keep an eye out for this data and will post a summary here.</p>
<p>Ros outlined the <em>Health, Safety and Environmental Standard</em> (4th edition &#8211; March 2010) which has been adopted by the Olympic Delivery Authority. This standard covers issues such as:</p>
<ul>
<li>Roles and responsibilities.</li>
<li>Pre-qualification and tendering guidance.</li>
<li>Design risk management.</li>
<li>Construction risk management.</li>
<li>Construction site management.</li>
<li>Transport.</li>
</ul>
<p>The standard also includes a number of useful tools.</p>
<p>While the standard has been developed for this large infrastructural project, there are elements that can be applied to smaller projects. The standard is available <strong><a title="Click here to download the standard..." href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/ODA-health-safety-and-environment-standard.pdf" target="_blank">here</a></strong> and from the <strong><a title="Click here to go to the ODA website..." href="http://www.london2012.com/indexb.php" target="_blank">ODA website</a></strong>.</p>
<p>Please contact us if you would like to discuss your project and how we can help you manage safety successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/06/a-holistic-approach-to-health-and-safety-for-the-london-olympics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Enterprise Café</title>
		<link>http://assurehsc.ie/blog/index.php/2010/06/adobe-enterprise-cafe/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/06/adobe-enterprise-cafe/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:31:34 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[LC Designer]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=207</guid>
		<description><![CDATA[Adobe have launched the next generation community resource! This is a significant improvement on LiveCycle Café, as to now integrates LiveCycle with other Adobe resources. Including: Acrobat Connect Pro ColdFusion Flash Platform The Café gives access to community and developer resources from RSS feeds to community forums. The application also includes samples and code snippets [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fadobe-enterprise-cafe%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fadobe-enterprise-cafe%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Adobe have launched the next generation community resource! <span id="more-207"></span></p>
<p>This is a significant improvement on LiveCycle Café, as to now integrates LiveCycle with other Adobe resources. Including:</p>
<ul>
<li>Acrobat</li>
<li>Connect Pro</li>
<li>ColdFusion</li>
<li>Flash Platform</li>
</ul>
<p>The Café gives access to community and developer resources from RSS feeds to community forums. The application also includes samples and code snippets in Tour de LiveCycle and Tour de Flex.</p>
<p><a href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/Enterprise-Cafe2.png"><img class="alignleft size-full wp-image-217" title="Adobe Enterprise Café" src="http://assurehsc.ie/blog/wp-content/uploads/2010/06/Enterprise-Cafe2.png" alt="This is a screenshot.." width="586" height="437" /></a></p>
<p>Download it today!</p>
<p>The AIR application can be downloaded by clicking the Install below:<br />
<iframe width="224" height="200" frameborder=0 scrolling="no" src="http://cafe.host.adobe.com/download/"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/06/adobe-enterprise-cafe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Safety Signs at Places of Work</title>
		<link>http://assurehsc.ie/blog/index.php/2010/06/safety-signs-at-places-of-work/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/06/safety-signs-at-places-of-work/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 17:23:04 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[Safety]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=183</guid>
		<description><![CDATA[The Health and Safety Authority (HSA) have issued revised guidance on the requirements for safety signs in the workplace. While the Safety, Health and Welfare at Work (General Application) Regulations 2007, Chapter 1 of Part 7 have not been updated, the revised guidance provides updated information in relation to existing signs. This is important for [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fsafety-signs-at-places-of-work%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fsafety-signs-at-places-of-work%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Health and Safety Authority (<strong><a title="Click here to go to the HSA website..." href="http://www.hsa.ie" target="_blank">HSA</a></strong>) have issued revised guidance on the requirements for safety signs in the workplace. While the Safety, Health and Welfare at Work (General Application) Regulations 2007, Chapter 1 of Part 7 have not been updated, the revised guidance provides updated information in relation to existing signs.<span id="more-183"></span></p>
<p>This is important for you, if you are responsible for safety in the workplace or advise employers on compliance issues.</p>
<p>The main aspect of the revised guidelines is that supplementary text can now be located in the same carrier as the graphical symbol or pictogram.</p>
<p>The general advice is that text should not be incorporated into a signboard, however:</p>
<blockquote><p>&#8220;Where doubt could exist as to the meaning of a graphical symbol used on a safety signboard, a supplementary signboard containing appropriate text should supplement the safety signboard. However if the meaning is clear by use of a pictogram or symbol alone, then a supplementary signboard should not be used.&#8221;</p></blockquote>
<div id="attachment_190" class="wp-caption alignleft" style="width: 227px"><a href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/sign01.png"><img class="size-medium wp-image-190 " title="Must convey a single message" src="http://assurehsc.ie/blog/wp-content/uploads/2010/06/sign01-271x300.png" alt="" width="217" height="240" /></a><p class="wp-caption-text">Must convey a single message</p></div>
<p>While it is permissible to combined supplementary text with a safety sign, they <span style="text-decoration: underline;">must</span> convey the same message. For example a &#8216;<strong>hard hat</strong>&#8216; safety sign cannot be combined with a supplementary text for &#8216;<strong>Wear respirator</strong>&#8216;.</p>
<p>The guidelines also clarify that where there are multiple safety signs (with supplementary text if necessary), then these can be combined on one carrier. This means that it is permissible to have a large signboard combining the appropriate safety signs. <a href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/sign02.png"><img class="alignright size-medium wp-image-193" title="Can use a single carrier" src="http://assurehsc.ie/blog/wp-content/uploads/2010/06/sign02-202x300.png" alt="Can use a single carrier" width="202" height="300" /></a></p>
<p>If you have existing signs that contain text as part of the safety sign (eg text that is not set out as a supplementary signboard), then you can keep this in place until the 1 January 2011. However after than date all safety signs in the workplace must either consist of:</p>
<ul>
<li>a safety signboard (graphic/pictogram); OR</li>
<li>a safety signboard and a supplementary signboard (eg supplementary text).</li>
</ul>
<p>We would recommend that you download and read the revised guidelines. The amendments are clearly marked in the document.</p>
<p>You can download the revised guidelines <strong><a title="Click here for the guidelines..." href="http://www.hsa.ie/eng/Publications_and_Forms/Publications/General_Application_Regulations/Safety_Signs_at_a_Place_of_Work_2010.pdf" target="_blank">here</a></strong>.</p>
<p>If you have any queries in relation to the revised guidelines, please contact us using the comments form below or click <strong><a title="Click here to see our contact details..." href="http://www.assurehsc.ie/contact.html" target="_blank">here</a></strong>. We are here to help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/06/safety-signs-at-places-of-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laying out a form</title>
		<link>http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 17:29:02 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[LC Designer]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[XFA Form]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=170</guid>
		<description><![CDATA[As a forms developer, there are many options available to you when laying out your form. This post is not intended as a detailed explanation of forms design, merely a technical description of the specific options in LiveCycle Designer ES2 when using objects. To keep users happy, you should consider the layout of your form. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Flaying-out-a-form%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Flaying-out-a-form%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>As a forms developer, there are many options available to you when laying out your form. This post is not intended as a detailed explanation of forms design, merely a technical description of the specific options in LiveCycle Designer ES2 when using objects. <span id="more-170"></span></p>
<p>To keep users happy, you should consider the layout of your form. It is easy to pull objects into the form; however the manner in which you layout these objects and set the captions can affect the quality of the information that the user sends back to you.</p>
<p>Here is a <a title="Click here to open the sample..." href="http://assurehsc.ie/blog/wp-content/uploads/2010/11/2010-06-13-Some-options-for-laying-out-text-objects.pdf" target="_blank"><strong>sample form</strong></a>.</p>
<p>You can view the form in Acrobat/Reader. If you want to examine the script you will need to open the sample in LiveCycle Designer.</p>
<p>This sample demonstrate several options that are available to you. When you view the sample in Acrobat, the various options will appear to be quite similar. However the implementation in LiveCycle Designer is different for each one. The sample is a collection of objects, each one attempting to gather information about the user.</p>
<p>The usability of your form can be affected by a number of factors, including:</p>
<ul>
<li>font type and size.</li>
<li>font weight and colour.</li>
<li>paragraph alignment for the caption and value.</li>
<li>spacing of objects and relative alignment.</li>
</ul>
<p>Designing a form with a clear and crisp layout, will help the user complete the form.</p>
<p>Most objects in LiveCycle Designer come with a caption by default. The best solution is to use this caption, as it simplifies the layout process and form will render quicker.</p>
<p>When it comes to designing the form, we would recommend <em>Forms that Work &#8211; Designing web forms for usability</em>, by Caroline Jarrett and Gerry Gaffney. This is an excellent book that balances the technical aspects of LC Designer. You can get further information <a title="Click here for info..." href="http://formsthatwork.com/" target="_blank"><strong>here</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safety Management Pack for Contractors with 20 or Less Employees</title>
		<link>http://assurehsc.ie/blog/index.php/2010/06/safety-management-pack-for-contractors-with-20-or-less-employees/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/06/safety-management-pack-for-contractors-with-20-or-less-employees/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:30:27 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[Safety]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=150</guid>
		<description><![CDATA[On Tuesday (1 June 2010), the Minster for Labour Affairs, Mr Dara Calleary TD officially launched the new Safety Management Pack for Contractors with 20 or Less Employees. The new management system was developed by the Construction Safety Partnership (CSP) with the aim of assisting small contractors in establishing and maintaining an effective safety management [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fsafety-management-pack-for-contractors-with-20-or-less-employees%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fsafety-management-pack-for-contractors-with-20-or-less-employees%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>On Tuesday (1 June 2010), the Minster for Labour Affairs, Mr Dara Calleary TD officially launched the new <em>Safety Management Pack for Contractors with 20 or Less Employees</em>. <span id="more-150"></span>The new management system was developed by the Construction Safety Partnership (CSP) with the aim of assisting small contractors in establishing and maintaining an effective safety management system.</p>
<p>The Minister highlighted that SMP20 made the regulations reachable and would reduce paperwork and costs for smaller contractors.</p>
<p>Rober Butler (CIF) said that a pilot group had started to work with SMP20 and that there had been very good feedback from the group.</p>
<p>Talking to delegates at the launch, it was evident that while the sector is working through challenging times, people were encouraged by the introduction of the new pack.</p>
<p>Details of the new system are available on the Construction Safety Partnership <a title="Click here to go to the CSP website..." href="http://csponline.ie/goals5.html" target="_blank">website</a>.</p>
<p>CSP will be running a series of half-day workshops on the practical application of SMP20 over the coming months. The workshops will be an invaluable source of information and guidance for anyone involved in the construction sector who has 20 or less employees.</p>
<p>The workshops will be held, according to demand, in a range of locations, including:</p>
<ul>
<li>Athlone</li>
<li>Castlebar</li>
<li>Cork</li>
<li>Donegal</li>
<li>Dublin</li>
<li>Dundalk</li>
<li>Galway</li>
<li>Kilkenny</li>
<li>Limerick</li>
<li>Meath</li>
<li>Tipperary</li>
<li>Waterford</li>
</ul>
<p>Anyone looking for more details on the workshops should email <a title="Click here to send an email..." href="mailto:smp20@csponline.ie">smp20@csponline.ie</a>. In the email you should indicate your name and company, stating your preferred venue and am or pm workshop.</p>
<p>We recommend small contractors to purchase the Safety Management Pack, which costs only €40. The half-day workshops cost €80, but this includes a copy of the pack, so is excellent value.</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/06/safety-management-pack-for-contractors-with-20-or-less-employees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picture puzzle</title>
		<link>http://assurehsc.ie/blog/index.php/2010/06/picture-puzzle/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/06/picture-puzzle/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 00:15:59 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[LC Designer]]></category>
		<category><![CDATA[XFA Form]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=112</guid>
		<description><![CDATA[This form demonstrates a few tricks albeit in a irreverent way. Firstly using an &#8216;Adobe&#8217; grey as a background allows your form to be part of the application, rather than sitting on top it. The second uses script to allow the use to select a part of the puzzle and move it into the correct [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fpicture-puzzle%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F06%2Fpicture-puzzle%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This form demonstrates a few tricks albeit in a irreverent way. Firstly using an &#8216;Adobe&#8217; grey as a background allows your form to be part of the application, rather than sitting on top it. The second uses script to allow the use to select a part of the puzzle and move it into the correct position. <span id="more-112"></span></p>
<p>This won&#8217;t be winning any prizes in the games market, however it is not intended to be a serious puzzle. It just demonstrates some of the dynamic features of LiveCycle Designer ES2.</p>
<p>When you open the form, the puzzle elements are spread across the page. The challenge is to get the pieces into the correct position, in order to see the hidden screen.</p>
<p><a href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/puzzle1.png"><img class="alignnone size-large wp-image-115" title="Start of the puzzle" src="http://assurehsc.ie/blog/wp-content/uploads/2010/06/puzzle1-1024x730.png" alt="start of the puzzle" width="614" height="438" /></a></p>
<p>Because Adobe changed the application grey from 103,103,103 in Acrobat 8 to 51,51,51 in Acrobat 9 (RGB), we need a script in the initialise event in order to affect the colour of the rectangle on the master page:</p>
<p><em>if (app.viewerVersion &gt;= 9)</em></p>
<p><em>{</em></p>
<p><em>background.value.rectangle.fill.color.value = &#8220;51,51,51&#8243;;</em></p>
<p><em>}</em></p>
<p><em>else</em></p>
<p><em>{</em></p>
<p><em>background.value.rectangle.fill.color.value = &#8220;103,103,103&#8243;;</em></p>
<p><em>}</em></p>
<p><em>this.access = &#8220;readOnly&#8221;;</em></p>
<p>The pieces are regular buttons with an image behind the button. The script that allows the user to move the pieces on clicking is a bit involved, but in essence monitors the x,y coordinates of the mouse on the click event.</p>
<p>Here is the final image you are striving for:</p>
<p><a rel="attachment wp-att-119" href="http://assurehsc.ie/blog/index.php/2010/06/picture-puzzle/puzzle3/"><img class="alignnone size-full wp-image-119" title="Completed puzzle" src="http://assurehsc.ie/blog/wp-content/uploads/2010/06/Puzzle3.png" alt="completed puzzle" width="617" height="440" /></a></p>
<p>You can access the puzzle (sample form) <a title="Click here to open the puzzle..." href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/2009-08-12-Jigsaw-puzzle.pdf" target="_blank">here</a>.</p>
<p>In case you don&#8217;t make it to the end of the puzzle, here is the video of Hook Head lighthouse.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/s-1OJb03SPI&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/s-1OJb03SPI&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/06/picture-puzzle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keeping track of scores</title>
		<link>http://assurehsc.ie/blog/index.php/2010/05/keeping-track-of-scores/</link>
		<comments>http://assurehsc.ie/blog/index.php/2010/05/keeping-track-of-scores/#comments</comments>
		<pubDate>Mon, 31 May 2010 19:21:38 +0000</pubDate>
		<dc:creator>Niall O'Donovan</dc:creator>
				<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[LC Designer]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[XFA Form]]></category>

		<guid isPermaLink="false">http://assurehsc.ie/blog/?p=99</guid>
		<description><![CDATA[Forms can de used to ask users questions. Sometimes the question is a simple yes or no. Other times you may have questions with more than two choices or with complicated scoring requirements. This sample will show you two options for keeping scores. The first sample considers a series of yes/no questions. Each question is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F05%2Fkeeping-track-of-scores%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fassurehsc.ie%2Fblog%2Findex.php%2F2010%2F05%2Fkeeping-track-of-scores%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Forms can de used to ask users questions. Sometimes the question is a simple yes or no. Other times you may have questions with more than two choices or with complicated scoring requirements. This sample will show you two options for keeping scores. <span id="more-99"></span></p>
<p>The first sample considers a series of yes/no questions. Each question is bound to a radio group where yes scores 1 and no scores 0 (zero). This is relatively easy to keep track of, because a simple sum function or addition of the rawValues will keep the overall score.</p>
<p>On the other hand, once you introduce more than two options, with differing marking schemes things can become a little heated.</p>
<p>The main thing is to plan out the approach first, as this can affect how you are going to name objects. For example in the second sample we have used a loop to look at each of the questions in turn. Using loops help keep your script lean and maintainable. But to get the most out a loop, it is easier if the objects have the same name. The loop then just looks at each instance of the specified objects.</p>
<p>Have a look at the sample which is available here:</p>
<p>The sample for is available <a title="Click here to open the sample form in Acrobat/Reader..." href="http://assurehsc.ie/blog/wp-content/uploads/2010/06/2010-06-02-Scoring-three-options.pdf" target="_blank">here</a>.</p>
<p>The main scripts are shown within the page layout. If you open the form in LC Designer you can dive right into the scripts. Please feel free to make changes and to adapt these examples to suit your requirements.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://assurehsc.ie/blog/index.php/2010/05/keeping-track-of-scores/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
