/* * 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; } } } } }
In the game which do prefer, personally I use either the MD80 series or 737s. I rarely buy Airbus anything, mainly out of personal bias.You may refer to this post for a specific comparison on Boeing and Airbus as well as how people comments them. (You replied too :P)
In the game which do prefer, personally I use either the MD80 series or 737s. I rarely buy Airbus anything, mainly out of personal bias.You may refer to this post for a specific comparison on Boeing and Airbus as well as how people comments them. (You replied too :P)
http://stephenm.org/smfforum/index.php?topic=10249.0
Though some said the maintenance of 737NGs is cheaper than those A320s, personally I prefer Airbus for their better performance and I'm the biggest operator of A320 family in one of the private worlds, operating 78 units and 3 variants. Even my friends support Airbus too. :P The sale figure of Airbus and Boeing is around 12.6 to 1 (264 Airbus VS 21 Boeing) in that private world.
I visited the Boeing factory in Seattle, Washington and the people there (who had the tour) knew less than me.
Whats the point to compare widebodies with 737s or A-320s or MD-80/90s?I visited the Boeing factory in Seattle, Washington and the people there (who had the tour) knew less than me.
If you were on the tour, you weren't in Seattle. The Boeing tour is in Everett, WA at PAE.
I personally think that the Boeing 737-700ER and the -900ER are the most profitable. It combines an average (although not huge) amount of pax onboard with a pretty decent range and low fuel usage compared to other widebody airplanes with comparable range and even more pax. Currently, I'm making more off my -700ER long range routes than my 77L route.
MD-90-55 is the way to go, 187 pax, 3000nm+ range, and it is cheap plus fuel efficient (compared to similar Airbus).
Agreed. I experimented using an MD-90, 738, and an A320 on one specific route to see which of the 3 was the most profitable. As it turned out, the A320 was the most profitable, followed by the 738. I would definitely use the A320 on short and medium-haul routes and i do use the 738 as an alternative to the A320, but i'm not too keen on the MD-90. It is cheaper, but less profitable than the other two.MD-90-55 is the way to go, 187 pax, 3000nm+ range, and it is cheap plus fuel efficient (compared to similar Airbus).
If you compare the MD-90-55 with 'similar airbuses' (eg: A320-200/100), the MD90 might win in the price category, but the A320-200 is still more profitable than the MD, not by a large margin, but still more profitable. If you compare it with a larger Airbus (but not that much larger), like the A321, then the Airbus will win in almost any way you can think of (cheap(er) price (than 757), 220 seats (much more than MD, and slightly less than 757), 479 knot speed, lower turn time (than 757 and MD), lots of range, etc.)