diff --git a/Frameworks/RSParser/RSParser.xcodeproj/project.pbxproj b/Frameworks/RSParser/RSParser.xcodeproj/project.pbxproj index e62c5de61..dd15a9231 100644 --- a/Frameworks/RSParser/RSParser.xcodeproj/project.pbxproj +++ b/Frameworks/RSParser/RSParser.xcodeproj/project.pbxproj @@ -64,6 +64,8 @@ 84469D401EFF29A9004A6B28 /* FeedParserError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84469D3F1EFF29A9004A6B28 /* FeedParserError.swift */; }; 84469D421EFF2B2D004A6B28 /* JSONTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84469D411EFF2B2D004A6B28 /* JSONTypes.swift */; }; 84469D441F002CEF004A6B28 /* JSONFeedParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84469D431F002CEF004A6B28 /* JSONFeedParser.swift */; }; + 844B5B3E1FE9A13C00C7C76A /* 4fsodonline.atom in Resources */ = {isa = PBXBuildFile; fileRef = 844B5B3D1FE9A13B00C7C76A /* 4fsodonline.atom */; }; + 844B5B401FE9A45200C7C76A /* expertopinionent.atom in Resources */ = {isa = PBXBuildFile; fileRef = 844B5B3F1FE9A45200C7C76A /* expertopinionent.atom */; }; 845213251FCB3C76003B6E93 /* coco.html in Resources */ = {isa = PBXBuildFile; fileRef = 845213241FCB3C75003B6E93 /* coco.html */; }; 845213281FCB4042003B6E93 /* RSHTMLTag.h in Headers */ = {isa = PBXBuildFile; fileRef = 845213261FCB4042003B6E93 /* RSHTMLTag.h */; settings = {ATTRIBUTES = (Public, ); }; }; 845213291FCB4042003B6E93 /* RSHTMLTag.m in Sources */ = {isa = PBXBuildFile; fileRef = 845213271FCB4042003B6E93 /* RSHTMLTag.m */; }; @@ -172,6 +174,8 @@ 84469D3F1EFF29A9004A6B28 /* FeedParserError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedParserError.swift; path = Feeds/FeedParserError.swift; sourceTree = ""; }; 84469D411EFF2B2D004A6B28 /* JSONTypes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONTypes.swift; sourceTree = ""; }; 84469D431F002CEF004A6B28 /* JSONFeedParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = JSONFeedParser.swift; path = Feeds/JSON/JSONFeedParser.swift; sourceTree = ""; }; + 844B5B3D1FE9A13B00C7C76A /* 4fsodonline.atom */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = 4fsodonline.atom; sourceTree = ""; }; + 844B5B3F1FE9A45200C7C76A /* expertopinionent.atom */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = expertopinionent.atom; sourceTree = ""; }; 845213241FCB3C75003B6E93 /* coco.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = coco.html; sourceTree = ""; }; 845213261FCB4042003B6E93 /* RSHTMLTag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RSHTMLTag.h; sourceTree = ""; }; 845213271FCB4042003B6E93 /* RSHTMLTag.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RSHTMLTag.m; sourceTree = ""; }; @@ -390,6 +394,8 @@ 84566D931FD0ABFB00103322 /* allthis.json */, 84566D951FD1FC1800103322 /* allthis-partial.json */, 8401FF831FE87C2E0080F13F /* theomnishow.rss */, + 844B5B3D1FE9A13B00C7C76A /* 4fsodonline.atom */, + 844B5B3F1FE9A45200C7C76A /* expertopinionent.atom */, 849A03CF1F0081EA00122600 /* Subs.opml */, ); path = Resources; @@ -574,6 +580,7 @@ 8401FF841FE87C2F0080F13F /* theomnishow.rss in Resources */, 849A03D61F0081EA00122600 /* manton.rss in Resources */, 849A03D11F0081EA00122600 /* DaringFireball.rss in Resources */, + 844B5B401FE9A45200C7C76A /* expertopinionent.atom in Resources */, 84B19A771FDA438300458981 /* natasha.xml in Resources */, 84566D961FD1FC1800103322 /* allthis-partial.json in Resources */, 849A03D01F0081EA00122600 /* DaringFireball.html in Resources */, @@ -585,6 +592,7 @@ 849A03D41F0081EA00122600 /* inessential.html in Resources */, 849A03D31F0081EA00122600 /* furbo.html in Resources */, 849A03E81F01F88600122600 /* ScriptingNews.json in Resources */, + 844B5B3E1FE9A13C00C7C76A /* 4fsodonline.atom in Resources */, 840FDCB81F0218670041F61B /* DaringFireball.atom in Resources */, 849A03D91F0081EA00122600 /* sixcolors.html in Resources */, 842A42011FB77A5A00EA22E4 /* dcrainmaker.xml in Resources */, diff --git a/Frameworks/RSParser/RSParserTests/AtomParserTests.swift b/Frameworks/RSParser/RSParserTests/AtomParserTests.swift index de2a5de26..7bde6c646 100644 --- a/Frameworks/RSParser/RSParserTests/AtomParserTests.swift +++ b/Frameworks/RSParser/RSParserTests/AtomParserTests.swift @@ -58,6 +58,46 @@ class AtomParserTests: XCTestCase { XCTAssertNotNil(article.datePublished) XCTAssert(article.attachments == nil) } + } + + func test4fsodonlineAttachments() { + + // Thanks to Marco for finding me some Atom podcast feeds. Apparently they’re super-rare. + + let d = parserData("4fsodonline", "atom", "http://4fsodonline.blogspot.com/") + let parsedFeed = try! FeedParser.parse(d)! + + for article in parsedFeed.items { + + XCTAssertTrue(article.attachments!.count > 0) + let attachment = article.attachments!.first! + + XCTAssertTrue(attachment.url.hasPrefix("http://www.blogger.com/video-play.mp4?")) + XCTAssertNil(attachment.sizeInBytes) + XCTAssertEqual(attachment.mimeType!, "video/mp4") + } + } + + func testExpertOpinionENTAttachments() { + + // Another from Marco. + + let d = parserData("expertopinionent", "atom", "http://expertopinionent.typepad.com/my-blog/") + let parsedFeed = try! FeedParser.parse(d)! + + for article in parsedFeed.items { + + guard let attachments = article.attachments else { + continue + } + + XCTAssertEqual(attachments.count, 1) + let attachment = attachments.first! + + XCTAssertTrue(attachment.url.hasSuffix(".mp3")) + XCTAssertNil(attachment.sizeInBytes) + XCTAssertEqual(attachment.mimeType!, "audio/mpeg") + } } } diff --git a/Frameworks/RSParser/RSParserTests/Resources/4fsodonline.atom b/Frameworks/RSParser/RSParserTests/Resources/4fsodonline.atom new file mode 100644 index 000000000..d715d7015 --- /dev/null +++ b/Frameworks/RSParser/RSParserTests/Resources/4fsodonline.atom @@ -0,0 +1 @@ +tag:blogger.com,1999:blog-39057418451756030232014-10-05T01:28:05.849-07:004 Fighting Serpents of DeathAnthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.comBlogger28125tag:blogger.com,1999:blog-3905741845175603023.post-4255411257634485922007-12-14T23:15:00.000-08:002007-12-15T11:35:51.128-08:004FSOD Documentary: Bloopers and StuffEven the 4 Fighting Serpents of Death don't always get it right on the first take!<br /><br /><br /><br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dyq9-5I_xeQrLuRdB8sMNk5uydYCcrUYCEeQM4rHZ8ittUFTmgvQzVVvwDQgWSD8DGPicg9Zx4Awulnbnqqnw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-65523244188113060302007-12-14T00:54:00.000-08:002007-12-14T08:31:57.100-08:004FSOD The Documentary: Deleted ScenesHere are some of the scenes that didn't make the final cut,<br />and not because they weren't funny!<br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dzPs-XUg0wXFaUX91N90sd-kp9RGQd1tcx6Ijdw1VxRpFbgVbyrNAqmuErdrx5K_25BfMQcHVkCa2sKYMe6kA' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-48599265246991760662007-12-12T21:13:00.000-08:002007-12-12T22:18:44.752-08:00Special Feature: Jamie's PresentSynopsis:<br />Anthony has finally picked out the perfect present for his girlfriend, Jamie, tickets to an amazing concert! While Anthony sleeps though, a mysterious thief breaks into his home intended to rob him of his most valuable possessions. This thief does not realize that he has sealed his own doom by taking Jamie's Present. Upon realizing that he has been robbed, Anthony springs into action. With the help of an unlikely irish friend and a little cunningness of his own, Anthony finally tracks down Jamie's Present. The ultimate villian is a strange and dangerous Chinaman who challenges Anthony to a battle of wits, but Anthony has a couple tricks of his own up his sleeve. See how it all ends in Jamie's Present!<br /><br />Additional Information:<br />This film was produced in December of 2006 and is quite a little gem. Having completed production with only a Polaroid camera and half a roll of carbon copy paper, this film is a nice representation of just how resourceful 4FSOD Productions is. The heartfelt acting and emotionally driven storyline made this film a top seller for spouses to each other in 2006, outselling other blockbuster releases like Little Miss Sunshine, The Last Kiss, and Jackass 2.<br />A top seller, that is, among other pirated movies being sold out of trunks in neigborhood strip malls.<br /><br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dxg10UdzjPBh1LL62iekZ4COODDOO9owicQOz8MUenEgE5OizjKAO8bVc4At5Uvqyt-rkgdcelp3nATzkkj2w' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-17379353446679601782007-12-05T20:12:00.000-08:002007-12-05T20:58:51.202-08:00Chapter 12: Closing Credits<p>Congratulations! You have made it to the end of the documentary. Have no fear though, the saga of the 4<span class="blsp-spelling-error" id="SPELLING_ERROR_0">FSOD</span> is not even close to being over yet!</p><p> </p><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dw-LyHre18Wte4cOXmZOddnlQPmEp01uEc4xP1VSAPHI20cstpqZpF7gBaXj4LeUwMNKR8TzR6umLRRJA_DpQ' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com1tag:blogger.com,1999:blog-3905741845175603023.post-71188947587385081132007-12-04T21:07:00.001-08:002007-12-04T21:30:06.200-08:00Chapter 11: DenoumentThis is the documentary round up guys, thanks for watching! I hope you totally<br />enjoyed it!<br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dzQ_qyvm9VJvpfJ5LtNonHfdT72V04aBWSMzqBa9Rpkcf79kypEgCvXPTQwx31rQADaTAytCGkGWBzhdIyxbg' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-48500928774958630222007-11-28T22:10:00.001-08:002007-11-28T22:41:14.219-08:00Chapter 10: Got Smoke?Here's the infamous smoking episode where Brian is confronted<br />with his secret habit.<br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dzggey93fCR2yRaqAwBrghZr5mfZHOcweTASdxH-fA2ifuxvahUQLsCwUcvrfeMf1L62u5Ki_hnpIIsEtvTvw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-69894509218073148552007-11-28T17:23:00.000-08:002007-11-28T18:29:21.621-08:00Chapter 9: Back on Track<iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dyyEcqQ9e6ZXDpY6pPLHHUlG1Vwhaw2e9LnNEJM7EOZ-MEJ1H7ZAzEALpJvG2up1T_HOlHy3w8sW0cS31Y19Q' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-67420328211917161692007-11-27T22:53:00.000-08:002007-11-27T23:29:14.452-08:00Chapter 8: Hits and MissesBack to the show, Guys!<br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dxC_InZ84hL0_WYLXWjltj1qNzuXrvzokChsgjGlYxO05MQYxp-PFRfKdqAigJ-t4K4C6ksxfHPwRDfDTumkQ' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-61303858976824005472007-11-23T18:53:00.000-08:002007-11-23T19:11:54.424-08:00Special: Turkey Bowl 2007<iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dz3lOptRIgVoLZcJp4JzqA9nldo43qK9HL014SysLWkFULfeW3SY3c2DK6EVbU4EbmcGWl8o1jrtfL7-1caTw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com1tag:blogger.com,1999:blog-3905741845175603023.post-70942806530034860592007-11-22T15:55:00.000-08:002007-11-22T16:38:43.221-08:00Chapter 7: Alonzo The Fist(Happy Thanksgiving!)<br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dwD45oyzUHGPPrkVd8-r5UlB16_yWjn5DUvajwW_NpQlh8fF_110NGSsPm4xKEzaUuY6bpZ_HUDBAhs6cYaHQ' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-73119352681500966442007-11-15T07:37:00.000-08:002007-11-15T17:54:22.558-08:00Chapter 6: Separation<iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dzEjfEmgZWBfWkWHWJHRT_1RUmQiWP2ho0zboG5WDIsQhhccsQMN_cmQUrmfsWTbsVY1wCe_wXBGUjDY41Zzw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-61115399604136142172007-11-13T00:06:00.000-08:002007-11-15T07:37:10.404-08:00Chapter 5: What's in a Name?<iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dyALG7yoDxJ5loRqrKOI6EUgjnMxxEkX0jtkmi1jf_NGQdSpG4fdC7P6NmM_2rK3JRa4T8Xs03rkYc7A3DALg' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-79443865606624753742007-11-01T17:04:00.000-07:002007-11-27T10:33:07.319-08:00Chapter 4: Success!<iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dz_-zcPj94qXbSRfG8cY-c8uDfYBGiCJ4o3pwOvd2WKl-yLHJxAnCY543QAl6sNTsQxfRg14ogRbdgvZjtLPg' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-88366528659469257432007-10-31T21:00:00.000-07:002007-10-31T21:25:51.554-07:00Documetary: Humble Beginings<p>Chapter Three, where the idea all started.</p><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dz3YGwcLrT0lZhtrQQKaQF1leYvcpcJr-lVdYCaTFoMjAHQtwAjc7vp9cE4HViAWIJtHv32cps4AGnpsx-M7Q' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-34910670706831593692007-10-30T17:40:00.000-07:002007-10-30T17:54:09.994-07:00Documentary: The Four<p>This is the second chapter of the documentary. Here, we introduce the four actors who portray the 4 Fighting Serpents of Death, and little more about who they really are. </p><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dwZskTs6WHZnO-dJAY3nCnSE51EPhr-R69YKEe8mzfAvtCqGStq9yYFtr6bbGxZ2Ffu0PFidYQge08vqG4Xlw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-33190610334281896542007-10-26T10:45:00.000-07:002007-10-26T12:35:32.562-07:004FSOD: The Documentary - Opening Credits<p>Here it is folks, the official 4 Fighting Serpents of Death Documentary. What you are seeing now are the opening credits. Check back in weekly as we will be posting subsequent chapters. 12 in all I believe!</p><p> </p><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dwaMaRADWrYCcNuaVJ4PUHWyoeoLnc21ohJRcUbg7iOQUtgHNFTEzzphTjpwJMWygE9o1cQNOFGL0pQh9bM5Q' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com1tag:blogger.com,1999:blog-3905741845175603023.post-7114995983053335962007-10-21T20:22:00.000-07:002007-10-21T22:33:09.329-07:004FSOD: The Documentary!In the footsteps of VH1 Behind the Music, E! True Hollywood Story, and Spinal Tap, the 4 Fighting Serpents of Death have collaborated with Oregon Public Access Television to release their own behind-the-scenes documentary. This complete segment features candid interviews from all of the Serpents as well as anyone ever involved with their films. We will be posting this documentary up in segments, once a week for the next 3 months. It is exciting I know. But before we get started, let's see some trailers for the Documentary!<br /><br /><br /><br /><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dzcR92LiAsXqsOFoG-hjUEen2MLTqNqXNbeNUATPebQLZ1yKQ5dsI-BRbFehbYYFuD-G8kx-B75mD9w02bKhg' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p><p> </p><p> </p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dygJfitUZmDjWaPuCe1iyEGueFWRSVQtjfEUD2w-NjGXdPdBzlk-GytF3VSg1rYcAqeTjR2zSPxHRRFGq38ow' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-13676006727225311882007-10-21T00:06:00.000-07:002007-10-21T00:43:00.495-07:004FSOD: Action Impending!<p>In 2001, the 4FSOD released "Action Impending". You might notice that the acronym for the film is A.I., this was no accident. Knowing that they're popularity had taken a downturn, the Serpents hoped to show up on internet searches by having the same acronym as Stephen Spielberg's film "A.I." which was wildly successful that year. To a lesser degree, the Serpents wanted to show up in Yahoo searches for Allen "The Answer" Iverson too, hoping to attract the younger male demographic. Really, there was no coherent plot to this film. Dick Johnson is strolling with his girlfriend through a parking garage when they happen to come across a battle between Lee Bang (formerly known as 100% BEEF) and Wang Chung and thier nemesis, Alonzo the Fist. Dick Johnson's girl is killed by a flying bamboo stick and he vows revenge. The Serpents now have one more ally in their campaign to take down Alonzo!</p><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dzyGsZvqadWDiHuePjXi1heKyYyyPti7puxO64WdRTvfsDLyNzjsZefN91kpz6t2ezJFggcqbnhL4kjVh_Vaw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-37763903805929167462007-10-12T17:26:00.000-07:002007-10-12T17:55:56.776-07:004FSOD: Critical Review<iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dz-uqLhP2VHS0eK5WJMLHAW4pxevce2gBNo_KusJViQfGeEvRJfNh9UG5Uk4xtLduZC6UeEpxmze7CKKCjYig' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-60072994970418036702007-10-03T08:59:00.000-07:002007-10-03T09:22:49.587-07:004FSOD: Deadly WatersDeadly Waters was not released in theaters. Rather, it was released as a Made-For-DVD special. Wang Chung comments, "It would have cost us way too much to produce this one for the big screen. Also, the action we do have looks <span class="blsp-spelling-error" id="SPELLING_ERROR_0">alot</span> more impressive when it's crammed into the small screen." After the non-success of <span class="blsp-spelling-error" id="SPELLING_ERROR_1">Paresuture</span> the year before, many endorsers backed out of the 4<span class="blsp-spelling-error" id="SPELLING_ERROR_2">FSOD</span> campaign, leaving their finances dwindled. Deadly Waters was their next attempt to get back into the spotlight.<br /><br />Plot Synopsis:<br />Wang Chung decides to go to the Oregon Coast for a weekend getaway. All the other Serpents are busy with jobs and other commitments so he calls up his old college <span class="blsp-spelling-error" id="SPELLING_ERROR_3">roomate</span>, Kevin. While kicking it at <span class="blsp-spelling-error" id="SPELLING_ERROR_4">Rockaway</span> Beach, Kevin is ambushed by none other than Alonzo the Fist! This time it's personal! Alonzo also steals Kevin's rented Chevy Cavalier. Wang Chung manages to hunt Alonzo down to the rocky beach. With nowhere else for either of them to go, they must now fight.<br /><br /><br /><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dySRctwDWWPjKF_lYL5Ou0G2ApDJd0FHy8817hhc_FPha9EknOgitHUOFMLSLpBqtFssQgbZlmMGL6BzJDnow' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p><p></p><p>*4<span class="blsp-spelling-error" id="SPELLING_ERROR_5">FSOD</span>*</p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-84560047708297999962007-10-01T21:55:00.000-07:002007-10-01T22:20:14.881-07:004FSOD: Search for AlonzoThis emotionally charged installment of the 4FSOD is sure to be a rollercoaster. We now reveal some of Alonzo's past. Alonzo the Fist was not always a bad dude. He once had a life, he once had a family, and he once had a sister. Her name was Sophia Marteaux, the "Soft Hammer". Some scholars suspect that Alonzo's trip down evil lane began when he was kidnapped by the government and forced to be the guinea pig for a number of human weapon experiments. They thought no one would notice Alonzo missing, but they were wrong. Sophia Marteaux noticed, and now she wants to get her brother back.<br /><br />The Search for Alonzo<br /><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dwFYsxOIN76KChzyh46wWrb9kAUVYkXM6s6kiZhjleKZ_Yd7pE1Y2iIyo7cYPik1gQ7VBZPsRQJN-CJU7c5nw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p><p> </p><p>*4FSOD*</p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-29862062712274548652007-10-01T14:10:00.001-07:002007-10-01T14:26:15.951-07:004FSOD: ParesutureThe film "Paresuture" was probably the Serpent's least successful film. While filled with promise initially, box office numbers proved that the film was a flop. Wang Chung defends, "You know, it was actually a little abstract compared to the previous films. But we wanted to keep things fresh, that's why we did it. Ya live ya learn I guess."<br />In Paresuture, Alonzo the Fist purchases a time machine through Craigslist and intends to go the future to learn the next 10 superbowl winners. Then return to the present and bet on them. Wang Chung and his partner, 100% Beef buy a time-machine of their own but use the wrong crystals! Consequently, they get catapulted into the past. It's one big chronological mess that needs to be sorted out, or else!<br />The Past, The Present, and The Future, blur together to make... Paresuture!<br /><br /><br /><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dwISi0-BLlWw2AXM0_FWBiv2JYtgKqTXM0caqQ2kE7Vklww5W409kgfMtmzsrlGM2wmenFMjcvuajGsXaIDlQ' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p><p>*4FSOD*</p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-83939852294338951462007-09-30T16:39:00.000-07:002007-09-30T20:00:48.192-07:004FSOD: The Nemesis and The ConfrontationAlonzo The Fist:<br />Every hero needs a villian, like every rose has it's thorn. In general, the 4FSOD clean up on most of the competition. But then they met Alonzo The Fist. No one really knows where he came from and his lineage is the stuff of scary campfire stories. One thing is for certain though, Alonzo The Fist really hates the Four Fighting Serpents of Death.<br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dz0Rove_XTtpCbTLlPqCxYWklr4JyMLWqeasU5E7KWU1I-r70TH8CYdCSG1QLPllrlTeH8PUaiwkLiz9jFdtg' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /><br /><br /><br /><br /><br /><p> </p><p></p><p>*4FSoD*</p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-62592224328992184292007-09-30T16:00:00.000-07:002007-09-30T20:25:34.450-07:004FSOD: Vengence CompoundVengence Compound:<br />In this movie right here, we get to see one of the most intense fight sequences ever caught tape. Alonzo The Fist has managed to captured three of the four Serpents and locked them in a room that blasts nothing but Trio's hit single, "Da Da Da" on repeat. A horrible torture indeed. Alonzo plans to finish of the extermination and hunts down the remaining Serpent, Wang Chung who was picking apples in a nearby orchard at the time. But it wasn't going to be that easy. Being a resilient tiger of action, Wang Chung battles hard, not only to save his own life but the lives of his friends! Could this be 4FSOD's last stand? Watch and find out!<br /><br /><br /><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dx9OzVrg6E1GmsZH3bzwai_uPqwDKDz6-i43epWK4eUg5B0rSVgdAuFYOQtRKBA1pC5bRpyAOGbJdCTpeWflg' class='b-hbp-video b-uploaded' FRAMEBORDER='0' />Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0tag:blogger.com,1999:blog-3905741845175603023.post-82352286232836488352007-09-28T10:38:00.001-07:002007-09-28T10:56:18.792-07:004FSOD: Who is Stir Frey Jones?Who are the four fighting serpents? Are there really 4 of them? We'll answer that later. For now, you only need to know of one Serpent of Death and his name is Stir Frey Jones. In this action packed film, a couple hoodlums steal a woman's purse in a parking garage. The nerve!<br />Little did they now, a Serpent was watching in wings. Exhibiting a merciless tenacity against evil, Stir Frey Jones tears things up all in the name of justice. The only question now is who will spare mercy on these bad guys?<br /><br /><br /><p><iframe allowFullScreen='true' webkitallowfullscreen='true' mozallowfullscreen='true' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dxRJJzvi9UBzAIbN6yiv3-7O1NWvXGQ6mtedeJwfe-G44tldl5YtLtl7tomHMFPvy9xu4Hn3wkuTnU7wXLTqw' class='b-hbp-video b-uploaded' FRAMEBORDER='0' /></p><p> </p><p>*4FSoD*</p>Anthonyhttp://www.blogger.com/profile/05977683271610009040noreply@blogger.com0 \ No newline at end of file diff --git a/Frameworks/RSParser/RSParserTests/Resources/expertopinionent.atom b/Frameworks/RSParser/RSParserTests/Resources/expertopinionent.atom new file mode 100644 index 000000000..c085c86aa --- /dev/null +++ b/Frameworks/RSParser/RSParserTests/Resources/expertopinionent.atom @@ -0,0 +1,930 @@ + + + ENT expert opinion + + + tag:typepad.com,2003:weblog-107776253500823309 + 2017-04-07T12:20:50+10:30 + + TypePad + + Advances and Testing in Vestibular Pathology + + + tag:typepad.com,2003:post-6a017d3e79c482970c01bb098db7b9970d + 2017-04-07T12:20:50+10:30 + 2017-04-07T12:20:50+10:30 + Dr Nicholas Jufas interviews Dr Dave Pothier, a Staff Otologist & Neurotologist in the Department of Otolaryngology, Head & Neck Surgery at Toronto General Hospital, and Assistant Professor at the University of Toronto. He has a strong interest in clinical and translational research and has published and presentented extensively. In... + + ENTexpertopinion + + + + + + + + + + + + + + + Advanced Cochlear Implantation + + + tag:typepad.com,2003:post-6a017d3e79c482970c01bb0985cb42970d + 2017-03-21T16:28:51+11:00 + 2017-03-21T16:30:43+11:00 + Dr. Nicholas Jufas speaks with Professor Thomas Balkany, an otolaryngologist and neurotologist specializing in cochlear implantation. He is the Hotchkiss Endowment Distinguished Professor and Chairman Emeritus in the Department of Otolaryngology and Professor of Neurological Surgery and Pediatrics at the University of Miami Miller School of Medicine. He holds 14... + + ENTexpertopinion + + + + + +

Dr. Nicholas Jufas speaks with Professor Thomas Balkany, an otolaryngologist and neurotologist specializing in cochlear implantation.  He is the Hotchkiss Endowment Distinguished Professor and Chairman Emeritus in the Department of Otolaryngology and Professor of Neurological Surgery and Pediatrics at the University of Miami Miller School of Medicine.

He holds 14 U.S. and international patents on cochlear implant technologies. Additionally, he has written three books and more than 300 scientific publications on the topic of ear surgery.  In 2012, he founded the Institute for Cochlear Implant Training, a nonprofit corporation based in Florida, which provides 3 month-long advanced training courses in cochlear implant surgery.

This interview focuses on current controversies and advanced techniques in cochlear implantation.

+
+ +
 
+
+
+ + + + + + + +
+ + Middle Ear Mechanics + + + tag:typepad.com,2003:post-6a017d3e79c482970c01b7c85ea3ef970b + 2016-05-19T01:34:31+10:30 + 2016-05-19T01:34:31+10:30 + Dr Nicholas Jufas interviews Professor Manohar Bance, an Otologist and Neurotologist and Head of Otolaryngology-Head and Neck Surgery at QEII Health Services Centre and Dalhousie University in Halifax. He is Director of the EAR lab, a middle ear mechanics laboratory at Dalhousie University. The interview covers the basics principles in... + + ENTexpertopinion + + + + + + + + + + + + + Dysphagia + + + tag:typepad.com,2003:post-6a017d3e79c482970c01b8d1ae5718970c + 2016-03-15T02:49:01+11:00 + 2016-03-15T02:49:01+11:00 + In this podcast, Dr Niall Jefferson interviews Dr Gregory Postma, an international leader in the diagnosis and management of dysphagia. The discussion defines the symptom and elaborates on the history, exam and relevant investigations. We close with a discussion on current and future directions for diagnosis and management of this... + + ENTexpertopinion + + + + + + + + + + + + + Congenital Aural Atresia + + + tag:typepad.com,2003:post-6a017d3e79c482970c01bb08aa7785970d + 2016-01-12T03:34:07+11:00 + 2016-01-12T03:34:07+11:00 + Dr Niall Jefferson sits down with Dr Dan Choo, current director of the division of pediatric otolaryngology at Cincinnati Children’s Hospital and medical center to discuss Congenital aural atresia. The discussion covers incidence, clinical examination and physical examination pearls of the CAA patient as well as operative candidates, tips and... + + ENTexpertopinion + + + + + + + + + + + + + Non-Pulsatile Tinnitus + + + tag:typepad.com,2003:post-6a017d3e79c482970c01bb08974494970d + 2015-12-01T03:28:02+11:00 + 2015-12-01T03:28:02+11:00 + Dr Nicholas Jufas interviews Professor Michael Seidman, Director of the Division of Otologic/Neurotologic Surgery at the Henry Ford Health System in Bloomfield, Michigan. He is also the Director of the Center for Integrative Medicine and Professor at Wayne State University. He is the past chair of the Board of Governors... + + ENTexpertopinion + + + + + + + + + + + + + Bone Anchored Hearing Devices + + + tag:typepad.com,2003:post-6a017d3e79c482970c01bb088c3489970d + 2015-11-07T02:08:16+11:00 + 2015-11-07T02:08:16+11:00 + In this podcast Dr Niall Jefferson sits down again with Dr Phillip Chang an ENT surgeon based in Sydney to discuss bone anchored devices. The discussion covers typical presentation, standard workup, relevant investigations and the pros and cons of different implant devices as well as expanding technologies and future directions. + + ENTexpertopinion + + + + + + + + + + + + + Thyroid Nodules + + + tag:typepad.com,2003:post-6a017d3e79c482970c01b8d169f098970c + 2015-10-20T03:41:58+11:00 + 2015-10-20T03:41:58+11:00 + Dr. Niall Jefferson talks Thyroid Nodules with Dr. Faruque Riffat + + ENTexpertopinion + + + + + + + + + + + + Sudden Sensorineural Hearing Loss + + + tag:typepad.com,2003:post-6a017d3e79c482970c01bb086c2e44970d + 2015-09-03T00:35:21+10:30 + 2015-09-03T00:35:21+10:30 + Dr Nicholas Jufas interviews Dr Nirmal Patel. The interview covers the definition, workup and prognosis and treatment of sudden sensorineural hearing loss, as well as salvage treatment and management options and future directions. + + ENTexpertopinion + + + + + + + + + + + + + Expanding Indications for Cochlear Implantation - An Update + + + tag:typepad.com,2003:post-6a017d3e79c482970c01b7c779cb5e970b + 2015-04-16T01:06:26+10:30 + 2015-04-16T22:46:00+10:30 + Dr. Niall Jefferson discusses the evolving trends in Cochlear implantation with Dr. Phillip Chang + + ENTexpertopinion + + + + + + + + + + + + + Thyroglossal Duct Remnants + + + tag:typepad.com,2003:post-6a017d3e79c482970c01b7c72e940f970b + 2015-01-06T01:16:23+11:00 + 2015-01-06T01:16:23+11:00 + Dr Niall Jefferson talks with Associate Professor Jeffery Koempel about thyroglossal duct remnants. They discuss its origins, presentation and relevant investigations in particular the role of imaging. The surgical management covers the key tips and pitfalls especially when managing the supra-hyoid area. + + ENTexpertopinion + + + + + + + + + + + + + Endoscopic Ear Surgery + + + tag:typepad.com,2003:post-6a017d3e79c482970c01bb07b926ff970d + 2014-12-01T11:55:01+11:00 + 2014-12-01T11:56:02+11:00 + Dr. Nicholas Jufas interviews Prof. Daniele Marchioni, an ENT surgeon based in Verona, Italy. He is a founding member of the International Working Group on Endoscopic Ear Surgery (IWGEES). Prof Marchioni has recently published the first textbook on the technique - "Endoscopic Ear Surgery: Principles, Indications and Techniques". The interview... + + ENTexpertopinion + + + + + + + + + + + + + Radiotherapy for Metastatic Head and Neck Squamous Cell Carcinoma + + + tag:typepad.com,2003:post-6a017d3e79c482970c01b7c70456df970b + 2014-11-11T18:13:20+11:00 + 2014-12-01T15:24:55+11:00 + Dr Niall Jefferson interviews Dr Stephen Cooper, a radiation oncologist and current chair of the multi-disciplinary Head and Neck cancer meeting at St Vincent’s hospital in Sydney on the topic of radiotherapy for metastatic squamous cell carcinoma of the head and neck. The discussion covers the basics of radiotherapy, current... + + ENTexpertopinion + + + + + + + + + + + + + Advanced Mastoid Surgery + + + tag:typepad.com,2003:post-6a017d3e79c482970c01b7c6db790d970b + 2014-09-08T13:19:42+10:30 + 2014-09-08T13:19:42+10:30 + Professor Paul Fagan is one of Australia's most influential skull base surgeons. In this interview we discuss canal wall up and canal wall down surgery, the role of the facial nerve monitor as well as pre and post operative considerations. It is important to note that the bulk of Professor... + + ENTexpertopinion + + + + + + + + + + + + + Cutaneous Melanoma- Everything You Need To Know + + + tag:typepad.com,2003:post-6a017d3e79c482970c01a3fd32f627970b + 2014-07-16T21:11:23+10:30 + 2014-07-16T21:12:18+10:30 + Dr Niall Jefferson interviews Associate Professor Gerald Fogarty a leading global expert on cutaneous melanoma + + ENTexpertopinion + + + + + + + + + + + + + Understanding Pediatric Audiology + + + tag:typepad.com,2003:post-6a017d3e79c482970c01a511964e76970c + 2014-04-04T12:09:31+11:00 + 2014-04-04T12:09:31+11:00 + Dr Jefferson talks with Melisha Sirisena, a paediatric audiologist about hearing loss in children. The discussion covers newborn hearing screening, the age-appropriate tests to assess hearing, as well as future directions for audiology. This podcast is a comprehensive discussion on hearing in the paediatric population. + + ENTexpertopinion + + + + + + + + + + + + + Glomus Tumours (Paragangliomas) + + + tag:typepad.com,2003:post-6a017d3e79c482970c01a73d97e3c1970d + 2014-03-24T10:30:16+11:00 + 2014-03-24T10:30:16+11:00 + Dr Sean Flannagan and Niall Jefferson talk Glomus tumours which are a vascular tumour that can affect the head and neck. + + ENTexpertopinion + + + + + + + + + + + + + Pediatric Speech for Cleft Palate + + + tag:typepad.com,2003:post-6a017d3e79c482970c01a3fcd3c6a4970b + 2014-03-13T14:16:10+11:00 + 2014-03-13T14:16:10+11:00 + Dr. Jefferson and David Fitzsimmons discuss the latest in the assessment of Pediatric Speech for Cleft Palate + + ENTexpertopinion + + + + + + + + + + + + + Pediatric Cochlear Implantation + + + tag:typepad.com,2003:post-6a017d3e79c482970c01a5117a865c970c + 2014-03-03T13:05:54+11:00 + 2014-03-03T13:05:54+11:00 + Dr. Jefferson and AProf. Cathrine Birman discuss Pediatric Cochlear Implants- newborn screening, intraoperative tips and pearls, post op considerations and the future of cochlear technology. + + ENTexpertopinion + + + + + + + + + + + + + Pediatric Drooling + + + tag:typepad.com,2003:post-6a017d3e79c482970c01a5116515a5970c + 2014-02-06T07:59:56+11:00 + 2014-02-06T07:59:56+11:00 + Dr. Piera Taylor: Pediatric Drooling + + ENTexpertopinion + + + + + + + + + + + + + Otitis Externa + + + tag:typepad.com,2003:post-6a017d3e79c482970c01a3fc39b3af970b + 2014-01-15T14:03:52+11:00 + 2014-01-15T14:03:52+11:00 + Dr. Alex Saxby: Otitis Externa + + ENTexpertopinion + + + + + + + + + + + + + Pediatric Laryngeal Cleft + + + tag:typepad.com,2003:post-6a017d3e79c482970c019b0228be19970c + 2013-12-05T14:21:33+11:00 + 2013-12-05T14:21:33+11:00 + Prof Alan Cheng: Pediatric Laryngeal Cleft + + ENTexpertopinion + + + + + + + + + + + + + Douching the Nose + + + tag:typepad.com,2003:post-6a017d3e79c482970c019b01659797970d + 2013-11-21T06:32:55+11:00 + 2013-11-21T06:32:55+11:00 + Dr. Larry Kalish: Douching the Nose + + ENTexpertopinion + + + + + + + + + + + + + Scapula Tip Flap + + + tag:typepad.com,2003:post-6a017d3e79c482970c019b00b6f681970d + 2013-11-06T13:42:41+11:00 + 2013-11-06T13:42:41+11:00 + Dr. Sam Dowthwaite: Scapula Tip Flap + + ENTexpertopinion + + + + + + + + + + + + + Oropharyngeal Reconstruction + + + tag:typepad.com,2003:post-6a017d3e79c482970c019b00398b13970c + 2013-10-23T11:41:52+11:00 + 2013-10-23T11:41:52+11:00 + Dr Sam Dowthwaite: Oropharyngeal Reconstruction + + ENTexpertopinion + + + + + + + + + + + + + Expert Opinion: Who We Are. + + + tag:typepad.com,2003:post-6a017d3e79c482970c019affe0a760970c + 2013-10-09T20:48:12+11:00 + 2013-10-09T22:35:58+11:00 + Dr. Niall Jefferson: Who What Where Why + + ENTexpertopinion + + + + + + + + + + + + + Allergic Rhinitis + + + tag:typepad.com,2003:post-6a017d3e79c482970c019aff936e39970b + 2013-09-24T21:37:25+10:30 + 2013-09-24T21:37:25+10:30 + AProf Richard Harvey: Allergic Rhinitis + + ENTexpertopinion + + + + + + + + + + + + + Cystic Fibrosis and CRS- Assessment and Implications for Management + + + tag:typepad.com,2003:post-6a017d3e79c482970c019aff4e93d0970b + 2013-09-11T07:10:00+10:30 + 2013-09-11T07:10:00+10:30 + AProf Bradford Woodworth: Cystic Fibrosis and CRS- Assessment and Implications for Management + + ENTexpertopinion + + + + + + + + + + + + + The Role of CT Imaging In CRS + + + tag:typepad.com,2003:post-6a017d3e79c482970c019aff0b53f4970d + 2013-08-28T13:59:53+10:30 + 2013-08-28T21:31:11+10:30 + AProf David Conley: CT Scans in Chronic Rhinosinusitis + + ENTexpertopinion + + + + + + + + + + + + + Nasal Steroids + + + tag:typepad.com,2003:post-6a017d3e79c482970c0192ac879f2b970d + 2013-08-14T15:18:49+10:30 + 2013-08-14T15:19:37+10:30 + Dr. Larry Kalish: Nasal Steroids + + ENTexpertopinion + + + + + + + + + + + + + Spontaneous CSF Leak- Presentation and Management + + + tag:typepad.com,2003:post-6a017d3e79c482970c0191048337e9970c + 2013-08-01T15:17:02+10:30 + 2013-08-01T15:17:02+10:30 + Prof. Rodney Schlosser: Spontaneous CSF Leak- Presentation and Management + + ENTexpertopinion + + + + + + + + + + + + + Pediatric Tonsils and Adenoids + + + tag:typepad.com,2003:post-6a017d3e79c482970c01901e4fb060970b + 2013-07-18T05:47:12+10:30 + 2013-07-18T05:47:12+10:30 + Dr. Shyan Vijayasekaran: Pediatric Tonsils and Adenoids + + ENTexpertopinion + + + + + + + + + + + + + Anesthesia in Pediatric ENT + + + tag:typepad.com,2003:post-6a017d3e79c482970c0191040f9005970c + 2013-07-03T19:57:46+10:30 + 2013-07-03T19:57:46+10:30 + Dr. Nick Hogan: Anesthesia in Pediatric ENT + + ENTexpertopinion + + + + + + + + + + + + + Surgical Management of Adult Sleep Apnea + + + tag:typepad.com,2003:post-6a017d3e79c482970c0191037a2610970c + 2013-06-18T20:36:47+10:30 + 2013-06-18T20:36:47+10:30 + AProf Stuart MacKay: Surgical Management of Adult Sleep Apnea. + + ENTexpertopinion + + + + + + + + + + + + + Assessment of Adult Sleep Apnea + + + tag:typepad.com,2003:post-6a017d3e79c482970c0192aac80fec970d + 2013-06-06T10:44:45+10:30 + 2013-06-06T10:44:45+10:30 + AProf Stuart MacKay: Assessment of Adult Sleep Apnea + + ENTexpertopinion + + + + + + + + + + + + + Otosclerosis and Stapedectomy + + + tag:typepad.com,2003:post-6a017d3e79c482970c01901c78713c970b + 2013-05-23T13:37:25+10:30 + 2013-05-23T13:37:25+10:30 + Dr. David Pohl: Otosclerosis and Stapedectomy + + ENTexpertopinion + + + + + + + + + + + + + The Facial Nerve + + + tag:typepad.com,2003:post-6a017d3e79c482970c01901be3ad0e970b + 2013-05-07T13:10:52+10:30 + 2013-05-07T20:13:45+10:30 + AProf Glen Croxson: Facial Nerve + + ENTexpertopinion + + + + + + + + + + + + + CRS + + + tag:typepad.com,2003:post-6a017d3e79c482970c017d427d23dc970c + 2013-04-03T16:32:02+11:00 + 2013-04-05T13:11:15+11:00 + AProf Richard Harvey: CRS + + ENTexpertopinion + + + + + + + + + + + + + Pediatric Vocal Cord Palsy + + + tag:typepad.com,2003:post-6a017d3e79c482970c017c3816ee80970b + 2013-03-25T21:24:22+11:00 + 2013-04-03T20:50:42+11:00 + Dr. Shyan Vijayasekaran: Pediatric Vocal Cord Palsy + + ENTexpertopinion + + + + + + + + + + + + + Airway Balloon Dilatation + + + tag:typepad.com,2003:post-6a017d3e79c482970c017d42461886970c + 2013-03-25T21:22:03+11:00 + 2013-04-03T20:51:39+11:00 + Prof Mike Rutter: Balloon Dilatation + + ENTexpertopinion + + + + + + + + + + + + + Airway Reconstruction + + + tag:typepad.com,2003:post-6a017d3e79c482970c017d4243a1b7970c + 2013-03-25T13:14:29+11:00 + 2013-04-03T20:52:19+11:00 + Dr Shyan Vijayasekaran: Airway Reconstruction + + ENTexpertopinion + + + + + + + + + + + + + + Fungal Ball + + + tag:typepad.com,2003:post-6a017d3e79c482970c017c37af8296970b + 2013-03-15T11:30:13+11:00 + 2013-04-03T20:52:57+11:00 + AProf Richard Harvey: Fungal Ball + + ENTexpertopinion + + + + + + + + + + + + + Welcome to ENT Expert Opinion audio podcast + + + tag:typepad.com,2003:post-6a017d3e79c482970c017ee5ee7964970d + 2012-12-05T19:51:24+11:00 + 2013-03-15T11:25:45+11:00 + + + ENTexpertopinion + + + + +
Ent1_copy
+
+ + + +
+ +
+ +