MAX 2006 Special Event? (O/T)

Sorry for the O/T post.
I just went to register for MAX. I am bringing my wife for
the first time, and was looking forward to seeing what Adobe had
for this year's special event. However, the registration form says
it's $425 (!!!) for a guest pass to this event. Seeing as they
don't tell you what the event is, that seems exceptionally steep to
take a gamble (pardon the pun) on.
I went to the Allaire conference in D.C. in 2000. The special
event there was a cocktail party. I went to DevCon 2002 in Orlando,
where the special event was Universal Studios. I went last year,
where the special event was Disney's California Adventure. All were
fun, for sure, but I'd never spend $425 to go.
Does anyone have any idea on what this year's event is? Is it
worth $425?!?
Thanks,
Matt

Wow! That is pretty steep. They usually don't announce the
venue till the last minute, but you'd think with that price, they
might want o to provide justification. It won't hurt to write the
conference organizers and ask: [email protected] Post again if
you find out anything.
See you in Vegas!

Similar Messages

  • Macromedia/Adobe" Max 2006 Conference?.....

    Are there any firm plans for a "Macromedia/Adobe" Max 2006
    Conference?...I
    see nothing on the Macromedia/Adobe web site anywhere, is
    this a "dead deal"
    now that it's in the Adobe stable of products?..........
    _|_|
    _|_| Dave in Orlando
    _|_|

    Martina Koslof, Alex Marino, and Laurie Casolino are three
    you left out....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dave in Orlando" <[email protected]> wrote in
    message
    news:[email protected]...
    > Yes Murray I met you there along with Ray, Tom Muck,
    Massimo Foti, Angela
    > Buraglia, Kim Cavanaugh, Joe Lowery, Joe Marini, Dan
    Short, Al Sparber,
    > Joyce Evans, Jaro Von Flocken and bunch of other great
    people whose names
    > I
    > can't recall just now...I think the thing that stands
    out more than
    > anything
    > else was tasting Massimo's Swiss chocolates!...What a
    fun time!..........
    >
    > Dave.........
    >
    > _|_|
    > _|_| Dave in Orlando
    > _|_|
    >
    > Murray *ACE* wrote:
    > | There are some of us who have been at every one of
    them, including
    > | that one! 8)
    > |
    > |
    > | "Dave in Orlando" <[email protected]> wrote in
    message
    > | news:[email protected]...
    > || Randy,
    > ||
    > || I didn't get a chance to this year, my wife had a
    long standing out
    > || of town
    > || trip already planned for that weekend...I'd like to
    see it set to run
    > || during
    > || the week rather than the weekend, but I'm sure Ray
    knows what formula
    > || works
    > || best for everyone...I attended Ray's first TODCOM
    ever that was held
    > || here in
    > || Orlando, wow that was an event...I'd bet Ray lost his
    shirt on the
    > || conference because the attendance was a bit light,
    however the
    > || information wasn't!!!...He said at that time he
    didn't care about
    > || the money because everyone had such a great time so
    he promised to
    > || do it again...The rest is history!...It was the best
    time I've had
    > || at any conference and the most I've
    > || learned...It was very 1 on 1'ish and a great chance
    to really ask
    > || questions
    > || and get good answers from people who were on the
    cutting edge of the
    > || applications.......
    > ||
    > || _|_|
    > || _|_| Dave in Orlando
    > || _|_|
    > ||
    > || Randy wrote:
    > ||| Dave,
    > |||
    > ||| Were you at the recently held Todcon in Orlando? If
    you were not it
    > ||| was a great event, one you should try next year.
    > |||
    > ||| Randy
    > |||
    > ||| "Dave in Orlando" <[email protected]> wrote
    in message
    > ||| news:[email protected]...
    > |||| Are there any firm plans for a "Macromedia/Adobe"
    Max 2006
    > |||| Conference?...I see nothing on the Macromedia/Adobe
    web site
    > |||| anywhere, is this a "dead deal"
    > |||| now that it's in the Adobe stable of
    products?..........
    > ||||
    > |||| _|_|
    > |||| _|_| Dave in Orlando
    > |||| _|_|
    > ||
    > || --
    >
    > --
    >
    >
    >
    >

  • How to make calendar automatically display special events

    hi, i wanted to make my calendar automatic display the events in a specific month. should i use ifelse statement or switch case statement? my web site have display calendar for the current month. it aotumatically update. now i wanted to highlight the special event on that month like New Year, Christmas etc. it automatically change the event according to the month. when it comes to May, it won't display April event but May event such as Labour Day. this is the example, what i wanted it to be is the event date changes according to the month.
    <html>
    <head>
    <title>Brunsfield e-Homes</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="home.css">
    <style type="text/css">
    .main {
    width:130px;
    border:0px solid #8D549B;
    border-collapse:collapse;
    .month {
    background-color:#8D549B;
    font:bold 11px arial;
    color:white;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .daysofweek {
    background-color:#C78FB9;
    font:bold 9px arial;
    color:#000000;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .days {
    font-size: 9px;
    font-family:arial;
    color:black;
    background-color: #FADBF2;
    padding: 1px;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .days #today{
    font-weight: bold;
    color: #cc0000;
    border-collapse:collapse;
    border:0px solid #8D549B;
    </style>
    <script type="text/javascript" src="basiccalendar.js">
    * Basic Calendar-By Brian Gosselin at http://scriptasylum.com/bgaudiodr/
    * Script featured on Dynamic Drive (http://www.dynamicdrive.com)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for full source code
    </script>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="5" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false">
    <!-- ImageReady Slices (home.psd) -->
    <div style="position:absolute; left:0; top:64">
    <table>
    <td width="140" align="center" valign="top">
         <font size="1">eCalender</font>     
         <script type="text/javascript">
         var todaydate=new Date()
         var curmonth=todaydate.getMonth()+1 //get current month (1-12)
         var curyear=todaydate.getFullYear() //get current year                         
         document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days", 1));
    </script>
    </td>
    </table>
    <table width="130" align="center" border="0" bgcolor="#FDC2D6">
    <tr>
         <td class="events" width="20" align="center">1</td>
         <td class="events" align="left">April Fools Day</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">4</td>
         <td class="events" align="left">Ching Ming Festival</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center" valign="top">8</td>
         <td class="events" align="left">Birthday of Sultan Johor</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">9</td>
         <td class="events" align="left">Good Friday</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">11</td>
         <td class="events" align="left">Easter Sunday</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center" valign="top">19</td>
         <td class="events" align="left">Birthday of Sultan Perak</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">22</td>
         <td class="events" align="left">Earth Day</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">25</td>
         <td class="events" align="left">Secretary Day</td>
         </tr>
    </table>     
    </body>
    </html>

    http://www.dotjonline.com/main/index.jsp?url=/taglib/calendar/calendarFixed.jsp

  • Is there anywhere I can download Apple Special Events and WWDC?

    I really love to watch the Special Events and WWDC, but everytime I want to watch it my Internet is too slow. So I want to download them to watch offline on my Mac, but it is too long to convert it from YouTube. Any suggestions and where to download them?

    Yes, they're on the iTunes Store and are free of charge. Login to the iTunes Store and search for WWDC, they are listed as 'podcasts' but include the video.
    The following links should also take you there.
    https://itunes.apple.com/gb/podcast/apple-keynotes/id275834665?mt=2
    or
    https://itunes.apple.com/us/podcast/apple-keynotes/id275834665?mt=2
    There is also a special 'channel' on the AppleTV.

  • How to watch Apple Special Events on Apple TV?

    Hello-
    Is there any way to watch the special events on my Plasma TV via Apple TV?
    Also, does Apple keep an archive of these events?
    -jignesh

    Is there any way to watch the special events on my Plasma TV via Apple TV?
    There are basically two ways. As mentioned, you can wait and see if the Apple decides to release an iPod version which can be vied via TV. For those who are impatient and unwilling to wait, you can always use a screen capture application to "capture" a copy of the event directly from your screen. Quality will like note be as good as what Apple would like distribute via ITMS, since the streamed files are, by their very nature, packaged for moderately low data rates over the internet in multiple display formats.
    Also, does Apple keep an archive of these events?
    Am sure that Apple retains the raw footage, project files, as well as, master copies of all of the various distribution formats created from their project files.

  • Where is the 10/23/12 Special Event Podcast?

    Here we go Again!
    Apple had another Special Event today to announce iPad mini and other products.
    Now 6:00PM (ET) and the podcast that allows me to watch the Keynote with my family on Apple TV is NOT available.
    This is the 10th straight keynote where the podcast is not immediately available.
    I am very aware that I can watch on my laptop!!!
    Why Oh why! does every poscaster on the planet make their podcasts available to the public for viewing IMMEDIATELY after, while Apple does not!!!!
    Makes No sense
    Like the stock price, my confidence in Apple (after 30 years) is dropping fast.

    I agree but it's not there...
    I know what it should do but the reality is something else at this point.
    Any other suggestions?
    Do you know if iMovie 10 just imports at the highest possible resolution? I don't know why iMovie 9 had the option and now the new one doesn't...
    Tx

  • Why Can't I Fast-Forward the Apple Special Event - September 1, 2010???

    I started watching the 9/1/10 special event keynote and then had to come back to it later. But, I can't seem to fast-forward the video to the place I stopped watching.
    Do I have to watch 30 minutes of the beginning again??
    Ugh...

    I don't even have the usual scrubber or any controls at all!
    Must be a setting somewhere. It'd be a riot if it turned out to be Click to Flash!
    Ah! More rummaging--here, not Google--netted the podcast via iTunes
    http://itunes.apple.com/us/podcast/apple-special-event-september/id275834665?i=8 6766489
    Much thanks to alancito's post in this thread
    http://discussions.apple.com/thread.jspa?messageID=12194198&#12194198
    Apple should put this on its home page, too! Hope this helps someone else!
    Spoke too soon... first time I started it, I had controls. No longer. Can't get 'em back. Wanted to jump in past the Game Center biz which I have already viewed.
    Any bright ideas?

  • No Special Event Stream with QT7.1.3? Just a black pixel. :-(

    hi all,
    the official link to the stream of the latest Apple Special Event (http://events.apple.com.edgesuite.net/sep_2006/event/index.html) doesn't work for me.
    When I click the "Watch the Special Event" button, QT 7.1.3 starts but just with a 1 second lasting 1x1 black pixel.
    Anybody else with this problem?
    I reenabled Flash in the settings and HTTP with port 80 as protocol but that didn't help. Before the upgrade to 7.1.3 I was able to watch every Apple Event stream with no problem at all!
    strange thing ...
    thx
    Stefan.

    works now.
    changed nothing.
    just tried again and again and again.
    maybe Apple changed something, maybe it still was the tremendous demand.

  • Apple Special Event 2005 - Streaming

    I visit the apple site to stream the video through quicktime.
    And my internet just seems to stall ??.. tried this twice on mac and pc !! still manages to either my Airport/Zoom adsl mode?.... just by resetting at the wall let's me back on the net again.
    But i'm still not able to view the video!... In the very same step that i use.
    1. click "watch the special event"
    2. 'qucicktime' loads and begins to connect.
    3. 'error' bad name/request. - (Internet Crashes)
    ?? please help someone. just one of those things that should work.
    Thanks
    Ollie
    note. i'm using latest and updated quicktimes on both mac/pc

    "bad username/request" may mean that QT couldnt keep a good hook into the stream.
    Oh..and it was you(!) that crashed the internet this morning?
    I thought it was my cousin -- he's always bringing it down.
    (As in, "Rick, I crashed the internet this morning"...I always thought it was because he was on a PC).
    No wonder i couldn't get to cnn.com..
    (just kidding.)

  • When will the Special Event be ready to watch? (Sept 2014)

    When will the Special Event be ready to watch? (Sept 2014)

    Now.
    <http://www.apple.com/live/2014-sept-event/>

  • Today's Special Event on iPhone

    Just curious: has anyone been able to view the special event via Apples websight on the iPhone?

    Vernon: I have 3G service everywhere I go here In Miami and when I travel around the U.S. I have found a couple of places that does not have, so I would say that about 95% of the time I have 3G service. I don't think that the problem of not receiving 3G service has anything to to with your Apple iPhone most likely it's your service provider.

  • Problem DL'ing Apple Special Event September 2009

    Hello
    I try to download the latest episode of Apple keynotes podcast, but I keep getting the same message - "There was a problem adding "Apple Special Event September 2009" to iTunes. The file might be corrupted, or a file type that iTunes cannot play." However, I can download and play other episodes of this and some other podcasts. Actually I see this behavior for the first time since I discovered podcasts directory in iTunes Store. I am using iTunes 9 here.
    Also screenshot: http://i25.tinypic.com/fw0wo4.png
    Anyone, any ideas why this is happening? Am I the only one that can't download this episode?

    I had been trying since it first appeared but It was there and waiting for me this morning here in the UK - iMac / OS X 10.6.
    I just went and checked some other equipment :
    Apple TV will still NOT stream or download it it - says "format not recognized" ...
    I have an old laptop with XP on it and it won't download it either.
    Looks like they are working their way through it but doing OS X first ?

  • Apple October 2014 Special Event will not play on my iPhone 6j

    iOS 8.0.2 uptodate
    Cleared Safari history
    closed all apps
    restarted Safari
    restarted iPhone
    refuses to load or play the Apple Special Event October 2014 from the Apple Web Page
    http://www.apple.com/live/2014-sept-event/
    crazy.

    Anyone?
    this is the most bizarre thing I've ever seen - the web page loads with nothing where the video belongs.
    my coworkers iphone 5 loads it fine
    ATomic Web browser loads the page with a "needs QuickTime" picture where the video belongs

  • Apple Special Event not working, why?

    Hi,
    I've been trying to stream the Apple Special Event's recording from http://events.apple.com.edgesuite.net/r27842e/event/index.html?test=q1wa2sz3x and I see "Live broadcast" appear, and the title of the video as "Apple Special Event" ... but I get no video or audio! I get the Quicktime Connecting / Streaming screen. This has happened with other Apple event' streams too. Anyone else having this problem?
    Thanks

    Hi.
    I was not able to view the Special Event. When I clicked the link on the main Apple page QuickTime would open a tiny little window, and all I got was a white screen with a blue Q, with a loading line zipping back and forth across the screen. Other movies play fine, including the Apple movie trailers & ads, YouTube, and videos on ABC.com. I tried it with QT 7.1.6 and iTunes 7.2. Then I updated to QT 7.2 and iTunes 7.3.2 and it still doesn't work.
    After reading this thread (the AD search worked today!) I tried copying and pasting the URL given here. It worked for me, too. And the QT window is about 4X the size of the one that never opened when I clicked the link.
    Thanks, greenwrangler.

  • Macy's and Bloomingdale's CLI and Special Events Approval!

    After hearing about the generosity of Macy's and Bloomingdale's, I decided to give it a go. I called Bloomingdale's first, hadn't had an increase yet asked to go from $800 to $2,000.They approved for $2,000, should have asked for more.......Then I asked for a Special Events Account and got $5,000 Next up, Macy's went from $600 to $1,000, go figure.........Then asked for the same Events Account and got another $5,000............WHEEEEEEEEEEEE!!!!!Love this garden thing. You guys are amazing! Never would have known.Looking forward to those combined limits in a few months! 

    Anomalous wrote:
    Swampy99 wrote:
    Are mattress and furniture purchases considered special event or major purchases? I bought a mattress Monday on what was called a type 32 account in which I was approved for $5800. The mattress was $1280. That would be terrible if they add the $1280 to my revolving limit and drastically raise my utilization.  Macy's is known to be aggressive when it comes to getting people in the store and pushing them to use credit cards in order to get discounts.  Anyone have inside scoop as to why this change is better for them. So next month you have to call credit on all major purchases instead of having a preapproved limit. Why????Mattresses and furniture can be considered a special event purchase if there is a financing offer going on. I used my SE account to purchase my mattress during the current event. I wouldn't have known the difference if I hadn't talked to a CSR prior to the purchase. I was going to buy a set when they had the $1 box spring deal, but she told me I couldn''t used my SE account then and would have to wait to until June 12th. That's when the current event started. Thanks for taking the reigns on that. The reps are beginning to go through training on how to explain this very complex issue. 

Maybe you are looking for

  • Install http sever from companion CD- question closed : )

    Hello all, I'm going to install http server from companion CD. In the first step: Specify File Locations Enter or select a name for installation and the full path where you want to install the product. By default, in my pc, Oracle use: Name: OraDb10g

  • Encoding error message when submitting form to REST endpoint

    When submitting a stand-alone form to the REST endpoint of a process I receive the following message in Acrobat reader (translated from german): "An error occured when submitting the form. Content of type text/plain;charset=utf-8 could not be process

  • Editing clip times for bulk clips (time lapse content)

    sorry if this has been asked tons of times, i searched but found no answer. i'm doing a time lapse video, and have about 500 images uploaded so far. is there any way, after dragging the images down to the timeline, to edit them all at once? i've been

  • Font not working

    I'm trying to use a font I purchased and it won't work in Pages and Keynote. All of my other fonts are working and this font works in Photoshop and Fireworks just fine. I bought 2 fonts from the same foundry and the other font is working ok. I redown

  • Prime 2.0 renders imported CAD drawing to black

    Hi All, I running both Prime 1.3 and Prime 2.0 and when I import a CAD dwg drawing into Prime 1.3 it renders fine, but doing the same in Prime 2.0 and the drawing appears with a black background. I have checked Bug Track and found nothing, any answer