Intelligentedu
Free Computer and I.T. Books
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:

June 30, 2009

Programming and Computer eBooks at eBook30

Take a look at eBook30 for freely available programming and computer ebooks in many areas, as shown and linked below. This site provides links to various file share and download sites. Free registration is required, but access is immediately given.


eBook Categories at eBook30:

Web Development
  - PHP
  - ASP .NET
  - HTML/CSS
  - XML

Programming
  - . NET
  - C
  - C++
  - Delphi
  - Java
  - Visual Basic

Software
  - Windows Software
  - Unix Software
  - Mac Software

Database and SQL Server

Graphic Design

Hardware

Games

Windows and Microsoft

Popularity: 2% [?]

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

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 @ 5:27 pm


    June 29, 2009

    Programming eBooks and Guides at Ebooksquad

    Ebooksquad provides links around the web for many ebooks, guides, and learning documents covering several programming, database, and computer hardware areas. Their categories and tags within these are given below.


    Programming eBooks and Guides

     - C, C++, and C# Programming
     - CNC
     - Java Programming
     - Matlab
     - Neurolinguistic
     - Oracle
     - SAP Tutorials
     - SQL, SQL Server, and Database
     - Visual Basic and VB . NET
     - Visual Programming


    Computer Hardware eBooks and Guides

     - Cisco System
     - LAN and WLAN
     - Overclock
     - Printer
     - Server
     - Voip

    Popularity: 3% [?]

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

    Related Posts:
  • Free Certification Prep for CIW, CompTIA, Cisco, and Microsoft MCSE
  • Certification Exam Study Guides: A+ i-Net, Security+, CCNA, 70-270
  • Great Google Searches for Free Certification Study Guides
  • Free Cisco Books, Guides, and Manuals
  • Free Computer eBooks, Guides and References from OnlineFreeeBooks.net

  • Tags for this post>> |



    June 25, 2009

    2 eBooks on Google Web Toolkit (GWT)

    Here are 3 learning documents covering Google Web Toolkit (GWT) at scribd.com: two ebooks and one tutorial. These will help you learn and improve your skills with writing GWT and Ajax code to build dynamic, interactive, and rich web applications. These ebooks and tutorial are in pdf format, to download them you need to register for free and then select the Save Document option in the More drop-down.


    GWT eBook #1
    Using Ajax and the Google Web Toolkit
    (631 pages, 10.8 mb, pdf format)

    Part 1 Getting Started
     - Introducing GWT
     - Creating the default application
     - Advancing to your own application

    Part 2 Building User Interfaces
     - Working with widgets
     - Working with panels
     - Handling events
     - Creating composite widgets
     - Building JSNI components
     - Modularizing an application

    Part 3 Advanced Techniques
     - Communicating with GWT-RPC
     - Examining client-side RPC architecture
     - Classic Ajax and HTML forms 409
     - Achieving interoperability with JSON
     - Automatically generating new code
     - Changing applications based on GWT properties

    Part 4 Completing the Understanding
     - Testing and deploying GWT applications
     - Peeking into how GWT works


    GWT eBook #2
    (377 pages, 10.8 mb, pdf format)

    Part 1 Getting Started
    1 Introducing GWT
       1.1 Why GWT
       1.2 What GWT includes
       1.3 GWT basics
       1.4 Working with the GWT shell
       1.5 Understanding the GWT compile
    2 A New Kind of Client
       2.1 Basic project structure and components
       2.2 Design patterns and GWT
       2.3 Styling a GWT component
       2.4 Running a completed project
    3 Communicating with the Server
       3.1 Making GWT Remote Procedure Calls
       3.2 The development server—Tomcat Lite
       3.3 Using an external development server

    Part 2 Task-Specific Issues
    4 Core Application Structure
       4.1 Building a model
       4.2 Building view components
       4.3 The controller and service
    5 Other Techniques for Talking to Servers
       5.1 Web development methods and security
       5.2 Enabling REST and POX communications
       5.3 Understanding Java-to-JavaScript interaction
       5.4 Creating a cross-domain SOAP client with Flash
       5.5 Incorporating applets with GWT
       5.6 Streaming to the browser with Comet
    6 Integrating Legacy and Third-Party Ajax Libraries
       6.1 A closer look at JSNI
       6.2 Wrapping JavaScript libraries
       6.3 Managing GWT-JavaScript interaction
       6.4 Wrapping JavaScript with GWT-API-Interop
    7 Building, Packaging, and Deploying
       7.1 Packaging GWT modules
       7.2 Building and deploying applications
       7.3 Automating the build
       7.4 Managing Tomcat Lite from the build
    8 Testing and Continuous Integration
       8.1 GWT testing
       8.2 Advanced testing concepts
       8.3 Continuous integration

    Part 3 Fully Formed Applications
    9 Java Enterprise Reinvented
       9.1 Constructing two models
       9.2 Mapping to DTOs
       9.3 Wiring applications with Spring
       9.4 Constructing the client application
    10 Building the Storefront
       10.1 Securing GWT applications
       10.2 Building a drag-and-drop system
       10.3 JSNI special effects
    11 Managing Application State
       11.1 Overview of the sample application
       11.2 Creating a basic messaging service
       11.3 Handling messages on the client and server
       11.4 Recording and playing back conversations
       11.5 Dealing with state on the server side
       11.6 Adding a UI and cleaning up
    Appendix A Notable GWT Projects 335
    Appendix B Quick Reference


    Google Web Toolkit Tutorial
    (5 pages, 166 kb, pdf format)

    Learn to write AJAX applications from Java classes, using the new development paradigm introduced by this new Google framework. Recently, the 1.20 version of Google Web Toolkit (GWT) was released. This framework introduces a new AJAX application development paradigm. Is goal is to
    hide from programmer the JavaScript code implementation, considering this job is repetitive, error-prone and full of tedious tasks, like browser incompatibility handling. GWT abstracts JavaScript using a Java class library, where a visual AJAX components (the widgets) library is available. These components are well known by GMail and Google Maps users. This tutorial presents how GWT changes the application development paradigm, and brings an implementation sample using the framework.

    Popularity: 2% [?]

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

    Related Posts:
  • More Freely Available Ebooks via Google
  • Google groups post with link to 98 Free Ebooks
  • XML, GWT, and PHP Tutorial from IBM Developworks
  • eBooks and Technical Docs from ebook-search-engine.com
  • Google Web Toolkit (GWT) Docs and Tutorials

  • Tags for this post>> |

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

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

    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 20, 2009

    Computer and Programming eBooks at bookvnn.com

    Here is bookvnn.com where you can find freely available download links to many Computer and Programming eBooks, as shown in the category links here.


    eBook Categories:

     - Ajax
     - Algorithms
     - Business & Investing
     - C & C++
     - Computers & IT
     - Database
     - Delphi
     - Development for Web
     - Dot NET
     - English
     - General programming
     - Graphics & Design
     - Java
     - Magazine
     - Mini Games
     - Networks
     - Office (Access and Excel)
     - Operating System
     - Perl
     - PHP
     - Python
     - Science & Engineering
     - Security
     - Software Development
     - Tutorials & Guide
     - UML
     - Uncategorized
     - Video Training
     - XML

    Popularity: 8% [?]

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

    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:31 pm


    Next Page »

    Powered by WordPress