Intelligentedu Intelligentedu
Best New Free Computer IT Training Tutorial Resources Meilleur nouveau ordinateur gratuit de formation en TI Tutorial ressources
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian





Blog Roll: Blog Roll:


Top Links: Liens:

July 2, 2007 Juillet 2, 2007

AJAX Articles and Tutorials from Mozilla AJAX articles et didacticiels de Mozilla

Asynchronous JavaScript and XML ( Asynchronous JavaScript and XML ( AJAX AJAX ) is a method, or model, of using existing technologies in combination together. ) Est une méthode ou modèle, d'utiliser les technologies existantes en combinaison. These include: Il s'agit notamment de: HTML or ou XHTML , Cascading Style Sheets Les feuilles de style en cascade , JavaScript , The Document Object Model Le Document Object Model , XML , XSLT , and , Et XMLHttpRequest . When these technologies are combined in the AJAX model, web applications have the ability to make fast, incremental updates to the user interface without reloading the entire browser page, thus the application becomes quicker and more responsive to user actions. Lorsque ces technologies sont combinées dans le modèle AJAX, les applications Web ont la capacité de faire rapide, ainsi qu'aux mises à jour de l'interface utilisateur sans devoir recharger la page entière du navigateur, donc l'application devient plus rapide et plus sensible aux actions de l'utilisateur.

The following are On trouvera ci-après AJAX Articles and Tutorials AJAX articles et tutoriels hosted and linked from hébergé et liées à Mozilla.org that will help you learn how to use and code with the AJAX model. qui vous aidera à apprendre à utiliser et le code avec le modèle AJAX. These will teach you and show you how to use many useful AJAX coding techniques. Ces vous enseignera et vous montrer comment utiliser de nombreuses techniques de codage AJAX.


AJAX: Getting Started AJAX: Premiers pas
1 What's AJAX? 1 Qu'est-ce que l'AJAX?
2 Step 1 – say "Please!" 2 Étape 1 - dire "S’il vous plaît!" or How to Make an HTTP Request ou comment faire une demande HTTP
3 Step 2 – "There you go!" 3 Étape 2 - "There you go!" or Handling the Server Response Manipulation ou la réponse du serveur
4 Step 3 – "All together now!" 4 Etape 3 - "Tous ensemble maintenant!" - A Simple Example -- Un simple exemple
5 Step 4 – "The X-Files" or Working with the XML Response 5 Etape 4 - "The X-Files" ou de travail avec la réponse XML


AJAX: Community AJAX: Communauté
AJAX: Other Resources AJAX: Autres ressources
A Simpler Ajax Path (external) A Simpler Ajax Path (externe)
AJAX Patterns: Design Patterns for AJAX Usability (external) AJAX Patterns: Design Patterns for AJAX utilisabilité (externe)
AJAX and scripting Web services with E4X, Part 1 (external) AJAX et scripts de services Web avec E4X, Partie 1 (externe)
AJAX and scripting Web services with E4X, Part 2 (external) AJAX et scripts de services Web avec E4X, Partie 2 (externe)
AJAX with JavaScript disabled (external) AJAX avec le JavaScript (externe)
ARIA: Accessible Rich Internet Applications ARIA: Accessible Rich Internet Applications
Ajax Mistakes (external) Ajax Mistakes (externe)
Ajax: A New Approach to Web Applications (external) Ajax: A New Approach to Web Applications (externe)
Core JavaScript 1.5 Guide 1,5 Core JavaScript Guide
Core JavaScript 1.5 Reference Core JavaScript 1,5 référence
Fixing the Back Button and Enabling Bookmarking for AJAX Apps (external) La fixation du bouton Précédent et d'habilitation en signet pour AJAX Apps (externe)
Guide to Using XMLHttpRequest (external) Guide d'utilisation XMLHttpRequest (externe)
Guide to Using XMLHttpRequest (with Baby Steps) (external) Guide d'utilisation XMLHttpRequest (avec Baby Steps) (externe)
How to create a DOM tree Comment créer un arbre DOM
Key-navigable custom DHTML widgets Key-navigable DHTML widgets personnalisés
Online and offline events En ligne et hors ligne des événements
Parsing and serializing XML Analyser et sérialisation XML
Using XPath Utilisation de XPath
Very Dynamic Web Interfaces (external) Très Dynamic Web Interfaces (externe)
XMLHttpRequest
XMLHttpRequest at XULPlanet (external) XMLHttpRequest à XULPlanet (externe)
nsIJSXMLHttpRequest at XULPlanet (external) nsIJSXMLHttpRequest à XULPlanet (externe)
nsIXMLHttpRequest at XULPlanet (external) ; nsIXMLHttpRequest à XULPlanet (externe)
nsIXMLHttpRequest.idl (LXR) (external) nsIXMLHttpRequest.idl (LXR) (externe)


