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:

September 3, 2007

15 Best JBoss Seam Tutorials

JBoss Seam is a web application framework for Java EE 5, developed by JBoss. It uses two proven Java frameworks: EJB3 and JSF, by using these you can easily access any back-end EJB component from the front-end by addressing it by its Seam component name. Seam introduces the concept of contexts. Each seam component exists within a context. The conversation context for example captures all actions of a user until he logs out or closes the browser - even multiple uses of the browser back-button. You can automatically generate a CRUD (create-read-update-delete) web application from an existing database using seam-gen, a command line tool. Seam unifies the component models of JSF and EJB3, eliminating glue code, and letting the developer think about the business problem. Seam supports two open source JSF-based AJAX solutions: ICEfaces and Ajax4JSF. These solutions let you add AJAX capability to your user interface without the need to write any JavaScript code. Seam also provides a built-in JavaScript remoting layer for EJB3 components. AJAX clients can easily call server-side components and subscribe to JMS topics, without the need for an intermediate action layer. Neither of these approaches would work well, were it not for Seam's built-in concurrency and state management, which ensures that many concurrent fine-grained, asynchronous AJAX requests are handled safely and efficiently on the server side.

On August 13, last month, Red Hat released the beta version of its Developer Studio>, an Eclipse-based integrated development environment (IDE) to assist developers migrate to and exploit open source runtimes, frameworks and stacks. Among the benefits of this  new IDE  are:

  1. A unified programming model with new tools around JBoss Seam to build applications in a single, consistent manner.
  2. An integrated Ajax development environment with JBoss Seam and JBoss Ajax4sf frameworks, JBoss Richfaces components and WYSIWYG tools for creating Ajax-enabled Web pages and interfaces.

The following are what I consider to be the 15 Best JBoss Seam Tutorials and Documentation sites available on the web today. These will help you learn and start using this web application framework from JBoss and Red Hat.


JBoss Seam Tutorial: Part 1
This is a simple step-by-step tutorial by Manuel Palacio. He demonstrates how to develop a web application (an addressbook) using Seam. He teaches some of the main concepts and features of the Seam framework, such as:
  • Atomic conversations
  • Bijection
  • Remoting
  • PDF generation
  • File upload
  • Integration with RichFaces and Ajax4JSF
Here are parts 2 through 6 of this Seams tutorial: Part 2Part 3, Part 4, Part 5, Part 6.  


JBoss Seam Generator and Eclipse IDE Video Tutorial
In this three-part Video Tutorial you'll learn how to install and set up JBoss application server, use Seam Generator to build Web applications in a Rails-like manner, and all that inside standard Eclipse IDE. So it seems like the best of both worlds. View the Video.


Rapid CRUD application development with JBoss Seam and MySQL database
Seam is great framework, but issues can emerge if you skip the defaults and create something on your own, such as to plug it into existing environment. When you use the Seam framework with defaults, it allows you to easily and quickly create CRUD applications. This is a very simple tutorial on how to set up your first Seam project with the MySQL server. It uses Ubuntu 7.04 FF with MySQL and Java 6.0 installed from the standard repos.


Seam Tutorial from Redhat
In this tutorial, we'll assume that you are using JBoss AS 4.2 with Seam, as in the case of JBoss Enterprise Application Platform. This Seam tutorial is part of the Seam - Contextual Components Reference Guide, whose detailed links are below. Here is the same Seam tutorial for JBoss AS 4.05.

These are the four official JBoss Seam Documentation sites:

JBoss Seam API Documentation

Seam JSF Controls 2.0 API

JBoss Seam Documentation

