Bullz-Eye.com's TCA Summer Press Tour Blog, powered by Premium Hollywood

Bullz-Eye.com's TCA Press Tour blog

TV Home / Entertainment Channel / Bullz-Eye Home

You’ve heard of “Meet the Press”?  Now prepare to meet the press tour.

I’m speaking of the TCA press tour. The Television Critics Association, a small but well-respected group of writers who spend way too much of their time watching TV, regularly meets twice a year – once in the summer, once in the winter – to talk shop with the networks about their new and returning series. It’s a schmooze fest, of course; the networks try to peddle their latest wares even as they remind you about the stuff that’s still on the shelf…and, hallelujah, I’m finally a part of it! As such, I will be attending as many panels for as many television shows as I possibly can (believe me, that’s a whole lot of panels) and blogging about it here (via Premium Hollywood) throughout the conference.

The proceedings will shape up as follows: first cable, then network. I’ll spend four days (July 12-15) being bombarded with every cable network you can imagine, from HBO and Showtime to The Disney Channel and Nickelodeon, plus all the other usual suspects: E!, Game Show Network, Bravo, CNN and so forth. From there, it’s on to the broadcast networks: NBC (July 16 & 17), CBS (July 18 & 19), The CW (July 20), Fox (July 22 & 23) and ABC (July 25 & 26).

In other words, it’s gonna be a long, grueling two weeks.

<% ' +---------------------------------------------+ ' | RSS Content Feed VBScript Class 1.0 | ' | 2004 www.tele-pro.co.uk | ' | http://www.tele-pro.co.uk/scripts/rss/ | ' +---------------------------------------------+ ' ' Sample VBScript Code for the RSSContentFeed Class ' Example Code - Simple ' sample_code1.asp %> <% 'create object Dim rss Set rss= New RSSContentFeed 'get content '////////////////////////// Change Feed Address Here: /////////////////////// rss.ContentURL = "http://www.premiumhollywood.com/category/tv/tca-press-tour/feed/" '///////////////////////////////////////////////////////////////////////////////// rss.GetRSS() Dim i Dim descr For Each i in rss.Results response.write "

" & CStr(CDate(mid(rss.pubDates(i),6,11))) & "


" descr = rss.Descriptions(i) descr = replace(descr,"","") descr = replace(descr,"","") response.write "" & Server.HTMLEncode(rss.Titles(i)) & ": " & Escape_Chars(mid(rss.Contents_Encoded(i),4,len(rss.Contents_Encoded(i)))) & "" response.write "

Click here to comment" & ".

" Next 'release object Set rss= Nothing %>