iconAll times are GMT. The time now is 05:18 PM. | Welcome to Forum, please register to access all of our features.
Old 03-14-2008, 12:37 PM   #1 (permalink)
OTO_777
Junior Member
 
Join Date: Jan 1970
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
OTO_777 is an unknown quantity at this point
Default Appdev Tutorials

Appdev - HTML



Code:
http://www.appdev.com/prodfamily.asp?catalog%5Fname=AppDevCatalog&category%5Fname=HTMLProduct
Master creating web pages with HTML using this easy-to-follow training from AppDev, the company recognized throughout North America for
world-class courseware and comprehensive training courses. Whether you are learning HTML for the first time or adding to your reference
library, you will find that AppDev?s training contains thorough, well-written content that is second to none.

Course includes 15+ hours of total training time...

* 3 CDs
* Over 5 hours of media run time
* Over 300 pages of courseware on CD-ROM
* Step-by-step hands-on-labs
* Sample code



HTML: Hypertext Markup Language

Modules: 3 CDs
Run Time: 5 hours
Pages: 300

AppDev's HTML 4.0 course is designed for developers who want to get the most out of the HTML markup language. This seminar focuses on
creating highly effective and interactive Web pages as well as on the essential building blocks of an HTML document.

With this HTML 4.0 course you will...

* Learn the fundamentals of Web page design
* Understand how tables and frames facilitate complex layouts and positioning
* See how Web pages can be used to collect user information
* Discover the power of VBScript and JavaScript to create interactive Web pages
* Tap the power of Dynamic HTML (DHTML) and see how to use it to dynamically control all aspects of a Web page

Prerequisites: Developing Web Sites with HTML 4.0 is designed for developers who want to get the most out of the HTML markup language.
Programming experience is helpful, but not required.



SESSION 1 (110 min)

Introduction to HTML

* What Is The Internet
* How Does a Web Page Work?
* The History of HTML
* The Building Blocks of a Web Page
* HTML Tags
* A Simple HTML Document

Formatting Text

* Modifying the Appearance of Text
* Text Alignment
* Creating Lists

Graphics, Color, and Animation

* Working with Images
* Using Images with HTML
* Custom Backgrounds
* Animation
* Adding Sound

Advanced Layout with Tables

* Creating Tables
* <TABLE> Tag
* <TR> Tag
* <TD> and <TH> Tags
* Advanced Layouts with Tables
* Grouping Rows and Columns
* Tips and Tricks


SESSION 2 (107 min)

Hypertext Links Hypertext Links

* Anatomy of a URL
* Working with Anchors
* Linking to Web Pages
* Other Types of Hypertext Links
* Image Maps

Frames

* What Are Frames?
* Creating a Frameset Document
* Frame Attributes
* Using Hyperlinks
* Frame Layout

Cascading Style Sheets

* Cascading Style Sheet Overview
* Using Style Sheets
* Formatting and Layout
* Advanced Techniques


SESSION 3 (113 min)

HTML Forms

* Introduction to Forms
* Form Controls
* Implementing Forms
* Advanced Form Design

Creating Interactive Web Pages

* Introduction to Scripting
* JavaScript
* Performing Field Validation
* VBScript
* Using Java Applets
* Using ActiveX Controls

DHTML

* What Is DHTML?
* Document Object Model (DOM)
* Dynamic Styles
* Dynamic Classes
* Dynamic Content


Your Instructor

Quote:
Martin Schaeferle has taught IT professionals nationwide to develop applications using Visual Basic, Microsoft« SQL Server, ASP, and XML.
He has been a featured speaker at Microsoft« Tech-Ed and the Microsoft« NCD Channel Summit, and he specializes in developing Visual Basic
database applications, COM-based components, and ASP-based Web sites. In addition to writing and presenting technical training content,
Martin is also AppDev's vice president of technology.

