<?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>Firth Web Works</title>
	<atom:link href="http://firthwebworks.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://firthwebworks.com.au</link>
	<description>A one stop shop for website design, development and hosting services.</description>
	<lastBuildDate>Mon, 09 Apr 2012 00:21:19 +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>Syncing Testing Servers Between PC and Mac Using Dropbox</title>
		<link>http://firthwebworks.com.au/2012/04/08/syncing-testing-server-between-pc-and-mac-using-dropbox/</link>
		<comments>http://firthwebworks.com.au/2012/04/08/syncing-testing-server-between-pc-and-mac-using-dropbox/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 23:47:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Developing]]></category>

		<guid isPermaLink="false">http://firthwebworks.com.au/?p=214</guid>
		<description><![CDATA[The Problem I am a web developer using the PHP/MySQL combination as are the majority of the web developing community. My work system is a desktop PC running Windows 7 and my testing server is IIS 7 with PHP 5.3 and MySQL  installed using the Microsoft Platform installer. When I travel I use a MacBook [...]]]></description>
			<content:encoded><![CDATA[<h2>The Problem</h2>
<p>I am a web developer using the PHP/MySQL combination as are the majority of the web developing community.</p>
<p>My work system is a desktop PC running Windows 7 and my testing server is IIS 7 with PHP 5.3 and MySQL  installed using the Microsoft Platform installer.</p>
<p>When I travel I use a MacBook Air with MAMP 2.0 installed as my testing server. If ever I wanted to do any work on one of my sites while away, I would always have trouble making sure I had the latest version of my files to work on.</p>
<h2>The Solution</h2>
<p>Use <a title="Dropbox" href="https://www.dropbox.com/" target="_blank">Dropbox</a> and <a title="Dropbox Folder Sync" href="http://satyadeepk.in/dropbox-folder-sync/" target="_blank">Dropbox Folder Sync</a> to synch all your files on the fly. Dropbox is a great FREE cloud based file syncing application available on both the Windows and Mac platforms, but there is one catch, you can&#8217;t synch multiple folders. My Dropbox folder was c:\Users\Lee\Dropbox\ and the webserver root was located at c:\inetpub\wwwroot\&lt;website&gt;\. Enter &#8220;Dropbox Folder Sync&#8221; a simple add-on for Windows that allows you to seamlessly sync folders outside the Dropbox folder, you sync and unsync to Dropbox just by using the right click on the folder. It actually moves the original folder to Dropbox and then puts a symbolic link to the folder in its place. Thus you can access the same folder from two locations.</p>
<h2>What You Will Need</h2>
<p>If you have the same testing server setup as I do you will have PHP/MySQL already running on IIS 7 on your Windows box and MAMP running on your Mac system.</p>
<h3>On Your Windows PC</h3>
<p>Create a Dropbox account and download and install the Dropbox application on your PC. Accept the defaults.</p>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2012/04/dropbox_preferences1.gif"><img class="aligncenter size-medium wp-image-222" title="dropbox_preferences" src="http://firthwebworks.com.au/wp-content/uploads/2012/04/dropbox_preferences1-282x300.gif" alt="" width="282" height="300" /></a></p>
<p>Create a folder in Dropbox called &#8220;www&#8221;.</p>
<p>Next download and install Dropbox Folder Sync on your Windows PC and set the &#8220;Dropbox Path&#8221; to the folder you created in the previous step.</p>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2012/04/dropbox_folder_sync_settings1.gif"><img class="aligncenter size-medium wp-image-223" title="Dropbox Folder Sync Settings" src="http://firthwebworks.com.au/wp-content/uploads/2012/04/dropbox_folder_sync_settings1-300x149.gif" alt="Dropbox Folder Sync Settings" width="300" height="149" /></a></p>
<p>Next navigate to you website root in Windows Explorer, this will most probably be &#8220;c:\inetpub\wwwroot\&lt;website&gt;&#8221; and right click on your website root and select &#8220;Sync with Dropbox&#8221; from the contextual menu.</p>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2012/04/sync_with_dropbox.gif"><img class="aligncenter size-medium wp-image-224" title="Sync With Dropbox" src="http://firthwebworks.com.au/wp-content/uploads/2012/04/sync_with_dropbox-177x300.gif" alt="Sync With Dropbox" width="177" height="300" /></a></p>
<p>That&#8217;s all there is to it on Windows. You should now be able to work on your website using Dreamweaver or the website editor of your choice as per normal.</p>
<h3>On Your Mac</h3>
<p>Install Dropbox for Mac and accept the defaults.</p>
<p>Next open your MAMP preferences and click on the &#8220;Apache&#8221; button. Click on the &#8220;Select&#8230;&#8221; button for Document Root and select the www folder we created in your Dropbox account earlier.</p>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2012/04/Screen-Shot-2012-04-06-at-9.55.19-PM.png"><img class="aligncenter size-medium wp-image-217" title="Screen Shot 2012-04-06 at 9.55.19 PM" src="http://firthwebworks.com.au/wp-content/uploads/2012/04/Screen-Shot-2012-04-06-at-9.55.19-PM-300x255.png" alt="" width="300" height="255" /></a></p>
<p>That&#8217;s all there is to it. You should now be able to work from either your work PC or Mac and access the latest files.</p>
]]></content:encoded>
			<wfw:commentRss>http://firthwebworks.com.au/2012/04/08/syncing-testing-server-between-pc-and-mac-using-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So You Need an Online Booking System</title>
		<link>http://firthwebworks.com.au/2011/12/21/so-you-need-an-online-booking-system/</link>
		<comments>http://firthwebworks.com.au/2011/12/21/so-you-need-an-online-booking-system/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 22:54:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Case Study]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://firthwebworks.com.au/?p=164</guid>
		<description><![CDATA[Recently I was approached by one of my good customers Living Wisdom Counselling &#38; Seminars who wanted their clients to have the ability to view an online calendar of available counselling appointments and make appointments themselves in real time. The productivity benefits were obvious, less time on the phone discussing available appointments means more time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://firthwebworks.com.au/wp-content/uploads/2011/12/calendar.jpg"><img class="alignleft size-medium wp-image-171" title="Appointment Calendar" src="http://firthwebworks.com.au/wp-content/uploads/2011/12/calendar-252x300.jpg" alt="Appointment Calendar" width="252" height="300" /></a>Recently I was approached by one of my good customers <a title="Living Wisdom Counselling &amp; Seminars" href="http://livingwisdom.com.au" target="_blank">Living Wisdom Counselling &amp; Seminars</a> who wanted their clients to have the ability to view an online calendar of available counselling appointments and make appointments themselves in real time. The productivity benefits were obvious, less time on the phone discussing available appointments means more time available for more important things. All that is required by Living Wisdom is to logo in to their administration area and go to their Appointment Calendar, filter the &#8220;tentative&#8221; appointment requests to view just the new appointments that were requested that day and click on each link to display a form with clients contact details and a drop down list that will allow you to confirm their appointment. As soon as the appointment is confirmed, an email is automatically sent to the client. And that&#8217;s it. Simple eh? The finished results can be viewed <a href="http://livingwisdom.com.au/appointments.php" target="_blank">here</a>.</p>
<p>We discussed at length the requirements of this new application and decided it would need to be as simple as possible, so basically we narrowed it down into a two step process.</p>
<hr style="clear: both;" />
<h2>Client Appointment Request</h2>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2011/12/client_request.jpg"><img class=" alignright size-medium wp-image-175" title="Client Appointment Request" src="http://firthwebworks.com.au/wp-content/uploads/2011/12/client_request-300x213.jpg" alt="Client Appointment Request" width="300" height="213" /></a>It had to be easy for the client to make an appointment. The client simply has to browse the &#8220;available&#8221; appointment time slots (displayed in green on the calendar) and then click on the time they would like to make their appointment. Next they would be sent to the log on screen to log on to their account with Living Wisdom (or create an account if they didn&#8217;t have one). They would then be taken to the Client Appointment Request screen where all they needed to do is select the type of contact, be it face to face, phone or Skype and then click the confirm button. As soon as this is done an email is sent to Living Wisdom for their review.</p>
<hr style="clear: both;" />
<h2>Living Wisdom Appointment Confirmation</h2>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2011/12/appointment_confirm.jpg"><img class="size-medium wp-image-184 alignleft" title="Appointment Confirmation" src="http://firthwebworks.com.au/wp-content/uploads/2011/12/appointment_confirm-300x206.jpg" alt="Appointment Confirmation" width="300" height="206" /></a>Living Wisdom Counselling &amp; Seminars after receipt of the email from the client would then log on to their admin area and then either confirm the appointment in which case a confirmation email would be automatically sent to the client or contact the client to reschedule, if for some reason the time didn&#8217;t suit. The times when rescheduling would be necessary would be few and far between as Living Wisdom has the ability to mark time slots as &#8220;Not available&#8221; if they have some reason why they wont be available at that time.</p>
<p>48 hours prior to the appointment falling due, a reminder email would be automatically sent to the client informing them of their upcoming appointment.</p>
<hr style="clear: both;" />
<h2>Automatic Calendar Appointment Generation</h2>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2011/12/appointment_defaults.jpg"><img class="size-medium wp-image-191 alignright" title="Appoinment Defaults" src="http://firthwebworks.com.au/wp-content/uploads/2011/12/appointment_defaults-300x253.jpg" alt="Appoinment Defaults" width="300" height="253" /></a>The available time slots in the calendar are generated on the first day of each month, three months in advance. The default number of time slots can be edited in the admin area. Times can be added, deleted or edited. These will only come into effect when the next months time slots are generated.</p>
<hr style="clear: both;" />
<h2>Marking &#8220;Blocks&#8221; as &#8220;Not Available&#8221;</h2>
<p><a href="http://firthwebworks.com.au/wp-content/uploads/2011/12/availability.jpg"><img class="alignleft size-medium wp-image-193" title="Appointment Availability" src="http://firthwebworks.com.au/wp-content/uploads/2011/12/availability-300x216.jpg" alt="Appointment Availability" width="300" height="216" /></a>Living Wisdom also requested a way to mark blocks of dates as &#8220;not available&#8221; for times when they were on vacation or conducting seminars interstate or overseas. This is accomplished in the admin area by selecting a start date and an end date and then selecting either &#8220;Available&#8221; or &#8220;Not Available&#8221; from the drop down list. When this form is submitted all time slots that fall between the dates selected will be changed.</p>
<hr style="clear: both;" />
<h2>Conclusion</h2>
<p>This Appointment Calendar application has many uses that will save both time and money for a wide variety of businesses like Doctors, Dentists, Counsellers, Bed &amp; Breakfast, Motels even motor mechanics can benefit from the reduced administration time wasting, time that can be spent on more productive endeavors.</p>
<p>If you would like to explore the possibilities a little more, please drop me a line on our Contact Us page.</p>
]]></content:encoded>
			<wfw:commentRss>http://firthwebworks.com.au/2011/12/21/so-you-need-an-online-booking-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do you think of the new website?</title>
		<link>http://firthwebworks.com.au/2011/11/10/what-do-you-think-of-the-new-website/</link>
		<comments>http://firthwebworks.com.au/2011/11/10/what-do-you-think-of-the-new-website/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 23:51:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://firthwebworks.com.au/?p=96</guid>
		<description><![CDATA[Well I though that was about time that we updated the tired old website with a shiny new one. What do you think? It&#8217;s based on the blogging platform WordPress. This will allow me to easily add or modify content for my main pages and has the added benefit of having the blogging platform built [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://firthwebworks.com.au/wp-content/uploads/2011/11/lee.jpg"><img class="alignright size-full wp-image-159" title="Lee Firth" src="http://firthwebworks.com.au/wp-content/uploads/2011/11/lee.jpg" alt="Lee Firth" width="186" height="186" /></a>Well I though that was about time that we updated the tired old website with a shiny new one. What do you think? It&#8217;s based on the blogging platform WordPress. This will allow me to easily add or modify content for my main pages and has the added benefit of having the blogging platform built right in. Blogging (what I&#8217;m doing right now) drives more traffic to your website which is something we all want so you really should consider it part of your online presence.</p>
<p>Anyway, please feel free to have a look around and let me know what you think. I&#8217;m always looking at ways to improve any aspect of my website.</p>
<p>Enjoy,</p>
<p>Lee Firth<br />
Owner<br />
Firth Web Works</p>
]]></content:encoded>
			<wfw:commentRss>http://firthwebworks.com.au/2011/11/10/what-do-you-think-of-the-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

