<?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>Alex Cooper Blog &#187; Demo</title>
	<atom:link href="http://www.alexecooper.co.uk/blog/tag/demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexecooper.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 12:52:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using PHP and AJax for simple booking system (flat file based so no database needed!)</title>
		<link>http://www.alexecooper.co.uk/blog/2008/09/php-ajax-simple-booking-system/</link>
		<comments>http://www.alexecooper.co.uk/blog/2008/09/php-ajax-simple-booking-system/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 16:42:31 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Booking System]]></category>
		<category><![CDATA[Checks]]></category>
		<category><![CDATA[Client Server]]></category>
		<category><![CDATA[Code Source]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Demo Download]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac Servers]]></category>
		<category><![CDATA[Online Booking]]></category>
		<category><![CDATA[Php File]]></category>
		<category><![CDATA[Real World]]></category>
		<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Unix Servers]]></category>
		<category><![CDATA[View Source]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[World Scenario]]></category>
		<category><![CDATA[Zip File]]></category>

		<guid isPermaLink="false">http://www.digiwebbs.com/?p=257</guid>
		<description><![CDATA[simple, free,easy to use online booking system.It is written in PHP and AJAX. This does not use MySQL or other databases instead it is a flat file based (txt)]]></description>
			<content:encoded><![CDATA[<p>A simple, free,  easy to use online booking system for theatres, cinemas etc…It is written in PHP and AJAX. This does not use MySQL or other databases instead it is a flat file based (txt), and works with either Linux or Windows Web servers (not tested on Mac servers).</p>
<p>This is only a basic concept of a PHP AJAX online, therefore should not be used in a real world scenario, due to the security issues of flat-files.</p>
<p style="text-align: right;"><a href="http://www.digiwebbs.com/demo/php/" target="_blank">view demo of ajax php booking system</a></p>
<p style="text-align: right;">(opens in new window)</p>
<p><strong>How does it work?</strong></p>
<p>When a booking is made it is written to a text file. But to get an idea of how it works, view the demo and download the source code (link at the bottom)</p>
<p>It prevents double booking both client side (Ajax) and server-side with the php</p>
<p>In the Ajax file it checks if the file booked seat exists by checking if a file exists corrisponding to the seatnumber (best explained when viewed in source code and demo!)</p>
<p>The source code is Freeware, although please credit me where due if you decided to adapt/ use it for your projects</p>
<p><strong>Downloads</strong></p>
<p>download <a href="http://www.digiwebbs.com/ajax-php-booking.zip"><strong>source code</strong></a> (zip file 210KB)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexecooper.co.uk/blog/2008/09/php-ajax-simple-booking-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to query a reservation database for room availability using Microsoft Access &amp; SQL</title>
		<link>http://www.alexecooper.co.uk/blog/2008/07/query-room-availability/</link>
		<comments>http://www.alexecooper.co.uk/blog/2008/07/query-room-availability/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 20:20:20 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Microsoft Access]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[avce ict]]></category>
		<category><![CDATA[check room availablity]]></category>
		<category><![CDATA[Checks]]></category>
		<category><![CDATA[Database Microsoft Access]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[double booking]]></category>
		<category><![CDATA[hotel database]]></category>
		<category><![CDATA[hotel reservation database]]></category>
		<category><![CDATA[hotel reservation system]]></category>
		<category><![CDATA[How to query a reservation database for room availability using Microsoft Access]]></category>
		<category><![CDATA[Microsoft 2000]]></category>
		<category><![CDATA[microsoft access]]></category>
		<category><![CDATA[Microsoft Access 2000]]></category>
		<category><![CDATA[microsoft access 2002]]></category>
		<category><![CDATA[Microsoft Download]]></category>
		<category><![CDATA[Microsoft Query]]></category>
		<category><![CDATA[Microsoft Sql]]></category>
		<category><![CDATA[prevent double booking]]></category>
		<category><![CDATA[Query a Reservation Database]]></category>
		<category><![CDATA[Query Room]]></category>
		<category><![CDATA[Query room availablity]]></category>
		<category><![CDATA[relational database]]></category>
		<category><![CDATA[reservation database]]></category>
		<category><![CDATA[room availability]]></category>
		<category><![CDATA[Room Availablity]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[technical documentation]]></category>

		<guid isPermaLink="false">http://www.digiwebbs.com/?p=74</guid>
		<description><![CDATA[If you are wanting to create a simple reservations database (such as hotel database), you will need to have a query to determine which rooms can be booked for a range of days, this is an example of a simple hotel database created in Microsoft Access]]></description>
			<content:encoded><![CDATA[<p>How to Query a Reservation Database (by Date) for Room Availability Microsoft Access &amp; SQL</p>
<p>keywords:</p>
<ul>
<li>Query room availablity</li>
<li>Hotel Reservation Database</li>
<li>Microsoft Access</li>
<li>check room availablity</li>
<li>SQL</li>
<li>How to query a reservation database</li>
<li>Prevent Double booking</li>
</ul>
<p><strong>Studying an IT/Computing course and looking how to do a hotel database?</strong></p>
<p><strong>If you are wanting to create a simple reservations database (such as hotel database), you will need to have a query to determine which rooms can be booked for a range of days and prevent double booking&#8230;</strong></p>
<p><strong></strong><br />
A few years ago, for my AVCE i created such a system. Basically, its a relational database that uses forms, SQL and some visual basic.<br />
This was created for an AVCE ICT project, but it can be adapted/modified to suite your specification (it includes the technical documentation).<br />
The hotel reservation system was created using Microsoft Access 2002, but it also works in Microsoft Access 2000, as well as Access 2002/XP,2003, and 2007.</p>
<p>The SQL quey checks room availability by seeing which rooms are booked and inversing it thereby showing which rooms are available</p>
<p><strong>read more on <a href="http://www.digiwebbs.com/2006/access-hotel-reservation-database/">Hotel Reservation Database</a> created in Microsoft Access (can also download a template and view a demo)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexecooper.co.uk/blog/2008/07/query-room-availability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

