| Bill gates recently wrote an internal | | | | Extensive Hyper-text Markup Language powered |
| document to his executives, titled "The Sea | | | | by MRSS technology is what I am speaking of. |
| Change". This letter speaks of the movement | | | | (Vxhtml-mrss) . This is the name I have |
| towards internet delivery of content, for | | | | given it; however it is yet to determined |
| Microsoft, its software and numerous other | | | | what it will grow into.In order to bring user |
| applications. So I went to bed that night | | | | manipulation of video and interaction |
| after reading that article, and I had a | | | | capability, the user must be given an |
| dream......Last night I had a dream about the | | | | interface. This interface must be |
| fusion of Broadcasting and Internet | | | | translucent in its visual appeal, and it must |
| television, and its current closest medium, | | | | be synchronized based on bitmap programming |
| podcasting. As podcasting has evolved over | | | | to the video below.Example:Let's say you are |
| the past few years, it has morphed into all | | | | watching a commercial for a car, an |
| sorts of shapes of programming. But the real | | | | intelligent commercial. This car is driving |
| "Wow" factor behind podcasting is yet to be | | | | down the road, and the narrator is telling |
| talked about, or not highly publicized at | | | | you about the performance of the vehicle. Now |
| all.That is, the merging of what we know as | | | | picture yourself with a cursor or arrow, like |
| the "internet" and current broadcast, cable | | | | on any website. You can then place that |
| or satellite programming. It has long been | | | | arrow on pre-programmed places in the video, |
| discussed that the internet and television | | | | such as the wheels of the car, the engine of |
| would one day be one in the same. But there | | | | the car, or the windows of the vehicle. Once |
| has not been much talk into how this | | | | you click on that location, the intelligence |
| transition, into a new future of "Informative | | | | begins to work. You "the user" has chosen to |
| Entertainment" or "Intelligent Programming" | | | | learn more about, let say, "The wheels." So |
| will develop.The question and conundrum that | | | | in theory, as you click on the wheel, a new |
| most dreamers faced is, what catalyst will | | | | video will start streaming that tells you all |
| form that will make this bridge possible. | | | | about the wheels of that particular car. |
| Well in my opinion, the catalyst is | | | | These video will be programmed, and are ready |
| "podcasting". Let me explain | | | | to play once the user has chose that |
| further.Podcasting is the fusion of "pod" and | | | | particular location of the video.So now you |
| "broadcasting". "Pod" stands for | | | | can see how the translucent layer comes into |
| personal-on-demand, so the word means | | | | effect. The layer allows you to manipulate |
| personal on-demand broadcasting. It is based | | | | the cursor over the moving video. Then, the |
| around an internet platform and xml/rss | | | | bitmap allows you to pre-program coordinates |
| programming. Podcasting has now opened a new | | | | according to the motion of the video, so that |
| section of its market, which is called | | | | when the cursor interacts with the video, it |
| Video-podcasting, or Vod-casting. | | | | selects a feed which was already |
| Vod-casting is the transmission of video over | | | | pre-programmed to that location.Let's |
| the internet in podcast format, for viewing | | | | transition now to the code side of things, |
| on the web, or on personal devices.Video | | | | and this formula that popped in my head while |
| podcasting has opened the floodgates for | | | | sleeping.We need additional support from the |
| internet television to directly compete with | | | | browsers, although I believe Microsoft and |
| traditional broadcast television. Over the | | | | Netscape have new browsers that very close if |
| next few years, companies like Microsoft will | | | | not there already, in order for this to take |
| introduce home T.V. set-top boxes, which will | | | | place. So let's talk about how the |
| stream internet feeds directly to televisions | | | | programming will work with this.My |
| in your home. This is the birth of home | | | | understanding is that Markup Language does |
| internet television in its purest form.As | | | | not support goto commands. Which is why html |
| this medium grows, podcasting will become | | | | or xhtml exists, it is used to make the two |
| internet programming. The popularity of | | | | work together. This process will combine |
| podcasting will grow the market to morph once | | | | xhtml with mrss to make this a reality.With |
| again into a new-age of internet broadcasting | | | | the evolution of mrss, comes the ability to |
| companies. These podcasts will become T.V. | | | | use numerous multimedia channels for online |
| shows with new programming, or re-runs. | | | | access to content. These channels are what |
| These shows will be able to be subscribed to, | | | | will allow the seamless transition of video |
| just like cable, but on an individual basis. | | | | from one user choice to another.Here is the |
| As these shows grow in popularity, internet | | | | formula and its legend below.T1 = Beginning |
| broadcast networks will start to form, and | | | | of Video - Original Starting Point of the |
| the traditional companies like ABC, CBS, NBC, | | | | FeedA = Cursor (user interface tool)(X1, Y1, |
| and all the cable and satellite channels will | | | | Z1) = Cursor Selection (User Choice) [Also, |
| have to conform to new technology to prevent | | | | the Bitmap Coordinate location](RST1, RST2, |
| being swept aside.As the popularity of | | | | RST3) = MRSS feed(T2, T3, T4) = New Audio or |
| internet television grows and everyone has | | | | Video files to be played (most likely MP3 or |
| the ability to watch iTV in their home, a new | | | | MP4)The formula:T1 is playingIf A= (X1, Y1, |
| vision will immerge. This new vision is what | | | | Z1, etc.)Then goto string (RST1, RST2, RST3, |
| I call "Informative Entertainment" or | | | | etc.)String RST then plays ( T2,T3,T4)Car |
| "Intelligent Programming".Now you ask, "Well, | | | | Commercial Example:T1 = Beginning of Car |
| what is this" and "How will that work?" | | | | CommercialA = Cursor(X1 )= Wheel(RST1) = |
| Well, let's start with the basics. Everyone | | | | Wheel information feed (mrss)(T2) = New Video |
| owns a DVD or two right? If not, you have at | | | | about the WheelsIn order for this model to |
| least watched one, I hope. Now, when you put | | | | work, the formula below be implemented in to |
| a DVD into the machine and turn it on, it | | | | a Java, J-script, or C++. This code then |
| takes you to a menu screen. This menu screen | | | | should be implemented into the Hyper Text |
| gives you options to choose from, such as | | | | which should in theory allow it to function |
| scenes, extras, director's cut and so on. | | | | off the XML, which drives it the source of |
| These extras are huge draws for DVD sales, | | | | the MRSS.Here are the key factors in review |
| like Shrek, Star Wars, Madagascar, etc. The | | | | for this concept to begin its birth:An |
| reason they are a big success, is because | | | | interactive translucent interface must be |
| they put the power of choice in the hand of | | | | developed. This interface must use |
| the user. Whatever your choice may be, the | | | | pre-synchronization to mirror the movement of |
| DVD will follow, and execute.So what if | | | | the video. Interface must use coordinate |
| podcasting had the ability to implement "user | | | | location in conjunction with pre-synchronized |
| options"? What if you could watch a Video | | | | scripts to trigger user request.These |
| Podcast, and have the ability to choose | | | | requests need to be seamless. In order for |
| different features of that podcast by simply | | | | this to be seamless, better browsers must be |
| placing your cursor over the screen and | | | | developed that use a new type of coding. |
| choosing your option. What if you had the | | | | Maybe Video xhtml, or whatever this topic |
| ability to alter and control video, with the | | | | morphs into. In order to succeed in |
| same user applicability that you can on a | | | | developing formulas that incorporate the |
| webpage or search engine.You see, as I | | | | "goto" function of this process, programming |
| pondered this question, I thought about how | | | | must be done on the Hyper-text side of the |
| this could even be possible, given our | | | | equation to make the XML work in conjunction |
| current internet code framework. Now I am | | | | with the MRSS.Now this is my dream, |
| not a tech junkie at all, in fact the only | | | | physically adapted to paper and in my own |
| programming course I ever took was in 7th | | | | words. This should at least spark the topic |
| grade and it was on ms-dos basic. We were | | | | of discussion further in our press, and at it |
| making video games with 40 x 40 bitmaps, with | | | | most grand effect, spark the minds of |
| 16 bit colors, and h-line, v-line | | | | programmers and large corporations around the |
| programming.My current partner in my | | | | world to make this practically applicable in |
| Podcasting Company, What I Want Podcasting, | | | | today's society.Ryan Hoback is Founder of the |
| has extensive knowledge in c+ programming and | | | | Motivated Entrepreneur, a Business Incubation |
| understands today's world of code writing. | | | | & Consulting firm, specializing in helping |
| In the few years I have worked with him, I | | | | entrepreneurs achieve success starting and |
| have picked up on a lot of knowledge he has, | | | | growing their business.He is also Chairman, |
| just by being around him.So in my dream the | | | | and co-founder of What I Want Podcasting. A |
| other night, I saw a formula. Now this | | | | business podcasting firm specializing in |
| formula is basic in its inception, but I | | | | developing the commercial application of |
| believe a very good beginning base for | | | | podcasting, by integrating corporate branding |
| code-writers to understand the concept.Video | | | | and using nanocasting models. |