Intelligentedu
Best New Free Computer IT Training Tutorial Resources
Free Computer and I.T. Books


 



     Blog Roll:


     Top Links:

March 6, 2011

Programming in Java Online Textbook

Here is another online programming textbook from Princeton, Introduction to Programming in Java. It teaches the classic elements of programming, using an "objects-in-the-middle" approach that emphasizes data abstraction. The author uses specific applications, taken from fields ranging from materials science to genomics to astrophysics to internet commerce, to teach and demonstrate the programming concepts and techniques presented. Also available are hundreds of easily downloadable Java programs and real-world data sets.


Chapter 1: Elements of Programming
introduces variables; assignment statements; built-in types of data; conditionals and loops; arrays; and input/output, including graphics and sound.

Chapter 2: Functions

introduces modular programming. We stress the fundamental idea of dividing a program into components that can be independently debugged, maintained, and reused.

Chapter 3: Object-Oriented Programming

introduces data abstraction. We emphasize the concept of a data type and its implementation using Java's class mechanism.

Chapter 4: Algorithms and Data Structures

introduces classical algorithms for sorting and searching, and fundamental data structures, including stacks, queues, and symbol tables.

To get started.
Here are instructions for installing a Java programming environment on your Mac OS X, Windows, or Linux computer.

Full programming model.
Also provided are I/O libraries for reading and writing text and binary data, drawing graphics, and producing sound.


Here are Lecture Slides and Demos that accompany this textbook, An Introduction to Programming in Java:

Elements of Programming:
1.1  Your First Program
1.2  Built-In Types of Data
1.3  Conditionals and Loops  While loop
1.4  Arrays  Shuffle
1.5  Input and Output
1.6  Random Surfer

Functions:
2.1  Functions  Function call
2.2  Libraries and Clients
2.3  Recursion  Factorial  Euclid  Towers of Hanoi
2.4  Percolation  Depth-first search

Object-Oriented Programming:
3.1  Data Types
3.2  Creating Data Types  Mandelbrot explorer  Mandelbrot song
3.3  Designing Data Types
3.4  N-Body Simulation
3.5  Purple America  US Elections (1960 - 2008)

Algorithms and Data Structures:
4.1  Performance
4.2  Sorting and Searching  Binary search  Merge
4.3  Stacks and Queues  Linked list  Iteration
4.4  Symbol Tables  Inorder  GrowingTree
4.5  Small-World Phenomenon  BFS  Oracle of Kevin Bacon

Popularity: 13% [?]