Code:
http://rapidshare.com/files/96105828/AppDev_-_HTML_-_Hypertext_Markup_Language.part01.rar
http://rapidshare.com/files/96112797/AppDev_-_HTML_-_Hypertext_Markup_Language.part02.rar
http://rapidshare.com/files/96118473/AppDev_-_HTML_-_Hypertext_Markup_Language.part03.rar
http://rapidshare.com/files/96125370/AppDev_-_HTML_-_Hypertext_Markup_Language.part04.rar
http://rapidshare.com/files/96132196/AppDev_-_HTML_-_Hypertext_Markup_Language.part05.rar
http://rapidshare.com/files/96394717/AppDev_-_HTML_-_Hypertext_Markup_Language.part06.rar
http://rapidshare.com/files/96404472/AppDev_-_HTML_-_Hypertext_Markup_Language.part07.rar
http://rapidshare.com/files/96415982/AppDev_-_HTML_-_Hypertext_Markup_Language.part08.rar
http://rapidshare.com/files/96429724/AppDev_-_HTML_-_Hypertext_Markup_Language.part09.rar
http://rapidshare.com/files/96443266/AppDev_-_HTML_-_Hypertext_Markup_Language.part10.rar
http://rapidshare.com/files/96426216/AppDev_-_HTML_-_Hypertext_Markup_Language.part11.rar
OTO_777 is offline   Reply With Quote
Old 03-14-2008, 12:40 PM   #2 (permalink)
OTO_777
Junior Member
 
Join Date: Jan 1970
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
OTO_777 is an unknown quantity at this point
Default Re: Appdev Tutorials

Appdev - XML



Code:
http://www.appdev.com/prodfamily.asp?catalog%5Fname=AppDevCatalog&category%5Fname=XMLProduct&cookie%5Ftest=1
XML
with Martin Schaeferle

Quote:
You'll learn the fundamentals of the Extensible Markup Language (XML) as well as those of the most popular supporting technologies.
See how to create well-formed XML data and use namespaces. Understand how to perform validation using Document Type Definitions (DTDs)
and XML Schemas (XSD). See how to manipulate XML data using the Document Object Model (DOM) and Simple API for XML (SAX). Learn how to
create Web Services using the Simple Object Access Protocol (SOAP). Become familiar with stylesheets using XSL for Transfomation (XSLT). .
See the latest XML technologies like XQuery, XML Encryption, and Resource Description Framework (RDF).
Course includes 21+ hours of total training time...
5 CDs
Over 7 hours of media run time
Over 450 pages of courseware on CD-ROM
Step-by-step hands-on-labs
Sample code.

SESSION 1 (89:28)

Introducing the Extensible Markup Language
What is XML?
Working with XML Data
Well-Formed XML
XML Content Models
Well-Formed and Valid XML
Document Type Definitions (DTD)
The Value of Valid XML
Associating a DTD with XML


SESSION 2 (90:17)

Document Type Definitions (continued)
Defining the XML Content Model
Content Model Cardinality
Defining Attributes
Defining Custom Entities
What?s the Problem with DTD?
Schemas and Namespaces
XML Describing XML
Built-In Data Types
Defining Content Models
Deriving Types
XML Namespaces
Do I Really Need Valid XML?


SESSION 3 (89:38)

XML?s Document Object Model
Object-Oriented View of XML
DOM Interfaces and Objects
A Parsing Alternative: Simple API for XML (SAX)
Introducing XSLT
What is XSLT?
Are You Sure This Is a Language?
Transformation Types
Processing XSLT
Matching XML with XPath
XSLT Simplified Stylesheets
The Essential Stylesheet
Using an XSL Blueprint to Create HTML
What Can?t a Simplified Stylesheet Do?


SESSION 4 (84:25)

XML Web Services
A Brief History of Remote Procedure Calls
Web Service Description Language (WSDL)
Introducing SOAP
Programming Raw SOAP
Universal Description, Discover, and Integration (UDDI)
Applied XML
The Complex World of XML
XML Query


SESSION 5 (76:29)


