Intelligentedu
Best New Free Computer IT Training Tutorial Resources
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


 



     Blog Roll:


     Top Links:

October 12, 2009

Web Information Systems Course

Here is an informative Web Information Systems Course at Cornell University. This Web Information Systems course explains building information systems on the World Wide Web. These course lecture notes cover markup languages, web services, protocols, ontology and knowledge modeling languages, semi-structured data parsing, and manipulation. This Web Information Systems course also includes readings, critical reviews, and technical projects that build expertise in tools and mechanisms for presenting and organizing information.


Web Information Systems Lecture Notes:

 - Lecture Notes: Course Introduction - Points on a Spectrum
 - Lecture Notes: Coherence and Invisibility: The Library Behind the Curtain
 - Lecture Notes: Internet and Web: History, Politics, Standards
 - Lecture Notes: Architecture of the World Wide Web
 - Lecture Notes: Content: What is stuff
 - Lecture Notes: Identifiers
 - Lecture Notes: Markup Language
 - Examples: Markup Language
 - Lecture Notes: Namespaces and XML Schema
 - Examples: Namespaces and XML Schema
 - Lecture Notes: Manipulating XML (XPath and XSLT)
 - Examples: Manipulating XML (XPath and XSLT)
 - Lecture Notes: XSLT (2)
 - Examples: XSLT (2)
 - Lecture Notes: XSLT 3
 - Examples: XSLT 3
 - Lecture Notes: Syndication and Mashups
 - Assignment: Project 1 Overview
 - Examples: Project 1 Overview
 - Lecture Notes: Web Publishing and Editing (Atom Publication Protocol)
 - Lecture Notes: Semantic Web: Knowledge Representation on the Web
 - Lecture Notes: Semantic Web Basics (RDF)
 - Lecture Notes: RDF Meta Model and RDF Schema
 - Lecture Notes: Description Logics and Web Ontology Language
 - Lecture Notes: Inference and Querying Triple Stores(cont.)
 - Examples: Inference and Querying Triple Stores(cont.)
 - Lecture Notes: Building and Testing Ontologies with Protege and Racer
 - Lecture Notes: Building and Testing Ontologies with Protege and Racer (2)
 - Lecture Notes: Microformats and RDF-A
 - Lecture Notes: Compound Information Objects
 - Lecture Notes: Scholarly Communication, Escholarship, repositories
 - Lecture Notes: Longevity and Preservation of Digital Information

Popularity: 11% [?]

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