Related Posts:
  • Visual Basic .NET Book From WikiBooks
  • Free Database and SQL Training
  • 6 Free Java Online Books
  • Free C++ Programming Textbook
  • Bulgaria Online Books Archive

  • Tags for this post>> |



    January 30, 2011

    Computer and Programming eBooks

    Here many downloadable computer and programming ebooks, onlineweblibrary.com, in the areas listed and linked below. These will help you learn more about these programming technologies and topics. Most of them are in pdf format.


    Computer eBook Categories:

     - Ada
     - C and C++ programming
     - Flash -
     - General .NET
     - HTML
     - Java and JSP
     - JavaScript
     - Linux
     - Lisp
     - PHP and MySQL
     - Python
     - Perl
     - Ruby
     - SQL
     - System Administration
     - UML
     - Unix
     - Visual Basic
     - Wed Design
     - XML
     - ASP .NET
     - iPod

    Popularity: 2% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 10:53 pm


    January 15, 2011

    50 Computer and Programming eBooks

    Here are over 50 computer and programming ebooks covering Java (1 is C#), PHP, MySQL, Shell scripting, SQL, Linux, Unix, Solaris, and Cisco.


    Computer and Programming eBooks:

    16 Java programming ebooks (1 is C# for Java developers)
    8 PHP and MySQL ebooks
    10 MySQL ebooks (some with PHP)
    5 Shell Scripting ebooks
    2 SQL programming ebooks
    1 Linux ebook and 1 cheatsheet
    Unix Course with 10 lessons
    Solaris Admin guides
    5 Cisco ebooks

    Popularity: 1% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 2:06 pm


    January 9, 2011

    Web Site Development Tutorials

    Here are many Web Site Development Tutorials, hosted by developertutorials.com. These tutorials show you many methods and tools for web programming and web development using the technologies and frameworks linked in their tutorials area below. I have included deep links for many of their tutorials for the following areas: AJAX, Java, MySQL, Python, and PHP.


    Web Development Tutorials:


    AJAX Tutorials:
     - Get Rolling With jQuery – Part 2
     - A Quick Introduction to JQuery – Part 1
     - Creating the iPhone Unlock Screen in xHTML, CSS and jQuery
     - Five Ways to Spice Up Your Site with jQuery
     - Getting Started with AJAX in jQuery
     - AJAX Accessibility for Websites
     - GWT Basics: AJAX Programming with Java
     - AJAX and PHP Form Processing
     - Ajax Wireframing Approaches
     - Maintaining history in AJAX applications


    Java Tutorials:
     - JavaFX in Action: Developing Classes
     - Java Data Mining
     - GWT Basics: AJAX Programming with Java
     - Python and Java – A Side by Side Comparison
     - All about JAXP, Part 1
     - Make Database Queries Without the Database
     - Load List Values for Improved Efficiency
     - 2 Ways To Implement Session Tracking
     - Simple Way to Read an XML File in Java
     - Develop Aspect-Oriented Java Applications with Eclipse and AJDT Java Validation With Dynamic Proxies
     - Using Aspects to Autonomic-Enable Legacy Applications
     - JSF for Nonbelievers: The JSF Application Lifecycle
     - Assertion Extensions for JUnit
     - Practically Groovy: Go Server-Side Up, with Groovy
     - StrutsTestCase Simplifies the Development Process
     - Eye on performance: Wait leaks
     - Java Theory and Practice: Anatomy of a Flawed Microbenchmark
     - Understanding JCA Transactions
     - Simplify Your Application Delivery with One-JAR


    MySQL Tutorials:
     - Using MySQL Functions for More Efficient Web Applications
     - Open Source Social Networking Server: Built on LAMP!
     - Installing MySQL on Windows
     - MySQL fulltext search for 3 char words
     - Implementing High Availability in MySQL
     - Upload Files to MySQL using PHP Tutorial
     - PHP and MySql with PayPal
     - Using MySQL and PHP
     - Inserting An Array Into A Database Stored Procedures are Evil
     - MySQL Database Handling in PHP
     - A Flexible Method of Storing Control Data
     - Secure Website Login Programming with PHP & MySQL
     - Exploring MySQL CURDATE and NOW. The Same But Different.
     - Programmatically Deciding Which Database to Connect in PHP
     - Creating a PostgreSQL and MySQL driver
     - Writing Syslog Messages to MySQL
     - Saving PHP Session Data to a Database >
     - Storing Images in a Database Creating and Accessing MySQL Data with PHP


    Python Tutorials:
     - PSFile: Generate PostScript files with Python
     - Python and Java – A Side by Side Comparison
     - Learn Python in 10 Minutes
     - Python 201 – (Slightly) Advanced Python Topics
     - Python 101 – Introduction to Python
     - Google Sitemaps
     - Python 101 Python vs. Perl
     - Python Persistence Management
     - Extending Python and Zope in C
     

    PHP Tutorials:
     - Writing A Simple Twitter Client Using the PHP Zend Framework’s OAuth Library (Zend_Oauth)
     - Zend Framework Tutorial
     - Easy Screen Scraping in PHP with the Simple HTML DOM Library
     - SimpleTest: Unit Testing for PHP
     - Migrating legacy PHP 4 applications to PHP 5
     - Load testing your web application with Apache Bench
     - 8 Cool Functions in the GD2 extension
     - Phing: A build system for PHP
     - WebGrind: web-based frontend for XDebug PHP profiling
     - Getting Started with ORM in PHP
     - Port Scanning and Service Status Checking in PHP
     - Benchmarking PHP frameworks
     - Four CSS Tricks Every PHP / Web Developer Should Know
     - Debugging CakePHP applications in Zend Studio for Eclipse
     - WordPress Comment Styling Round Up
     - Parallel web scraping in PHP: cURL multi functions
     - Yahoo! SearchMonkey: revisiting PHP, platform-style
     - Debugging PHP with Firebug and FirePHP
     - Running background processes in PHP
     - Running PHP cron jobs – regular scheduled tasks in PHP

    Popularity: 2% [?]


    Related Posts:
  • 2 Free Training Resources: Unix and Web Development
  • 3 Free Software Development Training and Coaching Sites
  • HTML, CSS, PHP, and Perl Tutorials
  • Java and Eclipse Development Tutorials and Guides
  • Perl Programming Tutorials

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

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 6:33 pm


    June 16, 2010

    Computer and Programming eBooks at eSearchBook

    eSearchBook provides many computer and programming ebooks in the following categories, along with the number of ebooks in each. I have listed out the topics for Computer Languages. These are hosted by this site and available for download immediately.


    Computer and Prorgramming Categories at eSearchBook:

    Computer Languages (46)

    Computer Networks (38)

    Computer Security (5)

    Computer Hardware (4)

    Computer Software (73)


    eBook Topics in the Computer Languages category:

     - C++ programming
     - Java programming
     - Java AWT
     - Jakarta Struts
     - J2ME
     - Python programming
     - Ruby programming
     - JavaScript
     - OOP (Object Oriented Programming)
     - XML
     - HTML
     - CSS
     - Zend
     - PHP
     - Perl
     - SQL
     - AppleScript
     - ASP .Net
     - dotNet Windows Forms
     - VB .Net
     - Visual C programming
     - Visual Basic
     - MSDN Library
     - ASP

    Popularity: 20% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 11:19 am


    May 3, 2010

    898 Computer and Programming eBooks at GameCraftX

    Here is GameCraftX's eBooks Collection, hosting over 890 computer and programming ebooks, covering many, many areas, some of which are listed below. These computer books are in pdf and chm format.
     

    eBook Topics at GameCraftX's ebooks collection:

     - C and C++ programming
     - PHP programming
     - PHP and MySQL
     - Perl programming
     - Javascript
     - Ajax
     - Website & Web Application Development
     - WML
     - JBoss, Jakarta Struts, J2ME
     - Java Web Services, Java Threads
     - Java Servlets, RMI, Security, JSP
     - Enterprise and Distributed Java
     - SOAP and XML
     - Extreme programming
     - Linux programming, Shell scripting
     - Linux Administration
     - Linux Certification
     - Python programming
     - XPath and XPointer
     - Flash Actionscript
     - Photoshop CS
     - Dreamweaver
     - C# programming
     - Visual C++ . Net (dotNet)
     - Asp . Net
     - . Net Window Forms
     - VB dotNet
     - ADO Activex
     - Networking Certification
     - Wireless Networking
     - Cisco CCNA
     - Kerberos
     - Firewalls
     - Snort
     - SQL
     - Oracle PL-SQL
     - SQL Server
     - Digital Video
     - Crystal Reports
     - AutoCAD
     - PC Hardware
     - Mac
     - PC Hardware
     - OpenGL
     - Cryptography
     - Apache
     - Algorithms
     - Windows XP, Windows 2003
     - Office 2003 Reference and Techniques
     - Access Database
     - Excel Macros

    Popularity: 20% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

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


    April 27, 2010

    Phoenix eBook Library

    Update: This site no longer hosts any of these ebooks.

    Phoenix eBook Library hosts many, many freely downloadable computer, I.T., and programming ebooks in many areas, as linked here below. These computer ebooks are mostly in pdf format.


    eBook Categories for Phoenix eBook Library:

     - Artificial Intelligence
     - Audio Books
     - C and C++ programming
     - Computer Science
     - Cryptography
     - Database and SQL
     - Discrete Mathematics
     - Ebooks.For.Dummies.Collection
     - Encryption
     - Java programming
     - Linux
     - Load Balancing
     - Misc
     - Mobile Wireless Development
     - Networking
     - PHP
     - Parallel Programming
     - Patterns
     - Project Management
     - Python programming
     - Requirement Engineering
     - SNMP Networking
     - Storybooks
     - UML
     - Visual Studio .NET
     - XML & Web Services
     - jQuery

    Popularity: 18% [?]


    Related Posts:
  • E-Book Library for Download Free
  • Downloadable IT and Programming eBooks
  • Books and Guides on Linux, Security, Programming, Web Development
  • Downloadable Computer and Programming eBooks
  • Free Books on Linux, Microsoft MCSE, Cisco, and more

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

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


    April 13, 2010

    Several Hundred Computer and Programming eBooks

    Here is a ebook download repository site containing several hundred IT, computer and programming ebooks in the topics listed and sub-directories linked below. Most of these are in either pdf or chm formats.


    Programming eBooks
     - C and C++ programming
     - Java programming
     - Python programming
     - Perl 
     - Shell Scripting
     - Assembly language

    Unsorted Computer eBooks
       Linux programming, C++ programming,
       Java, Oracle, Unix, CISSP, Firewalls,
       Encryption, Perl, Java, JDBC, LPI Linux,
       SQL Server, MySQL, Networking

    Linux eBooks
       Linux programming, Securing Linux,
       Linux Networking, Linux Tools,
       Linux Kernel, Linux Commands
       Linux Device Drivers. Linux Certification



    SQL and Database eBooks
       SQL, SQL Server, Linux, MySQL,
       Oracle database, PostgreSQL,
       Berkeley DB

    Security eBooks
       Security+ Certification, VPN, Snort
       Network Security, Firewalls, Wireless
       Security, XML Security

    Networking eBooks

    Coding and Software Methodology eBooks

    Miscellaneous eBooks
       Algebra, Trigonometry, Biology, Calculus
       Chemistry, Economics, Electronics,
       Forensic Science, Geology, Physics,
       Algorithms

    Popularity: 15% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

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


    April 12, 2010

    Computer and Programming eBooks from ebookfreepdf.appspot.com

    ebookfreepdf.appspot.com provides many downloadable computer, IT, and programming ebooks in many areas, as linked below. These ebooks are in pdf and chm format and are freely available to download from the links on this site.


    eBook Categories:

    API
    IP
    Object
    Process
    Socket
    Software
    TCP  Tcp
    UML
    UNIX
    XML
    access
    action
    ado
    adobe
    agile
    ajax programming
    algorithm
    algorthm
    android
    apache
    application
    architect
    architecture
    aspect
    axis
    basic
    business
    c programming
    c socket programming

    chm
    cisco
    cluster
    cmmi
    code
    communication
    compiler
    concurrency
    cookbook
    c++ programming
    cryptography
    css
    database
    design
    developer
    development
    dhtml
    document
    domain
    dreamweaver
    dwr
    ebj
    ebook
    eclipse
    ejb
    engineer
    english
    enterprise
    framework
    free
    game
    google
    gui
    guide
    hibernate
    information
    ip
    ipsec
    j2ee
    james
    java programming  Java
    javaee
    javascript
    jboss
    jfc
    jmx
    jquery
    jsf
    jsp
    jstl
    juniper
    junit
    linux
    lucene
    mac
    management
    manager
    manning
    matlab
    mfc
    microsoft
    mobile
    mvc
    mysql
    net
    network
    nutshell
    object
    oracle
    orm
    os
    osx
    pattern
    pdf
    perl
    php
    pojo
    portal
    portlet
    pragmatic
    program
    programmer
    programming
    project
    protocol
    python
    qt
    rails
    refactor
    refactoring
    reference
    ruby
    sap
    scalable
    seam
    security
    server
    service
    servlet
    sf
    slide
    soa
    socket
    software
    source
    spring
    sql
    structure
    struts
    swing
    system
    tcp
    telephony
    test
    thread
    tomcat
    uml
    unix
    velocity
    vim
    vocabulary
    vpn
    web
    win32
    windows
    xml

    Popularity: 11% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

  • Tags for this post>> | | | |

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


    March 15, 2010

    InfoQ: Java, dotNET, Ruby, SOA, and Agile Software Development

    InfoQ.com (Information Queue) is an independent online community that provides free training and mentoring on innovation in enterprise software development, and includes topics such as agile development and rich internet application programming. The educational articles and presentations below are targeted mainly at the technical architect, technical team lead (senior developer), and project manager. InfoQ serves the Java, dotNET, Ruby, SOA, and Agile software development communities with daily news written by domain experts, articles, video interviews, video conference presentations, and mini-books. Its tagline is "Tracking change and innovation in the enterprise software development community".


    InfoQ Communities:
     - Java
     - .NET
     - Ruby
     - SOA
     - Agile
     - Architecture


    Educational Content

    Articles in last 3 months:


    Presentations in last 3 months:

    Popularity: 10% [?]


    Related Posts:
  • Free Agile Software Development Book
  • Over 100 Computer and Programming eBooks
  • Agile Scrum Guide
  • Application Development and IT eBooks
  • Ruby On Rails References And Cheat Sheets

  • Tags for this post>> | | | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 3:47 am


    January 30, 2010

    More Computer and Programming eBooks

    Here are many computer and programming ebooks to download in pdf and chm formats in various areas, as listed below. More ebooks at this site are available in the sub-directory linked below.


    eBook topics:

     - Web Design ebooks
     - Linux
     - Linux  Server
     - Embedded Linux
     - Apache
     - XML
     - Ethernet
     - TCP-IP Networking
     - Wireless
     - VB .NET
     - Active Directory
     - Windows Commands
     - Windows XP

    eBook topics is this sub-directory:
     - JSP
     - Cisco Networking
     - Linux
     - Linux Network Administration
     - Linux Kernel
     - LPI Linux Certification
     - Java programming
     - J2ME
     - EJB
     - Python programming
     - .NET Windows Forms
     - Visual Basic .NET (VB .NET)
     - VBA
     - SQL
     - XML
     - WML
     - Perl
     - Networking ebooks
     - Internet Security
     - Unix
     - ASP .NET
     - C Sharp programming (C#)
     - Wireless
     - Web Design

    Popularity: 14% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

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


    January 26, 2010

    700 Computer and Programming ebooks

    Here are over 700 programming, I.T., and computer ebooks, covering the areas and topics listed below. These freely available computer and programming ebooks are in pdf, chm, and zip formats.


    Topics covered by these ebooks:

     - C++ programming
     - Java programming, Swing, J2ME
     - Web Development
     - JavaScript
     - PHP
     - DHTML, XHTML
     - Web Services, SOAP, XML
     - Flash
     - C# programming (C Sharp)
     - ASP .NET
     - VB .NET 
     - .NET programming (dotNET)
     - ActiveX Scripting
     - Assembly language
     - Bash Shell Scripting
     - MySQL
     - Linux
     - Linux Admin, Linux Security
     - Unix
     - Windows XP
     - Windows 2003
     - MCSE Training
     - MCDBA
     - CIW Exam Preparation
     - Access database
     - SQL Server
     - Oracle PL SQL
     - Networking
     - Computer - Network Security
     - CISSP
     - Firewalls
     - Wireless Networks
     - Cisco, CCNA
     - VPN
     - Cryptography
     - Director MX
     - Dreamweaver

    Popularity: 14% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

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


    January 18, 2010

    Computer and Programming eBooks from PDFTrace

    PDFTrace is a PDF search engine that provides links to many programming and computer ebooks, and technical and I.T. learning documents covering many areas. You can search this site for and computer ebooks and documents in both pdf and doc file formats. I have provided below some search results in various topics for pdf ebooks to get you started using this site. Be sure to click on the page numbers at the bottom to access more ebooks in the topic you are searching. To dig deeper, use these links for starting your search for what you need, and then go back to the home page and enter the original search word/phase along with more detailed keyword(s) you need. Most links are working, though a few are not.


    Sample of eBook Topics in pdf format at pdftrace:

     - AJAX
     - GWT  Google Web Toolkit
     - C and C++ programming
     - Linux programming
     - PHP
     - Java programming
     - Javascript  JSON
     - HTML  XHTML  DHTML
     - Perl
     - Flex
     - C# programming
     - Silverlight
     - VB .Net
     - Web programming
     - Python programming
     - Oracle Database
     - Oracle Applications
     - MySQL
     - SQL Server
     - Linux
     - Windows 2008
     - Computer Networking
     - Computer Security

    Popularity: 18% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 10:03 pm


    January 13, 2010

    254 Computer and Programming eBooks

    Here are 254 freely available downloadable computer and programming ebooks available at the Study India site of bharatstudent.com. These programming and computer ebooks cover many areas and computer languages, which are listed here below.


    Topics covered by these Computer and Programming eBooks:

     - Autocad
     - Cryptography
     - English
     - Photography
     - Networking and Hardware
     - Object Oriented Analysis and Design
     - UML
     - Software Development Life Cycle
     - Photoshop
     - Programming Languages
       - ActionScript
       - AJAX
       - ASP .NET
       - Assembly Language
       - BSD
       - C++ Programming
       - Eclipse
       - Java Programming
       - Linux, Red Hat, Debian
       - Advanced Linux Programming
       - Windows Server 2003, Windows XP
       - Oracle
       - P2P
       - Perl Programming
       - PHP
       - Programming Math, Algorithms, etc.
       - Python Programming
       - Ruby Programming
       - SQL Server
       - Unix
       - VB .NET


    Popularity: 19% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 12:40 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: 20% [?]


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

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



    August 24, 2009

    10 IT and Programming eBooks

    Here are 10 IT and Programming eBooks from bookboon.com, along with four more that will be available in the near future. These free ebooks provide you with an introduction to programming and core issues within information technology. In the future, books covering specific programming languages will be available for free download at this site, these will be for learning how to program in C, C + +, C #, PHP and Java. To access the download links, simply select a study program and the state where you reside from the 2 drop-downs.



    An Introduction to Relational Database Theory 

    Download



    C Programming in Linux

    Download



    Java: The Fundamentals of Objects and Classes

    Download

    Java: Classes in Java Applications

    Download



    Java: Graphical User Interfaces

    Download



    Prolog Techniques

    Download



    Business Information Management

    Download


    Business Information Management Exercises

    Download!


    Mathematics for Computer Scientists

    Download


    Law for Computing Students

    Download


    An introduction to relation Database theory

    Coming soon

    Information Systems Development

    Coming soon


    Computer Systems Networking

    Coming soon



    Managing Business Systems

    Coming soon

    Popularity: 16% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • Ebooks for .NET, .NET Certifications, SQL Server, and AJAX
  • .NET, C#, MCSD, SQL Server, Ajax Ebooks
  • 15 PHP eBooks
  • Freely available eBooks from ebooks-space.com

  • Tags for this post>> | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 10:41 pm


    June 23, 2009

    Java Video Tutorials

    These Java Video Tutorials at showmedo help you learn Java programming. The Java tutorials below cover topics such as reverse engineering, using Java web start, Jython, installing Java Psion link and writing an applet with Java.


    Reverse Engineering Using BOUML
    This video tutorial gives you a brief introduction into creating class diagrams using BOUML. This is intended for those heading into the software engineering field that is looking for tools to assist them in reverse engineering.


    How to use Java Web Start for your Java application
    In this video tutorial, we explore how to package a Java application in a jar file and create a Java Web Start launcher.


    Jython - First Impression
    This video tutorial gives you a first impression on Jython, showing it in action, and how to use the Java Swing class library in Jython.


    Installing Java Psion Link
    This video tutorial demonstrates how to connect a Psion computer to a Mac running OS X using Java Psion Link.


    Writing an Applet with Java (10 videos)
    The following video tutorials explain about packaging games and demos as Java applets can be an effective way to showcase your work on a website. These video tutorials demonstrate the basics of writing a Java Applet to display graphics on screen and react to user input.
             
     - The 'Hello World' Applet - Part 1
     - The 'Hello World' Applet - Part 2
     - The 'Hello World' Applet - Part 3
     - The 'Hello World' Applet - Part 4
     - The 'Hello World' Applet - Part 5
     - Mandelbrot fractal applet in grey - Part 6
     - Mandelbrot fractal applet in colour - Part 7
     - Animated Mandelbrot fractal applet - Part 8
     - Navigable Mandelbrot fractal applet - Part 9
     - Zoomable Mandelbrot fractal applet - Part 10

    Popularity: 9% [?]


    Related Posts:
  • 7 Eclipse Video Tutorials
  • 4 Perl Video Tutorials
  • 45 C and C++ Programming Video Tutorials
  • Javascript Video Tutorials
  • 16 Ruby Video Tutorials

  • Tags for this post>>

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


    June 6, 2009

    Online Computer and Programming Books

    Here are many freely available online computer and programming books, in several areas, as listed below.


    Topics covered by these online computer books:

     - Java programming
     - Enterprise Java
     - Perl
     - Networking
     - Unix
     - Web Development
     - Web Design
     - Oracle PL/SLQ
     - XML
     - Linux
     - Red Hat Linux
     - Apache
     - Python programming
     - C++ Programming
     - Ruby
     - VB .Net
     - ASP .Net
     - MCSE

    Popularity: 15% [?]


    Related Posts:
  • Free and Open Source Online Books
  • Bulgaria Online Books Archive
  • Free Computer Book Sites listed by Google
  • Safari Books Online
  • Lots of Free Computer Books

  • Tags for this post>> | | | |

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


    May 14, 2009

    Many Programming and IT Certification eBooks

    Here are many, many downloadable Programming eBooks and Certification Preparation Study Manuals and Books for several technologies, including Linux, Sun, Oracle, Cisco, and Microsoft. Many of the topics for these ebooks and prep guides are listed below.

    Update Jan. 8, 2011: There are more freely available ebooks on this site at this location.


    Technical and Programming Topics of these ebooks:

     - C++ Programming
     - C Programming
     - Java Programming
     - JSP, Struts
     - Web Design
     - PHP and MySQL
     - C# Programming
     - ASP.NET
     - XML
     - DOM
     - UML
     - Agile Development
     - Extreme Programming
     - Algorithms
     - Security and SSCP
     - Linux Kernel
     - Linux Shell Scripting
     - Linux+ Certification
     - Red Hat RHCE Preparation
     - Sun Certification Preparation
     - Oracle Certification Preparation
     - Database Design, SQL
     - Cisco
     - Networking
     - 4G Wireless, WLAN, WPAN
     - 3G Networks
     - System Architecture
     - Microsoft Certification Prep
     - MCSE, MCSA
     - 3D Game Programming DirectX
     - SQL Server
     - Windows Server 2003
     - Visual Basic .NET (VB.Net)
     - Assembly
     - Bioinformatics
     - Fiber Optics
     - Neural Networks
     - Electricity and Electronics
     - AutoCAD

    Popularity: 14% [?]


    Related Posts:
  • 27 Unix and Linux eBooks
  • 70 Computer and IT ebooks
  • 120 Computer and Network Security eBooks
  • Computer and Programming eBooks at Bookgo.org
  • Free Certification Preparation Exams

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 10:35 pm


    May 9, 2009

    8 Java Programming eBooks

    Here are 8 Java Programming eBooks and 2 tutorials for running JUnit. These downloadable Java ebooks will help you with your training efforts to become a better and more efficient Java programmer.


    Java Programming ebook (711 pages, 3.9mb, pdf)

    Extreme Java Programming ebook (358 pages, 2.2mb, pdf)

    Java Programming Reference ebook (rar)

    Java Threads ebook (219 pages, 1.3mb, pdf)

    Java Servlet and JSP ebook (3.2mb, chm)

    3 JSP ebooks (2 chm, 1 pdf)

    JUnit in Eclipse (9 pages, 110kb, pdf)

    JUnit Testing Utility Tutorial (6 pages, 25kb, pdf)

    Popularity: 11% [?]


    Related Posts:
  • 16 Web Development and Programming Ebooks
  • 120 Computer and Network Security eBooks
  • Programming and Linux eBooks
  • Freely available eBooks from ebooks-space.com
  • Computer and Technical eBooks at microsoft-java-ebooks.blogspot.com

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 11:15 pm


    Next Page »

    Powered by WordPress