Applied XML (continued)
Scalable Vector Graphics
Security and XML
Resource Description Framework (RDF)
The Semantic Web
Writing RDF
RDF Vocabularies

Code:
http://rapidshare.com/files/96670046/AppDev_-_XML.part01.rar
http://rapidshare.com/files/97012559/AppDev_-_XML.part02.rar
http://rapidshare.com/files/97018214/AppDev_-_XML.part03.rar
http://rapidshare.com/files/96685952/AppDev_-_XML.part04.rar
http://rapidshare.com/files/97023731/AppDev_-_XML.part05.rar
http://rapidshare.com/files/96685765/AppDev_-_XML.part06.rar
http://rapidshare.com/files/96686094/AppDev_-_XML.part07.rar
http://rapidshare.com/files/97030749/AppDev_-_XML.part08.rar
http://rapidshare.com/files/97488655/AppDev_-_XML.part09.rar
http://rapidshare.com/files/97499652/AppDev_-_XML.part10.rar
http://rapidshare.com/files/97507280/AppDev_-_XML.part11.rar
http://rapidshare.com/files/97518875/AppDev_-_XML.part12.rar
http://rapidshare.com/files/97530543/AppDev_-_XML.part13.rar
http://rapidshare.com/files/97543641/AppDev_-_XML.part14.rar
http://rapidshare.com/files/97554356/AppDev_-_XML.part15.rar
http://rapidshare.com/files/97700131/AppDev_-_XML.part16.rar
http://rapidshare.com/files/97546223/AppDev_-_XML.part17.rar
OTO_777 is offline   Reply With Quote
Old 03-14-2008, 12:42 PM   #3 (permalink)
OTO_777
Junior Member
 
Join Date: Jan 1970
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
OTO_777 is an unknown quantity at this point
Default Re: Appdev Tutorials

AppDev - XSLT - XSL Transformations



Code:
http://www.appdev.com/prodfamily.asp?catalog%5Fname=AppDevCatalog&category%5Fname=XSLTProduct
Quote:
This course teaches you how to use XSLT to process your XML data into another markup format like HTML or WAP. You'll learn about the origins
and current state of XSLT, and how to create simple "fill-in-the-blank" stylesheets. You'll learn how to use XPath to navigate to any node
in an XML tree, how to use rule-based stylesheets to create powerful and flexible stylesheet applications, and how to apply your current
programming knowledge to this new language and environment.
Course includes 6+ hours of total training time...

* 2 modules of training
* Over 2 hours of media run time
* Over 300 pages of courseware on CD-ROM
* Step-by-step hands-on-labs
* Sample code



XSLT: XSL Transformations

Modules 2 CDs
Run Time 2 hours
Pages 300

Quote:
Transforming XML with XSLT teaches you how to use the XSLT language to process your XML data into another markup format like HTML or WAP.
You'll learn about the origins and current state of XSLT, and how to create simple "blueprint" stylesheets. You’ll find out about XPath,
another XML technology, and learn how to use it to navigate to any node in an XML tree. You’ll discover how to use rule-based stylesheets
to create powerful and flexible stylesheet applications. You'll also learn how XSLT differs from procedural programming languages, and how
to apply the programming knowledge you already have to this new language and environment.

By the end of the course, you will be able to:

* Create both simple "blueprint" stylesheets to provide quick transformations of your XML data and complex XSLT-based applications that
use multiple XML data sources and multiple stylesheets.
* Use XPath to navigate an XML tree and get values from text nodes and attributes.
* Determine the best place and time to process a given transformation: Programmer’s workstation at design time, or upon request using
the client’s browser or the web server.
* Create rule-based stylesheets that are easy to maintain and extend.
* Design named templates that act as subroutines in an XSLT stylesheet.
* Use XSLT to calculate results and do totaling based on XML data.
* Decide if and when to use processor-specific extensions in your XSLT applications.