AJAX Tutorials and Techniques AJAX tutoriels et des techniques

AJAX:Getting Started AJAX: Premiers pas
This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started. Cet article vous guide à travers les bases d'AJAX et vous donne deux exemples simples qui vous aideront à démarrer.

Alternate Ajax Techniques Autres techniques Ajax
Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques are not limited to just XMLHttp. La plupart des articles sur Ajax se concentrent sur l'utilisation de XMLHttp comme le moyen de réaliser cette communication, mais les techniques AJAX ne sont pas limitées à un peu XMLHttp. There are several other methods. Il existe plusieurs autres méthodes.

Ajax: A New Approach to Web Applications Ajax: Une nouvelle approche des applications Web
Jesse James Garrett, of Jesse James Garrett, adaptive path adaptive path , wrote this article in February 2005, introducing AJAX and its related concepts. , A écrit cet article en Février 2005, introduisant le terme AJAX et de ses concepts.

A Simpler Ajax Path A Simpler Ajax Path
"As it turns out, it's pretty easy to take advantage of the XMLHttpRequest object to make a web app act more like a desktop app while still using traditional tools like web forms for collecting user input." "En fin de compte, il est assez facile à prendre avantage de l'objet XMLHttpRequest pour faire une application web plus agir comme une application de bureau tout en utilisant des outils traditionnels comme les formulaires Web pour la collecte de l'utilisateur."

Fixing the Back Button and Enabling Bookmarking for AJAX Apps La fixation du bouton «Précédent» et de permettre en signet pour applications AJAX
Mike Stenhouse has penned this article, detailing some methods you can use to fix back button and bookmarking issues when developing AJAX applications. Mike Stenhouse est l'auteur de cet article, en précisant certaines méthodes que vous pouvez utiliser pour fixer bouton précédent et en signet questions lors de l'élaboration d'applications AJAX.

Ajax Mistakes Ajax Mistakes
Alex Bosworth has written this article outlining some of the mistakes AJAX application developers can make. Alex Bosworth a écrit cet article décrivant quelques-unes des erreurs les développeurs d'applications AJAX peuvent faire.

AJAX Tutorial Tutoriel AJAX with examples. avec des exemples.

XMLHttpRequest specification XMLHttpRequest spécification
W3C Working draft Projet de travail du W3C


More AJAX Articles and Tutorials: Plus d'articles AJAX et Tutoriels:

