SAMS teach yourself Ajax in 10 minutes:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Indianalpolis
Sams Publishing
2006
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | VII, 230 S. |
ISBN: | 0672328682 9780672328688 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022220104 | ||
003 | DE-604 | ||
005 | 20070214 | ||
007 | t | ||
008 | 070110s2006 |||| 00||| eng d | ||
020 | |a 0672328682 |9 0-672-32868-2 | ||
020 | |a 9780672328688 |9 978-0-672-32868-8 | ||
035 | |a (OCoLC)224708778 | ||
035 | |a (DE-599)BVBBV022220104 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-355 | ||
050 | 0 | |a TK5105.8885.A52 | |
082 | 0 | |a 005.2762 |2 22 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Ballard, Phil |e Verfasser |4 aut | |
245 | 1 | 0 | |a SAMS teach yourself Ajax in 10 minutes |c Phil Ballard |
246 | 1 | 3 | |a Ajax in 10 minutes |
264 | 1 | |a Indianalpolis |b Sams Publishing |c 2006 | |
300 | |a VII, 230 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Ajax (Computer program language) | |
650 | 4 | |a Asynchronous transfer mode | |
650 | 4 | |a JavaScript (Computer program language) | |
650 | 4 | |a World Wide Web | |
650 | 0 | 7 | |a Ajax |g Informatik |0 (DE-588)7515401-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Ajax |g Informatik |0 (DE-588)7515401-8 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015431332&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015431332 |
Datensatz im Suchindex
_version_ | 1804136203178475520 |
---|---|
adam_text | Contents
Introduction
About This Book
What Is
Who This Book Is For
What Do I Need To Use This Book?
Conventions Used in This Book
Online Resources and Errata
Part I A Refresher on Web Technologies
1
A Short History of the Web
Workings of the World Wide Web
Summary
2
Introducing HTML
Elements of an HTML Page
A More Advanced HTML Page
Some Useful HTML Tags
Cascading Style Sheets in Two Minutes
Summary
3
Introducing HTTP
The HTTP Request and Response
HTML Forms
Summary
IV
Sams Teach Yourself
Client-Side Coding Using JavaScript
About JavaScript
In at the Deep End
Manipulating Data in JavaScript
Summary
Server-Side Programming in PHP
Introducing PHP
Embedding PHP in HTML Pages
Variables in PHP
Controlling Program Flow
Summary
A Brief Introduction to XML
Introducing XML
XML Basics
JavaScript and XML
The Document Object Model (DOM)
Summary
Part II Introducing
7
The Need for
Introducing
The Constituent Parts of
Putting It All Together
Summary
8
More About JavaScript Objects
Introducing XMLHTTPRequest
Creating the XMLHTTPRequest Object
Summary
Contents
9
Sending the Server Request
Monitoring Server Status
The Callback Function
Summary
10
The responseText and responseXML Properties
Another Useful JavaScript DOM Property
Parsing responseXML
Providing User Feedback
Summary
11
Constructing the
The HTML Document
Adding JavaScript
Putting It All Together
Summary
Part III More Complex
________
12
Getting More from the responseText Property
Summary
13
Introducing AHAH
Creating a Small Library for AHAH
Using myAHAHlib.js
Summary
vi
14
Adding the x to
The responseXML Property
Project—An RSS Headline Reader
Summary
15
Introduction to Web Services
REST
Using REST in Practice
REST and
Summary
16
Introducing SOAP (Simple Object Access Protocol)
The SOAP Protocol
Using
Reviewing SOAP and REST
Summary
17
An
Reviewing myAHAHlib.j
Implementing Our Library
Using the Library
Extending the Library
Summary
18 Ajax Gotchas 184
Common
The Back Button
Bookmarking and Links
Telling the User That Something Is Happening
Making
Dealing with Search Engine Spiders
Pointing Out Active Page Elements
Don t Use
Security
Contents
Test Code Across Multiple Platforms
Ajax
Some Programming Gotchas
Summary
Part IV Commercial and Open Source
________Ajax
19
Introducing prototype.js
Wrapping XMLHTTPRequest
Example Project
Summary
20
Introducing Rico
Rico s Other Interface Tools
Summary
21
Introducing XOAD
XOAD HTML
Advanced Programming with XOAD
Summary
Index
|
adam_txt |
Contents
Introduction
About This Book
What Is
Who This Book Is For
What Do I Need To Use This Book?
Conventions Used in This Book
Online Resources and Errata
Part I A Refresher on Web Technologies
1
A Short History of the Web
Workings of the World Wide Web
Summary
2
Introducing HTML
Elements of an HTML Page
A More Advanced HTML Page
Some Useful HTML Tags
Cascading Style Sheets in Two Minutes
Summary
3
Introducing HTTP
The HTTP Request and Response
HTML Forms
Summary
IV
Sams Teach Yourself
Client-Side Coding Using JavaScript
About JavaScript
In at the Deep End
Manipulating Data in JavaScript
Summary
Server-Side Programming in PHP
Introducing PHP
Embedding PHP in HTML Pages
Variables in PHP
Controlling Program Flow
Summary
A Brief Introduction to XML
Introducing XML
XML Basics
JavaScript and XML
The Document Object Model (DOM)
Summary
Part II Introducing
7
The Need for
Introducing
The Constituent Parts of
Putting It All Together
Summary
8
More About JavaScript Objects
Introducing XMLHTTPRequest
Creating the XMLHTTPRequest Object
Summary
Contents
9
Sending the Server Request
Monitoring Server Status
The Callback Function
Summary
10
The responseText and responseXML Properties
Another Useful JavaScript DOM Property
Parsing responseXML
Providing User Feedback
Summary
11
Constructing the
The HTML Document
Adding JavaScript
Putting It All Together
Summary
Part III More Complex
_
12
Getting More from the responseText Property
Summary
13
Introducing AHAH
Creating a Small Library for AHAH
Using myAHAHlib.js
Summary
vi
14
Adding the "x" to
The responseXML Property
Project—An RSS Headline Reader
Summary
15
Introduction to Web Services
REST
Using REST in Practice
REST and
Summary
16
Introducing SOAP (Simple Object Access Protocol)
The SOAP Protocol
Using
Reviewing SOAP and REST
Summary
17
An
Reviewing myAHAHlib.j
Implementing Our Library
Using the Library
Extending the Library
Summary
18 Ajax "Gotchas" 184
Common
The Back Button
Bookmarking and Links
Telling the User That Something Is Happening
Making
Dealing with Search Engine Spiders
Pointing Out Active Page Elements
Don't Use
Security
Contents
Test Code Across Multiple Platforms
Ajax
Some Programming Gotchas
Summary
Part IV Commercial and Open Source
_Ajax
19
Introducing prototype.js
Wrapping XMLHTTPRequest
Example Project
Summary
20
Introducing Rico
Rico's Other Interface Tools
Summary
21
Introducing XOAD
XOAD HTML
Advanced Programming with XOAD
Summary
Index |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Ballard, Phil |
author_facet | Ballard, Phil |
author_role | aut |
author_sort | Ballard, Phil |
author_variant | p b pb |
building | Verbundindex |
bvnumber | BV022220104 |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.8885.A52 |
callnumber-search | TK5105.8885.A52 |
callnumber-sort | TK 45105.8885 A52 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)224708778 (DE-599)BVBBV022220104 |
dewey-full | 005.2762 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2762 |
dewey-search | 005.2762 |
dewey-sort | 15.2762 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01466nam a2200409 c 4500</leader><controlfield tag="001">BV022220104</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20070214 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070110s2006 |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0672328682</subfield><subfield code="9">0-672-32868-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780672328688</subfield><subfield code="9">978-0-672-32868-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)224708778</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022220104</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TK5105.8885.A52</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.2762</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Ballard, Phil</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">SAMS teach yourself Ajax in 10 minutes</subfield><subfield code="c">Phil Ballard</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Ajax in 10 minutes</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Indianalpolis</subfield><subfield code="b">Sams Publishing</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">VII, 230 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Ajax (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Asynchronous transfer mode</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">JavaScript (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">World Wide Web</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Ajax</subfield><subfield code="g">Informatik</subfield><subfield code="0">(DE-588)7515401-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Ajax</subfield><subfield code="g">Informatik</subfield><subfield code="0">(DE-588)7515401-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015431332&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015431332</subfield></datafield></record></collection> |
id | DE-604.BV022220104 |
illustrated | Not Illustrated |
index_date | 2024-07-02T16:28:54Z |
indexdate | 2024-07-09T20:52:40Z |
institution | BVB |
isbn | 0672328682 9780672328688 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015431332 |
oclc_num | 224708778 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR |
owner_facet | DE-355 DE-BY-UBR |
physical | VII, 230 S. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Sams Publishing |
record_format | marc |
spelling | Ballard, Phil Verfasser aut SAMS teach yourself Ajax in 10 minutes Phil Ballard Ajax in 10 minutes Indianalpolis Sams Publishing 2006 VII, 230 S. txt rdacontent n rdamedia nc rdacarrier Ajax (Computer program language) Asynchronous transfer mode JavaScript (Computer program language) World Wide Web Ajax Informatik (DE-588)7515401-8 gnd rswk-swf Ajax Informatik (DE-588)7515401-8 s DE-604 Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015431332&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Ballard, Phil SAMS teach yourself Ajax in 10 minutes Ajax (Computer program language) Asynchronous transfer mode JavaScript (Computer program language) World Wide Web Ajax Informatik (DE-588)7515401-8 gnd |
subject_GND | (DE-588)7515401-8 |
title | SAMS teach yourself Ajax in 10 minutes |
title_alt | Ajax in 10 minutes |
title_auth | SAMS teach yourself Ajax in 10 minutes |
title_exact_search | SAMS teach yourself Ajax in 10 minutes |
title_exact_search_txtP | SAMS teach yourself Ajax in 10 minutes |
title_full | SAMS teach yourself Ajax in 10 minutes Phil Ballard |
title_fullStr | SAMS teach yourself Ajax in 10 minutes Phil Ballard |
title_full_unstemmed | SAMS teach yourself Ajax in 10 minutes Phil Ballard |
title_short | SAMS teach yourself Ajax in 10 minutes |
title_sort | sams teach yourself ajax in 10 minutes |
topic | Ajax (Computer program language) Asynchronous transfer mode JavaScript (Computer program language) World Wide Web Ajax Informatik (DE-588)7515401-8 gnd |
topic_facet | Ajax (Computer program language) Asynchronous transfer mode JavaScript (Computer program language) World Wide Web Ajax Informatik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015431332&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT ballardphil samsteachyourselfajaxin10minutes AT ballardphil ajaxin10minutes |