Technology Wisdom for the Network Age
»Blog  >  Web Technologies

Web Technologies

 

    03

    I have found that some people cannot figure out how to remove a video from YouTube once it has been added. You might want to do this if the quality was not what you expected, if the video is no longer relevant or has been updated.
    This is all you have to do
    1. Go to YouTube
    2. Sign in if you are not already
    3. In the top right hand corner of the page you will see a menu item with the name of your account and an arrow to the left of it
    YouTube Account Menu
    4. Click the down arrow
    5. Click “My Videos”
    6. This brings you to the My Videos page
      YouTube My Videos Page
    7. Check the box to the left of the videos you want to delete
    8. Click the Delete button at the top

    That’s all there is to it

    [Read the rest of this article...]

    14

    I spent some time a few months back building an application that converts PowerPoint slide shows into Silverlight applications. I was very excited about it at the time and I think it has great future potential.

    Working with Silverlight 2.0 I could see how far it had come since 1.0. The difference between the two was night and day. Silverlight 1.0 was really focused on animation and a pretty GUI versus real applications. Silverlight 2.0 is much more robust and provides a substantial subset of the .Net CLR functionality. It enables real business applications.

    With Mix09 coming up, I am also seeing a lot of new stuff about Silverlight 3.0 already. There are a couple of great videos that demonstrate Microsoft’s intent to make this a real player in the business application space. Check outhttp://timheuer.com/blog/archive/2009/03/10/silverlight-line-of-business-made-easier-with-ideablade.aspx and http://blogs.msdn.com/brada/archive/2009/03/09/the-knowledge-chamber-silverlight-3-0-for-great-business-apps.aspx .

    So when I needed to take a piece of business logic that I had written in C# and move it to a Rich Internet Application, my first thought was to drop it into a Silverlight 2.0 app. I created the app and it was pretty straight forward adding the video portion, the branching and the business logic. It worked great.

    Then I dropped it into the web page where I intended to run it. It looked great. Next I went to a business associate to show it to them. And of course what I saw was the beautiful Install Silverlight button. And when I went to install it, it wouldn’t install. Eventually I got the player to install on their system, but it took some time and a little bit of frustration.

     

    [Read the rest of this article...]