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
  • I am looking for a beginner level C programming tutorial?

    http://www.machinescience.org/catalog/


    http://www.iu.hio.no/~mark/CTutorial/CTu鈥?/a>


    http://www.physics.drexel.edu/courses/Co鈥?/a>I am looking for a beginner level C programming tutorial?
    For concepts, there is a book ';C programming'; by Balaguruswamy and this is the best for beginners.





    This should be more than enough...

    Where can I get free SolidWOrks tutorials that will teach me the program thoroughly?

    Solidworks has its own tutorials, it is how I leared before I went to training school for it





    Just go to Help menule and Solidworks Tutorials, it covers everything, from there it's just practiceWhere can I get free SolidWOrks tutorials that will teach me the program thoroughly?
    Try YouTube:


    http://www.youtube.com/watch?v=GdW2SCTCC鈥?/a>

    Is there a tutorial about learning computer programming that is free?

    when i get older i want to be a computer programmer and was wondering if i could get started now and try to get as much in as possible and i dont have the money to do so but is there a free site or some kind of program that will show me how and tell me how computer programing is done?Is there a tutorial about learning computer programming that is free?
    This series would be a good place to start


    http://www.amazon.com/Beginning-Programm鈥?/a>Is there a tutorial about learning computer programming that is free?
    W3 schools

    Animation programs that gives tutorials and does not need good drawing skills?

    Are there any free animation programs that has a tutorial?Animation programs that gives tutorials and does not need good drawing skills?
    First, go and buy some books to improve your drawing skills. You will not be able to get around that, so get it out of your head now. I thought I could, and I had to learn it the hardway.





    Next, check out these programs:





    These programs are for 2D handdrawn or vector animation.





    Anime Studio


    http://www.e-frontier.com/article/articl鈥?/a>





    Toon Boom Studio:


    http://www.toonboom.com/





    Adobe Flash


    http://www.adobe.com/products/flash/...





    If you are interested and ambitious, you could try delving into 3D.





    Blender


    http://www.blender.org





    Maya


    http://usa.autodesk.com/adsk/servlet/ind鈥?/a>





    Softimage XSI


    http://www.softimage.com





    ALL of these programs either have free versions or 30 day demos you can use to cut your teeth on!





    Enjoy!Animation programs that gives tutorials and does not need good drawing skills?
    I'm not sure about any good ';free animation program'; that's currently out there. Why not just download Flash 8 or CS3? I can't say there's any ';legal'; way of doing so but trust me its not hard to do.

    Where I can get programming tutorial for free c,c++?

    Here are the sites that helped me





    www.cprogramming.com


    www.programmingtutorials.com


    www.gamedev.net


    www.programmersheaven.com


    www.thecodeproject.comWhere I can get programming tutorial for free c,c++?
    http://www.cplusplus.com/Where I can get programming tutorial for free c,c++?
    you can also download ebooks they will be very helpful


    goto btjunkie.org and search for it . for you to download you to install utorrent which you can download it for free.

    Where is a great video tutorial for programming XML?

    i need to know so i can make an awesome game in flash cs3Where is a great video tutorial for programming XML?
    XML isn't really a programming language. It's a data transport language much like HTML except that you can define your own data tags. Sure you can do some fancy things with it, but if you want to do gaming, learn C or better still Java or some other high level language with good graphics capabilities. It's a pretty specialized field and there's a lot more to it than just XML. You can learn the basics of XML in one night by picking up a book from the library...
  • oil
  • printer ink
  • 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

    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 find some really good resources, help topics, and tutorials for learning computer programming?

    Ok, so I have yet another question pertaining to computer programming *I'm on a roll!*





    I am an absolute beginner at computer programming, and I want to get started THIS SECOND! Lets just say I have an experience level of 0, although that is not true, I want to start at the very beginning. The only experience I have had with programming and writing any type of code is HTML, actionscript, and a little (I mean extremely little) bit of experience with asp.net, c#, and c++ (all from just messing around).





    I would really like to begin learning right away, but I don't have a clue where to start! Not to brag, but I do know a lot about computers...I am a geek...lol. I learned HTML from W3Schools, online tutorials, and by experimental methods, and I learned actionscript strictly from online tutorials, then most of it just came to me. I just cannot seem to find that edge to begin learning how to program in other languages or even which language to begin with!





    I downloaded Microsoft's Visual Studio Express 2008 Edition, which includes Visual C#, Visual Basic, Visual C++, and Visual Web Developer. I don't know if I made a good move in downloading this software studio, but the programs are very nice, although I don't know much about actually creating stuff in them!





    I read about object oriented programming...what is that?? I also asked a question on here yesterday about the best language to begin to learn. Most said C++ but I thought BASIC was the most ';basic'; language and the easiest to learn?





    I am basically a newbie eager to learn but I need some guidance to get going! Can you recommend a few good *active* online forums, tutorial websites, ebooks, and books for the beginner programmer?





    I really appreciate all the help I can get!


    Thanks!Where can I find some really good resources, help topics, and tutorials for learning computer programming?
    In order:





    1. College (the teachers are usually more than welcome to let you sit in on lectures, if there's room)


    2. Your local library. (preferably a college/university library).


    3. http://www.amazon.com (they have reviews)


    4. http://www.google.com (the biggest resource on the net)


    5. http://www.ebay.com





    good luck.Where can I find some really good resources, help topics, and tutorials for learning computer programming?
    I came across a very good mobile programming site http://www.androidph.com. I hope this helps.

    Where can i find a good x window (x11) programming tutorial?

    I assume this is a linux question, if so try these web sites for a start.





    http://nobug.ifrance.com/nobug2/article1鈥?/a>





    http://www.visi.com/~grante/Xtut/





    http://www.linux-tutorial.info/modules.p鈥?/a>

    Does anyone know a good free tutorial I can use to learn Computer Programming Design?

    I just started a college course and am just not getting it! My Professor has not been much help so I'm looking for an alternative to break it down for me.Does anyone know a good free tutorial I can use to learn Computer Programming Design?
    If you want to learn java which is a really good start. Then i recommend www.joegrip.com





    they have an interactive way of training you to program. Try some of there free trials. You will come to see it is awesome. The price for the courses are reasonable ($39)(you can also learn c#.NET and ASP.NET) both for windows programming.





    I recently did the c#.Net course and am already reasonably efficient in it. Great site with great help.Does anyone know a good free tutorial I can use to learn Computer Programming Design?
    What languages are you learning?


    If you are learning HTML CSS AJAX XHTML XSL XML or any webbased programming language this http://w3schools.com/ is a good site.





    If you are learning VisualBasic there is a good forum you can ask question in http://vbforums.com


    Else i recommend that you go to your local library, most libraries have programming books.





    Please specify what programming language, if it is UXAMBLER for instance i cant help you...
  • oil
  • printer ink
  • Does anybody know where to find a good tutorial for assembly programming on the TI84 plus silver edition calc?

    I have a pretty good handle on TI BASIC. I want to go to the next level. If there is another languge you think i should know, then tell me and if at all possible give me a link to a good resource.Does anybody know where to find a good tutorial for assembly programming on the TI84 plus silver edition calc?
    Yes, there are a couple good tutorials about TI-ASM for the TI-83 (fyi, the TI-83 and 84 are exactly the same when it comes to programming). But be warned, assembly is a huge step up from Ti-BASIC and much harder to learn. You also have to write assembly programs on a computer, not on the calculator. Here are some tutorials to help you get started:





    http://www.arasian.com/index.php?page=su鈥?/a>





    http://www.ticalc.org/archives/news/arti鈥?/a>





    Here's another useful link to a program from TI that you can download to emulate a calculator. This is very useful to test programs with because an assembly program is very powerful and can completely crash your calc if it's written incorrectly. If you test it with this program and it crashes the virtual calc, you know something's wrong.





    http://education.ti.com/educationportal/鈥?/a>





    Hope this helps.

    Can anyone tell me of a website which can give me a tutorial on LISP programming?

    Do not, and I repeat NOT confuse this with the speech impedement. Sensible and comprehensive answers please.Can anyone tell me of a website which can give me a tutorial on LISP programming?
    Here's a list:


    http://www.alu.org/alu/res-lisp-educatio鈥?/a>Can anyone tell me of a website which can give me a tutorial on LISP programming?
    Sorry that this is late in coming, but I couldn't remember the link.





    Apress (formerly WROX Books) released their LISP book as a free e-book. I have not used this one, but I learned the fundementals of 3 other languages using their books; so give it a try:


    http://www.apress.com/free/index.html





    Practical Common Lisp - near the bottom of the page.
    I'm thorry, but is there thomething wrong with my thpeech?
    http://www.good-tutorials.com/


    http://www.digitaljuice.com/


    http://www.tutorialkit.com/


    http://www.codestyles.com/


    http://www.sitecube.com/website/promo_bw鈥?/a>
    If you type in your search engine eg. YAHOO, GOOGLE or MSN lisp free tutorial you will get the necessary information
    yeth !! there are many thuch web thites





    http://www.speechtherapy.com





    aww get a life mate :-)) I am actually a programmer by trade. Informix/unix/C/Java/ servlets/xml/asp/ html/javascript/ perl/CGI





    plus a few that I have forgotten like Pascal, what the ********* are you wanting to learn Lisp for





    RDBMS informix SQLServer etc





    and you are a prize jerk!!!!!!!!!!!!!!!!! ';Do not and I repeat NOT'; - you freekin wally !!!!





    such a big man in computing ??? why dont you get yourself to google and look it up you lazy rag, I found dozens of good tutorials on sorting out your Lisp!!

    Cs movie making tips programs and tutorials.?

    I want to start making movies i already made one (http://www.youtube.com/watch?v=zc7tCfeyzck ) i used Movie maker (btw i had better demos but i dont want to waist them on bad movie programs). I heard Sony vegas is good but i dont know how to use it if someone has any more programs or any tips or even tutorials plz post them.Cs movie making tips programs and tutorials.?
    don't show the interface (ammo, radar, health)





    don't record a whole match and slap it on a movie maker and add a song, that never works





    you need lots of clips (and i mean a lot) to make a good cs movie





    take some tips from a cs movie on youtube, like this one http://www.youtube.com/watch?v=O5tXocA4M鈥?/a>

    Can anyone point me to a good tutorial on database programming in C#?

    I want to do some database programming using a Windows Application in C# however I can't find a good tutorial. Do you know of one? Thanks.Can anyone point me to a good tutorial on database programming in C#?
    see the links below! you can find anything about C# thereCan anyone point me to a good tutorial on database programming in C#?
    depends...what type of database SQL Based?





    http://www.codeproject.com/KB/database/s鈥?/a>





    you should know how to use SQL queries and such though.

    Anywhere I can find video tutorials on learn c++ programming. I don't want to read rather watch/hear it.?

    My advice to you is: learn to get used to reading. Programming is not the easiest thing to do in the world. While it's not overtly difficult, it does require a bit of attention. The vast majority of tutorials and information for new and relevant technology comes in the form of text. Afterall, you are reading the answer to your question as we speak. So I highly recommend textual resources. On the other hand, there are some really good video c++ resources out there. Almost always you have to pay to get these videos however (while the textual resources are free.)





    http://www.mixsoftware.com/product/cpvid鈥?/a>





    is one place to get a good course on video. Good luck!

    What is the best on line tutorial session for Visual Basic Programming?

    www.w3schools.comWhat is the best on line tutorial session for Visual Basic Programming?
    I prefer this one





    http://visualbasic.freetutes.comWhat is the best on line tutorial session for Visual Basic Programming?
    i like this one





    http://cuinl.tripod.com/
  • oil
  • printer ink
  • The best way to learn the C programming language? Book or online tutorial?

    I want to learn the C language (no I don't want to learn C++ because I need C for Objective-C and then for Cocoa) and I wonder if I should buy a book (a programming guide) or just take a free, online course. I'm not even talking about having to spend 50 bucks on a book, I'm just wondering if there's really a difference between them. Which books / websites would you suggest? Thanks!The best way to learn the C programming language? Book or online tutorial?
    Books -1. ';The C Programming Languager'; (2nd edition) by Kernighan %26amp; Ritchie. Best of all book choices.





    Tells you what you need for basic C programming once, the correct way. Easily read %26amp; carried.





    ';Programming in C'; (3rd edition) by Stephen Kochan. Rates with K%26amp;R but may be too deep in some subjects over others.





    More depth %26amp; breadth of knowledge.





    Website - www.programmingtutorials.com


    Choice of tutorials.





    The best way to learn the C programming language? Book or online tutorial?
    C does not have a vary large syntax, so the first step is just to learn the syntax. Either a book or online guide will work, although books are often much better written and have better examples. The hard part of C is understanding how things work in it and using the proper libraries. For that, it is much better to read other people's code and write some simple programs. You should also look up basic data structures and implementations like stacks and linked lists.
    I would read a couple books from the library, then use an online tutorial from http://www.iu.hio.no/~mark/CTutorial/CTu鈥?/a>

    Where can I get VC (MFC-Dialog Based) Socket programming tutorial?

    please help me guys............Where can I get VC (MFC-Dialog Based) Socket programming tutorial?
    Try google. Here are some of the links.


    http://www.scribd.com/doc/2680695/socket鈥?/a>


    http://www.softlookup.com/tutorial/vc++/鈥?/a>


    http://www.softlookup.com/tutorial/vc++/鈥?/a>

    What programs that are FREE to use to write tutorials for Paint Shop Pro?

    I am looking for a program to write PSP tutorials. I tried Open office,but I can't seem to save it so that when I download my tutorials to my yahoogroup the members can open them up with out any problems. How do i save them so that all members can open them up from a yahoogroup without any problems?What programs that are FREE to use to write tutorials for Paint Shop Pro?
    Save as RTF or Word.





    If you choose Word you can tell your members to download Word Viewer from Microsoft, if they don麓t have Microsoft Office.

    Is there any programming tutorial and tools for complete beginner..?

    i'm just want to learn about programming...so can you tell me the perfect tutorial(in pdf if possible) and its tutorial for complete beginner like me...Is there any programming tutorial and tools for complete beginner..?
    Try microsoft visual basic i did its cool it gave me a tutorial on making web browsers but it can take long there is a load of tutorials





    Hope this HelpedIs there any programming tutorial and tools for complete beginner..?
    http://gd.tuwien.ac.at/languages/c/progr鈥?/a>





    Try this site for learning C.





    All you could ever know, and it saves the money from buying a normal book :)
    You've got to pick a language first. As mentioned above, you might want to start with Visual Basic as it's a simpler language to pick up than say C++ or C# for example.

    What do you think of a tutorial software that teaches basic programming of C in Filipino-English language?

    For any Filipino programmer / IT student:





    What is your opinion regarding with a tutorial software, which teaches the basic programming of C? The medium of instruction is Taglish (that is, combination of Filipino and English languages).





    We are currently conducting a survey.





    For more information, please contact me: Send me an email.What do you think of a tutorial software that teaches basic programming of C in Filipino-English language?
    That would be a good idea for Filipino programmers who may have difficulty in understanding English.





    However, I would suspect that many Filipinos who wish to pursue a technical career or knowledge would need to know English as the majority of resources that surround the C programming language including hardware, networking, etc. are predominantly already in English. Getting support and seeking help online are also generally in English.





    Re-inventing the wheel may be unproductive if your skills can be used to focus on the development of software that are of current interest to a larger target market on a global scale.





    I would recommend surveying how many Filipino programmers actually have low English comprehension as part of your effort before final consideration for development.





    Good luck!

    What would be a good 3D graphic designing program for starters? it would be good if the program had tutorials.?

    I downloaded blender from http://www.blender.org/





    I followed this tutorial: http://en.wikibooks.org/wiki/Blender_3D/Noob_to_Pro





    I have enjoyed it
  • oil
  • printer ink
  • Need a good Screen Capture Program for makeing tutorials?

    I like to make many tutorials for various things,iv seen many where you can pan the recording area and even zoom in,im pretty sure that the program was free,or that it had a free trial,that is all I need.So if you kno of any good ones that include that all help would be nice!Need a good Screen Capture Program for makeing tutorials?
    Try EasyCapture. Works swell, and it's a freebie.Need a good Screen Capture Program for makeing tutorials?
    You don't really need a program... Just hit the print scrn. key and then open a program like photoshop (or paint) and hit ctrl + v. The screen should be pasted into the program. Edit as needed.
    If you have VISTA wyhy not just use Snipping Tool under Accessories? Not sue if XP has it or not.

    Anyone know of a good tutorial for Java programming?

    I'm looking for an easy-to-follow guide for Java programming, geared towards the beginner. Anyone know of a good one?Anyone know of a good tutorial for Java programming?
    I've been recommended this:





    http://java.sun.com/docs/books/tutorial/





    It seems ok, but I'm not really concentrating on it at this time, as I haven't any need to know it atm.Anyone know of a good tutorial for Java programming?
    Try this site:


    http://www.tizag.com/javascriptT/


    and this one:


    http://www.pixel2life.com/tutorials/java鈥?/a>


    and this one:


    http://www.tutorialized.com/tutorials/Ja鈥?/a>

    Where can I find a free and easy tutorial for Flash programming?

    I have no knowledge of animation.Where can I find a free and easy tutorial for Flash programming?
    On Adobe's website they have some good tutorials from beginner to advanced. http://www.adobe.com/devnet/flash/Where can I find a free and easy tutorial for Flash programming?
    I'll recommend kirupa.com





    peace


    vixklen
    It comes with the flash program. Look in the help file.

    Where do you go to get tutorials on learning about computer programs?

    Say I want to learn about pictures, Publisher, Word and website updating. OK don't say it, just whisper it. Please help me I feel so stupid and need to know more about computers. It seems even kids are geniuses and suddenly I became a dumabarse.Where do you go to get tutorials on learning about computer programs?
    How about through school? Also there are lots of good basic books out there, you could look into those. Some you might want to try are the ';For Dummies'; series, don't take that as meaning that you are dumb, it's just meant to be written for people who don't want to have to learn all the technical stuff, but rather how to best use the programs, that is regular people.





    Don't feel dumb, either, because even though some of those kids are geniuses, there's a lot of stuff they don't know, and one of the things is that they DON'T know everything.





    Also, we all start somewhere. I'm old enough to remember using a typewriter. There was actually a time when I had no idea what the word ';software'; meant. And although I already have a degree, I am back at school 30+ years later going for a degree in graphic design, and having to learn a lot of computer stuff. I have classmates that could be my kids, and even though they grew up using computers and I didn't, there are some things I know much better than they do, and it's sometimes basic stuff!





    Do you have any of the programs you want to learn? Or can you use them for learning at school? It always helps if you have the programs. Also if you want to learn Photoshop I can give you some of the basics for that, and point you at some great tutorial sites.





    Good luck, please don't think you're stupid. In some ways you're smarter than some of the genius kids because you know to ask how to learn what you don't know.

    Program characters in mugen, easy tutorials or very detailed ones please?

    I need help trying to make my character for mugen can anyone help me out by giving me links to sites where I can learn real easy I鈥檓 still learning and I really want to make a character, thank you.Program characters in mugen, easy tutorials or very detailed ones please?
    Just use these narutorials Cyanide made. Although you have to read it, its a very useful tutorial most of the well-known people of the mugen community used. You also have to get some bought programs to make mugen characters more easily, but if you don't want to buy programs you can also use MS Paint. But using MS paint is more of a hassle





    http://mugenguild.com/cyanide/

    Good tutorials for computer programming/ app. building?

    Hey,


    I was wondering if anyone knew of any good tutorials that will help me to begin building computer applications. I don't mind if it includes learning a new ';language';, because it's something I'm really interested in doing. However, I'm having trouble finding anything. (perhaps I just don't know what to search for? haha.) So if you send me a good tutorial I will be forever grateful and you might just get best answer :)Good tutorials for computer programming/ app. building?
    Well I hope this helps...there are a whole bunch of FREE programming tutorials...





    These are websites that have many FREE tutorials for learning about C++, Java, HTML, Website Creation, C#, Visual Basic, etc.





    http://www.functionx.com





    http://www.homeandlearn.co.uk/csharp/csh鈥?/a>





    http://www.programmingtutorials.com/cplu鈥?/a>





    C++:





    http://xoax.net/info/sitemap.php





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





    Java:





    http://computer.howstuffworks.com/progra鈥?/a>





    http://www.video-animation.com/java_001.鈥?/a>





    HTML and Website creation:





    http://www.teach-ict.com/gcse/software/w鈥?/a>





    http://www.tizag.com/





    http://www.w3schools.com/





    YouTube also has a whole bunch of tutorials for C++, Java, HTML, and etc.





    Good luck and have fun!Good tutorials for computer programming/ app. building?
    I myself am on the lookout for such a site, but if you are looking for web related technologies, then w3schools.com is a very good site for that.
  • oil
  • printer ink
  • Do you know any free programming tutorial website?

    For what language? Google for the language you are interested in and something like ';tutorial'; or ';introduction'; or ';how to';.





    Some language distributions come with tutorials. ActivState Perl and Python come to mind. That way you have the tutorial plus the language to try things out with, all together.Do you know any free programming tutorial website?
    http://docs.python.org/tutorial/Do you know any free programming tutorial website?
    go to this url::::::::





    http://w3schools.com/


    Its surly help u in programming.


    all the best
    you can use webdesigningcompany.net web site this is helpful in web programming.
    www.w3cschools.com


    it is very simlpe and easy

    Does anyone know of a free web-based tutorial on programming in Java?

    I'd need something that starts out *very* basic--including stuff like what software to use to program *on a mac* (and, if terminal's the answer there, how to use some of its commands) and how to compile things.Does anyone know of a free web-based tutorial on programming in Java?
    Sun's site is almost always overlooked for some reason. Here's a link to Sun's (creator of Java) official SE6 tutorials.Does anyone know of a free web-based tutorial on programming in Java?
    Use the source, Luke!


    Meaning Sun's Java tutorial.


    Otherwise Google ';Java tutorial';

    What program do people use to make tutorials?

    Have you seen videos that show you how to do something on your computer? What programs do those people use to record what they're doing?What program do people use to make tutorials?
    macromedia cativate. you can record what you are doing. you can also convert the recording into word documents, acting as your user guide.What program do people use to make tutorials?
    The software oripa screen recorder records your screen activity and the audio into video files for you to make tutorials. It is free, you can get it at: http://www.ejoystudio.com/oripa-screen-r鈥?/a>

    What is the best way to learn the photoshop programs, trial and error, online tutorials, or buying a book? I?

    3 different programs, corel paint pro x, photoshop elements 5, and photoshop cS2.. i am a novice so i am looking for the easiest method.What is the best way to learn the photoshop programs, trial and error, online tutorials, or buying a book? I?
    Try buying tutorial books online.What is the best way to learn the photoshop programs, trial and error, online tutorials, or buying a book? I?
    2 ways either use youtube or buy from amazon.com
    The easiest method is the tutorials, second the books,(although I would have liked both). I learned the trial, and error method in Photoshop. Perused free tutorials on the web, and also from Watch and Learn Photoshop.com,(weekly,free). Took me about 6 months of playing around to get to a point where I can do just about anything I want. Still playing with Adobe Imagemaker, Photoshop's 'paired up' free partner. Do I know all about Photoshop now? I would be a liar if I said yes, as you learn something everytime you use it, which makes it sooooooooo cool! If I may say so myself I can do some AMAZING things already! With tutorials you can greatly speed up the process, depends on the person of course. I think you'll do great! If you should get frustrated with something, email me.


    Some sites to check out:


    1.Good Tutorials.com


    2.Adobe.com/Photoshop


    3.Watch %26amp; Learn Photoshop


    4.PSWorkshop.net


    5.Photoshopdigest.com


    6.Photocamel.com/forum/image editing color management/Photoshoptips tutorial sites,(this is not an exact address, you'll find it in Photocamel.com's forum, you'll see!)


    7.eSCRAPPERS.com


    One site will lead you to another, and so on, tips and tutorials!


    This is just a TIP of the iceberg for free advice on the net!
    i learn from online tutorials. it's step-by-step and with pictures so it's easy to know what to do. try www.webdesigns.org
    You can try Youtube. They have tutorials etc and most of them are pretty short, about 5-10 minutes long. Just type in photoshop.That way, you dont have to stend a penny.
    hmm.. the best way is to have a book, and trial and error..


    nothing beats hands on experience..


    also, try mingling on the other icons to familiarize yourself on what you can do..better yet, try to have some exercises wherein you have to copy or have a finished product almost the same as in an excercise..


    happy learning!

    Does any one know of any good tutorials for C programing?

    Does any one know of good ways to learn C programming that is free?Does any one know of any good tutorials for C programing?
    You can check programming tutorial websites like http://myitcareer.org/Does any one know of any good tutorials for C programing?
    You can try downloading (using bit torrent) a C+ for Dummies book. That's what I used.
    http://www.cprogramming.com/tutorial/c/l鈥?/a>

    Is there any online tutorials or book out there for programming a psp with C/C++.?

    I want to program a PSP really badly but I don't know where to go. Please don't tell me psp-hacks.com because I have been there and I got banned from the chatroom because I asked too much questions (wtf!). Also don't say psp-programming.com because they barely have any tutorials on psp programming. Also are there any books out there that teach you psp programming?Is there any online tutorials or book out there for programming a psp with C/C++.?
    http://ps2dev.org/psp
  • oil
  • printer ink
  • Where do I go with python programming after finishing this tutorial?

    http://www.sthurlow.com/python/


    I finished that tutorial, but what do I do next?Where do I go with python programming after finishing this tutorial?
    Make up some project and try to complete it knowing what you know now. Resist the urge to refer to other tutorials, but any amount of the python docs are fine.





    Then after you do that put it on a shelf and come back (after doing more python stuff of course) and see if you can modify it to make it better.





    That's generally the path that I take in any new language. I tend to learn the most if I have to really implement something in the language. This is why courses are so valuable as well. They give you a bunch of information and point you in the right direction but then you have an assignment and a deadline.

    Where can i get good programming language(Java,HTML,VC++) video tutorials on Net?

    video tutorialsWhere can i get good programming language(Java,HTML,VC++) video tutorials on Net?
    hey megha,





    i think u shud just try typing video tutorials on Java,HTML,VC++ in Google


    u shud be able to get quite a lot of good stuff!





    else not just check out these links





    http://java.sun.com/docs/books/tutorial/





    http://devcentral.iftech.com/





    for video tutorials check out this





    http://www.video-tutes.com/





    This might help u...


    bye,








    Where can i get good programming language(Java,HTML,VC++) video tutorials on Net?
    there are many Online Video tutorial websites on Internet which gives you to online classes of learning programming Language(Java, C++, many more). But u have to pay some money. Therefore, If u r looking free online video Tutorial then u need to go to these following links





    http://www.youtube.com/watch?v=UGmhks4K13g -- Java


    http://www.youtube.com/watch?v=nziy2_U5JQI --- C++









    VTC is one of the favorite video trainings: .mov file format played with Quick-Times is the best (large resolution 1024 by 768, but small in space storage). The training is short and straightforward


    visit this link to download http://compgeekss.blogspot.com/2008/08/v鈥?/a>
    There's this program that's call Visual Basics and it has everything you need with video tutorial.Microsoft should allow you to download it and if not then use this file sharing Ares to find it.

    I need some good tutorials or references for the programming language ';Alice'; by Carnegie Mellon.?

    any ebooks, or free online tutorial/references would be great.


    thank you :DI need some good tutorials or references for the programming language ';Alice'; by Carnegie Mellon.?
    http://www.developer.com/java/other/arti鈥?/a>


    http://www.dickbaldwin.com/alice/Alice01鈥?/a>


    http://www.google.com/search?hl=en%26amp;q=ali鈥?/a>