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 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% [?]


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

    XML, GWT, and PHP Tutorial from IBM Developworks

    Here is an excellent XML, GWT, and PHP Tutorial at ibm.com/developerworks that explains the bridge between GWT and PHP using XML. Applications created using GWT (Google Web Toolkit) uses PHP web services to send and receive information in XML. GWT allows the creation and access of servlets in Java through which data can be passed between clients and servers. GWT does not limit communication with such servlets, but can freely communicate with almost all types of web services. This web development tutorial discusses and demonstrates these concepts in detail. You can also download (pdf) this tutorial, titled XML: The bridge between GWT and PHP Tutorial.


    A test application
    This section provides a step-by-step explanation to create a simple applications using XML, PHP and the Google Web Toolkit (GWT). This example shows how to use XML as a bridge between PHP and GWT.

    Sending XML with PHP
    This section uses a simple form to send XML data using PHP. The XML data that is sent is used to demonstrate XML’s many capabilities.

    Processing XML with GWT
    Google Web Toolkit provides the XMLParser for reading and writing XML. For this section, the GWT documentation is provided for further reference.

    Sending XML with GWT
    Applications in GWT allow users to edit various fields and then send this updated data back to the database. This section discusses two algorithms used to send XML with GWT.

    Reading XML in PHP
    This section discusses how XML data can be read and manipulated in PHP using elements of arrays or directly, as attributes of the XML object.

    Conclusion
    The conclusion explains the relation between XML, GWT and PHP.

    Downloads
    The code that is used for the examples for all the sections discussed above are available for download here.

    Resources
    Further learning material and additional resources for XML, GWT and PHP are provided here.

    Popularity: 5% [?]


    Related Posts:
  • Tutorial Lessons for C, C++, C#, and Java
  • 45 C and C++ Programming Video Tutorials
  • Database Design Tutorial
  • SQL Tutorial from Brown University
  • Non-Programmer's Tutorial for Python

  • Tags for this post>> | | |

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


    April 8, 2009

    500 Computer and Progamming eBooks

    Here is an ftp repository containing over 500 Computer and Progamming eBooks, in pdf and chm formats. The topics and areas covered by these computer and programming ebooks are listed below. This site is working fine at this time, but may become busy as it becomes known.


    eBook Topics:

     - Java Programming
     - Java Certification
     - Java Algorithms
     - Wireless and Bluetooth Java
     - Java Performance and Security
     - JSP, Java Servlets, EJB, JDBC
     - C++ Programming
     - C++ Network Programming
     - JavaScript
     - PHP Programming
     - SOAP and Web Services
     - Perl Programming
     - Python Programming
     - XML, XSLT
     - Linux Administration, LAMP
     - Red Hat Linux, Debian Linux
     - Linux Networking, Beowulf Cluster
     - Unix, Solaris
     - Shell Scripting
     - Apache Modules Perl and C
     - Networking, TCP-IP
     - Assembly Language
     - SQL
     - MySQL
     - PostgreSQL
     - DB2 Database
     - Oracle Database
     - Oracle Applications
     - SQL Server
     - Windows Server 2003
     - Windows XP
     - C Sharp (C#) Programming
     - ASP .NET, ADO .Net
     - dotNET (.NET) Programming with Security
     - Visual Basic .NET
     - Windows Forms Programming
     - Active Directory
     - MCSA, MCCE 70-293 70-298 70-299
     - MCAD, MCSD
     - PC Hardware

    Popularity: 9% [?]


    Related Posts:
  • 40 Programming Ebooks
  • Web Programming Ebooks
  • 120 Computer and Network Security eBooks
  • 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET
  • 18 Free Computer Ebooks

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

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


    April 2, 2009

    20 Computer and Web Programming eBooks

    Here are 20 Computer and Web Programming eBooks, covering the following topics.  Separate directories on this site contain 6 XML ebooks3 Linux ebooks, and 4 web services ebooks.


    eBook Topics:

     - Java Programming
     - Java Data Structures
     - SOAP
     - XSLT
     - XML
     - JSP
     - Java Web Services
     - Web Services Programming and SOAP
     - ASP.NET
     - SCJP
     - Linux
     - Debian Linux
     - Visual Studio 2005
     - Algorithms

    Popularity: 7% [?]


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


    Web Programming Tutorials

    Here are Web Programming Tutorials from alistapart.com, covering Scripting (JavaScript and Ajax), Server Side (Ruby on Rails and Ajax), and XML. Client and Server Side Scripting is important when it comes to handling requests and responses to and from the client (browser) and the web server, while XML allows individual levels of customization.


    Scripting Tutorials:
    Scripting or a scripting language is a programming langauge that provides contorl of applications, either one or many. These scripting tutorials primarily provide a good coverage on Javascript and Ruby-on-Rails programming that include script enahancement and debugging, along with development in CSS.

     - Advanced Debugging with JavaScript
     - Progressive Enhancement with JavaScript
     - Progressive Enhancement with CSS
     - Understanding Progressive Enhancement
     - Test-Driven Progressive Enhancement
     - CSS Sprites2 - It's JavaScript Time
     - Getting Out of Binding Situations in JavaScript
     - Creating More Using Less Effort with Ruby on Rails
     - Getting Started with Ruby on Rails
     - Take Control of Your Maps


    Web Server Side Tutorials:
    Unlike client-side scripting, server side scripts or scripting is present on servers and generate dynamic web pages based on user requests. These tutorials start off with Ruby-on-Rails and then move onto Ajax scripting that covers the basics and move to the advanced topics.

     - A More Useful 404
     - Getting Started with Ruby on Rails
     - Creating More Using Less Effort with Ruby on Rails
     - Graceful E-Mail Obfuscation
     - Sliced and Diced Sandbags
     - Automatic Magazine Layout
     - Getting Started with Ajax
     - A Better Image Rotator
     - Smarter Image Hotlinking Prevention
     - Dynamic Text Replacement


    XML Tutorials:
    XML is a specification for creating custom markup languages. It is termed extensible since it can be extended to suit each users needs. These tutorials provide details on creating and validating Document Type Definitions (DTDs), using XML inline and explain W3C specifications. As a quick crash course, an easy-to-understand primer on XML is also provided.

     - Getting Started with Ajax
     - More About Custom DTDs
     - Validating a Custom DTD
     - Inline XML
     - Using XML
     - Fix Your Site With the Right DOCTYPE!
     - Understanding Web Services
     - What the Hell is XML?
     - How to Read W3C Specs
     - This HTML Kills: Thoughts on Web Accessibility

    Popularity: 5% [?]


    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

  • Tags for this post>>

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 10:05 am


    April 1, 2009

    Open Source Programming and Computer eBooks

    Here are many Technical and Programming ebooks for open source development technologies and platforms, as shown below. These computer ebooks are in pdf format.


    Topics covered by these Computer and Programming eBooks:

     - Java Programming
     - JavaBeans
     - JSP
     - JBoss
     - J2ME
     - Struts
     - C++ Programming
     - C Programming
     - Ruby Programming
     - Python Programming
     - Perl Programming
     - Ruby Programming
     - XML
     - Ant
     - Linux Programming
     - Linux Networking
     - Linux Administration
     - Linux Security
     - Linux iptables
     - Red Hat RHCE
     - Bash Shell Scripting
     - Unix
     - OpenBSD, FreeBSD
     - PL-SQL
     - Oracle Database
     - Apache Module programming
     - Apache and Tomcat
     - LAMP
     - PHP
     - Ajax
     - Regular Expressions
     - Web Performance
     - MySQL Database
     - PostgreSQL Database
     - DB2 Database
     - SSL
     - VPN
     - Solaris
     - Sun Networking
     - Zope
     - Snort
     - Linux and Windows Integration

    Popularity: 7% [?]


    Related Posts:
  • Free Computer eBooks, Guides and References from OnlineFreeeBooks.net
  • Free and Open Source Online Books
  • 40 Open Source eBooks
  • Ebooks for Open Source Technologies
  • 222 Open Source Online Books and Tutorials

  • Tags for this post>> | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 11:04 pm


    March 17, 2009

    13 Web Services Tutorials

    Here are 13 Web Services Tutorials at devhood.mit.edu. These Web Services tutorials will familiarize you with the need for Web Services, its benefits and how to go about developing enterprise applications. It also explains in detail how to create XML Web Services with C++ and with the use of an existing COM component. Web Services tutorials also introduce the concept of Service-Oriented Architecture (SOA), which is responsible for grouping functionality with business process and bind them together to form interoperable services.


    Web Services Tutorials:

     -  Create and Consume a Web Service in .NET
     -  How to get Rid of your hidden internet history files (p.s sorry only for windows 95 98 )
     -  Introduction to XML for the beginner: Understanding Markup Languages
     -  Walkthrough: Creating an XML WebService using Manged Extensions for C++
     -  WalkThought: Accessing an XML web service using C++
     -  Calling Web Services Asynchronously
     -  Using an Existing COM Component to Create a Web Service
     -  Basic WSDL and how to use WSDL docs to Access a SOAP Service
     -  Random Sliding Bars in Flash 5
     -  Interoperability of Web Services (Part 2)
     -  Interoperability of Web Services: Seeing is believing
     -  Consuming a web service with command-line tools
     -  Creating and Using a Simple Web Service, Part I

    Popularity: 4% [?]


    Related Posts:
  • Novell DeveloperNet University Free Online Courses
  • .NET Web Services and CLR Presentation Slides
  • 5,000 pages of Software and Computer Tutorials
  • Learning Guides for XML, XML Security, and Web Services Security
  • Workshop Tutorials for Unix, Linux, Networking, and Windows Troubleshooting

  • Tags for this post>>

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


    March 16, 2009

    51 Web Development Tutorials

    Given below are 51 Web Development Tutorials at devhood.mit.edu. Irrespective of whether you are a beginner learning the basics of Web Development, or an expert trying to find an innovative solution to a problem, these web development tutorials will essentially guide you in both aspects. The topics covered here are vast and varied, and include HTML, DHTML, CSS, CGI, ASP, PHP, Perl, Java, Javascript and XML. Each of these topic has multiple, easy-to-understand tutorials, and they should get you up to speed in no time.


    General Web Development Tutorials:

     -  Calculating date differences using JavaScript
     -  Javascript Photo Album
     -  Using PHP To Create Dynamically Driven Templates
     -  Introduction to JavaScript: Rotating Banners on your web page
     -  How to log IP's (and some other http headers) with ASP/VB
     -  Introduction to SSL for IIS5
     -  A beginners approach to creating an online webcam.
     -  Dynamic tables using XML and Internet Explorer 5 (or better)
     -  Putting a cool border around a picture
     -  PHP/MySQL Announcements
     -  Troubleshooting TCP/IP Networks
     -  PHP/MySQL Safe Query
     -  Submitting a FORM to a new window
     -  Best Practices for Securing Microsoft IIS 5 and 5.1
     -  PHP and mySQL
     -  PHP Math Processor
     -  Put Messenger Contacts on Your Site
     -  How to create an army of remote network nodes for debugging network applications
     -  Hosting Multiple Domains With IIS
     -  Parsing XML - Wired News Reader
     -  Hosting Multiple Domains With One Machine
     -  Sending Email with JavaMail
     -  Overcoming "401 Access Denied"
     -  Perl - The Basics
     -  The Basics of SSI
     -  C and C++ Compiled CGI Scripts for the Web
     -  Creating a Graphical Hit Counter In Perl
     -  Using HTML and SSI to create templates
     -  Effective use of HTML Tables
     -  More non-web uses for JavaScript...
     -  Positioning With CSS
     -  Making Coloured Scroll-bars for IE 5.5 Using CSS
     -  Set up your own name server
     -  PHP: Generating Form Result
     -  Let's have fun with basic PHP II : File Uploading with PHP
     -  XML, Part 2: XML Schemas
     -  Partitioning Large Images to Reduce Download Time
     -  Setting up SSL for your Servers and Email
     -  XML, Part 1: XML and Namespaces
     -  Intro to PHP
     -  Beginner's HTML
     -  Using Tables To Make Your Website Look More Professional
     -  Let's have fun with basic PHP I: Email address validation
     -  Flash light effect using Macromedia Flash 4.0
     -  CGI script to send mail
     -  Using JavaScript for more than just web pages can be both fun and profitable....
     -  Random positioning with javascript.
     -  CSS: Why the need, and what can it do?
     -  Basic HTML
     -  JavaScript and the DOM
     -  How to put a JavaScript into an HTML document?

    Popularity: 4% [?]


    Related Posts:
  • Lots of PHP Tutorials
  • Free Course on Web Development using HTML, XML, DHTML
  • 3 Free Software Development Training and Coaching Sites
  • 2 Free Training Resources: Unix and Web Development
  • 5,000 pages of Software and Computer Tutorials

  • Tags for this post>> | | | |

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


    March 12, 2009

    .NET Web Services and CLR Presentation Slides

    Here are Jim Miller's two Web Services and Common Language Runtime Presentations, located at mit.edu. Dr. Miller, who works as a Lead Program Manager for Microsoft Corporation, explains the concept of Web Services and the Common Language Runtime (CLR) in two separate presentations, the first flowing to concepts presented in the second. These presentations help you understand more about these two concepts using source code and examples from Microsoft Stack.


    This first section outlines problems of the web in terms of interaction between multiple applications and explains how this issue can be overcome using Web Services. Dr. Miller talks about the various distributed technologies that have emerged over the years, which include Web Services. He also explains how to utilize Web Services and various other standards, simplifying it with source code and industry examples.

    Web Services Presentation I
    :
     - Web Services Part I (html)
     - Web Services Part I (ppt)


    In the second section, Dr. Miller discusses the various web development tools available to develop web applications using web services. The first few slides of the presentations help us to understand how a web service can be used in traditional web applications using the HTML, ASP.Net, Scripting, UDDI,WSDL,SOAP etc. This seciton also covers the .Net Common Language Runtime architecture and the .NET execution model for managed and unmanaged code, along with details about native code, IL code and Meta data and mapping these with AAP.net and WSDL, etc.

    Web Services Presentation II:
     - Web Services Part II (html)
     - Web Services Part II (ppt)

    Popularity: 4% [?]


    Related Posts:
  • Java Programming Course Slides
  • Ruby On Rails, Ajax Cheat Sheets and Slides
  • dotNET Framework Training Modules from MIT
  • PHP Slide Presentations
  • My First Blog Post: Discovering and Sharing Free IT Training and Tutorials

  • Tags for this post>> | |

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


    February 27, 2009

    dotNET Framework Training Modules from MIT

    Here are 11 excellent free .NET Framework Training Modules from MIT, split into 4 training distributions A- D, as linked below. These .NET tutorials and learning lessons are professionally produced and will impart a great amount of knowledge and understanding of how to code and program using the .NET Framework, C# applications, Object-Oriented software, the CLR, .NET GUI apps, .NET Security, Web Forms with ASP.NET, and XML Web Services. These training modules will help you get going with coding in .NET, or can be used to increase your .NET programming proficiency. Each module has a tutorial with exercises and a slide presentation that can be used as a quick introduction to the concepts in the tutorial. 


    Distribution A:

    Introduction to the .NET Framework
     - Tutorial
     - Presentation

    Learning C# programming (C Sharp)
     - Tutorial
     - Presentation

    Writing Object Oriented Software with C#
     - Tutorial
     - Presentation


    Distribution B:

    Introduction to the Common Language Runtime
     - Tutorial
     - Presentation

    Working with the .NET Framework Class LibraryWriting .NET GUI Applications
     - Tutorial
     - Presentation


    Distribution C
    :

    Security and the .NET Framework
     - Tutorial
     - Presentation

    Advanced Common Language Runtime
     - Tutorial
     - Presentation

    Advanced .NET Framework Class Library
     - Tutorial
     - Presentation


    Distribution D:

    Advanced .NET GUI programming
     - Tutorial
     - Presentation

    Web Form Programming using ASP.NET
     - Tutorial
     - Presentation

    XML Web Services
     - Tutorial
     - Presentation

    Popularity: 6% [?]


    Related Posts:
  • Free Microsoft .Net Course Modules for Developers
  • Free Netware to Linux Training from Novell
  • .NET, C#, MCSD, SQL Server, Ajax Ebooks
  • Free Computer, Development, and Technical Ebooks
  • 30 dotNET and Web Dev eBooks

  • Tags for this post>> | | | |

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


    February 19, 2009

    Computer and Technical eBooks at microsoft-java-ebooks.blogspot.com

    Here is microsoft-java-ebooks.blogspot.com, an ebook download link site for computer ebooks in pdf format covering the following topics and technologies: .NET, AJAX, Java, C# programming, C++ programming, PHP, Web Development, Database, Computer Science, 3D Animation, Algorithms, UML, Project management, Security, Data Mining, E-Commerce, Open Source, Science and Engineering.


    eBooks Categories:


    Popularity: 7% [?]


    Related Posts:
  • 150 Free Ebooks in Several Technical Areas
  • Over 300 Computer and Programming eBooks
  • Free Computer Ebooks in Many Technical and Programming Areas
  • Technical, Programming, and Web Development Books and Ebooks
  • 12 Free Book Chapters for SQL Server

  • Tags for this post>> | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 11:25 pm


    January 21, 2009

    The Woork Handbook: Web Dev, CSS, and Ajax

    Here is the Woork Handbook which is an ebook by Antonio Lupetti covering web design and web programming. This 133-page ebook teaches and demonstrates these web development technologies: CSS, AJAX, PHP, MooTools, Scriptaculous, SQL, and Web Database. Here is the direct download link for this ebook in pdf format.


    Table of Contents of the Woork Handbook:

    Cascade Style Sheets:
     - Useful guidelines to improve CSS coding and maintainability
     - Write a well structured CSS file without becoming crazy
     - CSS coding: semantic approach in naming convention
     - Three column fixed layout structure using CSS
     - Top Down approach to simplify your CSS code
     - Perfect pagination style using CSS
     - Clean CSS Form using CSS
     - Clean and pure CSS FORM design
     - Liquid layer with rounded corners using css
     - Liquid expandable section with rounded corners using CSS
     - Liquid styled input element with CSS
     - Clean Tab Bar Digg-like using CSS
     - Digg-like navigation bar using CSS
     - Organize and design a navigation bar for your site using CSS,
     - PHP and URL variables
     - Nice login and signup panel Newsvine-like using CSS
     - Tips to design your site for mobile devices

    Database:
     - Introduction to design a Entities-Relationship Model
     - Create tables and relationships with SQL
     - Using PHP and SQL to create tables and relationships
     - Create relationships between database table using phpMyAdmin

    Ajax:
     - Ajax basic: create your first XMLhttpRequest file
     - How to solve Internet Explorer cache issue in Ajax
     - Insert record into a database table using Ajax and PHP
     - Insert record into a database table using Ajax and Coldfusion
     - Edit in place with Scriptaculous and PHP
     - Delete record with Ajax using prototypejs and PHP
     - Simple search engine in Ajax and PHP

    MooTools, Scriptaculous and other Javascript frameworks:
     - MooTools basic tips for web designer part
     - MooTools basic tips for web designer part
     - Nice vertical menu with motion and opacity effect
     - Simple ul list with a nice slide-out effect for <li> elements
     - Lightbox using mootools and pathfusion multibox
     - Interaction with HTML FORM
     - Super elastic effect to design high impact web menu
     - Nice vertical menu with motion and opacity effect
     - Toggle effect using Scriptaculous
     - Drag and drop to order list elements with Scriptaculous
     - Simple sort script using Stuart Langridge's sortabejs

    Blogger (blogspot):
     - Add delicious button with counter in your blogger posts
     - Add DZone button on Blogger template
     - Add Technorati blog reaction on your Blogger Template
     - Add Yahoo! Buzz button on Blogger Template
     - Add Digg vote button on Blogger Template (update)
     - Place Google AdSense below post's title on Blogger
     - Some Blogger Tips you probably don't know
     
    Various:
     - Twitter: send message from a PHP page using Twitter API
     - Parsing Feed RSS to HTML using MagpieRSS and PHP
     - Five optimal online Photo Editors you may try
     - Free tools to create your own social network Facebook-like
     
    Fonts:
     - Interesting font for web design

    Popularity: 16% [?]


    Related Posts:
  • Web Design and Web Programming Tutorials
  • Ajax Ebooks and Learning Documents
  • Information Technology Security Handbooks
  • 81 AJAX and 24 JavaScript Ebooks
  • Selecting an AJAX Framework that Fits

  • Tags for this post>> | | |



    Google Web Toolkit (GWT) Docs and Tutorials

    Google Web Toolkit (GWT) is an open source development toolkit that you can use to quickly create and develop AJAX applications for all major browsers. These types of web applications offer users more immediate feedback and interactivity and provide features that in tha past were only found in rich client applications. More and more enterprises are starting to consider and use GWT, and it could become a very popular web application development framework. The following are important documetation, articles, and tutorials that will help you learn more about GWT and start you on your way to using it for your application deveopment.


    GWT Homepage

    Learn More - Learn about how Google Web Toolkit works and what features it can provide your web application development.

    Get Started - Here are the installation steps for GWT and how to get a GWT application up and running. Then review the basics of GWT development using a detailed step-by-step GWT tutorial.

    Read the Docs - All of the technical documentation for your reference and review for using Google Web Toolkit.

    Join the Community  - Join the GWT developer forum to keep up-to-date with current activities. Go over to the contributors guide for information on building from source code, or contributing ideas or modifications to the project.



    GWT Developer's Guide

    Fundamentals    Configuring a GWT Project

    Building the User Interface - GWT offers several pre-built Java widgets and panels to choose from. These are used as cross-browser building blocks for your web- based app. Also provided are optimization facilities such as image bundles.

    Writing the Client-side Code in Java

    Communicating with a Server - Make calls to backend servers using GWT RPC or direct HTTP.

    Testing with JUnit - Learn how to efficiently test your AJAX code using JUnit.

    Internationalization - Support multiple locales within a single code base.

    Deferred Binding - This reduces generated code size so client can download faster and have better performance.


    GWT Reference Guides

    GWT Javadoc    GWT API Reference    Widget and Panel Gallery

    Command-line Tools - Use these command-line tools to develop project files and run your app.

    JRE Emulation Reference - These are the JRE types and methods that GWT emulates.


    Articles and Tutorials covering GWT Development


    DOM Events, Memory Leaks, and You - Explains how GWT prevents Ajax memory leaks from occurring.

    Security for GWT Applications - Learn about the different types of attacks, and how to use secure coding practices to defend against them.

    Using GWT for JSON Mashups - This tutorial reviews the various techniques to implement for developing JSON mashups from JSON services across the web.

    Put a GWT Application on Facebook - Using these easy instructions, find out how to socialize your application on Facebook.


    GWT Designer User Guide


    GWT Designer is a powerful and easy to use bi-directional GUI creator that you can use to generate Java code. With this tool you can: add controls using drag-and-drop, add event handlers to your controls, and change various properties of controls using a property editor. Your updates to the generated code are reflected back in the visual designer. You can also reverse engineer code by using the parser. GWT Designer is built as a plug-in to Eclipse 3.2 (or higher) and any Eclipse 3.2-based IDE.

    GWT Designer Tutorial
      - Login Manager
      - Stock Watcher
      - Remote Service
      - Get JSON data via HTTP
      - Web Demos

    Designer Guide Visual Inheritance
    Quick Start Menu Editing
    What's New CSS Support
    Installation Remote Services
    User Interface Application Launching
    Features Application Compiling
    Layout Managers JUnit Test Creation & Launching
    Designer Guide Wizards Intelligent Refactoring
    Data Binding Internationalization (i18n)
    GWT Quick Start Enhanced Compilation
    GWT Projects Build & Deployment
    Rich Editing Palette
    AbsolutePanels Web Projects
    Grids & FlexTables Preferences
    TabPanels System Requirements
    GWT Wizards Preferences
    Custom Composites Web Demos


    GWT Incubator

    The GWT Incubator offers additional GWT widgets and libraries for your use. These are not yet added to the core toolkit. Future GWT releases may or may not incorporate these features.

    Downloads - The most current incubator library is here, in a single jar file.
    Documentation - See the gwt-incubator documentation for information about the available widgets and libraries.


    GWT JavaDoc

    Packages:
    com.google.gwt.animation.client  - Classes for Animation support.
    com.google.gwt.benchmarks.client  - Classes and modules used in building benchmarks.
    com.google.gwt.core.client  - Fundamental classes used in client-side GWT code.
    com.google.gwt.core.ext  - Classes used to extend the GWT compiler.
    com.google.gwt.core.ext.linker  - Classes for writing Linkers.
    com.google.gwt.core.ext.typeinfo  - Type-introspection support classes used by generators.
    com.google.gwt.dom.client  - Classes for low-level DOM programming.
    com.google.gwt.http.client  - Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses.
    com.google.gwt.i18n.client  - Internationalization support for GWT applications.
    com.google.gwt.i18n.rebind.format  - Implementations for various MessageCatalogFormat implementations, which are used to generate files for translation or to read translated messages.
    com.google.gwt.i18n.rebind.keygen  - Generators which compute the value of a key to use for looking up translated resources.
    com.google.gwt.json.client  - Classes for parsing and creating JSON encoded values.
    com.google.gwt.junit.client  - Classes and modules used in building JUnit tests.
    com.google.gwt.junit.tools  - Classes for interacting with JUnit for unit testing.
    com.google.gwt.user.client  - Fundamental user-interface classes used in client-side GWT code.
    com.google.gwt.user.client.rpc  - Classes used in client-side implementation of remote procedure calls.
    com.google.gwt.user.client.ui  - Widgets, Panels, and other user-interface classes.
    com.google.gwt.user.server.rpc  - Classes used in server-side implementation of remote procedure calls.
    com.google.gwt.xml.client  - Basic classes used in XML DOM parsing and XML document generation.


    SmartGWT
    GWT API's for SmartClient. SmartGWT 1.0b1 has been released. SmartGWT is compatible with GWT 1.5.3 (or greater)

    GWT Roadmap
    Here are the future features and functionality of GWT, also listed here

    Popularity: 10% [?]


    Related Posts:
  • eBooks and Technical Docs from ebook-search-engine.com
  • XML, GWT, and PHP Tutorial from IBM Developworks
  • Mozilla Developer Center: Web Dev Tutorials, References and Docs
  • Bulgaria Online Books Archive
  • Linux Security Documentation, Tutorials, HOWTOs and Guides

  • Tags for this post>> | |

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


    January 19, 2009

    Web Design and Web Programming Tutorials

    Woork.blogspot.com provides these excellent Web Design, and Web Development and Programming Tutorials. These will help you learn and use HTML, CSS, Ajax, Frameworks, JavaScript, PHP, and SQL for developing and coding your websites and web applications. Also available at this site is their free downloadable ebook, Woork Handbook, which covers CSS, HTML, Ajax, and web programming.


    38 Ajax, Web Development Frameworks, and Web 2.0 Tutorials:

    A simple introduction to Ajax
    Start learning Ajax: XMLHttpRequest and site structure
    How to solve Internet Explorer cache issue in Ajax
    Login using Ajax and Coldfusion
    Login using AJAX and PHP
    Insert record into database using Ajax and PHP
    Insert record into database using Ajax and Coldfusion
    Deleting record with Ajax using prototype.js and PHP
    A simple search engine in Ajax and PHP
    A simple search engine in Ajax and Coldfusion
    Edit in place with Scriptaculous and PHP
    Edit in place with Scriptaculous and Coldfusion
    Lightbox Tutorial using mootools and pathfusion multibox
    Mootools animated sidebar menu
    Horizontal animated menu using Mootools
    Toggle effect using Scriptaculous
    Search with autosuggest feature (PHP)
    Search with autosuggest feature (Coldfusion)
    Drag and drop to order list elements with Scriptaculous
    Using prototype.js to add record into database with ajax
    Opacity change using Scriptaculous
    Gettyone-like search options menu with Scriptaculous
    Sort table rows using Ajax
    Tutorial for Simple images slider to create Flickr-like slideshow
    Nice Ajax effect for message box using Mootools
    Liquid expandable section with mootools toggle effect
    Sliding top panel using mootools
    Using CSS and Mootools to simulate Flash horizontal navigation effect
    Improve form usability with auto messages
    Useful tips to enrich your HTML Forms
    Fantastic News Ticker Newsvine-like using Mootools
    News ticker with horizontal scrolling using Mootools
    Automatic news ticker with vertical scrolling and Start/Resume options
    MooTools Basic Tips for Web Designer (Lesson 1)
    10 Useful tutorials to learn Scriptaculous
    Simple ul list with a nice slide-out effect for elements
    Super elastic effect to design high impact web menu
    Nice vertical menu with motion and opacity effect


    5 Web Database Tutorials:

    Define the relationships-entities model (tables, attributes, and relationships)
    Create tables and relationships with SQL
    How to use PHP and SQL to create tables and relationships
    A correct approach to define relationships between database's tables
    10 Useful articles about Database design

    5 PHP Functions and Scripts
    :

    Time and Date difference using a PHP function
    Twitter: send message from a PHP page using Twitter API
    Simple newsletter system using PHP
    PHP components: AutosuggestPHP components: login system


    11 JavaScript Functions:

    Show Hide Layer using a simple Javascript function
    Magnify text using javascript
    Change the layer background color using a simple Javascript functions
    From Feed RSS to HTML
    Ajax: add a new element into a list using javascript insertBefore()
    Change text using Javascript innerHTML
    Split an input text using javascript
    Select and remove multiple input checkbox elements
    Add an item from a SELECT field into a layer using javascript
    Simple selector list using CSS and JavascriptChange class attribute using javascript

    Popularity: 9% [?]


    Related Posts:
  • dotNet, Access, SQL Server and Database Design Tutorials
  • 2 Free Training Resources: Unix and Web Development
  • The Web Design Library
  • 7 API Design Tutorials and Guidelines
  • Web Design and Development Tutorials

  • Tags for this post>> | | |

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


    November 22, 2008

    Computer and Programming Books Linked by Google

    Here is a google search that returns several sites the provide and link to freely available technical, web development, and programming online books. Technologies covered by these include Java, Perl, Networking, Linux, Unix, Oracle, and XML. About one-third of the links in the search results are of interest.

    Popularity: 22% [?]


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

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

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


    November 6, 2008

    Free PHP Programming Book

    Here is Practical PHP Programming, a free online book covering how to program using PHP. The objective of this PHP book is to have fun while you learn how to program web pages and sites using PHP, even if you have not coded with PHP before. And for those looking to improve their PHP skills, there is a ton of good knowledge in this book covering advanced PHP functionality and features. You can start almost anywhere from the table contents, once you know the fundamentals of PHP. The book is arranged as a wiki.


    Table of Contents of Practical PHP Programming:

    1. Introducing PHP
    2. Simple variables and operators
    3. Functions
    4. Arrays
    5. Object-oriented programming
    6. HTML forms
    7. Working with files
    8. Databases
    9. Cookies and sessions
    10. Multimedia
    11. XML and XSLT
    12. Output buffering
    13. Java and COM
    14. Networks
    15. Miscellaneous topics
    16. Security concerns
    17. Performance
    18. Writing PHP
    19. Writing extensions
    20. Alternative PHP uses
    21. Practical PHP
    22. Bringing it to a close
    23. The future of PHP
    24. Choosing an ISP
    25. Glossary

    Popularity: 26% [?]


    Related Posts:
  • Free Book on ASP.NET 2.0
  • Downloadable IT and Programming eBooks
  • Free Windows Server 2003 Book
  • The Algorithm Design Manual
  • Course Book Notes for VB.Net, ASP.Net, .Net Framework, SQL Server, and XML

  • Tags for this post>> | |



    October 24, 2008

    740 Technical and Programming eBook Links

    Here are 740 technical and programming eBooks whose links are available at books-pdf.blogspot.com. These ebooks cover a wide variety of areas, such as Java, C and C++ programming, .NET, C# programming, Web Development, Ajax, PHP, Ruby, Rails, Database, Computer Science, Information Technology (IT), 3D Animation, and Algorithms.


    Category of eBooks at books-pdf.blogspot.com:


    Popularity: 20% [?]


    Related Posts:
  • 150 Free Computer Ebooks
  • 150 Free Ebooks in Several Technical Areas
  • Free Computer Ebooks in Many Technical and Programming Areas
  • Xpressionsz eBooks Heaven
  • Freely available eBooks from ebooks-space.com

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

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


    October 7, 2008

    Computer and Programming eBooks at eBook-x.com

    Here is eBook-x.com which provides links to downloadable computer and programming ebooks in many areas, as categorized below.


    eBook Categories at ebook-x.com:

  • Programing ebooks:
  • Database ebooks:
  • Operating System ebooks:
  • More Computer ebooks:
  • More ebooks:
  • Video training:

  • Popularity: 21% [?]


    Related Posts:
  • Over 500 Freely available Computer eBooks
  • 16 Ebooks for C++, C#, and Visual Studio
  • .NET, C#, MCSD, SQL Server, Ajax Ebooks
  • Over 450 Computer and Programming Ebooks
  • 16 Web Development and Programming Ebooks

  • Tags for this post>> | | |

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


    September 1, 2008

    Programming and Web Dev eBooks from Abaco Institute

    Here are several freely available Programming, Web Dev, and Computer eBooks, hosted by Abaco Advanced Technical Institute in Peru. These ebooks cover various areas and topics, the categories are linked below. These programming and web development ebooks are in English and Spanish, and are in pdf format.


    eBook Categories:

    Java Programming eBooks
    JSP eBooks
    PHP eBooks
    JavaScript eBooks
    HTML eBooks
    Visual Studio dotNET eBooks
    ASP .NET eBooks
    VB Script eBook and WML Scripting eBook
    Tomcat eBooks
    XML eBooks
    PowerBuilder eBooks
    Cisco Certification eBooks
    Linux eBooks
    2 LPIC Exam Prep Guides
    Windows 2003 Server eBooks

    Popularity: 16% [?]


    Related Posts:
  • The LPIC Program - Free Training for LPIC-2 Exams
  • 120 Computer and Network Security eBooks
  • 27 Free LPI Linux Certification Courses
  • 32 Free Linux Certification Study Guides and Practice Tests
  • The LPIC Program - Free Training for LPIC-1 Exams

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

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


    August 30, 2008

    57 JavaScript Tutorials from htmlgoodies

    Here are 57 JavaScript Tutorials, Techniques and Code Examples, courtesy of htmlgoodies.com. These JavaScript tutorials will teach and show you many features that you can use and apply on your web sites. If you are new to JavaScript, they will get you started with coding. If you're already coding JavaScript, they will help you learn some specific techniques to add interactivity to your web pages.


    The JavaScirpt Diaries:


    Learn the Basics of JavaScript:

    JavaScript Primers:

    Popularity: 12% [?]


    Related Posts:
  • JavaScript Wikibook
  • Excellent AJAX Tutorial
  • JavaScript Manual of Style
  • 35 JavaScript Tutorials
  • Javascript Video Tutorials

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 11:17 am


    Next Page »

    Powered by WordPress