Ajax IE caching issue Ajax IE cache question
What is So Special About AJAX Ce qui est si spécial au sujet de ajax
Is Ajax development slowing down Ajax est de ralentir le développement
Biggest AJAX problem AJAX plus grand problème
Surveying open-source AJAX toolkits Surveying open-source AJAX outils
Live Filter - Reinvesting Search Live Filtre - Recherche Réinvestir
Declarative AJAX Components and XML Namespaces` Déclarative AJAX composants et les espaces de nommage XML »
Optimizing Page Load Time Optimisation des temps de chargement des pages
Integrating Maps into Your Java Web Application with Google Maps and Ajax L'intégration de cartes dans votre application Java Web avec Google Maps et Ajax
Cybercrooks add Ajax coding Cybercrooks ajouter Ajax codage Ajax File uploads to Amazon S3 Ajax le téléchargement de fichiers à Amazon S3
How to create the Google Suggest feature with Comment créer la fonctionnalité Google Suggest avec ASP.NET 2.0 2,0
Building a Pagination System with AJAX Nombre de pages l'édification d'un système avec AJAX
Asynchronous file upload with AJAX progress bar in PHP Asynchronous chargement de fichier avec AJAX barre de progression en PHP
ajaxload - Ajax loading gif generator ajaxload - Ajax gif générateur de chargement
AJAX Activity Indicators AJAX indicateurs d'activité How to Create a Basic JavaScript Drag and Drop Functionality Comment créer une base de JavaScript Drag and Drop fonctionnalité


AJAX: Tools AJAX: Outils

AJAX Debugging Tool (external) AJAX outil de débogage (externe)
Firebug Firefox extension (external) Firefox Extension Firefox (externe)
Flash / AJAX Integration Kit (external) Flash / AJAX Kit d'intégration (externe)
Flash / AJAX Integration Kit Example (external) Flash / AJAX Kit d'intégration Exemple (externe)


XMLHttpRequest

XMLHttpRequest
Guide to Using XMLHttpRequest (external) Guide d'utilisation XMLHttpRequest (externe)
XMLHttpRequest at XULPlanet (external) XMLHttpRequest à XULPlanet (externe)
XMLHttpRequest changes for Gecko1.8 XMLHttpRequest changements pour Gecko1.8
nsIJSXMLHttpRequest at XULPlanet (external) nsIJSXMLHttpRequest à XULPlanet (externe)
nsIXMLHttpRequest at XULPlanet (external) ; nsIXMLHttpRequest à XULPlanet (externe)
nsIXMLHttpRequest.idl (LXR) (external) nsIXMLHttpRequest.idl (LXR) (externe)

Technorati Tags: Technorati Tags: , , , ,

Popularity: 20% [ Popularité: 20% [ ? ? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. Partagez et s'amuser: Les icônes de lien vers Social Bookmarking sites où les lecteurs peuvent partager et découvrir de nouvelles pages Web.
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: Postes connexes:
  • Mozilla Developer Center: Web Dev Tutorials, References and Docs Mozilla Developer Center: web dev tutoriels, des références et des docs
  • Ajax Ebooks and Learning Documents Ajax ebooks documents et de l'apprentissage
  • Ajax Eclipse Tutorials and Presentations Eclipse Ajax tutoriels et des présentations
  • SAP Community Network SAP Community Network
  • Ajax Tutorials Ajax Tutos

  • Filed under: Classé dans: Best New Free Computer IT Training Tutorial Resources Meilleur nouveau ordinateur gratuit de formation en TI Tutorial ressources — computer_teacher @ 6:48 pm -- Computer_teacher @ 6:48 pm


    100 Java Programming and Web Development Ebooks 100 Programmation Java et Web Development ebooks

    Here is a web repository of over 100 Voici un dépôt Web de plus de 100 Java Programming and Web Development Ebooks Programmation Java et Web Development ebooks . These programming ebooks cover many Java technologies, along with AJAX, JavaScript, CSS, DHTML, HTML, and MySQL.  These are in pdf and chm formats. Ces programmes couvrent de nombreux ebooks technologies Java, avec AJAX, JavaScript, CSS, DHTML, HTML et MySQL. Celles-ci sont au format pdf et formats chm.

    eBook Topics : eBook Thèmes:

    Oracle Application Server 10G Web Development Oracle Application Server 10g Web Development
    Core JavaServer Faces Core JavaServer Faces
    Struts Reference eBook Struts livre électronique de référence
    JavaServer Pages (JSP 2.0) JavaServer Pages (JSP 2.0)
    AJAX In Action AJAX en action
    Eclipse Distilled Eclipse distillée
    Java  Programming Language Guide Java Programming Language Guide
    Java Traps, Pitfalls, and Corner Cases Java pièges, les pièges, et Corner affaires
    Java Programming Language Guide Java Programming Language Guide
    Eclipse eBook Eclipse eBook
    The Java Programming Language Le langage de programmation Java
    Agile Java Development with Spring, Hibernate, and Eclipse Agile de développement Java avec Spring, Hibernate, et Eclipse
    AJAX Patterns and Best Practices AJAX modèles et les meilleures pratiques
    Beginning JavaScript with DOM Scripting and AJAX - From Novice to Expert Spring Mvc And Web Flow Début avec javascript et DOM scripting Ajax - de novice à expert printemps MVC et des flux Web
    Apache Ant Apache Ant
    Jakarta Tomcat 5 Jakarta Tomcat 5
    Spring Printemps
    Jakarta Struts Jakarta Struts
    Foundations of AJAX eBook Foundations of Ajax eBook
    Pro JSF and AJAX Building Rich Internet Components Pro JSF et AJAX Building Rich Internet Components
    Struts Applications Building Web Sites with Struts Struts applications création de sites Web avec Struts
    SCJP
    Web Frameworks: Struts, Spring MVC, WebWork, Tapestry and JSF Cadres Web: Struts, Spring MVC, WebWork, Tapisserie et JSF
    DHTML and Web Design Using JavaScript and DOM DHTML et conception de sites Web en utilisant JavaScript et DOM
    Design Patterns - Elements of Reusable Object-Oriented Software Design Patterns - Elements of reusable Object-Oriented Software
    Design Patterns Elements of Reusable Object Oriented Software Design Patterns éléments réutilisables de logiciel orienté objet
    DHTML Utopia DHTML Utopia
    MySQL eBook MySQL eBook
    CSS Mastery Advanced Web Standards Solutions CSS maîtrise avancée des solutions standards du Web
    HTML Utopia - Designing Without Tables Using CSS Html utopie - conception sans tableaux, en utilisant CSS
    JSP  - Struts eBook - Building Web Applications with the Leading Java Framework JSP - Struts eBook - Pour des applications Web avec les principaux Java-cadre
    JFC Swing Tutorial A Guide to Constructing GUIs JFC Swing tutorial Un guide pour la construction d'interfaces graphiques
    Guide to web application development with Tapestry Guide de développement d'applications Web avec Tapisserie
    JavaServer Faces JSF eBook JavaServer Faces JSF ebook
    Java 2 Java 2
    JSTL eBook JSTL eBook
    Java Web Development - Struts, Tapestry, Commons, Velocity, Junit, Axis, Cocoon, Internetbeans, Webwork Java Web Development - Struts, Tapestry, Commons, Velocity, Junit, Axis, Cocoon, Internetbeans, Webwork
    IntelliJ IDEA eBook IntelliJ IDEA eBook
    AJAX eBook AJAX eBook
    Accessibility - Making Your Web Site More Usable for Everyone Accessibilité - Création de votre site Web plus utilisable pour tous
    Ant Guide Ant Guide
    Eclipse IDE eBook Eclipse IDE eBook
    High Performance MySQL High Performance MySQL
    Java Swing Java Swing
    JavaServer Pages JavaServer Pages
    Javascript And DHTML eBook Javascript et DHTML ebook
    Regular Expressions Les expressions régulières
    Programming Jakarta Struts Programming Jakarta Struts
    UNIX Power Tools UNIX Power Tools
    Cascading Style Sheets The Definitive Guide Les feuilles de style en cascade The Definitive Guide
    JavaServer Faces JavaServer Faces
    GNU Emacs GNU Emacs
    Tomcat Guide Tomcat Guide
    Sed & Awk Sed & Awk
    FreeBSD and OpenBSD Security FreeBSD et OpenBSD sécurité
    Unix Backup and Recovery Unix de sauvegarde et de récupération
    AJAX Design Patterns AJAX design patterns
    Eclipse IDE eBook Eclipse IDE eBook
    Essential SNMP Essential SNMP
    Jakarta Commons eBook Jakarta Commons eBook
    Java 1.5 Tiger A Developers Notebook Java 1,5 tigre Un bloc-notes développeurs
    Learning Java Apprendre Java
    Swing Hacks Swing Hacks
    AJAX Hacks Tips And Tools For Creating Responsive Web Sites AJAX hacks des conseils et des outils pour la création de sites Web sensibles
    Rt Essentials Ebook RT Essentials ebook
    Java Examples eBook Exemples Java eBook
    Java eBook Java eBook
    RADIUS iNT eBook RADIUS INT eBook
    Core JSTL - the JSP Standard Tag Library Core Jstl - la norme JSP Tag Library
    Core Servlets and JavaServer Pages, Core Technologies Core Servlets et JavaServer Pages, les technologies de base
    More Servlets and JavaServer Pages Plus Servlets et JavaServer Pages
    Agile Java - Coding with Test Driven Development Agile Java - avec le codage de développement piloté par les tests
    Core Java 2 Volume I Core Java 2 Volume I
    Core Java 2 Volume II Core Java 2 Volume II
    Jakarta Velocity Jakarta Velocity
    Exam Cram 2 Sun SCJD (Exam CX-310-252A and CX-310-027) Exam Cram 2 Di SCJD (Exam CX-310-252A et CX-310-027)
    Java 2 Developer Exam Cram 2 Exam CX-310-252A And CX-310-027 eBook Développeurs Java 2 Exam Cram 2 Exam CX-310-252A et CX-310-027 eBook
    Regular Expression eBook Reference Expression régulière ebook de référence
    SCJP Exam - 310-055 Exam Q and A SCJP Exam - 310-055 examen Q et R
    SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) SCJP Sun Certified Java Programmer pour 5 Study Guide (Exam 310-055)
    The CSS Anthology 101 Essential Tips Tricks and Hacks Le CSS anthologie 101 Essential astuces et hacks
    Struts Recipes - Hibernate Struts Recettes - Hibernate
    Style with CSS - A Designer's Guide Avec style CSS - A Designer's Guide
    Core JSTL Mastering the JSP Standard Tag Library Core Jstl la maîtrise de la norme JSP Tag Library
    Sun Java Certification - Kathy Sierra, SCJP1 5, SCJP 310-055 Sun Java Certification - Kathy Sierra, SCJP1 5, SCJP 310-055
    Nessus Snort and Ethereal Power Tools Customizing Open Source Security Applications Snort et Nessus Ethereal Power Tools Personnalisation de l'Open Source des applications de sécurité
    Writing Security Tools and Exploits Écrit outils de sécurité et vulnérabilités
    The Javascript Anthology 101 Essential Tips, Tricks & Hacks-Sample Le Javascript Anthology 101 Essential Tips, Tricks & Hacks-échantillon
    WebWork In Action WebWork en action
    Java Open Source Programming With Xdoclet, Junit, Webwork, Hibernate Java Open Source de programmation avec XDoclet, JUnit, Webwork, Hibernate
    Java Development with the Spring Framework Java Development With The Spring Framework
    Ibm Websphere 5.0 Application Server IBM WebSphere Application Server 5,0
    Javascript For Web Developers Javascript pour les développeurs Web
    Apache Tomcat 5 Apache Tomcat 5
    Jakarta Struts Jakarta Struts
    AJAX
    Latex Companion Latex Companion
    Tapestry In Action Tapisserie en action
    Jakarta Struts eBook Jakarta Struts eBook
    Core Web Programming Core Web Programming
    Java Swing Java Swing
    Java Servlet and JSP eBook Java Servlet et JSP eBook
    Java Manual Manuel Java
    Programmers AJAX Programmeurs AJAX

    Technorati Tags: Technorati Tags: , , ,

    Popularity: 54% [ Popularité: 54% [ ? ? ] ]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. Partagez et s'amuser: Les icônes de lien vers Social Bookmarking sites où les lecteurs peuvent partager et découvrir de nouvelles pages Web.
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts: Postes connexes:
  • 16 Web Development and Programming Ebooks 16 Développement de sites et de programmation Ebooks
  • Free Java, C++, and Software Development Ebooks Free Java, C + + et le développement de logiciels Ebooks
  • 120 Computer and Network Security eBooks 120 ordinateurs et de réseau de sécurité des livres électroniques
  • Many Freely Available eBooks Beaucoup de livres électroniques disponibles librement
  • Technical, Programming, and Web Development Books and Ebooks Technique, de programmation, de développement et le Web Livres et Ebooks

  • Filed under: Classé dans: Free Computer and IT Books Gratuit ordinateur et il livres — computer_teacher @ 9:45 pm -- Computer_teacher @ 9:45 pm


    July 3, 2007 Juillet 3, 2007

    11 Programming Ebooks Programmation 11 Ebooks

    Here are Voici 11 Programming Ebooks Programmation 11 Ebooks covering C#, couvrant C #, ASP.NET , XML, Java, HTML, XHTML, JavaScript, Struts, and XSLT. , XML, Java, HTML, XHTML, JavaScript, Struts, et XSLT. These application development ebooks are in pdf and chm formats. Le développement d'applications Ces ebooks sont au format pdf et formats chm.

    EBook Topics : EBook Thèmes:

    C# and C # et ASP.NET 2.0 Advanced Application Design 2,0 avancée de conception d'applications
    Beginning Début ASP.NET 2.0 with C# 2,0 avec C #
    C# C # ASP.NET 2.0 2,0
    ASP.NET 2.0 XML 2,0 XML
    Java 2 Reference Java 2 référence
    HTML and XHTML Reference eBook HTML et XHTML de référence eBook
    JavaScript Reference eBook Javascript Reference eBook
    Struts Reference Struts de référence
    XSLT eBook XSLT eBook
    XSLT - Learning XML Transformations XSLT - apprentissage transformations XML
    XSL Transformations (XSLT) Reference XSL Transformations (XSLT) de référence

    Popularity: 48% [ Popularité: 48% [ ? ? ] ]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. Partagez et s'amuser: Les icônes de lien vers Social Bookmarking sites où les lecteurs peuvent partager et découvrir de nouvelles pages Web.
    • blogmarks
    • del.icio.us