<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>FPD News</title>
<link>http://flight-plan-database.tk</link>
<description>News and Updates for the Flight Plan Database</description>
<image>
    <url>http://flight-plan-database.tk/webicon.png</url>
    <title>FPD News</title>
    <link>http://flight-plan-database.tk</link>
  </image>
<item>
<title><![CDATA[DNS Issues]]></title>
<description><![CDATA[Some of you may have noticed that the URL was being forwarded to a sponsored ad page for ~24 hours on Oct 4th due to the DNS records for this domain being dropped, but by the very fact you are now reading this you will also noticed that the problem has been fixed. If the problem persisted longer for you, it was likely due to caching of the DNS entries beyond the specified expiry time, which some internet providers may do with the services they provide in order to reduce the number of lookups.]]></description>
<pubDate>Sat, 08 Oct 2011 04:04:22 +0000</pubDate>
<guid isPermaLink='false'>8613985ec49eb8f757ae6439e879bb2a</guid>
</item>
<item>
<title><![CDATA[15K and 2.0]]></title>
<description><![CDATA[It's official, we're now at 15,000 flight plans and we passed 1,000 members last month also.<br />
<br />
Seven months have flown by without so much as a whisper from me, so I think it's about time I update on the status of projects and the development schedule:<br />
<br />
The ground up rebuild of the entire site (for terseness we'll call it FPD 2.0) is flying along and I expect it to be roughly four or so weeks till it is in a state ready for general release. The base work is in place and the slow part is getting it to look right. There'll also be some new additions coming in the following weeks, such as the introduction of an API to allow you to access the data within your own applications. Initially the data will be served in JSON, but XML shouldn't be far behind and other formats can be requested if you find the need. Some other parts, such as weather cycle access, will be missing from the initial release (it has been used ~4 times in as many months) and the reintroduction will depend on whether it is deemed worthwhile.<br />
<br />
Flight Canvas has been sitting ready for about four months now, but I have been waiting until FPD 2.0 is out before that is released as it relies on some of the new  , so expect that shortly after the new site is out.<br />
<br />
2012 Edit: Well, things happened and the amount of time I can work on this site has been drastically cut to near nil. These sorts of massive delays seem to be the story of life at the moment...but I'll get back to it when I can.]]></description>
<pubDate>Thu, 11 Aug 2011 15:11:53 +0000</pubDate>
<guid isPermaLink='false'>7647966b7343c29048673252e490f736</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1313061113.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Route generator update]]></title>
<description><![CDATA[As promised, the sidebar route generator has been superseded by a variant of the new route decoder that means it'll use proper navaids and will return the optimum route for a set of navaids along your route.<br />
It is, however, a little bit slower than the old one due to the more complex algorithm used, but I should be able to slowly bring the generation times down with fixes here and there. Basically, the longer the route the longer it'll likely take to build due to the nature of the method used.<br />
This is hopefully the beginning of the phasing out of the old generated plans, although I'm yet to determine to what extent this will continue. The new method is far from perfect, but it's at least a step in the right direction. As a quick example, here is a comparison between a real route and a generated route:<br />
<br />
<img src='http://lemon.x10hosting.com/files/tinygrab/86196f761eb4f48121f235adc1ae0f45.png'><br />
<br />
If you find any bugs in your routes, send me an email with a link to the plan in question.]]></description>
<pubDate>Wed, 12 Jan 2011 05:30:52 +0000</pubDate>
<guid isPermaLink='false'>2a38a4a9316c49e5a833517c45d31070</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1294799452.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Weather cycle access]]></title>
<description><![CDATA[Building upon my previous post about the weather data, you can now access and download individual cycle files in METAR format at the <a href='http://flight-plan-database.tk/tools/weather'>Weather Cycle Search</a>. When set to X-Plane format, the file can be dropped straight into the X-Plane root directory and then used for the sim weather, so you can have fun experiencing some of the record breaking weather we've had in the past few months.<br />
As with the other data, this is dated back to August 2010, so there isn't a huge amount of data choice available yet.<br />
<br />
In terms of how big the weather database is getting (~30MB per day), I can envision needing to come up with a strategy to minimise this. My current idea is to only store the daily average for data older than 30 days, this should hugely reduce the space necessary for the database. I will not be implementing any of this yet though until I better understand how the size increase is likely affect the speed, as currently the 4GB database searches essentially just as fast as it originally did.]]></description>
<pubDate>Wed, 12 Jan 2011 05:10:56 +0000</pubDate>
<guid isPermaLink='false'>c7e1249ffc03eb9ded908c236bd1996d</guid>
</item>
<item>
<title><![CDATA[Weather data]]></title>
<description><![CDATA[Since late August, the FPD has been dutifully decoding METAR data and has now collected 20,893,596 unique reports at a total of 3.4 GB. What is great about this is it is all completely searchable within milliseconds and provides a great base for weather features. Storing this much data with fast access did throw up some database design challenges, but it appears the current system is now working well after a few hundred (or so it felt like) design iterations. Downloading a single cycle file, decoding it, converting values and storing is all done in a few seconds with about 20,000 METARs per file.<br />
<br />
Today, the first access to this data is being enabled in the <a href='http://flight-plan-database.tk/tools/search'>Airport lookup</a>, with the temperature and dewpoint data initially available. Some work needs to be done on making the transfer more efficient before other data such as pressure, visibility, precipitation and cloud cover is accessible as the Chart API is lagging with this volume of data (Up to a few thousand data points).<br />
<br />
With the freezing temperatures that has been experienced in many places recently, it's interesting to see just how far the mercury dropped. To finalise, here are a few fun facts:<br />
<br />
Average temperature (30 days): 2.8210 C<br />
Average pressure (30 days): 2996.3742<br />
Average windspeed (30 days): 6.9327 Knots<br />
<br />
Merry Christmas]]></description>
<pubDate>Fri, 24 Dec 2010 01:49:59 +0000</pubDate>
<guid isPermaLink='false'>93db85ed909c13838ff95ccfa94cebd9</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1293144643.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[New route decoder]]></title>
<description><![CDATA[It is with great pleasure that I can introduce to you the newest incarnation of route generation. This is a complete rewrite from the ground up and will now accept a route string input, so it is now more of a 'decoder' than a generator. At it's core, the new route decoder relies on a custom built variation of Dijkstra's algorithm, meaning that even when there are multiple navaids with the same name it will still select the optimum route from potentially thousands.<br />
The decoder also allows for a much finer grain control over the altitudes selected and hints at some of the newer features that are on their way.<br />
Currently, the new decoder is only accessible through the Advanced generation page and the sidebar is therefore still relying on the older system. It is my intention to migrate all generation over to the decoder, meaning the old generator should be scrapped before the year is out. Interpretation of airways is also on the list to add.<br />
<br />
Additionally, in an effort to make this new decoder more open to everyone, I have removed the restriction of membership for accessing the advanced generation page.]]></description>
<pubDate>Thu, 23 Dec 2010 06:35:35 +0000</pubDate>
<guid isPermaLink='false'>3ef815416f775098fe977004015c6193</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1293075335.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[PDF Export]]></title>
<description><![CDATA[Just completed in an initial form is the new option to download a PDF for any plan that contains a route table with some pretty standard info. Whilst essentially very rudimentary at the moment, this is something that is going to be a base for expansion with more information and eventually graphics also.]]></description>
<pubDate>Sat, 13 Nov 2010 20:35:46 +0000</pubDate>
<guid isPermaLink='false'>68d30a9594728bc39aa24be94b319d21</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1289669746.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Realism]]></title>
<description><![CDATA[After some criticism over the general realism of the flight plans located here, I thought I would explain a few things:<br />
<br />
1. The route generator that has now generated ~6000 plans has long been in need of an update, mainly due to the significant lack of any credible realism or interest in the flight plans. However, if you head into the 'Categories' section you will find a range of other plans that have not been auto-generated and generally have a much greater quality, all of these are thanks to the uploads and input of users over the time this site has been running.<br />
<br />
2. The Flight Canvas project is now back on track for a release at least to initial testing in a month or two, after a >6 month hiatus from any development and a major rewrite. This will allow you to create the plans exactly how you want and should at least be a start to creating realistic plans online.<br />
<br />
So in summary, I am aware of the issues surrounding the quality of the current flight plan generation system and I am looking into ways to address this.]]></description>
<pubDate>Thu, 02 Sep 2010 20:35:20 +0000</pubDate>
<guid isPermaLink='false'>fe9fc289c3ff0af142b6d3bead98a923</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1283445320.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Update on the updates]]></title>
<description><![CDATA[I realised it has been a while since I last posted about any updates here, so I thought it best to fill you in with what has been going on. The noticeable lack of any major visible updates recently has been simply due to a lack of time on my behalf, however there have been a few modifications and tweaks made to improve current features and to pave the way for a few of my planned features.<br />
I don't have anything major today to release, as I seem to have a whole stack of things that are half complete and need to be finished; so hopefully, at some point soon, I should have a whole stack of updates to offer.]]></description>
<pubDate>Sun, 22 Aug 2010 02:22:18 +0000</pubDate>
<guid isPermaLink='false'>9778d5d219c5080b9a6a17bef029331c</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1282429338.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Server speed - update]]></title>
<description><![CDATA[After these few days of downtime, in which the FPD moved servers, the speed of the site should now be restored fully. Let me know if you come across any issues.]]></description>
<pubDate>Sun, 20 Jun 2010 23:54:39 +0000</pubDate>
<guid isPermaLink='false'>f033ab37c30201f73f142449d037028d</guid>
</item>
<item>
<title><![CDATA[Fixed Route Generator Bug]]></title>
<description><![CDATA[The bug in the route generator that caused an infinite loop of requests should now be fixed. Let me know if you still find any issues with it.]]></description>
<pubDate>Mon, 07 Jun 2010 22:06:42 +0000</pubDate>
<guid isPermaLink='false'>d1fe173d08e959397adf34b1d77e88d7</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1275952016.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Server speed]]></title>
<description><![CDATA[It has been noted that many searches and queries are taking a significant amount of time to complete at the moment. This is being looked into and I am trying to establish whether the problem lies with the server or the code.]]></description>
<pubDate>Fri, 04 Jun 2010 19:54:28 +0000</pubDate>
<guid isPermaLink='false'>35f4a8d465e6e1edc05f3d8ab658c551</guid>
</item>
<item>
<title><![CDATA[Fixed registration]]></title>
<description><![CDATA[Thanks to one sharp eyed user, the registration page should now function properly. If you have had any problems before, I would recommend giving it another try.]]></description>
<pubDate>Mon, 03 May 2010 10:46:02 +0000</pubDate>
<guid isPermaLink='false'>28dd2c7955ce926456240b2ff0100bde</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1272887113.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[New Design]]></title>
<description><![CDATA[The new update has finally been put live. Besides the new look, there are also a number of new features, which include:<br />
 - Proper history and back button support: This also allow linking to searches and pretty much anything. This solves a few problems that arose from being a AJAX site.<br />
 - Large plan view: There is now a new 'View' button added to the search results for each plan. Clicking it will take you to a larger view of the flight with a bigger map and the like.<br />
 - Adaptive titles: nothing special here, just tells you where you are...vaguely.<br />
If you find any problems or you have some feedback, you can contact me at the bottom of this page.]]></description>
<pubDate>Sat, 01 May 2010 21:21:08 +0000</pubDate>
<guid isPermaLink='false'>fbd7939d674997cdb4692d34de8633c4</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1272752422.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Finally back]]></title>
<description><![CDATA[After a long period of downtime the Flight Plan Database is now finally back up. I hope that these sorts of problems can be avoided in the future and I apologise for the inconvenience.]]></description>
<pubDate>Sun, 25 Apr 2010 22:15:14 +0000</pubDate>
<guid isPermaLink='false'>ad61ab143223efbc24c7d2583be69251</guid>
</item>
<item>
<title><![CDATA[Internet Explorer Woes (Update)]]></title>
<description><![CDATA[I posted previously that the Flight Plan Database did not work at all in Internet Explorer. After spending some time looking through the problems I can now announce that almost all functions currently available work just fine in IE.]]></description>
<pubDate>Sun, 28 Feb 2010 05:05:31 +0000</pubDate>
<guid isPermaLink='false'>e2c420d928d4bf8ce0ff2ec19b371514</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1267322734.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[New Uploader]]></title>
<description><![CDATA[As promised, I have completed a new upload page. I have currently tested it on Safari, Chrome, Firefox and Opera, with Opera throwing some odd errors. The new uploader is significantly more intelligent than the previous one and will extract file info for quicker entry.<br />
If you find any problems, use the contact me link at the bottom of the page.]]></description>
<pubDate>Fri, 26 Feb 2010 03:29:58 +0000</pubDate>
<guid isPermaLink='false'>7cbbc409ec990f19c78c75bd1e06f215</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1267144198.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Sharing Plans]]></title>
<description><![CDATA[Today I am introducing a new way to share your plans on forums and websites. The old 'link' section in each plan's description has been replaced with a 'share' link that will allow you to post an informative image which contains details about the plan and can be used to link directly to any plan.]]></description>
<pubDate>Tue, 16 Feb 2010 18:50:27 +0000</pubDate>
<guid isPermaLink='false'>14bfa6bb14875e45bba028a21ed38046</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1266285057.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[5000 Plans]]></title>
<description><![CDATA[Today's the day we have reached 5,000 plans, with 4,992 downloads and a total distance of 11,746,540 km.<br />
In other news, this news system has been updated and the upload section is undergoing an overhaul.]]></description>
<pubDate>Wed, 10 Feb 2010 17:24:45 +0000</pubDate>
<guid isPermaLink='false'>735b90b4568125ed6c3f678819b6e058</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1265761469.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Download Manager]]></title>
<description><![CDATA[I have put in place a download manager in the FPD due to a problem with plans being harvested on mass by one individual.  I have allowed for 10 plans in a rolling 60 minute limit. I believe this is more than adequate for anyone to use the database without being limited. If you feel that you would like a higher limit, email me using the 'Contact Me' link at the bottom of the page.]]></description>
<pubDate>Thu, 04 Feb 2010 04:22:58 +0000</pubDate>
<guid isPermaLink='false'>44f683a84163b3523afe57c2e008bc8c</guid>
</item>
<item>
<title><![CDATA[Registration Fixed]]></title>
<description><![CDATA[The problem with registration completion has been fixed now and should be working again. Thank you for your patience.]]></description>
<pubDate>Mon, 01 Feb 2010 22:42:27 +0000</pubDate>
<guid isPermaLink='false'>093f65e080a295f8076b1c5722a46aa2</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1265053347.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Internet Explorer Woes]]></title>
<description><![CDATA[It currently seems there is a problem with the Flight Plan Database loading search results in Internet Explorer. I am looking into finding a solution, but IE is  a horror to work with. Until I have found a solution, I would recommend using an alternative browser such as Firefox, Safari or Chrome. <br />
In other news, the maps above have been fixed and should be working properly again now.]]></description>
<pubDate>Fri, 22 Jan 2010 03:36:58 +0000</pubDate>
<guid isPermaLink='false'>66f041e16a60928b05a7e228a89c3799</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1265589418.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[1 year on]]></title>
<description><![CDATA[This is a copy of my post from x-plane.org:<br />
Well, it is now one year that the Flight Plan Database has been open, and what a brilliant year it has been. In this one year I am proud to say we have amassed more than 4500 flight plans and a growing user base too. I hope that 2010 will be an equally good year and that I can keep up with supplying you new features. I owe thanks to all who have contributed plans and helped with the frequent evolutions of the database.<br />
As a quick modification, the flight plan database has moved from lemon.x10hosting.com/fpd to http://flight-plan-database.tk/ . This is still on the same server, so the old address will lead you to the same page and all the old links will still work, fortunately.<br />
<br />
The Future<br />
So, you may be wondering what my intentions are for this year? My first priority is getting Flight Canvas out the door, after that there are a number of other major and minor updates needed. A small sample of possibilities include:<br />
A complete rewrite of the route generator, it works but the plans it produces are far from realistic<br />
New upload page, to actually make it vaguely easy to get your plans uploaded<br />
Improved integration with X-Plane<br />
If there is anything else you would like me to consider, PM or email me and I'll see what I can do.<br />
<br />
Anyway, thank you all for an excellent first year, enjoy.]]></description>
<pubDate>Fri, 15 Jan 2010 21:05:13 +0000</pubDate>
<guid isPermaLink='false'>72b32a1f754ba1c09b3695e0cb6cde7f</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1265589703.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Account view update]]></title>
<description><![CDATA[I have just published an update that alters the 'Account' view to further integrate with the rest of the site. I hope I can eventually get rid of all of the overlaid parts of the site and integrate them all, this includes the upload page.<br />
Also updated this week were many of the server side systems, although there are still a few left to go.]]></description>
<pubDate>Fri, 15 Jan 2010 04:18:35 +0000</pubDate>
<guid isPermaLink='false'>9f61408e3afb633e50cdf1b20de6f466</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1263518093.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Christmas Cheer]]></title>
<description><![CDATA[In the run up to Christmas, I thought I'd put the decorations up. It has been a brilliant first year for the Flight Plan Database and I hope it can continue to flourish and grow.<br />
If the decorations are causing you any problems, or you are the grinch, you can <a href='javascript:grinch()'>remove them</a><br />
Merry Christmas all.]]></description>
<pubDate>Mon, 21 Dec 2009 02:58:06 +0000</pubDate>
<guid isPermaLink='false'>b53b3a3d6ab90ce0268229151c9bde11</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1265589875.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Database update]]></title>
<description><![CDATA[I am pleased to announce that the database on which the we run has been overhauled to run from a SQL database, rather than files as before. Over the next few days I will be transitioning each function over to the new scheme. This should mean speed increases in searching, generating and will allow me to keep the data up to date each month.<br />
Thanks go to Robin Peel of data.x-plane.com for providing the source files from which this data is built.]]></description>
<pubDate>Thu, 17 Dec 2009 00:59:18 +0000</pubDate>
<guid isPermaLink='false'>a684eceee76fc522773286a895bc8436</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1265589906.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[New Front Page]]></title>
<description><![CDATA[I have finally got around to making a new front page for my site, It's nothing special, but the previous version left a lot to be desired. I may be updating some of the other parts in time as well.]]></description>
<pubDate>Sun, 29 Nov 2009 01:11:49 +0000</pubDate>
<guid isPermaLink='false'>d82c8d1619ad8176d665453cfb2e55f0</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1259446190.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[4000 plans]]></title>
<description><![CDATA[Today, as noted below, we hit 4000 plans in the database. In total, that is now nearly 10,000,000 km of flight plans]]></description>
<pubDate>Sun, 15 Nov 2009 23:25:40 +0000</pubDate>
<guid isPermaLink='false'>9a1158154dfa42caddbd0694a4e9bdc8</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1258316649.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Updates]]></title>
<description><![CDATA[It's been nearly two months since I posted below and you may have noticed very little has changed. The update I hinted at below is still work in progress, but 70% may have been a little optimistic, especially as I keep deciding to add yet another feature. Work is slow, that is about all I can say.<br />
In other news, we have nearly hit 4000 plans, I expect we will surpass it in the next couple of days.]]></description>
<pubDate>Thu, 12 Nov 2009 02:37:27 +0000</pubDate>
<guid isPermaLink='false'>2838023a778dfaecdc212708f721b788</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1257982566.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Glimpses of the latest update]]></title>
<description><![CDATA[I know I keep teasing you with the prospect of some updates here and this time will probably be no different. Basically, I now have a 70% complete update in the works. I will be looking for people to be testers prior to its release. If you would like to express an interest, email me (lemon[at]x-plane.org).<br />
There may be some smaller updates just before the large update to create some better integration, so you may notice some things becoming more polished.]]></description>
<pubDate>Wed, 16 Sep 2009 01:06:54 +0000</pubDate>
<guid isPermaLink='false'>c0c7c76d30bd3dcaefc96f40275bdc0a</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1253048814.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Front-Page Search]]></title>
<description><![CDATA[Above you may have noticed the reappearance of the front-page search box. It has returned to make it easier for first time users to find the plans they want without having to learn the navigation menus. It does still require some tweaking to get it all aligned correctly and to make it fit in with the overall page design.]]></description>
<pubDate>Sun, 09 Aug 2009 02:48:26 +0000</pubDate>
<guid isPermaLink='false'>f457c545a9ded88f18ecee47145a72c0</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1249771706.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Another Milestone]]></title>
<description><![CDATA[In just over 7 months the FPD has grown from an idea in to a large, developing database with more than 3000 plans and nearly 250 registered members. I owe thanks to all of you for providing the database with some data and allowing it to develop at a rate far faster than I could have initially expected.<br />
As thanks to you all, I will soon be releasing the newest update to the FPD. For now, you can look at the following two links to see just how much the database has expanded:<br />
Global Flight Plan Map -> http://lemon.x10hosting.com/fpd/fpmap.php<br />
Database Growth Chart -> http://lemon.x10hosting.com/fpd/graph.php]]></description>
<pubDate>Tue, 28 Jul 2009 15:24:49 +0000</pubDate>
<guid isPermaLink='false'>642e92efb79421734881b53e1e1b18b6</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1248780289.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Deathly Silence]]></title>
<description><![CDATA[It may have been very quiet up front here recently, however, there is quite a large announcement coming sometime soon regarding the future of the database and so on. For now I'll leave you guessing as to what this is.]]></description>
<pubDate>Sat, 25 Jul 2009 21:13:36 +0000</pubDate>
<guid isPermaLink='false'>67c6a1e7ce56d3d6fa748ab6d9af3fd7</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1248542016.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Search Functionality]]></title>
<description><![CDATA[It appears the errors below had destroyed the functionality of some of the search functions in the FPD. These are all now fixed for now.]]></description>
<pubDate>Wed, 24 Jun 2009 03:04:51 +0000</pubDate>
<guid isPermaLink='false'>d9d4f495e875a2e075a1a4a6e1b9770f</guid>
</item>
<item>
<title><![CDATA[PHP Errors]]></title>
<description><![CDATA[I am noticing a few errors are appearing on pages throughout this site. From what I can tell it is a problem from moving server and should fix itself in due course.]]></description>
<pubDate>Wed, 24 Jun 2009 02:29:32 +0000</pubDate>
<guid isPermaLink='false'>6c8349cc7260ae62e3b1396831a8398f</guid>
</item>
<item>
<title><![CDATA[Signup Issues]]></title>
<description><![CDATA[I have just recently noticed that a server error is created when you attempt to register. This is due to a faulty update somewhere along the line by the server owners. I have requested support for this issue. However, the account IS CREATED when you register, despite throwing an error; the details you entered will be valid for login, just you will receive no confirmation email.]]></description>
<pubDate>Sun, 14 Jun 2009 02:45:17 +0000</pubDate>
<guid isPermaLink='false'>f7177163c833dff4b38fc8d2872f1ec6</guid>
</item>
<item>
<title><![CDATA[Time]]></title>
<description><![CDATA[It's been more than a week since I last updated you on progress on the FPD. Basically, work is slow because I am working on multiple items at any one time, each of which are quite big. I am still unsure what will come first, a new route generator or my 'new' project, we will have to see which is easiest to complete.]]></description>
<pubDate>Wed, 10 Jun 2009 00:54:27 +0000</pubDate>
<guid isPermaLink='false'>17e62166fc8586dfa4d1bc0e1742c08b</guid>
</item>
<item>
<title><![CDATA[Route Generator Problems]]></title>
<description><![CDATA[I am still working over some problems in the route generator. However, I have pretty much come to the conclusion that I will rewrite it. Please email me with your suggestions for items to include e.g. VORs, FIXs as it is easier to build it right in than try to integrate it in the future. This will take a while, as it did last time, particularly because I now have even less time to spare.]]></description>
<pubDate>Sun, 31 May 2009 02:35:04 +0000</pubDate>
<guid isPermaLink='false'>a1d0c6e83f027327d8461063f4ac58a6</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1243722904.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Re-scaling]]></title>
<description><![CDATA[As you may have now noticed, I have managed to finish re-scaling the site to fit on a 1024px wide monitor. If you have any problems with it, use the 'Contact Me' link at the bottom of this page. I am still working on a new background, but I am a little stuck for suitable ideas.<br />
We are also making good progress with fixing issues in the route generator and the update for that should be coming soon.]]></description>
<pubDate>Wed, 27 May 2009 15:35:37 +0000</pubDate>
<guid isPermaLink='false'>3416a75f4cea9109507cacd8e2f2aefc</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1243424137.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Map Search]]></title>
<description><![CDATA[Today I announce a new feature for searching for plans called Map Search. Basically, you are presented with a map, once clicked the database will find plans that start or end nearby. To make use of this feature click 'Categories' then 'Map Search'.<br />
As for my other development progress, I am still trying to locate the source of the error in some plans. In regard to the resizing of the site, that it taking longer than expected as I have to redo many of the graphics.]]></description>
<pubDate>Mon, 25 May 2009 18:43:48 +0000</pubDate>
<guid isPermaLink='false'>d645920e395fedad7bbbed0eca3fe2e0</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1243208971.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Compatibility Issues]]></title>
<description><![CDATA[I am aware that some users are having significant problems trying to get their plans loaded up into X-Plane, particularly with plans created by the route generator. I am working with some helpful members to try to resolve all the outstanding issues. Hopefully I will be able to run an update on the database in the next few days that will fix many of these problems. I apologise if you are having difficulty with some plans, but the fix should be soon.<br />
I'll post when the database update is complete.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>d67d8ab4f4c10bf22aa353e27879133c</guid>
</item>
<item>
<title><![CDATA[New Resolutions]]></title>
<description><![CDATA[I have received a few responses in regard to my previous post and have decided that it would be best if I do rework the design a little in order to allow for better viewing on smaller screens. Basically, I will be working to cut down the width to 1024px wide, as this seems to be the most common resolution. I will not b altering the height of the page.<br />
In terms of updates, I have a few other things set to do; the first, most major, being to fix a bug that causes some plans not to load properly in X-Plane. <br />
Secondly, I am considering improving the generated flight plans to include FIXs and VORs along the route and, if I can find a suitable data source, I may even try to add SIDs and STARs.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>a5771bce93e200c36f7cd9dfd0e5deaa</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1242930056.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Screen Sizes]]></title>
<description><![CDATA[It has been brought to my attention that the site does not display well at screens with a resolution of 1024x768 or smaller. Basically, would you like me to re-scale a few things so that it fits better? If you have a response, please contact me using the link at the bottom of the page.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>a5bfc9e07964f8dddeb95fc584cd965d</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1242515569.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Frustration]]></title>
<description><![CDATA[Frustratingly, the new front-page preview is playing up. I think I have the problem located, but fixing it is another matter. If you don't see anything above then try hitting 'Categories' then 'Home' again. I believe it is down to a problem with loading the images quick enough.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>19ca14e7ea6328a42e0eb13d585e4c22</guid>
</item>
<item>
<title><![CDATA[New Preview]]></title>
<description><![CDATA[The front-page preview has been updated to make it suit the rest of the site better. It now has reflections and perspective, all thanks to the power of the Canvas.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>1c383cd30b7c298ab50293adfecb7b18</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1242341820.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[FS Export (beta)]]></title>
<description><![CDATA[When viewing the details of a plan you now have the option to export it to the FS .pln format. This is still very much a beta test of the function, although I am confident that it should work well. The site is still remaining centered around X-Plane and I am not planning on deviating; this update just means that the site it available to a wider audience that will allow the database to expand and develop in a way that benefits everyone.<br />
Until I have solid confirmation that the exported plans work in FS the function will remain in the 'beta' stage.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>e369853df766fa44e1ed0ff613f563bd</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1242243064.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[High Reaches]]></title>
<description><![CDATA[Just one month after my previous post about our one-thousandth plan we have now reached the 2000th plan. It really is great to see the database grow and develop, as each new flight plan from you improves the database for everyone.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>182be0c5cdcd5072bb1864cdee4d3d6e</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1241821701.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Altitudes]]></title>
<description><![CDATA[The Database has just updated so that all flightplans will now include the Altitude functionality. I will be adding the possibility of editing soon.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>6364d3f0f495b6ab9dcf8d3b5c6e0b01</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1241821562.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Database Update]]></title>
<description><![CDATA[I have just updated every route generator plan to include altitudes. If you find any problems, I do have a backup of the database available to work from.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>c16a5320fa475530d9583c34fd356ef5</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1241633802.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Advanced Search]]></title>
<description><![CDATA[The problem with the advanced search formating should now be fixed. I still have no idea what was wrong, I have just gone back to a previous backup. If you are still getting problems, just email me.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>34173cb38f07f89ddbebc2ac9128303f</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1241472456.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Route Display]]></title>
<description><![CDATA[This feature was suggested to me by a user. The 'Waypoints' section in the details drop-down is now replaced with an overview of the route of the flight plan.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>6ea9ab1baa0efb9e19094440c317e21b</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1241133822.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Viewing Modifications]]></title>
<description><![CDATA[I have altered slightly the way in which the flight plan boxes are drawn. Hopefully this should enhance cross-browser compatibility. Please email me if you are having problems with the new layout. Hopefully, it should all look exactly the same as before, apart from where font were overlapping.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>33e75ff09dd601bbe69f351039152189</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1240960621.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Development Status]]></title>
<description><![CDATA[Due to current circumstances development has been a little slow. Development should pick up again soon. We do have some new clouds though...]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>02e74f10e0327ad868d138f2b4fdd6f0</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1240939616.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Downtime]]></title>
<description><![CDATA[I apologise for the recent down that has been affecting the database. The server is being updated and still be jumpy for a while.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>4e732ced3463d06de0ca9a15b6153677</guid>
</item>
<item>
<title><![CDATA[Sorting]]></title>
<description><![CDATA[When viewing lists of plans, you now have the opportunity to sort your results by a range of options, including distance and time. The sort menu will only show up when it is needed.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>8e296a067a37563370ded05f5a3bf3ec</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1239717066.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Milestone Reached]]></title>
<description><![CDATA[Today we celebrate our thousandth plan in the database, less than three months after the database began. I have to thank you all for you contributions and I hope we see similar growth in the future. We also now have more than 100 registered users.<br />
All of these plans, stretched end to end would be 2,229,604km long. <br />
To put that into perspective, 2,229,604km:<br />
- takes you round the earth 55 times<br />
- takes you to the moon and back 2.9 times<br />
- is 0.000000236 lightyears<br />
- is 445,920,800,000,000,000 Beard-Seconds (the distance the average beard grows in one second, inspired by the light year, equal to about 5 nanometers)]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>1ff1de774005f8da13f42943881c655f</guid>
<enclosure url="http://flight-plan-database.tk/news/images/1239312430.png" length="" type="image/png" /></item>
<item>
<title><![CDATA[Curious Characters]]></title>
<description><![CDATA[I have just fixed an error that would cause it to say loading indefinitely when there was an unknown character in the loaded data.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>37693cfc748049e45d87b8c7d8b9aacd</guid>
</item>
<item>
<title><![CDATA[User Management]]></title>
<description><![CDATA[I have just updated the user management system, so please report any bugs if you find one.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>b6d767d2f8ed5d21a44b0e5886680cb9</guid>
</item>
<item>
<title><![CDATA[The Update]]></title>
<description><![CDATA[The previously mentioned update has now been released and should make is a whole lot easier and quicker to navigate through the specific details of any plan. To use the new feature, just click the 'Details' button and the item will expand to show a map, user notes, suggested scenery and way-point info.<br />
This basically removes the requirement for opening the popups each time for each plan and just makes it nicer to navigate. Obviously, I have removed the 'Map' button, as the functionality is now mirrored in the expanded window.<br />
Eventually, you will also be able to see interpreted METAR data for the departure and arrival airports in the window as well.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>3c59dc048e8850243be8079a5c74d079</guid>
</item>
<item>
<title><![CDATA[Update on the way]]></title>
<description><![CDATA[The database will be a little buggy in the next couple of days as I finalise some modifications.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>98f13708210194c475687be6106a3b84</guid>
</item>
<item>
<title><![CDATA[Pagination]]></title>
<description><![CDATA[Search results are now displayed in pages. This speeds up requests and reduces the load placed on your browser. I will add an option in the account settings to allow you to customize the number of results per page. For now it is set at 50.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>1f0e3dad99908345f7439f8ffabdffc4</guid>
</item>
<item>
<title><![CDATA[Feature Development Status]]></title>
<description><![CDATA[The majority of the data requests in the site are now handled by XMLHTTP, so they are more controllable. This opens up new opportunities for further development of some functions, particularly pagination and refreshes.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>6f4922f45568161a8cdf4ad2299f6d23</guid>
</item>
<item>
<title><![CDATA[Google Earth Export]]></title>
<description><![CDATA[You can now download a KML version of any flight plan in the database. Just hit 'Details' on any plan and then click 'Download Google Earth KML'. Altitudes are not yet fully implemented, but should be sorted soon.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>70efdf2ec9b086079795c442636b55fb</guid>
</item>
<item>
<title><![CDATA[Enhanced Compatibility]]></title>
<description><![CDATA[The FPD should now be more compatible with a wider range of browsers. There are a few issues with pre-loading of images that will be sorted out soon. If you find any problems email them me a screenshot and you browser specs to  the address at the bottom.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>c74d97b01eae257e44aa9d5bade97baf</guid>
</item>
<item>
<title><![CDATA[Advanced Route Gen]]></title>
<description><![CDATA[Logged in members will now be a able to access a few more advanced features in the generation of their routes. Just click the 'Advanced' button in the generate route sidebar. Also, an error with simple route generation has just been fixed.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>9bf31c7ff062936a96d3c8bd1f8f2ff3</guid>
</item>
<item>
<title><![CDATA[Completed]]></title>
<description><![CDATA[The new route generation is not fully integrated with the database and works in exactly the same way. It produces nicer approaches with no sharp angles.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>aab3238922bcc25a6f606eb525ffdc56</guid>
</item>
<item>
<title><![CDATA[With Regret]]></title>
<description><![CDATA[Unfortunately, I am going to have to rewrite the code for the route generator, so it may be a bit buggy for the next few days. Hopefully, I can get a version out that works seamlessly and creates some nicer plans. I do have other features to add that have been brought to my attention and these are not forgotten. I'll keep you posted on how it is going.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>c51ce410c124a10e0db5e4b97fc2af39</guid>
</item>
<item>
<title><![CDATA[Scenery Suggestions]]></title>
<description><![CDATA[The Flight Plan Database can now recommend scenery to go with your flight. To access this function, either click details on any flight plan or look at the download popup. Thanks go to Nicolas for providing the data that made this possible.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>c20ad4d76fe97759aa27a0c99bff6710</guid>
</item>
<item>
<title><![CDATA[Not so grand re-opening]]></title>
<description><![CDATA[The updates are now complete, despite taking longer than I first anticipated. Hopefully you like the new design, but if you have any issues with the new graphics please email me with a screenshot of the problem and your browser specs.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>6512bd43d9caa6e02c990b0a82652dca</guid>
</item>
<item>
<title><![CDATA[Database going down]]></title>
<description><![CDATA[The flight plan database will be down for a couple of days whilst I update the graphics]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>d3d9446802a44259755d38e6d163e820</guid>
</item>
<item>
<title><![CDATA[Hidden updates]]></title>
<description><![CDATA[Although you cannot see this update (or perhaps, unfortunately, you can), the structure for the style has been re-done from scratch, meaning future cross-compatibility with browsers will now soon be possible. If you find any new problems email me with the problem and also your browser and OS details.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>45c48cce2e2d7fbdea1afc51c7c6ad26</guid>
</item>
<item>
<title><![CDATA[Departures]]></title>
<description><![CDATA[I just get the approaches sorted only to find that there is also a problem with departures. I'll take a look in a while and fix it.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>c9f0f895fb98ab9159f51fd0297e236d</guid>
</item>
<item>
<title><![CDATA[Map of every flightplan]]></title>
<description><![CDATA[I was doing some work earlier with google maps and I thought I'd make <a href='http://lemon.x10hosting.com/fpd/fpmap.php' style='color:black'>this</a>. It is a google map that includes a line for every flight plan in the database. They are simple two-point lines, as lines with all that waypoints would be too slow.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>8f14e45fceea167a5a36dedd4bea2543</guid>
</item>
<item>
<title><![CDATA[Approach Errors]]></title>
<description><![CDATA[I just noticed that the Route Generator was producing some odd results after I changed something yesterday. If your flight plan has an unexpected wiggle at the end just re-enter it and a correct flight plan will be made. Sorry for any inconvenience.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>1679091c5a880faf6fb5e6087eb1b2dc</guid>
</item>
<item>
<title><![CDATA[Final Updates]]></title>
<description><![CDATA[The finishing touches have now been completed on the Route Generator, meaning it will now select a runway as well and give you more manageable approaches. It is now very reliable, but it needs trial by use.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>e4da3b7fbbce2345d7772b0674a318d5</guid>
</item>
<item>
<title><![CDATA[Yet another Route Gen update]]></title>
<description><![CDATA[This time it will calculate runway headings more effectively, to give a more precise approach and departure. Also, more intelligent departure procedures are now created, meaning no more 180 degree turns in your flight plans.<br />
Finally, and not related to Route Generation, is the update of a few of the graphics, most notably the background. This makes it a little bit lighter and, in my opinion, nicer to use.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>a87ff679a2f3e71d9181a67b7542122c</guid>
</item>
<item>
<title><![CDATA[Sorted]]></title>
<description><![CDATA[Despite what I said only a short while ago, I have now sort of fixed the error with short flights. Any flight shorter than 250 miles will become a straight line from departure to destination. This is not the best solution, but it is better than getting a wiggly line as a result.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>eccbc87e4b5ce2fe28308fd9f2a7baf3</guid>
</item>
<item>
<title><![CDATA[Route Generator update]]></title>
<description><![CDATA[The route generator is now a very much more reliable at producing good quality flight plans. The departure stage is now taken into account and headings of runways are calculated to provide nicer approaches and departures. <br />
The last known error is when it is used over short routes. It will create a working flight plan, but it will not be the best route. The route generator works best for distances of more than ~200 miles. This should not be an issue for too many of you, so its priority to be fixed is quite low.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>c81e728d9d4c2f636f067f89cc14862c</guid>
</item>
<item>
<title><![CDATA[Flight Plan Database Updated]]></title>
<description><![CDATA[This update brings a few major and minor improvements to the FPD. <br />
The first, minor,  alteration occurs on the front-page. It now includes this 'news and updates section' and the advanced search is now at the top of the categories section.<br />
However, the major update is the addition of the route generator you will see to the left. This is a new, very simple way of generating an X-Plane flight plan that can be instantly downloaded. It will do all of the hard work for you and will even generate a simple approach to destination runway.<br />
Don't expect it to work flawlessly yet, but it is still pretty reliable.]]></description>
<pubDate>Sat, 23 May 2009 15:40:27 +0000</pubDate>
<guid isPermaLink='false'>c4ca4238a0b923820dcc509a6f75849b</guid>
</item>

</channel>
</rss>
