Intelligentedu
Ordinateur libre et I.T. Livres
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanΜεταφράστε στα ελληνικά/GreekПереведите к русскому/RussianOversetter til Norsk/NorwegianÖversätta till Svensk/Swedishहिनà¥à¤¦à¥€ अनà¥à¤µà¤¾à¤¦ करने के लिà¤/Hindi
Tradueix al català/CatalanTulkot uz latviešu/LatvianPreložiť do slovenčiny/SlovakVertaal aan het Nederlands/Dutchترجمة الى العربية/ArabicTraduzca al Español/SpanishTraduisez au Français/French
Traduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese TraditionalПереклад на українську/Ukrainian





Roulement de Blog :


Liens supérieurs :

6 décembre 2007

Plus de 500 librement eBooks disponibles d'ordinateur

Voici un bon emplacement de dépôt d'ebook d'ordinateur, à debian.yaako.org/ebook, cela centres serveurs plus de 500 ebooks librement disponibles d'ordinateur dans beaucoup de secteurs, comme énumérés ci-dessous. Ces ebooks vous aideront à apprendre comment administrer des systèmes, serveurs, et deviennent un meilleur créateur d'application.


Matières couvertes par ces eBooks:

Ebook rouge d'étude de Linux RHCE de chapeau
J2ME
JSP
Contrefiches de Jakarta
Accord d'exécution de Java
EJB
Java sans fil
Perl
Le soleil Solaris
Zope
MySQL
Commandes de Linux
PHP
Unix
Sécurité d'Internet
Programmation de Linux
JBoss
PostgreSQL
Programmation de python
Base de données DB2
Programmation de jeux de Linux
Ebook d'étude d'Oracle OCP
Accord d'exécution d'Oracle
OpenBSD
FreeBSD
Gestion de réseau de Linux
Tomcat
Ebook de Cisco CCNA
Sendmail
LDAP
Programmation de Shell de coup
Programmation de C++
Programmation de C
Programmation de dièse de C (C#)
Grain de Linux
XML
XSLT
UML
Annuaire actif
Apache
Accord d'exécution de Web
Sécurité de Web
Expressions régulières

Étiquettes de Technorati : , , , , ,

Popularité : 14% [?]

Partagez et appréciez :
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Ombres
  • YahooMyWeb
  • StumbleUpon
  • Digg

Poteaux relatifs :
  • 144 librement ordinateur disponible Ebooks
  • Beaucoup d'ordinateur librement disponible Ebooks
  • 246 librement eBooks disponibles
  • 18 ordinateur libre Ebooks
  • Beaucoup d'eBooks librement disponibles


  • Classé dessous : Ordinateur libre et I.T. Livres - computer_teacher @ 7:09 AM


    27 Eclipse Tutorials

    Here are the top 27 Tutorials for Eclipse and its related application development technologies, hosted and linked to by Eclipse.org. These teach and explain how to use Eclipse, its plugins, and projects to develop state-of-the-art and cutting edge software applications. Eclipse is an open source community and application development framework. The goals of its projects are to develop an open development platform consisting of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle.


    27 Eclipse Tutorials from Eclipse.org

    Eclipse And Java: Using the Debugger
    This free video tutorial shows you how to use the Eclipse Java Debugger. It is based on Eclipse version 3.3. This is for programmers who have completed the "Total Beginners" tutorial or have some familiarity with Eclipse and Java. No prior experience with the Eclipse Debugger is needed. Downloadable videos.

    Eclipse And Java: Introducing Persistence
    This free video screencam tutorial shows you how to save your Java objects to disk files using Eclipse version 3.3. This is for beginning programmers who have completed the "Total Beginners" tutorial or have some basic familiarity with Eclipse and Java. The 12 lessons total about 3 hours and are each about 15 minutes long. The lessons guide you through a step-by-step process adding save-to-file and get-from-file methods using the "personal lending library" application developed in the "Total Beginners" tutorial. Each lesson is fully narrated. Along the way, we learn some very cool Eclipse functionality.

    Eclipse and Java for Total Beginners
    This site contains a collection of free video screencam tutorials for Eclipse and Java. Includes "Eclipse and Java for Total Beginners" series of screencam tutorials for people who want to learn Java using the Eclipse IDE. Based on Eclipse 3.3 (Europa) Downloadable videos.

    Customizing Eclipse RCP applications, Part 1: Techniques to use with SWT and JFace
    This tutorial will explain a number of UI elements that can be changed in Eclipse RCP, JFace, and SWT. Along the way, you will learn about basic changes you can make, such as fonts and colors. You will also learn advanced techniques, including how to create custom wizards and section headers. Using these in conjunction should provide you the ability to go from a typical-looking Eclipse RCP application to a distinctive but visually appealing one. DeveloperWorks Article

    Migrate Visual Studio C and C++ projects to Eclipse CDT
    With most C/C++ projects on Windows developed with Microsoft Visual Studio, it is essential to study the migration of these projects to Eclipse, the open source IDE. This article provides a brief step-by-step procedure for migrating Microsoft Visual Studio C/C++ (MSVC) projects to Eclipse. It compares and contrasts the benefits of MSVC and Eclipse CDT. DeveloperWorks Article

    Extending WTP Using Project Facets
    The Faceted Project Framework allows the plugin developer to think of Web Tools Platform (WTP) projects as composed of units of functionality, otherwise known as facets, that can be added and removed by the user. This tutorial walks you through an example of creating a couple of basic facets and in the process covers the majority of the framework's extension points. This tutorial has been written for version 1.5 of the Web Tools Platform.

    Creating Bottom Up Web Service
    This tutorial shows how to create a simple Web service and Web service client from a Java class using the Eclipse Web Tools Platform. The Java class in this scenario converts between the Celsius and Farenheit temperature scales.

    Creating Top Down Web Service
    This tutorial shows how to create a simple top-down Web service from a WSDL file using the Eclipse Web Tools Platform. The WSDL file in this scenario calculates the area of an rectangle.

    Consuming a Web Service using Web Service Client
    This tutorial shows how to create a Web service client for a deployed Web service using the Eclipse Web Tools Platform

    Create an Eclipse-based application using the Graphical Editing Framework
    This article describes the initial steps involved in creating an Eclipse-based application using the Graphical Editing Framework (GEF). GEF has been used to build a variety of applications for Eclipse, including state diagrams, activity diagrams, class diagrams, GUI builders for AWT, Swing and SWT, and process flow editors. Eclipse and GEF are both open source technologies. DeveloperWorks Article

    Creating Database Web Applications with Eclipse
    The Eclipse Web Tools Project delivers a feature-rich environment for developing J2EE database-driven web applications. This tutorial walks you through the process of creating a simple database web application using Eclipse WTP, Tomcat, and the Derby database engine.

    Running Web Service Scenarios using Ant
    This tutorial shows how to run Web services scenarios (top down web service, bottom up web service and client generation) by way of an Ant task from within Eclipse.

    Rich Client Tutorial Part 1 Part 2 Part 3
    The Rich Client Platform (RCP) is an exciting new way to build Java applications that can compete with native applications on any platform. This tutorial is designed to get you started building RCP applications quickly. It has been updated for Eclipse 3.1.2.

    Using Web Service Explorer to test a Web service
    This tutorial shows how to use the Web Service Explorer included with the Eclipse Web Tools Platform to test a Web service via native WSDL and SOAP.

    WSDL Editor Tutorial
    In this tutorial we look at using the Eclise Web Tools Platform WSDL Editor to create and modify a WSDL file. We explore the basic functionality along with some of the more advanced ones.

    Deploy Web Applications to the Oracle Application Server
    This tutorial will step you through the details of deploying a Web Application to the Oracle Application Server Containers for J2EE (OC4J).

    Building a CMP Based School Schedule Web Application
    In this tutorial you will create a CMP based school schedule Web application. You will learn how to create a Container Managed Entity Bean to store the schedule. A Session bean will be used to interact with the CMP. A JSP and Servlet will serve as the front end. The Web portion of this tutorial was adapted from the Building a School Schedule Web Application tutorial by Lawrence Mandel.

    XML Catalog Tutorial
    In this tutorial, we will demonstrate the use of the XML Catalog from Eclipse Web Tools Platform.

    XML Validation Tutorial
    Eclipse Web Tools Platform includes validation tools for XML, DTD, and XML Schema. Validation can be invoked manually or automatically after every save.

    Building a School Schedule Web Application
    In this tutorial you will create a school schedule web application using the Eclipse Web Tools Platform. This application allows students to input their courses and create a schedule. This tutorial will introduce you to JSPs, servlets and the Web Tools Platform project's server tools.

    Cactus Integration in the Web Tools Project
    This article briefly explains Cactus, its common uses and advantages and then provides a step-by-step tutorial on how to use the Cactus integration provided by the Eclipse Web Tools Platform (WTP). The article assumes that you are familiar with JUnit and the basics of using WTP to build, deploy and run web projects.

    Building a Simple EJB Application

    In this tutorial you will create a simple Enterprise JavaBeans (EJB) component and a client web application. This tutorial will introduce you to Session beans and the Web Tools Platform project's support for XDoclet and server tools.

    XML Schema Editor Tutorial
    This tutorial demonstrates how you can use the XML Schema Editor provided with the Eclipse Web Tools Platform.

    Building and Running a Web Application

    This tutorial will give you a step by step tour of using some the tools for web development. For this purpose we will build and run a J2EE web application using Eclipse Web Tools Platform and Apache Tomcat.

    Creating XML files Tutorial
    This tutorial demonstrates how you can use XML documents creation wizards that come with the Eclipse Web Tools Platform Project. These wizards allow to create XML document from DTD or XML Schema.

    JET Tutorial Part 1 (Introduction to JET)
    This tutorials teaches you how to create JET templates, how to use the JET Nature and JET Builder to automatically translate templates into Java classes, and how to use these classes to generate source code. This article also provides a short reference to the JET syntax.

    JET Tutorial Part 2 (Write Code that Writes Code)
    This Part 2 JET (Java Emitter Templates) tutorial explains the JET engine API. You will learn how to write plug-ins that use the classes in the JET package to generate Java source code.As a real-world example, we will create a plug-in that takes user input and generates a Typesafe Enumeration class. The generated source code is based on a JET template that can be distributed with the plug-in, allowing users of the plug-in to customize the generated code by editing the template.

    Technorati Tags: , , , ,

    Popularity: 12% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • Java and Eclipse Development Tutorials and Guides
  • 7 Eclipse Video Tutorials
  • Top 15 Free Eclipse Video Tutorials
  • Ajax Eclipse Tutorials and Presentations
  • Eclipse And Java For Total Beginners


  • Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 10:49 pm


    December 10, 2007

    Free Computer eBooks, Guides and References from OnlineFreeeBooks.net

    OnlineFreeeBooks.net offers lots of links to Free Computer, Programming & Technology Ebooks covering many topics, as linked below. Included on this site are free downloads for computer EBooks, Tutorials, Programming Cheatsheets, Reference Guides, Computer Manuals, and Programming Aids.


    Topics covered by the eBooks:


    Technorati Tags: , , , ,

    Popularity: 13% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • Guides and References for Linux, Cisco, MCSE and more
  • Free Certification Prep for CIW, CompTIA, Cisco, and Microsoft MCSE
  • Windows Server Reference Guide
  • Documentation Archive - Free Computer Books and References
  • 120 Computer and Network Security eBooks

  • Tags for this post>> | | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 9:26 pm


    December 11, 2007

    C and C++ Programming Tutorials

    Here are some good training C and C++ Programming Tutorials, Video Tutorials, and FAQs, located at C4Swimmers.net. These will help you learn how to program using these important programming languages, and they will also help you to increase your C and C++ skills, and to become a better C/C++ programmer. Included at this site are also some nice Linux Tutorials and References that will help you learn how to use and administer Linux.


    Learn Kernel Bootcamp - Part 1 has started
    The much awaited session Learn Kernel Bootcamp - Part 1 has started and the contents or step-by-step instructions to compile & install the Plain Vanilla Linux Kernel 2.6.

    A Flash-based audio-visual Seminar - Thinking in C
    A Flash-based audio-visual seminar to introduce you to the fundamentals of the C language which will help you move on to C-based languages like C++, Java and C#. This seminar was formerly delivered on the CD-ROM bound into the 2nd and 3rd editions of Thinking in Java, and the 2nd edition, Volume 1 of Thinking in C++.

    Debugging Applications with GNU Debugger - Slides

    Programming & Debugging series - Video Tutorial 1
    In this Tutorial we'll explore some of the tools that come with Dev C++ IDE.

    Programming & Debugging series - Video Tutorial 2
    In this Tutorial we'll go through the process of programming a C windows console program and use the debugger gdb.exe to disassemble it and find out what is going on under the hood.

    Programming & debugging series - Video Tutorial 4
    We code a small c program which we'll examine using the gdb debugger so to observe how the stack gets used and organized.

    Programming & debugging series - Video Tutorial 3
    We programmed a small program with an intentionally bug in it so we can use the debugger to find it and eventually correct it.

    Compiling and Executing - Hello World program in C - Video Tutorial

    Scott Meyers: A Unique Perspective on C++ - Video Tutorial
    Scott Meyers offers his unique perspectives on the C++ programming language. Scott Meyers is one of the world's foremost authorities on C++, providing training and consulting services to clients worldwide.

    C++0x Standard - An overview by Bjarne Stroustrup - VIdeo Lecture
    Dr. Bjarne Stroustrup is the original designer and implementer of the C++ Programming Language. Video Lecture is available at: Video Lecture on C++0x Standard: Overview by Dr. Bjarne Stroustrup. Some of the key points of the above lecture video

    C++ Programming Video Tutorial 1

    C++ Programming Video Tutorial 2 (Part 1 of 2)
    Part 1 of 2, new Tutorial going through loops, switch statements, if else statements and applying them to another fairly simple program

    C++ Programming Video Tutorial 2 (Part 2 of 2)

    C++ Programming Video Tutorial 3

    C++ Programming Video Tutorial 4 (Part 1 of 2)
    Going through the use of functions, pointers, how to make fullscreen, and changing colors per line.

    C++ Programming Video Tutorial 4 (part 2 of 2)

    C++ Programming Video Tutorial 5
    Continuation of Video4 so to speak, going through pointers a little more in depth as people didnt really seem to get it.

    C Programming Tutorial Slides

    Socket Programming Tutorial Slides

    Free Online Tests & Quiz - Quiz Home

    Types of Memory leaks and solutions to get rid of it
    A memory leak is a particular kind of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed. Learn about Memory leaks and solutions to remove them.

    Huge collection of C/C++ Interview Questions
    Looking for a C/C++ Interview Questions or C/C++ Puzzles?
    Our collection of Most Commonly Asked Interview Questions on C/C++ programming is for all...... So we put together the most commonly asked interview questions on C/C++ here.

    C++ Tips & Tricks - C++ Pitfalls, by: Cay S. Horstmann
    C++ Pitfalls with Source Code examples

    C++ Programming Language Tutorials
    Lectures Handouts:
    1. Overview of the C-portions of C++ (e.g., loops, structs, arrays, basic data types, etc.)
    2. A quick tour through C++, focusing primarily on classes, templates, inheritance, and dynamic binding.
    3. An extensive tour through C++ language features, illustrating the major and minor differences compared with C.
    4. An in-depth look at defining abstract data types in C++, focusing primarily on classes, templates, and exception handling.
    5. An in-depth look at C++ single and multiple inheritance.

    Tech Talk About C++ and C : Extensive C++ and C FAQ
    1. What book do you recommend?
    2. Where is the FAQ for the various C and C++ newsgroups?
    3. Can I really get the C++ Standard electronically for $18?
    4. Can I get Standard C electronically too?
    5. What's wrong with code that uses void main()?
    6. What about returning from main()?
    7. Where does the int returned from main() go?
    8. What's the difference between endl and '\n'?
    9. Why can't I fflush(stdin), or any input stream??
    10. How do I remove all chars from a stream??

    Unix Concepts Questions - FAQ
    Section I - File Management in Linux
    Section II - Process Model and IPC
    Section III - Memory Management

    Operating System (OS) Interview FAQ Questions
    1. What is MUTEX ?
    2. What isthe difference between a ‘thread’ and a ‘process’?
    3. What is INODE?
    4. Explain the working of Virtual Memory.
    5. How does Windows NT supports Multitasking?
    6. Explain the Unix Kernel.
    7. What is Concurrency? Expain with example Deadlock and Starvation.
    8. What are your solution strategies for “Dining Philosophers Problem” ?
    9. Explain Memory Partitioning, Paging, Segmentation.
    10. Explain Scheduling.
    11. Operating System Security.
    12. What is Semaphore?
    13. Explain the following file systems : NTFS, Macintosh(HPFS), FAT .

    A Handy Tutorial on Bash Unix Shell Reference
    Bash is the shell, or command language interpreter, for the GNU operating system. The name is an acronym for the 'Bourne-Again SHell'.

    Multithreaded Programming Tutorial with Thread Visualization System
    Multithreaded Programming with ThreadMentor: A Tutorial
    ThreadMentor is designed to help you learn multithreaded programming and the use of synchronization primitives easily.

    Basics of Data Structures
    Introduction to Data Structures Definition. The logical inter-relation between elementary data items is called data structure. The basic data items include integers, bits, characters.

    C Pointers - Different ways pointers are declared and its meaning
    Several declarations involving C pointers are demonstrated.

    Technorati Tags: , , , , ,

    Popularity: 12% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • 5,000 pages of Software and Computer Tutorials
  • Lots of PHP Tutorials
  • PHP Programming Tutorials
  • Perl Programming Tutorials
  • 222 Open Source Online Books and Tutorials


  • Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 7:53 pm


    5 Free Programming and Database eBooks

    Here are 5 Free Programming and Database eBooks by Professors Dr. habil. Willi-Hans Steeb and Yorick Hardy. These cover Java programming, C# programming, HTML, XML, JavaScript, Linux, Shell programming, Perl, and Relational and Object-Oriented Databases


    Free eBook: "Progamming in Java"
    (654kb, 375 pages, pdf format)

    Contents:
    1 Introduction
    2 Java Basics
    3 String Manipulations
    4 Classes and Objects
    5 Inheritance and Abstract Classes
    6 The GUI and its Components
    7 Exception Handling
    8 File Manipulations
    9 Threads
    10 Animation
    11 Networking
    12 Java 2 Collection Frame Work
    13 The Swing Components
    14 Java Beans
    15 Additions to JSE 1.5
    16 Resources and Web Sites


    Free eBook: "HTML, XML and JavaScript"
    (241kb, 109 pages, pdf format)

    Contents:
    1 HTML
    2 XML
    3 JavaScript
    4 Resources and Web Sites


    Free eBook: "Relational and Object-Oriented Databases"
    (546kb, 249 pages, pdf format)

    Contents:
    1 What is a table?
    2 Structured Query Language (SQL)
    3 Normal Forms
    4 Transactions
    5 JDBC
    6 Object-Oriented Databases
    7 Versant
    8 FastObjects
    9 Data Mining
    Databases Exercises


    Free eBook: "Linux, Shell Programming and Perl"
    (480kb, 244 pages, pdf format)

    Contents:
    1 Linux Basics
    2 Linux Commands
    3 Advanced Linux
    4 Linux and Networking
    5 Shell Programming
    6 Perl


    Free eBook: "Programming in C# (CSharp)"
    (282kb, 147 pages, pdf format)

    Contents:
    1 Introduction
    2 CSharp Basics
    3 String and StringBuilder
    4 Built-in Classes
    5 Object-Oriented Programming
    6 Streams and File Manipulations
    7 Graphics
    8 Events
    9 Processes and Threads
    10 Sockets Programming
    11 Remoting

    Technorati Tags: , , , , ,

    Popularity: 13% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • 150 Free Computer Ebooks
  • Computer and Programming eBooks at eBook-x.com
  • 246 Freely Available eBooks
  • eBooks for .NET, Networking, and Database Design
  • Open Source Programming and Computer eBooks


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 9:36 pm


    December 18, 2007

    Keys to Certification Success eBook

    This IT certification ebook, Keys to Certification Success, from goexam.com, has been written to help you obtain the best I.T. certification for your preferences and knowledge in the most efficient way. Earning a certification demonstrates to others your technical skills and competency. It will help you temendously as you start or continue your career in the computer or Information Technology field. Here is the download link for the Keys to Certification Success ebook. (96 pages, 467kb, pdf format)

    This IT Certification ebook will help you:

    • Choose the right certification
    • Get the training you need
    • Save money on certification preparation
    • Study efficiently
    • Take tests like a pro
    • Know which certifications are hottest today

    Table of Contents:

    Chapter 1: 10 Quick Certification Faqs
    1 Why Get Certified?
    2 What Does Certified Mean?
    3 How Many Certifications Are There?
    4 How Much Does It Cost To Get Certified?
    5 How Long Will It Take To Get Certified?
    6 How Long Will My Certification Be Valid?
    7 Which Certification(S) Should I Earn?
    8 Where Can I Get Training?
    9 How Will I Know What Will Be Covered On The Exams?
    10 What Are Certification Tests Like?
    Chapter 2: Which Certification Is Best For You?
    Identify Your Employment Goals
    Determine Your Available Resources
    Time
    Money
    Effort
    Make A Preliminary List
    Research The Certification'S "Real-World" Potential
    And The Winner Is
    Chapter 3: Understand Your Study Options
    Self Study
    The Best Books
    Online Courses
    Offline Computer-Based Courses
    Virtual Labs
    Practice Tests
    Brain Dumps
    Classroom Training
    Training Companies
    College Courses
    Boot Camps
    Additional Resources
    Chapter 4: Plan Your Budget
    Total Expenditure
    Creating A Worksheet
    How To Cut Your Costs
    Getting Subsidized
    Training On The Cheap
    Taking Advantage Of Tax Breaks
    Chapter 5: How To Study Effectively
    You Might Have Heard That
    When To Study
    Where To Study
    How To Study
    A Half Dozen Ways To Beat Procrastination--Today
    Chapter 6: Test Taking Techniques
    Before The Test
    The Day Of The Test
    Making An Educated Guess
    Adaptive Testing
    Chapter 7: Popular Certification Programs
    Networking And Operating Systems
    Application Development
    Security
    Storage Networking
    Internet/Web
    Database
    Wireless
    Trainer
    Project Management
    About The Author

    Technorati Tags: , ,

    Popularity: 9% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • Java and J2EE Job Interview Ebook
  • 3 Free Ebooks: MCSE Certification and Windows Server 2003
  • Free Preparation and Study Guide for Security+
  • 5 Freely Available eBooks
  • Free Books on Linux, Microsoft MCSE, Cisco, and more


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 9:24 pm


    How To Make Your Own Web Mashup

    A Mashup is a web application that combines data from more than one source into a single integrated tool; an example is the use of cartographic data from Google Maps to add location information to real-estate data from Craigslist, thereby creating a new and distinct web service that was not originally provided by either source. Content used in mashups is typically sourced from a third party via a public interface or API. Other methods of sourcing content for mashups include Web feeds (e.g. RSS or Atom), web services and screen scraping.

    Programmableweb.com provides this page describing How To Make Your Own Web Mashup. This will help you create a mashup and show you where to begin and how to get it done. It also links to many site's API profiles which you will need to create your mashup. Also, here is the API Dashboard at programmableweb.com, this will help you understand the most popular websites' APIs, so you can select which ones to use.


    Steps in Creating Your Own Mashup
    :

    1. Pick a subject

    2. Decide where your data is coming from

    3. Weigh your coding skills
    Mashups, as of today, are mostly a programmer's affair although there are
    some tools such as MapBuilder and Wayfaring that can help you create basic
    maps without coding.

    4. Sign-up for an API
    Most, but not all, API providers require you to have a developer/application ID,
    a user account with their service, or both.

    5. Start coding

    Technorati Tags: , , ,

    Popularity: 8% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • Top 5 Programming Diggs in last 30 days
  • Ajax Eclipse Tutorials and Presentations
  • A Programmer's Introduction to Visual Basic.Net - Free eBook
  • 49 AJAX Learning and Training Documents
  • 78 Programming Tutorials from WikiHow


  • Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 10:34 pm


    December 19, 2007

    Top 40 JavaScript Video Tutorials on youtube

    Here are what I consider to be the Top 40 JavaScript Video Tutorials hosted by youtube.com. These tutorials will teach you both JavaScript coding fundamentals and several intermediate and advanced JavaScript topics also. Here is a google search for JavaScript tutorials on youtube.


    Top 40 JavaScript Tutorials on youtube:


    Javascript Tutorial 1 - Functions
    This is my first Javascript Tutorial, I decided to make it on functions since it's an important part of Javascript....Javascript HTML Tutorial Functions computers webdesign



    Javascript Tutorial 1.1: The Very Basics
    Javascript coding basics. Tutorial This Tutorial will cover the really basic things about JavaScript, mainly proper syntax of strings, method of script inclusion, and the commonly used alert() and document.write().



    Javascript Tutorial 1.3: Introduction to External Input
    I'll explain why this is as well as how to alleviate the problem in a future Tutorial....Javascript coding prompt functions teach Tutorial In this Tutorial, we examine one way to receive and play with data given to us from the user rather than data we explicitly include ourselves.



    Javascript Tutorial 1.2: Variables
    the video so the "red to white and back" effect doesn't deliver on its last promise. ...Javascript coding basics Tutorial variables In this installment, I'll be covering JavaScript variables and how they're used, as well as going back and making sure you've got a thorough understanding of strings and their proper syntax.



    Basic Javascript Variable Tutorial
    Javascript Tutorial on variables and how to use a veriable in an alert...variable Javascript java basic Tutorial



    Basic Javascript Alert Tutorial
    Just a quick Javascript Tutorial on making an alert popup on site...Javascript java script alert basic html Tutorial



    Learn Javascript -(Lynda.com)- Ch01/02
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Essentials of the DOM and Javascript in 10 Minutes
    screencast of an upcoming workshop on DOM and Javascript explaining the elements of the DOM and how to script it in Javascript...DOM Javascript Tutorial screencast



    Basic Javascript Redirect Tutorial
    Javascript redirection from website...Javascript basic redirect html



    Javascript/HTML Tutorial on functions
    Just a simple Tutorial on functions.. I gonna upload more in the future....Javascript HTML Tutorial notepad computer website function



    Learn Javascript -(Lynda.com)- Ch01/05
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch02/01
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch02/03
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch03/06
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch03/05
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch03/01
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch01/06
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch03/04
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch01/03
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript -(Lynda.com)- Ch03/03
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript (Lynda.com) chapter1 -partsix (1/2)
    ad...learn Javascript Tutorial java lynda oop



    Learn Javascript (Lynda.com) chapter1 -parttwo)
    asd...learn Javascript Tutorial java lynda oop



    Learn Javascript -(Lynda.com)- Ch02/05
    Learning Javascript/ Object Orientated Programming...learn Javascript Tutorial lynda.com oop object orientated programming



    Learn Javascript (Lynda.com) chapter1 -partone (1/2)
    primer for object orientated programming...learn Javascript Tutorial java lynda oop USA 2007 South Carolina answers question



    Learn Javascript (Lynda.com) chapter1 -partsix (2/2)
    I can teach just one person Javascript, even an evil person, my work here will be done...learn Javascript Tutorial java lynda oop



    Learn Javascript (Lynda.com) chapter1 -partone (2/2)
    do the lynda......learn Javascript Tutorial java lynda oop



    Learn Javascript (Lynda.com) chapter1 -partthree
    learn Javascript Tutorial java lynda oop



    Learn Javascript (Lynda.com) chapter1 -partfour (2/2)
    learn Javascript Tutorial java lynda oop



    Learn Javascript (Lynda.com) chapter1 -partfive
    learn Javascript Tutorial java lynda oop



    Utilizing Google Translator within your Webpage
    you how you can use a Javascript to embed the translator and translate English to other languages....google translator html Javascript Tutorial how to webpage website blog



    Learn Javascript (Lynda.com) chapter1 -partfour (1/2)
    learn Javascript Tutorial java lynda oop



    Lynda.com - Learn Javascript ~ CH01/03
    Javascript java programming coding Tutorial oop The Lynda.com Javascript tutor.
    To learn this is to learn the basics of Object Orientated programming.
    Support Lynda.com by buying their DVDs.



    AJAX 101: Understanding Javascript Errors (s1e04)
    Javascript errors. I have changed the way I presented this Tutorial a little after some negative feedback, let me know what you think....ajax Javascript




    some Javascript to display text on the page. Please excuse the pauses in the video, I'm fairly new to Javascript....ajax Javascript html This Tutorial demonstrates how to create a HTML document. Then add some JavaScript to display text on the page.



    Lynda.com - Learn Javascript ~ CH01/07
    Lynda.com Javascript java programming coding Tutorial oop



    Lynda.com - Learn Javascript ~ CH01/06
    Lynda.com Javascript java programming coding Tutorial oop



    Java Hello World Tutorial
    This Tutorial shows how to create the "Hello World" in Java, with JDK. Este Tutorial muestra cómo crear el "Hello World" en Java, This Tutorial shows how to create the "Hello World" in Java, with JDK.



    AJAX 101: Using an external Javascript file (s1e03)
    This Tutorial details how to link to an external Javascript file and execute it. This video also revises some of the content covered in previous videos.



    AJAX 101: Browsers and Strings (s1e05)
    this Tutorial I create some Javascript designed to display broswer information back to the User. I also join two strings together within a property....ajax Javascript



    Lynda.com - Learn Javascript ~ CH01/04
    = operands...Lynda.com Javascript java programming coding Tutorial oop

    Technorati Tags: , ,

    Popularity: 16% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • Top 15 Free Eclipse Video Tutorials
  • Top 19 C# Tutorial Videos on youtube
  • Ruby On Rails Intensive 1-Day Course
  • Top 40 Java Video Tutorials on youtube
  • Javascript Video Tutorials


  • Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 7:10 pm


    Programming in C Course with Book and Solutions

    Here is a great online programming course with all materials and notes available for free: Programming in C Course. This is from the University of Sheffield. Included are the lecture workbook, exercises, problems, and assessments. Solutions to all of these are also included, which makes these materials much more valuable for applying the concepts and topics in learning C programming.


    C Programming Workbook and Exercises:

    Introduction to programming, what is a computer program, compilation etc
    basic C program, syntax rules, variables, naming variables, the printf statement

    Exercise: Hello, World!
    Exercise: Large letter

    Data types, assignment statements, operators, operator precedence

    Exercise: Real roots of a quadratic equation
    Exercise: Volume converter

    Use of the if, while, switch and for statements

    Exercise: Hello, world! revisited
    Exercise: Factorial
    Exercise: Quadratic roots revisited

    Techniques for planning and writing an algorithm as a C program,
    use of flow diagrams, step-by-step solutions to two past assessments

    Exercise: Day of week
    Exercise: Newton-Raphson method

    Function definitions, passing arguments to functions,
    returning values from functions, math.h library

    Exercise: Replacement pow() function
    Exercise: Simple sort function

    Input file handling, output file handling, multiple streams,
    use of printf to format output, more on scanf

    Exercise: Cartesian to polar conversion (Vectors Data File)
    Exercise: Student database (Students Database File)

    1 dimensional arrays, multidimensional arrays, fixed and variable size arrays,
    string handling

    Exercise: Full name
    Exercise: Matrix multiplication

    Definition of structures and their use, arrays of structures,
    passing a structure to a function, linked lists.

    Exercise: Planets in the Solar System (Planets Data File)

    Technorati Tags: , , ,

    Popularity: 10% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • Web Solutions with Visual Basic .NET Free Class
  • The Algorithm Design Manual
  • 12 Free Book Chapters for ASP.Net
  • Global Optimization Algorithms eBook
  • Free Book on ASP.NET 2.0


  • Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 8:58 pm


    16 Programming eBooks for Python, Bash, Regex

    Here are 16 Programming eBooks covering Python Programming (9), Shell Programming (3), Regular Expressions (2), Sed and Awk (1), and Vim (1).


    Programming eBook Topics:

    - Advanced Python Programming
    - Bourne Shell
    - How To Think Like A Computer Scientist - Learning With Python
    - Mastering Regular Expressions
    - Python Programming
    - Python Standard Library
    - Bash Shell
    - Learning Python
    - Python eBook
    - Sed and Awk Reference
    - Python eBook
    - Advanced Bash Shell Scripting eBook
    - Python Notes
    - Regx
    - Thinking in Python
    - Vim User Manual

    Technorati Tags: , , , ,

    Popularity: 12% [?]

    Share and Enjoy:
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg

    Related Posts:
  • 40 Programming Ebooks
  • Books and Guides on Linux, Security, Programming, Web Development
  • Free Programming Books and Free eBooks from NetIQ
  • Ebooks covering Python, PHP, ASP.Net, Perl, and JSP
  • 246 Freely Available eBooks


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 9:22 pm


    Next Page »

    Powered by WordPress