Friday, January 8, 2010

Im looking to make videos and I was wondering what an easy program with lots of tutorials would be? Thanks?

I havent made a video before so I want something really fexible sort of with room for advanced techniques. A free program would be ideal but w/eIm looking to make videos and I was wondering what an easy program with lots of tutorials would be? Thanks?
Windows Movie Maker is very good but it has its own file format which most programs cant read, there is a way to convert them but i cant remember so just google it. If you are using microsoft Xp or Vista it will be already on your computer
  • oil
  • printer ink
  • Is it illegal to publish video tutorials where we show windows or programs pictures on youtube?

    is it?Is it illegal to publish video tutorials where we show windows or programs pictures on youtube?
    no....Is it illegal to publish video tutorials where we show windows or programs pictures on youtube?
    No, according to the YouTube terms of usage and community guidelines its not illegal.





    But you should be the one who created the video tutorial





    On YouTube Community guidelines:





    # Respect copyright. Only upload videos that you made or that you are authorized to use. This means don't upload videos you didn't make, or use content in your videos that someone else owns the copyright to, such as music tracks, snippets of copyrighted programs, or videos made by other users, without necessary authorizations. Read our Copyright Tips for more information.





    Finally there are a lot of video tutorials on YouTube, if it was illegal they would have been removed by now.





    Hope My answer was useful,


    John
    as long as you don't sell them, you'll be fine.

    Your advice on writing a programming tutorial:)

    I am planning to write a tutorial on how to learn programming - from zero to hero. There are many online tutorials , but they are related to one task or specific application.


    I will start from data types to necessary maths and end up with coding applications





    I would like to hear your advice or recommendation on how to make this project more useful to all users.


    thanks Your advice on writing a programming tutorial:)
    I'm one of those people who use these tutorials (not online though) and just have a few maybe not so big advice that would have made those tutorials a lot better.





    -PLEASE have good formatting in the examples of code (make sure the parameters line up, indent properly, etc.), its easier on the reader





    -Don't just define computer terms, give examples of how it is like in life (like how recursion may be like broccoli), and pictures are key :)





    -Tell the reader what the method/code may be used for in actual ';real life'; programming, often the tutorials I have will teach me the code, but never tell me when to use it (its like giving me this great novel invention, without instructions on how to use it). Like when I first got to pointers, I knew how to use it, but I had no idea why would someone use such a more complicated device than things such as arrays.





    -If it's possible, color coding is good :)





    -Oh yea, and if the tutorial really is for someone with absolutely no programming experience (you can tell how lost I was):


    --Don't assume they know computer terms such as operating system/compiler/etc., if nothing else have a glossary with these terms for them to reference (or maybe I was just stupid..%26gt;%26lt;)


    ---In the beginning, when you give an example code of what every single code needs (ie libraries in C or the void main, or the public static main in Java), explain what each line does (or tell them to reference to page___ if it's a bit complicated to explain to them at that point in the book). Maybe some people are fine with it, but I was not happy to just learn the basics and ';just go with it'; kind of attitude and find out later in the book what that part of the code did.Your advice on writing a programming tutorial:)
    It really depends on the programming language. If you try to do a general tutorial you will have problems, because the difference between say HTML, Assembler and C, or C++ and other object orientated languages is too big.





    There's also the problem with interpreted languages where the data may be created without you having to declare it first, e.g. Basic, compared with compiled languages where declaration of data types is a big issue.





    I think you should concentrate on a couple of languages such as HTML, which people can relate to since they can see it in a browser, and C or Java, because they are structured high level languages.
    java is being used all over now, its becoming more popular due to mobile phones and things so i would go that route.





    i say that because something like C is not gonna out sell a ';Kernighan and Ritchie';.






    Broadcast it on youtube

    Where can i get foxbase programming tutorial on net?

    Foxbase, Foxpro, Clipper, dBase, etc. are old platforms. However, there is a strong and loyal following to this day! One such project, is The Harbour Project. I believe if you master any one of the platforms, it will help with the others, and The Harbour Project is free! :)





    Visit: http://www.harbour-project.org/





    I hope you enjoy xBase code as I much as I did in 1990-1994 era :)

    Programing Tutorials or Software?

    I'm looking for any tutorials or software I can buy online to learn pc programing. Dont have money for school yet so learning by myself but wanted to know any programs I can buy that would help me learn pc programing. C++ Java etc.Programing Tutorials or Software?
    I would look up the textbooks required for a local college and buy the books, but teach yourself the same material.





    Diane Zak is the author of several programming textbooks and they are wonderful for beginners because she leaves nothing unexplained and will make learning C++ extremely easy for you.





    Yes you can look up source codes and similar information on the internet, but to me a book gives you more depth about everything you're learning and tells you the meaning behind things like ';include %26lt;iostream%26gt;'; instead of you just knowing it belongs somewhere because it was in the sample source code you found. In the end you'll actually understand what you're doing and why you're doing it which will make you a better programmer.Programing Tutorials or Software?
    Hi,


    The following are all FREE and will help get you started in the first place.


    For web development;





    http://www.w3schools.com/default.asp





    For C/C++;





    http://www.cplusplus.com/doc/tutorial/





    where you will find lots of help.





    You can also download the Visual C++ 2008 Express Edition;





    http://www.microsoft.com/express/vc/#web鈥?/a>





    but be warned - it takes an hour or so to get installed!!!





    Threre's a great HTML etc development editor at;





    http://www.chami.com/html-kit/





    Hope this helps.





    Regards.
    Honestly, you DON'T need to buy anything, all of the info available to you in books/pay tutorials is available in a developer community or similar.
    nfortunately, the answer is probably no, even if you have worked through all of the Software Design in C++ web pages! This is partly because there is so much to learn.
    If you want a great tutorial on basic Java, thier is a website/pdf out called JavaNotes, I highly recommend looking through this especially if your a beginner.
    you can go to youtube.com and search for programming language.

    Looking for a site called Lisa? spelling? online computer program tutorials. Help, anyone?

    there's a site called lisa, i may be spelling it wrong but you sign up, pay a monthly fee and you can practice programs like InDesign or dreamweaver, etc and i'm having trouble finding it. Anyone ever heard of it? Any info is greatly appreciated.Looking for a site called Lisa? spelling? online computer program tutorials. Help, anyone?
    is it http://www.lynda.com/

    Best programming tutorial site?

    I want to learn codes such as html and javascript.. also CSS. Online. But no idea where to find those tutorials. help plz. arigatou gozaimasuBest programming tutorial site?
    鈥TML http://www.w3schools.com/html/default.as鈥?/a>


    鈥avaScript http://www.w3schools.com/js/default.asp


    鈥SS http://www.w3schools.com/css/default.asp


    Hope this helps. If it does, please select my answer as the best one!! Happy programming :)Best programming tutorial site?
    HTML, XHTML, CSS, PHP, Javascript, ASP, MYSQL all here


    http://www.w3schools.com/
    http://www.w3schools.com/





    Does all and more.
  • oil
  • printer ink
  •