Prerequisites: This course is aimed at the individual who already has a good understanding of XML, as well as some programming experience
in any programming language. You should be familiar with elements, attributes, and the "tree" structure of an XML document. No specific
programming language is required, but you should understand the purpose of control structures (such as the If...Then statement), looping
structures, and variables. Most of the examples transform XML into HTML, so you should have a basic understanding of HTML tags.



SESSION 1 (90 min)

Introducing XSLT

* What is XSLT?
* Are You Sure This is a Language?
* Transformation Types
* Processing XSL

Simplified Stylesheets

* The Essential Stylesheet
* Using an XSL Blueprint to Create HTML
* What Can’t a Simplified Stylesheet Do?

Using XPath to Get Around

* What Is XPath?
* Figuring Out Location Steps
* Introducing XPath Functions

Adding Template Rules

* What Are Templates?
* Un-Simplifying the Stylesheet
* Using the Template Element
* Other Top-Level Elements

Traditional Programming Concepts and XSLT

* Programming Concepts You can Use
* Working with Variables
* Calling Named Templates
* Using Functions
* Creating Modular Stylesheet Solutions



SESSION 2 (50 min)


Creating an XML Result Tree

* XML-Structured Variables
* XML Node Creation Elements

Doing Calculations in XSLT

* Programming with No Side Effects
* Applying Recursive Programming Techniques

Common XSLT Challenges

* Applying XSLT
* How Do I Group Data?
* Grouping Data: Another Solution
* How Do I Copy HTML Tags from the Data?
* How Do I Add or Remove Whitespace?

Using Processor-Specific Extensions

* The Mechanics of Extensions
* Should You Use Extensions?
* Recovering from Missing Extensions



Your Instructor
Quote:
Jan Fransen has been working to educate people in the best ways to use Microsoft products for more than 15 years. She's written both
data-based and document-based applications for large and small companies, and has helped hundreds of Office users and developers get
started on the right foot through public and onsite training classes. As a writer, Jan has developed training courseware, contributed to
books on Microsoft Office, written white papers for publication on MSDN, and created samples designed to help developers get up to speed
quickly on new Microsoft products and features.
Code:
http://depositfiles.com/files/4080870
http://depositfiles.com/files/4081587
http://depositfiles.com/files/4082731
http://depositfiles.com/files/4083315
http://depositfiles.com/files/4083723
http://depositfiles.com/files/4084104
http://depositfiles.com/files/4084201
OTO_777 is offline   Reply With Quote
Old 10-18-2008, 03:14 PM   #4 (permalink)
lwb7379z
Member
 
Join Date: Sep 2008
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
lwb7379z is an unknown quantity at this point
Smile Five Hundred Times

In the traffic court of a large mid-western city, a young lady was brought before the judge to answer a ticket given her for driving through a red light. She explained to his honor that she was a school teacher and requested an immediate disposal of her case in order that she might hasten on to her classes. A wild gleam came into the judge's eye. "You are a school teacher, eh?" said he. "Madam, I shall realize my lifelong ambition. Sit down at that table and write 'I went through a red light' five hundred times."------------------------------------------------------------------------------------------------------------------------------The wow power leveling site offer buy wow powerleveling,cheap world of warcraft power leveling and world of warcraft powerleveling news. ____________________Buy wow gold,LWB
lwb7379z is offline   Reply With Quote
Old 10-18-2008, 04:05 PM   #5 (permalink)
weosdfl34
Junior Member
 
Join Date: Oct 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
weosdfl34 is an unknown quantity at this point
Red face cyberspace

George Bush author than any opposite chairwoman, omit FDR, has improved an majestic office. He is in umpteen respects a deceiver who has infrangible superpower. This rank knowledge has been acknowledged not through soldierly ascendence but through lineage 2 adena governmental acquiescence. In the patois of homeland section finished the so-called "Patriot Act" he has been allowed to amplify the federal polity's ability to use wiretaps without juridic mistake; has made it far easier for the polity to observe close cyberspace utilisation; has official "stalker and glint" warrants sanctioning agent regime to hunting a human's
weosdfl34 is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On