Seam Textual Components Reference Guide
1. Seam Tutorial
2. The contextual component model
3. Configuring Seam components
4. Events, interceptors and exception handling
5. Conversations and workspace management
6. Pageflows and business processes
7. Seam and Object/Relational Mapping
8. JSF form validation in Seam
9. The Seam Application Framework
10. Seam and JBoss Rules
11. Security
12. Internationalization and themes
13. Seam Text
14. iText PDF generation
15. Email
16. Asynchronicity and messaging
17. Caching
18. Remoting
19. Spring Framework integration
20. Configuring Seam and packaging Seam applications
21. Seam annotations
22. Built-in Seam components
23. Seam JSF controls
24. Expression language enhancements
25. Testing Seam applications
26. Seam tools

Sample Application using JSF, Seam, and Java Persistence APIs on Glassfish
This Sample Store Catalog app demonstrates the usage of JavaServer Faces, a Catalog Stateful Session Bean, the Java Persistence APIs, and Seam to implement pagination of data sets. Carol McDonald took this example Pagination of Data Sets in a Sample Application using JSF, Catalog Facade Stateless Session, and Java Persistence APIs  and refactored it to use Seam on Glassfish by following the steps in Brian Leonards blog Seam Refresh and the clickable list example in the Seam Tutorial. 


Seam Refresh
To introduce Seam, Brian Leonard uses the same Registration application that JBoss uses in their Seam tutorial. He takes a different approach, however, in that his version of the Registration application is pure Java EE 5 (no Seam), and then he walk you step-by-step through the changes necessary to configure the application to use the Seam framework. He also uses this approach for a presentation he often gives titled "Refactoring to Seam". You can view a draft of his slides for the upcoming Jazoon conference.


Trying out JBoss Seam
To really help you learn the JBoss Seam framework, including its benefits, Brian Leonard takes you through the steps required to port a standard JSF / EJB 3.0 application to one that uses the Seam framework. To be consistent with JBoss' example, he has rewritten the registration application using standard JSF / EJB 3.0. Now let's port it back.


Seam and SOA
Michael Yuan has been thinking how Seam fits into SOA and learning how to mesh and reuse services already built in single silo applications. With the support for web services in Seam 2.0, it is actually quite easy to fit a Seam application into a SOA environment. In this post, he discusses the work he did with the seambay example (a spoof auction site) to make it share its listings with other services, and receive listings from other services.


JBoss Seam: A Deep Integration Framework
Michael Yuan demonstrates the integration points Seam provides and discusses Seam's integration with JavaScript, and with JSF vendors such as RichFaces and IceFaces. He also addresses Business process modeling, alternate output via iText, and advanced job scheduling.


Introduction to JBoss Seam
This article is an introductory article and covers the idea that gave birth to JBoss Seam, its advantages, the various modules involved along with a Sample Application. This article assumes the readers to have some bit of knowledge and programming in areas like Java Server Faces and Enterprise Java Beans 3.0. For more information about these technologies, visit jsf.javabeat.net/index.php and www.javabeat.net/javabeat/ejb3/index.php.


JBoss Seam for J2EE Developers I: What is Seam
In this article, Michael Yuan first introduces you to basic Seam concepts and the "annotated POJO" component programming model. He uses Hibernate JPA implementation for ORM (Object Relational Mapping) and data access. If you do not want to use JPA, you can still use Hibernate POJOs and Session APIs directly (see the "hibernate" example later). Then, in Part II of this article series, he presents a tutorial on how to install JBoss AS / Tomcat, build the Seam non-EJB3 example applications, and deploy them. He also explains the configuration requirements for deploying Seam POJO applications, as well as the trade-offs between EJB3 components and POJO components.


Seamless JSF, Part 1: An application framework tailor-made for JSF
Discover Seam's unique enhancements to the JSF life cycle. In this article, the author explains what differentiates Seam from other Web frameworks typically paired with JSF, shows you how easy it is to add Seam to an existing JSF application, and concluds with an overview of Seam's enhancements to the JSF application life cycle, touching on stateful conversations, factory components, and no-fuss configuration using annotations.