Related Posts:
  • 10 IT and Programming eBooks
  • Free Visual Basic .Net Books and more
  • 24 University Computer Science Courses
  • Information Technology Security Handbooks
  • An Operating Systems Vade Mecum

  • Tags for this post>>

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 9:21 pm


    October 14, 2009

    AJAX and GWT Training Tutorials

    Here are several excellent AJAX and GWT Training Tutorials that are derived from Marty Hall's world-renowned live programming training courses, hosted on courses.coreservlets.com. These are intended as a fast introduction to the basics of Ajax and Google Web Toolkit (GWT) for people that already know how to write the server-side part of the process using servlets and JSP. Although these tutorials provide the code for all of the servlets and JSP pages used, it does not explain the server-side code in depth or discuss how to deploy it...for detailed tutorials on writing server-side Java applications and explanations on how to deploy them on Tomcat, please see these Java EE tutorials.

    These tutorials come with a complete set of text, PowerPoint files, pdf documents, and source so that your goal of learning Ajax and Google Web Toolkit will be easier and more productive. What follows here are the major topics, pdf tutorials files, and source code for these AJAX and GWT Tutorials:


    Ajax Tutorials

    Ajax Basics Tutorial: Part I: Ajax-Basics-1.pdf
    Topics: Ajax motivation, The basic Ajax process, The need for anonymous functions, Using dynamic content and JSP, Using dynamic content and servlets, Displaying HTML results, Sending GET data. Source code: ajax-basics-1.zip. Web app used is bundled as a MyEclipse project.


    Ajax Basics Tutorial: Part II: Ajax-Basics-2.pdf
    Topics: Sending GET data, Reading textfield values, Sending POST data, Ajax toolkits and libraries, Recommended Ajax Books. Source code: ajax-basics-2.zip. Web app used is bundled as a MyEclipse project.


    Ajax Development and Debugging Tools Tutorial: Ajax-Development-Tools.pdf
    Topics: Tools for debugging Ajax, Tools for debugging JavaScript, Tools for building Ajax-based Web apps, Tools for developing xhtml, Tools for building and previewing style sheets, Tools for validating xhtml. Source code: ajax-basics-1.zip. Web app is bundled as a MyEclipse project.


    JavaScript Core Language Features Tutorial: JavaScript-Core.pdf
    Topics: Overview, JavaScript references, Embedding in browser, Basic syntax, Strings and regular expressions, Functions, Objects. Source code.javascript.zip. Web app is bundled as a MyEclipse project.


    JavaScript Crash Course: Browser, XML, & HTML Support: JavaScript-Browser.pdf
    Topics: XML, Getting document, Document, Element, and Node classes, HTML, HTMLDocument and HTMLElement classes, Specialized HTMLElement classes, The Window class, Event Handling, General event-handling attributes, Element-specific event-handling attributes. Source code: javascript2.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Ajax Data Handling: XML, JSON, and String Data Tutorial: Ajax-Data-Handling.pdf
    Topics: Building HTML tables in JavaScript, Parsing XML data, Using MVC on the server, Parsing JSON (JavaScript Object Notation) data, Parsing String data, Handling multi-format data. Source code: ajax-data.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Using JSTL (JSP Standard Tag Library) with Ajax Tutorial: JSTL.pdf
    Topics: Obtaining JSTL documentation and code, The JSTL Expression Language, Looping Tags, Looping a certain number of times, Looping over data structures, Improving Ajax MVC data-handling examples, Conditional Evaluation Tags, Single choice, Multiple choices, Database Access Tags, Other Tags. Source code: jstl.zip.
    Web app used in this section, bundled as a MyEclipse project.


    XHTML: A Crash Course Tutorial: xhtml.pdf
    Topics: Differences between xhtml and HTML 4, Basic structure of an xhtml document, Hypertext links and URLs, Block-level elements, Inline elements, Tables, References. Source code: xhtml.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Custom JSP Tag Libraries: Basics Tutorial: Custom-Tags-Basics.pdf
    Topics: Java-based tags, Components of a tag library, Basic tags, Tags that use attributes, Tags that use body content, Tags that optionally use body content, JSP-based tags (tag files), Components of a tag library, Basic tags, Tags that use attributes, Tags that use body content. Source code: basicTags.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Custom JSP Tag Libraries: Advanced Capabilities Tutorial
    Custom-Tags-Advanced.pdf.
    Tags with dynamic attribute values, Tags with complex objects for attributes, Manipulating the tag body, Looping tags, Nested tags, Using SAX and TagLibraryValidator to validate tag library syntax. Source code: advancedTags.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Using JSP Custom Tag Libraries for Ajax Tutorial
    Custom-Tags-Ajax.pdf.
    Topics:
    contextPath tag - Outputs the Web application context path (e.g., /myApp), to simplify relative URLs.
    simpleAlert tag - Takes the result of a URL and puts it in popup dialog box.
    alert tag - Takes the result of a URL and puts it in popup dialog box. Sends data from designated input element.
    simpleButton tag - Takes the result of a URL and puts it in designated HTML element.
    button tag - Takes the result of a URL and puts it in specified HTML element. Sends data from list of designated input elements.
    Source code: custom-tags-ajax.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Using the AjaxTags Library: Basics Tutorial
    AjaxTags-Basics.pdf.
    Topics: Pros and cons of AjaxTags library, Installing AjaxTags, Using main components, Links that trigger server-side resource and display results within current page, Autocompleting textfields, Populating textfields based on values in another textfield, Populating combobox based on selection in another combobox, Forms whose results are displayed inside current page, Tabbed panels. Source code: ajaxtags.zip.
    Web app used in the basic and advanced AjaxTags sections, bundled as a MyEclipse project.
    ajaxtags-blank.zip.
    Blank Web app to be used as a starting point for apps that use AjaxTags. Contains all required JAR files and JavaScript files. Bundled as a MyEclipse project.


    Using the AjaxTags Library: Advanced Capabilities Tutorial
    AjaxTags-Advanced.pdf.
    Topics: Regions that display temporarily while server-side resource runs, Autocomplete textboxes with associated values displayed in other textboxes, Prefunctions and postfunctions, Arbitrary JavaScript that runs before or after server-side resource, Functions that run when server has error, Multiple triggers for server-side resources. Source code: ajaxtags.zip.
    Web app used in the basic and advanced AjaxTags sections, bundled as a MyEclipse project.
    ajaxtags-blank.zip.
    Blank Web app to be used as a starting point for apps that use AjaxTags. Contains all required JAR files and JavaScript files. Bundled as a MyEclipse project.


    Part I: Ajax Support Tutorial for the Prototype JavaScript Framework
    Prototype-1.pdf.
    Topics: Overview of Prototype, Installation, Ajax.Request, Basics, Options, HTML lookup and insertion, Ajax.Updater, Ajax.PeriodicalUpdater, Handling JSON Data. Source code: prototype.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Part II: General JavaScript Support Tutorial for the Prototype JavaScript Framework
    Prototype-2.pdf.
    Topics: Element, Helper methods for exploring DOM, Helper methods for updating DOM, Array, Helper methods that take simple arguments, Enumerable, Helper methods that take functions as arguments, Function, Helper functions that operate on other functions, Usually to build new functions that are based on old functions, Number, Methods called on numbers. Source code: prototype.zip.
    Web app used in this section, bundled as a MyEclipse project.


    The Prototype JavaScript Framework
    Part III: OOP Support Tutorial
    Prototype-3.pdf.
    Topics: Constructor and prototype in one place, Single inheritance, 
    Merging objects, Multiple inheritance. Source code: prototype.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Part I: Ajax Support Tutorial for the Script.acul.us JavaScript Library
    Scriptaculous-Ajax.pdf.
    Topics: Overview of Scriptaculous, Installation and documentation, Autocomplete textfields, Local version, Ajax version, In-place Editor, Free-text values, Values from combo box. Source code: scriptaculous.zip.
    Web app used in this section, bundled as a MyEclipse project.


    Part II: Visual Effects Tutorial for the Script.acul.us JavaScript Library
    Scriptaculous-Effects.pdf.
    Topics: Overview of Visual Effects, Installation and documentation, Highlighting, Showing/hiding elements, Moving, resizing, and styling elements, Effect options. Source code: scriptaculous.zip.
    Web app used in this section, bundled as a MyEclipse project.


    The Google Web Toolkit (GWT) Tutorials

    GWT Basics.pdf

    Topics: Pros and cons of GWT, Some commercial sites that use GWT, Installing GWT, Development process, Making a project, Editing auto-generated HTML file, Editing auto-generated application class, Testing process, Hosted mode, Web mode, Client-side listeners, Custom Java classes. Source code: GwtProject1.zip

    This is the main app used in the basic GWT section. It is built as an Eclipse project that assumes you have GWT installed in C:\My Documents\GWT\gwt-windows-1.4.62. The Eclipse project links to several files in the GWT installation directory, so it will not run out of the box if you have GWT installed in a different location. If you have GWT installed in a different location, you could try importing gwt-user.jar and junit.jar into your app. But perhaps the easiest approach might be to make a new project and copy the sample code to the new project.
    For example: Use projectCreator and applicationCreator to build a GWT Eclipse project with this name, as described in detail in the tutorial.
    Go to the sample code here, navigate to the src folder, select everything under it (coreservlets, coreservlets.client, etc.), and select Copy.
    Go to your new project, navigate to the src folder, delete everything under it, right-click on src, and select Paste.

    GwtTestProject.zip

    First "hello world" app used in the basic GWT section. This is simply what you get when you run projectCreator and applicationCreator, with no changes whatsoever. The Google Web Toolkit (GWT): Widget Event Handling

    GWT Events Tutorial: GWT-Events.pdf
    Topics: Main approaches to event handling, Separate listener classes, Main class implementing listener interface, Named inner classes, Anonymous inner classes, Basic widgets and their associated events, Pushbuttons and related widgets, Checkboxes and related widgets, Listboxes and related widgets, Textfields and related widgets. Source code

    The following apps assume you have GWT installed in C:\My Documents\GWT\gwt-windows-1.4.62. See installation directions in previous section. GwtEvents1.zip - Version with separate listener class.
    GwtEvents2.zip - Version with main class implementing listener interface.
    GwtEvents3.zip - Version with named inner class.
    GwtEvents4.zip - Version with anonymous inner class.


    The Google Web Toolkit (GWT): Using RPC to Access Server-Side Data Tutorial

    GWT-RPC-1.pdf

    Topics: Idea of RPC, Development process, Defining client-side data service interfaces, Making a data service servlet, Specifying the data source, Defining client-side callback classes, Examples, Getting simple data from server, Getting complex types from serve,r
    Getting serializable custom classes from server, Testing in hosted mode, To run using bundled server and GWT browser, Testing in Web mode, To run using bundled server and regular browser. Source code

    GwtRpcProject.zip

    Main app used in the RPC section. It is built as an Eclipse project that assumes you have GWT installed in C:\My Documents\GWT\gwt-windows-1.4.62. The Eclipse project links to several files in the GWT installation directory, so it will not run out of the box if you have GWT installed in a different location. If you have GWT installed in a different location, you could try importing gwt-user.jar and junit.jar into your app. But perhaps the easiest approach might be to make a new project and copy the sample code to the new project. For example:
    Use projectCreator and applicationCreator to build a GWT Eclipse project with this name, as described in detail in the tutorial.
    Go to the sample code here, navigate to the src folder, select everything under it (coreservlets, coreservlets.client, etc.), and select Copy.
    Go to your new project, navigate to the src folder, delete everything under it, right-click on src, and select Paste.


    The Google Web Toolkit (GWT): More RPC Topics

    GWT-RPC-2.pdf
    Topics: Handling multithreading, Avoiding race conditions in onSuccess and onFailure, Deploying, Creating new project, Adding JAR file, Copying WebContent files, Renaming main file to index.html, Fixing url-pattern, Fixing context-root. Source code,

    GwtRpcDeploy.zip

    Deployable MyEclipse app built from the GwtRpcProject of the previous section.


    GWT and JSNI: The JavaScript Native Interface Tutorial

    GWT-JSNI.pdf

    Topics: Calling JavaScript from Java, Format of methods, The $wnd and $doc variables, Argument types, Calling Java from JavaScript, Format of method types, Designating overloaded methods, Argument types, Using Scriptaculous effects. Source code

    The following app assumes you have GWT installed in C:\My Documents\GWT\gwt-windows-1.4.62. See installation directions in previous section. GwtJsni.zip.

    Version with separate listener class.
    Ajax4jsf: For details on using the Ajax4jsf library, please see the Ajax4jsf section of the tutorial on JSF and Apache MyFaces.

    Ajax Exercises
    View PDF of Ajax Exercises

    Popularity: 12% [?]

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

    Related Posts:
  • Ajax Ebooks and Learning Documents
  • Crash Course on AJAX Programming
  • 6 AJAX Tutorials
  • 2 Web and Ajax Programming Tutorials
  • Excellent AJAX Tutorial

  • Tags for this post>> |

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


    October 16, 2009

    121 Software Engineering Process & Methodology Learning Docs

    Here are 121 Software Engineering Process & Methodology Tutorials and Articles at Object Management Group - UML. These Software Engineering Process & Methodology tutorials cover the basic concepts of the software engineering process and framework and serve as good references for novice and expert developers alike. These Software Engineering Process & Methodology tutorials and learning documents discuss various topics such as process agility, software usability, testing, test plan project, user interface software, model driven architecture, effective STL, and others. All of the Software Engineering Process & Methodology documents provided below are in pdf format.


    121 Software Engineering Process & Methodology Tutorials:

     - Lightweights, Heavyweights, and Usability
     - Process Agility and Software Usability
     - White Paper Microsoft Solutions Framework version 3.0 Overview
     - HKSQA Procedure Handbook Software Testing ST.1 Overall Testing
     - Abstraction and Reuse Mechanisms in Web Application Models
     - Executive Summary This paper outlines a number of commonly used
     - ST.A Document Template for Software Verification and Validation
     - Testing
     - Understanding HCI methodologies
     - Test Plan Project:
     - Generating User Interface Prototypes from Scenarios
     - SOFTWARE CONFIGURATION MANAGEMENT GUIDEBOOK
     - Stop Promising Miracles
     - Agile Software Development: The People Factor
     - PowerDesigner WarehouseArchitect The Model for Data Warehousing
     - SCA Service Component Architecture
     - SCA Service Component Architecture
     - A Pattern Language for Online Auctions Management
     - Prototyping User Interfaces in HyperCard
     - Finite State Machines 1
     - JBCM
     - Xtreme Rational Unified Process
     - The Key to Successful Automated Testing: Planning
     - Reaching CMM Levels 2 and 3 with the Rational Unified Process.
     - CRC Modeling
     - Software Configuration Management
     - The Past, Present, and Future of Configuration Management
     - EC Journal.qxd
     - A Pattern Language for Key Management
     - PowerPoint -CMM v1.1 Overview
     - After the Program Runs After the Program Runs
     - Evictor
     - Agile Software Development: The Business of Innovation
     - Testing with JUnit
     - Security Engineering with Patterns
     - Automated Testing: A Silver Bullet?
     - Patterns for e-Commerce Agent Architectures: Using Agents as Delegates
     - Microsoft PowerPoint - Lecture4_MDA
     - NATO STANDARD FOR THE DEVELOPMENT OF REUSABLE SOFTWARE COMPONENTS
     - Testing J2EE Applications with Rational PurifyPlus
     - User Interface Software
     - Functional test automation tools
     - The Personal Software Process 1 by Watts S. Humphrey watts@sei.cmu
     - Agile Software Development: The Business of Innovation
     - Using the Rational Unified Process for Small Projects: Expanding
     - A Pattern Language To Visitors
     - The Personal Software Process Overview, Practice, and Results1 by
     - A Software Fault Injection Pattern System ( ) II. Architectural
     - The Secret Partner Pattern Revision 3a by Bill Trudell, July 23
     - Personas: Designing for Real People
     - Real-Time Design Patterns Introduction
     - Call Processing
     - Rational PureCoverage
     - Planning Agile Projects
     - Organizational Multiplexing: Patterns for Processing Satellite
     - Learning the PSP
     - Defect Type Standard Design - DTS
     - Software reliability and maintainability management
     - Sybase PowerDesigner 9.0
     - White Paper MSF Process Model v. 3.1
     - PVCS® Professional™
     - TTCN-3, Qtronic and SIP
     - Interaction Patterns in User Interfaces
     - Customer Rights and Responsibilities1
     - AN INDUCTIVE METHOD FOR DISCOVERING DESIGN PATTERNS FROM OBJECT
     - Design Patterns : Elements of Reusable Object-Oriented Software
     - CDC Style Guide
     - P-CMM-02 Titles
     - Dynamic CMM for Small Organizations
     - White Paper MSF Risk Management Discipline v.1.1
     - White Paper MSF Team Model v. 3.1
     - The Personal Process in Software Engineering1
     - A First Look: Rational RobotJ 1.0
     - GRASP Patterns (Ch. 18) Responsibilities & Interactions Patterns
     - IT Occupation Taxonomy v.3.0
     - 5168_PD 9.5 Overview Brch v2
     - White Paper MSF Readiness Management Discipline v.1.1
     - Effective STL
     - The Rational Edge -- December 2002 -- Progressive Acquisition
     - Design Patterns : Elements of Reusable Object-Oriented Software
     - Software Architecture Documentation in Practice: Documenting
     - Free Download
     - The Team Software Process (TSP )
     - Test Summary Report for Project DATE
     - Requirements Analysis with Use Cases Theory (9 Lessons)
     - Effective STL
     - Usability Case Study:
     - 3118 J2EE Patterns
     - ©2002 OMG Integrating Web Services with MDA Page 1 Using OMG's
     - The WOODDES#1 Project: Building Better Embedded Systems
     -  How Not to Program in C++: 111 Broken Programs and 3 Working
     - Benefits of CMM-Based Software Process Improvement: Initial Results
     - SOFTWARE MEASUREMENT GUIDEBOOK Revision 1
     - 28206 03 pp. 217-282 r11kp.ps
     - A Modeling of Software Quality Management Base ISO 9001 *
     - IntellAgile IntellAgile
     - An Interview with Cem Kaner, Software Testing Authority - Part II
     - The Rational Edge -- December 2002 -- An Integrated Approach to
     - CHAPTER 9
     - IBM® Rational® Rapid Developer Components & Web Services
     - Misconceptions of the Capability Maturity Model
     - ‰ q ‰ Sybase
     - Chapter 1
     - Usability Basics for Software Developers usability engineering
     - Article Corvis and Telelogic's Excellent Adventure with DocExpress
     - NATO STANDARD FOR MANAGEMENT OF A REUSABLE SOFTWARE COMPONENT LIBRARY
     - Model Driven Architecture
     - Creating a Software Engineering Culture
     - An Introduction to Design Patterns
     - Powered by Tata Infotech The Third Wave of the Information Age
     - A Rational Development Process
     - Pattern Oriented Design:
     - Software Process Improvement: Ten Traps to Avoid
     - Self-Tuning Operating Systems
     - IBM Rational ClearCase Integration with IBM WebSphere Studio
     - Embedded System Architecture Design Based on Real-Time Emulati
     - Why Is Process Improvement So Hard?
     - WPKeep Software.qxd
     - Personal Process Improvement
     - DocExpress
     - teamfly

    Popularity: 13% [?]

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

    Related Posts:
  • Agile Scrum Guide
  • Guide to the Software Engineering Body of Knowledge
  • Free Course: Object-oriented Program Design and Software Engineering
  • Software Engineering, Software QA, and Project Management eBooks
  • eBook Downloads For Linux, Networking, Java, PHP

  • Tags for this post>> | | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 2:57 pm


    October 17, 2009

    7 Flash ActionScript 3.0 eBooks

    Here are 7 downloadable ebooks for ActionScript 3. These ebooks will help you learn and code Flash ActionScript with building web applications. These ebooks are in pdf format.


    ActionScript topics covered by these ebooks:

     - ActionScript 3.0
     - Advanced  ActionScript
     - Actionscript Animation
     - Open Source Flash Programming
     - ActionScript 3 Programming

    Popularity: 18% [?]

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

    Related Posts:
  • 67 Freely Available eBooks
  • 3 Best Flash Tutorials at Sitepoint.com
  • Over 450 Computer and Programming Ebooks
  • Over 500 Programming and I.T. eBooks
  • Many Freely Available Computer Ebooks

  • Tags for this post>>

    Filed under: Free Computer and I.T. Books — computer_teacher @ 8:56 pm


    October 26, 2009

    Programming Tutorials and eBooks

    Here are many Programming Tutorials and eBooks, hosted at Arab American University. These programming ebooks and tutorials will help you learn most of the popular programming languages. After going through these you will be able to understand and apply tips, tricks, and techniques to effectively use in your programming and code development. Programming languages that are covered here include C++, Perl, Java, EJB, C#, VB .NET, Assembly, UML, and XML. All of these ebooks and programming learning materials can be used as references by both novice and expert developers. They are in pdf format. Here is a small number of these programming ebooks and tutorials:


     - Flash MX ActionScript ebook
     - Java ebook  Java ebook 2
     - Intoduction to Java
     - Java 2 Network Security
     - C++ ebook
     - Borland C++ ebook
     - Perl ebook  Perl ebook 2
     - Java Programming Handbook
     - Enterprise JavaBeans  EJB ebook 2
     - Developer's Guide
     - Assembly Language 32-bit
     - Thinking in C++, 2nd ed
     - Thinking in Java, 2nd Edition
     - JBuilder ebook
     - Building Applications with JBuilder
     - Linux Administrators Security Guide
     - Developing opentools
     - VB .Net Programming Guide
     - C# and dotNet Developer guide
     - C# building .NET applications
     - Visual Basic .NET ebook
     - Web Application Development
     - Web Services Development
     - MCSD Study Guide
     - Java Programming Language, Part 1
     - Java Programming Language, Part 2

    Popularity: 23% [?]

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

    Related Posts:
  • Free Computer eBooks, Guides and References from OnlineFreeeBooks.net
  • 16 Ebooks for C++, C#, and Visual Studio
  • 120 Computer and Network Security eBooks
  • Xpressionsz eBooks Heaven
  • 24 Free Linux Ebooks and HowTos

  • Tags for this post>> | | | | | | | |



    Powered by WordPress