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

<channel>
	<title>Haphy.com</title>
	<link>http://www.haphy.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 31 Mar 2008 08:41:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Important notice</title>
		<link>http://www.haphy.com/blog/2008/personal/important-notice/</link>
		<comments>http://www.haphy.com/blog/2008/personal/important-notice/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 08:32:59 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/personal/important-notice/</guid>
		<description><![CDATA[On the 22nd April 2008 I will cease to offer my services as a web developer to private clients. I will then take a break from website development until September, when I am likely to return to the field as a freelance sub-contractor. From now until September I will not be available to discuss or [...]]]></description>
			<content:encoded><![CDATA[<p>On the 22nd April 2008 I will cease to offer my services as a web developer to private clients. I will then take a break from website development until September, when I am likely to return to the field as a freelance sub-contractor. From now until September I will not be available to discuss or carry out new work.</p>
<p><strong>Why?</strong><br />
Due to personal circumstances I am currently unable to provide the level of commitment necessary to work for and manage private clients.</p>
<p>Thank you for your understanding and I&#8217;m sorry for any  inconvenince this may cause.</p>
<p><em>Haphy clients were notified a few weeks prior to this public announcement.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/personal/important-notice/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Preview a live domain without changing DNS</title>
		<link>http://www.haphy.com/blog/2008/development/preview-a-live-domain-without-changing-dns/</link>
		<comments>http://www.haphy.com/blog/2008/development/preview-a-live-domain-without-changing-dns/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 08:31:30 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/development/preview-a-live-domain-without-changing-dns/</guid>
		<description><![CDATA[This is a handy way of previewing a live domain name without changing it&#8217;s DNS records. I find this technique particularly useful when transferring the hosting of live websites. The instructions are for Mac OS X users.

Open Terminal
We need to edit the hosts file, so type &#8220;sudo pico /etc/hosts&#8221; and hit enter
Enter your password
Use the [...]]]></description>
			<content:encoded><![CDATA[<p>This is a handy way of previewing a live domain name without changing it&#8217;s DNS records. I find this technique particularly useful when transferring the hosting of live websites. The instructions are for <strong>Mac OS X</strong> users.</p>
<ol>
<li>Open Terminal</li>
<li>We need to edit the hosts file, so type &#8220;sudo pico /etc/hosts&#8221; and hit enter</li>
<li>Enter your password</li>
<li>Use the arrow keys to move the flasher down to create a new line beneath any of the other entries</li>
<li>Type the IP address of the server, hit tab and type the domain name you wish to preview, e.g.<code><br />
01.23.45.67            haphy.com</code></li>
<li>Press CTRL+X and type &#8220;y&#8221;, then hit enter to save your changes</li>
<li>Visit <strong>http://haphy.com</strong> in your browser.</li>
</ol>
<h3>Notes</h3>
<ul>
<li><strong>www</strong>.haphy.com will still function with the &#8220;real&#8221; DNS settings on your computer.</li>
<li>Remember, the server that you&#8217;re previewing needs to be setup to recognise your domain.</li>
<li>For some servers, you will need to enter the full domain (i.e. www.haphy.com) to your hosts file, and then visit that address in your browser - it depends on your setup.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/development/preview-a-live-domain-without-changing-dns/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stop Internet Explorer displaying alt attribute as a tooltip</title>
		<link>http://www.haphy.com/blog/2008/development/stop-internet-explorer-displaying-alt-attribute-as-a-tooltip/</link>
		<comments>http://www.haphy.com/blog/2008/development/stop-internet-explorer-displaying-alt-attribute-as-a-tooltip/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 12:02:33 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/development/stop-internet-explorer-displaying-alt-attribute-as-a-tooltip/</guid>
		<description><![CDATA[Internet Explorer has a habit of wrongly displaying the alt attribute of an image as a tooltip. This can prove irritating when using images as links or when trying to implement an alternative tooltip solution such as Prototip.
There is a simple way to stop IE using the alt attribute as a tooltip:

Add a title attribute [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer has a habit of <a href="http://www.456bereastreet.com/archive/200604/alt_text_is_an_alternative_not_a_tooltip/" target="_blank">wrongly</a> displaying the alt attribute of an image as a tooltip. This can prove irritating when using images as links or when trying to implement an alternative tooltip solution such as <a href="http://www.nickstakenburg.com/projects/prototip/" target="_blank">Prototip</a>.</p>
<p>There is a simple way to stop IE using the alt attribute as a tooltip:</p>
<ol>
<li>Add a title attribute to your image. The contents of this attribute will be used as a tooltip instead.</li>
</ol>
<p>A blank title attribute will prevent IE displaying a tooltip at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/development/stop-internet-explorer-displaying-alt-attribute-as-a-tooltip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Haphy joins the SCDF</title>
		<link>http://www.haphy.com/blog/2008/chichester/haphy-joins-the-scdf/</link>
		<comments>http://www.haphy.com/blog/2008/chichester/haphy-joins-the-scdf/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 19:58:03 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[Chichester]]></category>

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/uncategorized/haphy-joins-the-scdf/</guid>
		<description><![CDATA[This month marks the beginning of my membership of the South Coast Design Forum (SCDF). Based in Chichester, the organisation is &#8220;run for and by designers and creatives from all disciplines&#8221; and has a number of aims including &#8220;to provide support, awareness and network channels for the South Coast as an area rich in designers, [...]]]></description>
			<content:encoded><![CDATA[<p>This month marks the beginning of my membership of the South Coast Design Forum (SCDF). Based in Chichester, the organisation is &#8220;run for and by designers and creatives from all disciplines&#8221; and has a number of aims including &#8220;to provide support, awareness and network channels for the South Coast as an area rich in designers, architects and creatives of all kinds.&#8221;</p>
<p>As a local website designer I fully support the SCDF in its objectives and am delighted to become an official member at what is an exciting time for creatives on the South Coast.</p>
<p>You can read more about the SCDF by visiting their website: <a href="http://www.scdf.org.uk" target="_blank">http://www.scdf.org.uk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/chichester/haphy-joins-the-scdf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Submit Interactive PDF as Email Attachment</title>
		<link>http://www.haphy.com/blog/2008/development/submit-interactive-pdf-as-email-attachment/</link>
		<comments>http://www.haphy.com/blog/2008/development/submit-interactive-pdf-as-email-attachment/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 18:38:09 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[Adobe Livecycle Designer]]></category>

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

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/development/submit-interactive-pdf-as-email-attachment/</guid>
		<description><![CDATA[By default, the &#8220;Send by Email&#8221; button in the LiveCycle designer menu submits interactive PDF form data as an XML attachment. The recipient must then import the XML data into a local copy of the PDF file using Adobe Acrobat Professional.
For many users this is fine, but I needed a way to email the data [...]]]></description>
			<content:encoded><![CDATA[<p>By default, the &#8220;Send by Email&#8221; button in the LiveCycle designer menu submits interactive PDF form data as an XML attachment. The recipient must then import the XML data into a local copy of the PDF file using Adobe Acrobat Professional.</p>
<p>For many users this is fine, but I needed a way to email the data within a PDF attachment. The clear benefit of this is that users without Acrobat Professional can read the data simply by downloading the free Adobe Reader.</p>
<p>There is a surprisingly simple way to achieve this, in two stages:</p>
<h3>Stage 1: Enable usage rights in Adobe Reader</h3>
<ol>
<li>Open your form in Adobe LiveCycle Designer</li>
<li>Choose Advanced &gt; Enable usage rights in Adobe Reader</li>
</ol>
<h3>Stage 2: Create the email button</h3>
<ol>
<li>Drag a &#8220;Send by email&#8221; button into your file</li>
<li>With the button selected,  chose View &gt; XML Source</li>
<li>Find the following code:<br />
<code><br />
&lt;event activity="click"&gt;<br />
&lt;submit format="xml" target="mailto:example@example.com?subject=Example" textencoding="UTF-8"&gt;&lt;/submit&gt;<br />
&lt;/event&gt;</p>
<p></code></li>
<li>Change the format attribute on the submit tag from &#8220;xml&#8221; to &#8220;pdf&#8221;, and save your changes.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/development/submit-interactive-pdf-as-email-attachment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a Save Form button in Adobe Livecycle Designer</title>
		<link>http://www.haphy.com/blog/2008/development/create-a-save-form-button-in-adobe-livecycle/</link>
		<comments>http://www.haphy.com/blog/2008/development/create-a-save-form-button-in-adobe-livecycle/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 08:43:26 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[Adobe Livecycle Designer]]></category>

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

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/development/create-a-save-form-button-in-adobe-livecycle/</guid>
		<description><![CDATA[I&#8217;ve recently been working on interactive PDFs in Adobe Livecycle designer. I&#8217;ve realised that it is possible to create interactive PDFs which can be saved in Adobe Reader 8, and create a save form button to encourage users to do this.
For normal users, there are three stages. Advanced users can skip straight to the code.
Stage [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been working on interactive PDFs in Adobe Livecycle designer. I&#8217;ve realised that it is possible to create interactive PDFs which can be saved in Adobe Reader 8, and create a save form button to encourage users to do this.</p>
<p>For normal users, there are three stages. Advanced users can <a href="#advanced">skip straight to the code.</a></p>
<h3>Stage 1: Create a PDF which can be saved in Adobe Reader 8</h3>
<ol>
<li>Open the PDF in Adobe Acrobat Professional</li>
<li>Choose Advanced &gt; Enable Usage Rights in Adobe Reader</li>
<li>Save the file somewhere, as directed</li>
</ol>
<h3>Stage 2: Download and install the save form button XFO</h3>
<ol>
<li>Download the &#8220;Save a Copy&#8221; file from <a href="http://www.livecycletraining.com/">http://www.livecycletraining.com/</a> (<a href="http://www.livecycletraining.com/xfos/ES/Save.zip" target="_blank">direct link to zip file</a>)</li>
<li>Save the XFO file somewhere safe</li>
<li>Open your form in Adobe LiveCycle Designer</li>
<li>Click on the menu icon in the Library pallet</li>
<li>Choose Add Group &amp; enter a name</li>
<li>Now click the menu icon on your newly created group, and in the Group properties options box, locate the XFO file</li>
</ol>
<h3>Stage 3: Create a Save Form button</h3>
<ol>
<li>Simply drag the save form button which appears in your newly created group.</li>
</ol>
<h3>Save form button instructions for Advanced Users<a title="Advanced" name="Advanced"></a></h3>
<p>Add the following javascript code to a button in the XML source view on your interactive PDF.</p>
<p><code>&lt;event activity="click"&gt;<br />
&lt;script contentType="application/x-javascript"&gt;app.execMenuItem("SaveAs");&lt;/script&gt;<br />
&lt;/event&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/development/create-a-save-form-button-in-adobe-livecycle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ambleside Wedding Cars &#038; Cakes</title>
		<link>http://www.haphy.com/blog/2008/recent-work/ambleside-wedding-cars-cakes/</link>
		<comments>http://www.haphy.com/blog/2008/recent-work/ambleside-wedding-cars-cakes/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 18:54:50 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[Recent work]]></category>

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/uncategorized/ambleside-wedding-cars-cakes/</guid>
		<description><![CDATA[Haphy recently completed a simple, one page website for Ambleside Wedding Cars &#38; Cakes. The site describes and illustrates their service in a clear and elegant manner. Their beautiful Rolls Royce and individually made cakes would be a memorable addition to any wedding in the Lake District area.
]]></description>
			<content:encoded><![CDATA[<p>Haphy recently completed a simple, one page website for <a href="http://www.amblesideweddings.co.uk" target="_blank">Ambleside Wedding Cars &amp; Cakes</a>. The site describes and illustrates their service in a clear and elegant manner. Their beautiful Rolls Royce and individually made cakes would be a memorable addition to any wedding in the Lake District area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/recent-work/ambleside-wedding-cars-cakes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Funny Old World Photography</title>
		<link>http://www.haphy.com/blog/2008/recent-work/funny-old-world-photography/</link>
		<comments>http://www.haphy.com/blog/2008/recent-work/funny-old-world-photography/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 10:23:26 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[Recent work]]></category>

		<guid isPermaLink="false">http://www.haphy.com/blog/2008/recent-work/funny-old-world-photography/</guid>
		<description><![CDATA[Chichester based wedding photographers Matt and Sue Saunders needed an elegant showcase for their wedding photography business. Haphy created a stunning website based on client provided visuals. The website includes features such as a flash homepage, bespoke AJAX based image galleries and client login area.
Funny Old World Photography take truly outstanding wedding photographs, so if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.funnyoldworld.net" title="Funny Old World Photography" target="_blank">Chichester based wedding photographers</a> Matt and Sue Saunders needed an elegant showcase for their <a href="http://www.funnyoldworld.net" title="Funny Old World Photography" target="_blank">wedding photography</a> business. Haphy created a stunning website based on client provided visuals. The website includes features such as a flash homepage, bespoke AJAX based image galleries and client login area.</p>
<p><a href="http://www.funnyoldworld.net" title="Funny Old World Photography" target="_blank">Funny Old World Photography</a> take truly outstanding <a href="http://www.funnyoldworld.net" title="Funny Old World Photography" target="_blank">wedding photographs</a>, so if you are looking for a <a href="http://www.funnyoldworld.net" title="Funny Old World Photography" target="_blank">wedding photographer in West Sussex</a>, check them out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/recent-work/funny-old-world-photography/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to my blog</title>
		<link>http://www.haphy.com/blog/2008/general/welcome-to-my-blog/</link>
		<comments>http://www.haphy.com/blog/2008/general/welcome-to-my-blog/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 10:21:03 +0000</pubDate>
		<dc:creator>Peter Hartree</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://haphy.dev:8888/blog/?p=3</guid>
		<description><![CDATA[Today sees the launch of the Haphy.com blog, a key aspect of the ongoing development of this website. I will use this page as a platform to discuss items which may be of interest both to current and prospective clients, and also to fellow web creatives. I will also post completed projects to the &#8220;recent [...]]]></description>
			<content:encoded><![CDATA[<p>Today sees the launch of the Haphy.com blog, a key aspect of the ongoing development of this website. I will use this page as a platform to discuss items which may be of interest both to current and prospective clients, and also to fellow web creatives. I will also post completed projects to the &#8220;recent work category&#8221;.</p>
<p>With a focus on quality over quantity, I will aim to update the blog once or twice a month. If you have any suggestions for areas you would like to see covered, please write me an email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haphy.com/blog/2008/general/welcome-to-my-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