Seamless JSF, Part 2: Conversations with Seam
Use Seam to build a stateful CRUD application. Developing a stateful CRUD application is a breeze with Seam on the job. In this second article in his Seamless JSF series, Dan Allen shows you how to use Java Server Faces (JSF) and Seam to develop the create, read, update, and delete use cases for a Web-based golf course directory.


Seamless JSF, Part 3: Ajax for JSF
Seam Remoting and Ajax4jsf seamlessly fuse client and server. In this final article in the Seamless JSF series, Dan Allen shows you how to use the Seam Remoting API and Ajax4jsf components to communicate with managed beans on the server as if they were local to the browser. You'll learn how easy it is to leverage Ajax as a natural improvement on JSF's event-driven architecture and how to do so without compromising the JSF component model.


You can download Seam from SourceForge.net.

Technorati Tags: , , ,

Popularity: 39% [?]

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

Related Posts:
  • Free Training for J2EE Programming
  • Free Java, C++, and Software Development Ebooks
  • Core and Enterprise Java Tutorials by Srikanth
  • Freely available IT and Programming eBooks
  • 106 Computer and Programming eBooks


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


    15 Linux eBooks

    Here is a web repository hosting 15 Linux eBooks, covering the topics below. Also, this directory contains four Linux ebooks.

    Linux eBook Topics:

    • Linux Networking
    • Linux Command Reference
    • Linux Programming
    • Linux Shell Programming
    • Linux Certification eBook
    • Linux Administration
    • Linux Web Programming: PHP, MySQL, Apache
    • Linux Kernel
    • Linux Security
    • Linux Optimization
    • Red Hat Linux
    • Linux Configuration and Installation
    • Linux System Administrator's Guide

    Technorati Tags: , , ,

    Popularity: 19% [?]

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

    Related Posts:
  • Programming and Linux eBooks
  • 30 Ebooks on Linux and Related Topics
  • 20 Linux eBooks
  • 12 Linux eBooks
  • Linux eBooks at Linuxinet.com


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


    September 4, 2007

    Four PHP eBooks

    Here are four freely available PHP eBooks.

    PHP eBook Topics:

    • PHP How To
    • PHP Tips and Tricks
    • PHP and MySQL
    • PHP Manual

    Technorati Tags: , ,

    Popularity: 17% [?]

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

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


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


    September 10, 2007

    Two Ajax and Web 2.0 Papers

    Here are two pdf documents from softwaredeveloper.com that will help you better understand and code Web 2.0 and AJAX applications.


    A Hype-Free Introduction to AJAX

    This is a pretty well done, simple technical explanation of what AJAX really is. It provides you an overview of the core fundamentals of what makes AJAX possible without all the usual product-pushing hype. Free registration required, or direct link is here. (5 pages, 197kb, pdf format)

    Contents:

    • First of all, is AJAX new?
    • AJAX under the hood
    • How to issue an XML HTTP request, and more...

    JavaServer Faces, Ajax, and Flash: Next Generation User Interfaces

    This is an Oracle white paper that reviews Web 2.0 frameworks, including JavaServer Faces, Ajax, and Flash. It discusses providing a more robust environment using Ajax together with JavaServer Faces. It then introduces Oracle JDeveloper and Oracle ADF Faces as providing productivity enhancments and a framework to build enterprise ready Rich Internet Applications. Free registration required, or direct link is here. (9 pages, 478kb, pdf format)

    Contents:
    • Introduction
    • Evolving Requirements
    • Standards
    • Oracle Product Strategy

    Technorati Tags: , , , ,

    Popularity: 12% [?]

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

    Related Posts:
  • Crash Course on AJAX Programming
  • 2 Web and Ajax Programming Tutorials
  • Ajax Ebooks and Learning Documents
  • 81 AJAX and 24 JavaScript Ebooks
  • IBM Linux Redbooks, Papers, and Technotes

  • Tags for this post>>

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


    September 11, 2007

    eBook Links from Freebooklinks.com

    Here is freebooklinks.com, a new site that provides hundreds of links to freely available ebooks on the web. Their meta tag says "A 100% free resource to hundreds of free ebook downloads from all over the web." Links to all of the topical categories follow. These ebooks cover many areas, including Programming, Linux, Windows, Software Applications, Web Development, Networking, and Databases.


    eBook Categories
    :

    Applications
       - Adobe
          - Acrobat
          - After Effects
          - Creative Suite
          - Dreamweaver
          - Flash
          - InDesign
          - Photoshop
          - Premier
       - AutoCAD
       - Microsoft
          - Microsoft Office
             - Access technical 
             - Excel
             - Frontpage
             - InfoPath
             - Outlook
             - Powerpoint
             - Word
          - ProjeGadgetsct
          - Sharepoint
          - Visio

    Browsers
       - Mozilla FireFox

    Computers
       - AntiVirus
       - Data Recovery
       - Hardware
       - Security

    Database
       - MYSQL
       - Oracle
       - SQL

    Gadgets

    Internet
       - Google
       - Yahoo

    Linux

    Microsoft
       - Development

    Networking
       - VOIP
       - Wireless

    Operating Systems
       - Apple
          - Mac OS X
       - Linux
          - Red Hat
          - Ubuntu
       - Microsoft
          - Windows 2000
          - Windows 2000 Server
          - Windows 2003 Server
          - Windows Vista
          - Windows XP

    Photography

    Programming
       - .Net
       - C
       - C++
       - Java
       - Lisp
       - Perl
       - VBscript

    Training
       - Cisco
       - Linux
       - Microsoft

    Web Development
       - CSS
       - Design
       - HTML
       - Languages
          - AJAX
          - ASP.NET
          - Javascript
          - PHP
       - XML

    Popularity: 17% [?]

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

    Related Posts:
  • Free Books on Linux, Microsoft MCSE, Cisco, and more
  • eBooks and Technical Docs from ebook-search-engine.com
  • 2 Free Book Sites
  • Computer and Programming eBooks at eBook-x.com
  • 150 Free Computer Ebooks

  • Tags for this post>>

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


    September 13, 2007

    Top 25 AJAX Video Tutorials on youtube

    Here are what I consider to be the Top 25 AJAX Video Tutorials on youtube.com. These will help you learn how to code web 2.0 applications using the AJAX framework.


    Search Results for “ajax tutorial”



    Mootools and Ajax Tutorial
    a tutorial series that teaches how to use mootools javascript and AJAX to increase user experience....mootools javascript ajax joomla beautyindesign.com web design tutorial training



    Ajax
    Ajax tutorial...ajax



    Ajax Tutorial
    This video is the best....Ajax best video tutorial soft selected still is used to represent your in search results and other displays



    ideajax.com Learn how to build an Ajax Chat in 5 minutes
    This is a small video tutorial from ideajax.com on how to build an Ajax chat with Prototype, Java, and HTML. High res video is available This is a small video tutorial from ideAjax.com on how to build an Ajax chat with Prototype, Java, and HTML. High res video is available here: ideajax.com/blog/?p=25 



    TUTORIAL Using the Spry framework for AJAX Dreamweaver CS3
    Learn how to add AJAX elements to a webpage using the Spry framework. It's actually cooler than it sounds because it's presented by Todd Perkins. You gotta love



    4D Ajax for Dreamweaver Demo
    is to insert 4D Ajax objects into Adobe Dreamweaver™ CS3 pages using the 4D Ajax for Dreamweaver plug-in....4D Ajax tutorial database web Dreamweaver



    Speedy Homepage Video Tutorial
    the internet .. www.speedyhomepage.com...web websites homepage ajax 2.0 java speedy quick fast tutorial news videos video feeds xml rss email



    How to update a mysql DB with AJAX using D4PHP by codegear
    to create a Delphi for PHP web application to update a mysql database using AJAX....delphi4php Delphi PHP D4PHP tutorial howto example AJAX mysql database



    4D Ajax Framework: Mashups
    creating "mashup" web applications using the 4D Ajax Framework, part of 4D Web 2.0 Pack....4D Web 2.0 mashup application database tutorial



    Web 2.0 site for looking up domain availability
    I'm the creator of the site. So let me know any suggestions you have ;) ...ajax tutorial web 2.0 domain lookup whois availability Find domains easier and faster with integrated tools such as thesaurus and word list mixer.



    4D Ajax Framework: Preset Queries Pt. 5
    4D Ajax Framework's preset queries, Joe Resuello walks you through the steps to create queries based on sales by time frame....4D Ajax Framework tutorial how



    4D Ajax Framework: Preset Queries Pt. 1
    www.4d.com/products/4dweb20pack_video.html...4D Ajax Framework tutorial how-to preset query database web 4D, Inc's Joe Resuello walks through one of the 4D Ajax Framework's built-in query templates to arrange customers by name in alphabetical order.



    4D Ajax Framework: Preset Queries Pt. 3
    in his series on 4D Ajax Framework's preset queries, this time sorting top customers in a sales database....4D Ajax Framework tutorial how-to query



    4D Ajax Framework: Preset Queries Pt. 4
    Ajax Framework's preset queries. This time he shows how easy it is to create a view of top selling products in a sales database....4D Ajax 4D, Inc's Joe Resuello is back with another episode in his series on 4D Ajax Framework's preset queries. This time he shows how easy it is to create a view of top selling products in a sales database. 



    AJAX in Ruby on Rails tutorial
    Video showing the use of AJAX in the Ruby on Rails web development framework....rails ruby development web programming



    4D Ajax Framework: Data Validation
    Brendan Coveney walks you through the powerful yet simply implemented data validation features in 4D Ajax Framework, part of 4D Web 2.0 Pack.


      AJAX 101: Understanding javascript Errors (s1e04)
    changed the way I presented this tutorial a little after some negative feedback, let me know what you think. Apanta...ajax javascript html ajax101


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


    AJAX 101: Script Placement (s1e06)
    In this tutorial I demonstrate the effects of script placement. I also cover the basics of browser events. Browser events will be covered in greater detail, along In this tutorial I demonstrate the effects of script placement. I also cover the basics of browser events. Browser events will be covered in greater detail, along with functions in the next video. 



    AJAX 101: Introduction to Javascript (s1e02)
    This tutorial demonstrates how to create a HTML document. Then add some javascript to display text on the page. Please excuse the pauses in the video, I This tutorial demonstrates how to create a HTML document. Then add some JavaScript to display text on the page. Please excuse the pauses in the video, I'm fairly new to JavaScript. 


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

    Searching Flickr the xforms Way
    Step-by-step tutorial showing how to use xforms to build an Ajax application that searches Flickr. (xforms is a W3C language that extends HTML, Step-by-step tutorial showing how to use XForms to build an Ajax application that searches Flickr. (XForms is a W3C language that extends HTML, so there is no script.) (less)


    Scotts 1 1/2 Web 2.0 Logo
    Don't waste your time, this is the only tutorial you need to success on the internets....web 2.0 ajax php ruby rails flickr youtube


    Ejemplo de AJAX con servidor TOMCAT
    funcionamiento de AJAX con Java, en este video usamos un navegador Firefox, un servidor Tomcat y un servlet estandar...ajax java servlet programacion tutorial

     

    Video Tutorial de Ajax con Prototype y Java
    explicando la creación de un chat utilizando ajax y java, para ajax se utiliza la herramienta archi conocida libreria Prototype....ajax chat tutorial prototype


    Technorati Tags: , , , , ,

    Popularity: 18% [?]

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

    Related Posts:
  • Javascript Video Tutorials
  • 4 Perl Video Tutorials
  • 45 C and C++ Programming Video Tutorials
  • 37 ASP.NET AJAX Video Tutorials
  • 2 Web and Ajax Programming Tutorials

  • Tags for this post>>

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


    September 24, 2007

    Many Freely Available eBooks

    The Technowaves blog has posted information about this web repository that contains many freely available computer, I.T., and programming ebooks.

    Topics covered by these ebooks:

    Application Development:
    C++, Eclipse Modeling, Java, JavaScript, Perl, RUP, Python, XML, Dreamweaver, Flash, Photoshop, Illustrator, Linux Programming, PHP, MySQL, Web Development

    Operating Systems, Servers, Networking, Database, Security:
    Cisco, CCIE, Apache, Bluetooth, Windows, Windows Server 2003, SQL Server, Exchange Server, MCSE,  Citrix, Wireless Networking, Security, Red Hat Linux, Migrating to Linux, Linux Certification, Oracle, SQL, TCP-IP, Storage Networks, Parallel Computing, Unix

    Technorati Tags: , , , , , , ,

    Popularity: 18% [?]

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

    Related Posts:
  • More Freely Available Ebooks via Google
  • Free Ebooks Center Post with 7 Freely Available Ebooks
  • Many Freely Available Computer Ebooks
  • Freely available IT and Programming eBooks
  • 144 Freely Available Computer Ebooks


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


    September 25, 2007

    Computer Networking Tutorials

    Here is Networktutorials.info, where you can find Computer Networking Tutorials, wireless communication guides, LAN/WAN information, local area network tools, osi layers model explanation and learning materials for other computer networking and data communication topics. Perfect place for computer network tutorials and free resources for students and system admins.


    Site Contents
    :

    Configuring Computer Network

    Communication Devices

    Topologies

    IT Certifications

    IT Glossary

    Ethernet Explained

    Router Commands

    Security Overview

    Home Computer Networking

    ISDN Lines

    VOIP Explained

    Windows Resources

    Web Server

    Internet Fax

    GSM Technology

    How Tos

    Computer Troubleshooting Tips

    Routing Explained

    Gateway Introduction

    OSI Layers Model

    FTP Sites

    Links

    More Topics

    Popularity: 11% [?]

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

    Related Posts:
  • 5,000 pages of Software and Computer Tutorials
  • 11 Computer Networking Tutorials
  • 30 Computer and Networking eBooks
  • 500 Computer and Programming eBooks and Tutorials
  • Technical Computer, Programming and IT Tutorials


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


    September 26, 2007

    Web Tools and Development Course Content

    Here are the freely available course content and materials for the Web Tools and Development Course at the University of Washington (Info 344). This is an introduction to web technologies with an emphasis on scripting and programming, and includes both client and server technologies. It examines information architecture for Web sites, information presentation on Web pages, privacy policies, and Web security. Check out the Course Calendar to access the learning and training content, which includes slides, readings, labs and assignments. Below are the links for the slide presentations and readings by topic.


    Topics and Readings for Web Tools and Development Course

    Topic Reading
    Intro to Class, History of the Internet, Overview of Web Applications History of the Internet, Privatization of the New Communication Channel, Introduction to Web Application Development, Parts 1-4, How the Web Works: HTTP and CGI Explained
    XHTML and CSS XHTML Tutorial, CSS Tutorial
    PHP and Forms PHP Tutorial, HTML forms tutorial, XHTML forms tutorial
    Design and Usability (Linda Lane, TA) Web Style Guide (Chaps 1-3), Information and Design's Usability Resources, Visual Vocabulary for Application Design, Wireframe Sketches, Usability.gov, Usability in the Movies, The Interface Hall of Shame (mirror)
    Accessibility (Guest Speaker, Dan Comden - DO-IT) World Wide Access: Accessible Web Design, Accessibility Evaluation Procedure
    Javascript, Code Examples Javascript tutorial, form validation tutorial, Javascript Reference, Javascript DOM Reference
    Web Server Technologies Apache's Authentication Tutorial, Apache's Server-Side Include Tutorial, Apache's .htaccess Tutorial, UW's pubcookie Documentation
    PHP Models and Views, Example MVC Application PHP objects, PHP Objects reference, MVC in PHP
    Databases, SQL (PDF | HTML) SQL reference, SQL Tutorial
    PHP and Databases (PDF | HTML) MySQL in PHP
    PHP Sessions and Cookies PDF | HTML PHP Sessions, PHP Sessions Tutorial
    Privacy (Linda Lane, TA) PDF | HTML The Online Ethics Center for Engineering and Science section on Internet privacy, essays and op-eds from Bruce Schneier, "Your Vanishing Privacy"
    Security (Guest Speaker, Kirk Bailey, UW CISO), Example Insecure Application Two Security Articles (NetID protected), OWASP Wiki, especially security principles, attacks, vulnerabilities, and countermeasures; SQL Injection Walkthrough
    Topic TBD (Guest Speaker, Douglas McDavid, IBM Research) A Standard for Business Architecture Description, Financial and Technical Change
    XML and RSS PDF|HTML XML: Reuse or Lose It, An Introduction to XML
    Web Services PDF, Example Web Services Google Maps API Example and Key
    AJAX PDF | HTML AJAX Example
    .NET Overview (Guest Speaker, Scott Guthrie, ASP.NET Product Manager, Microsoft) Scott Guthrie's Blog


    Popularity: 10% [?]

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

    Related Posts:
  • Free Book: Sams Teach Yourself Visual Studio .NET 2003 in 21 Days
  • Free Book: Sams Teach Yourself C# in 24 Hours
  • Free Linux Training Courses
  • Free Book: Sams Teach Yourself Java 2 in 24 Hours
  • Free Training for A+, iNet+, Network+, Security+, Cisco, Unix, Web Design

  • Tags for this post>>

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


    BestTechVideos - Free Video Training

    Best Tech Videos hosts a nice variety of free techical and I.T. videos and sceencasts. These are tutorials, techtalks and presentations covering many important application development areas, all of which are linked below. These can definitely get you up to speed with these frameworks, languages, databases, and technologies.


    Most Popular:


    Video Categories

      Broadcasting
          Interview
          Lectures
          Podcasts
          Screencasts
          Webinars
          Business

      Companies

      Conferences
          EclipseCon 2006
          Google Dev Day
          LinuxConf.AU
          LTAC
          MIX06
          MIX07
          PyCon 2006
          RailsConf 2006
          Roskilde 2004
          ShowMeDo
          Techtalks

      Databases
          MSSQL
          MySQL
          Oracle
          PostgreSQL
          SQLite

      Design
          CSS
          MS Expression
          Photoshop

      Development
          Actionscript
          ASP.NET
          C and C++
          C#
          Debugging
          Erlang
          Java
          Javascript
          Lisp
          Objective-C
          OCaml
          Perl
          PHP
          Python
          Ruby
          Scheme
          Smalltalk

      Frameworks
          .NET Framework
          CakePHP
          Catalyst
          Django
          Flex
          GRails
          J2EE
          Ruby On Rails
          Spring
          Symfony
          Tapestry
          Turbogears
          wxPython
          XNA
          Zend Framework

      Networking
          DNS
          Netbios
          SIP
          TCP/IP

      OS
          Linux
          MacOS
          Windows

      Practices

      Science
          Computer Science
          DSP
          Math
          Sociology
          Statistics

      Technologies
          AJAX
          Flash
          LINQ
          RSS
          Silverlight
          VOIP
          Web Services
          WPF

      Web 2.0

    Technorati Tags: , , , ,

    Popularity: 12% [?]

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

    Related Posts:
  • Free Computer and Programming Training Videos
  • Free Java Training Videos, Books and Tutorials!
  • The Blue Library
  • Learn Enterprise JavaBeans (EJBs)
  • Free Computer Training from LearnKey Direct

  • Tags for this post>>

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


    Powered by WordPress