General Chat / Sharing some AM experience (Product of OpenSkies)
« on: November 13, 2007, 11:22:59 pm »Christopher
/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
actually, i doubt that Boeing will make an A380 sized plane in the near future, it won out it seems on what the market wanted. A380 sales have been relatively poor, whereas the 787 dreamliner has had the most successful launch of any new aircraft design. they've shown an edge in innovation, and read the market's demand for range, flexibility, and fuel/cost efficiency in a manner which seems to have had significant success and given them a significant edge over Airbus (as the a350xwb is not to be released until around 2013) compared to the A380's small sales and questionable profitability (there's some sneaking suspicions going around that the only way airbus can sell it is through heavy discounting, cutting into the ROI on the entire project).
Boeing simply answered the a380 with an upgraded 747 (the 747-800) which was a relatively cheap project, doesn't match the girth of the A380 but simply provides an expanded, more fuel efficient, longer range 747. which seems pretty prudent to me, as the A380 seems to only be desired by Emirates (as they account for about 1/3rd of the A380's order books) and to replace some high density, hub to hub routes in high traffic airlines (British Airways purchased a few A380s and several 747-8's, stating this in essence).
I think Boeing's next big move will be a new model of the 777 or 767. maybe in 5 or 10 years a new composite model of the 737.
Quote from: "CMS"Quote from: "Armygrognard"Quote from: "hpscot08"Airline Mogul Has Reached 2,000 Airports
Thanks to everyone for submitting airports as it has helped the number grow much faster than I ever could have done alone! I am sorry I'm not always as quick as you would hope but they do get added . Thanks again!
-Rick
Do you use actual figures or potential figures? Worcester, MA has a decent airport with absolutely lousy road access to it, resulting in low use. However, it is located in what was (and may still be) NE's second largest city (not metro area). I started to do the info for you guys but backed off due to it's low REAL use.
A screwed up road situation in Mass? that never happens!
Christopher
(who, missed the 93 exit had had to go to 3 while driving on 95 this AM)
You know those wonderful rotaries? They have them here in Germany too!!!! :shock:
Aiiiiyyyyyeeeeeeeeeeeeeeeeeeeeee!!!!!!!!!!!!! :twisted:
Depreciation is straight-line based on a 20 year life from date of delivery.
All used aircraft are depreciated from the purchase price based on the remaining expected useful life of the plane (20 years - age).
maintenance is based off of fair value at present, which needs at least a minor shake up and is likely getting it in the near future. but... so busy of late. -_-
Quote from: "hpscot08"Airline Mogul Has Reached 2,000 Airports
Thanks to everyone for submitting airports as it has helped the number grow much faster than I ever could have done alone! I am sorry I'm not always as quick as you would hope but they do get added . Thanks again!
-Rick
Do you use actual figures or potential figures? Worcester, MA has a decent airport with absolutely lousy road access to it, resulting in low use. However, it is located in what was (and may still be) NE's second largest city (not metro area). I started to do the info for you guys but backed off due to it's low REAL use.
Quote from: "iranair777"i would say Iran Air (even with their sanctions) are doing extremely well in terms of the quality of their flights (and not to mention their sexy a/c ). I have flown with them many times and they were always helpful and polite and I would give them more than 5*'s
as with emirates (only flown once on a A332 with a return from IKA (imam khomeni airport in tehran) to DXB) they are 5* on the luxury factor
I'd love to fly Iran Air's 707 or 747SP one day... I'm astonished they can keep these planes flying! I heard that they'd get a leased 747-400. Is that true?
Quote from: "nwaboy"I'm thinking of making a poll of the best real-life airlines. If you have any suggestions please post them here!
Nowadays? I think they all reek (in the U.S.)
Back in the early 80's I really like Piedmont. Then they were bought by US Airways (I think). Then...
i have a far better suggestion, lets give everyone a fixed income of 50m per month and get lottery tickets for 1m each, if you win a certain ticket you get up to 500m more, that way there is no competition, everyone can buy what he wants and there is no undercutting since there is no ticket pricing!!
Subject: Aircraft Out on Lease has Returned
Message: The following aircraft, #10834 - Douglas DC-3, has automatically been returned to you from its lessee, New Zealand Airline.
To coder: Please don't tell me you don't know to spell lease.