Record ID | ia:doingwebdevelopm0000kura |
Source | Internet Archive |
Download MARC XML | https://archive.org/download/doingwebdevelopm0000kura/doingwebdevelopm0000kura_marc.xml |
Download MARC binary | https://www.archive.org/download/doingwebdevelopm0000kura/doingwebdevelopm0000kura_meta.mrc |
LEADER: 06605cam 22006017a 4500
001 ocm48562292
003 OCoLC
005 20201111060250.0
008 050502s2002 caua b 001 0 eng d
010 $a 2005297815
040 $aTEF$beng$cDLC$dTEF$dBAKER$dYDXCP$dHEBIS$dDEBBG$dUKWOH$dHDC$dOCLCF$dCNGUL$dOCLCQ$dDHA$dOCLCQ
066 $c$1
020 $a1893115879
020 $a9781893115873
035 $a(OCoLC)48562292
042 $alccopycat
050 00 $aTK5105.888$b.K87 2002
082 00 $a005.2/768$222
084 $aST 252$2rvk
084 $aTP393.092$2clc
100 1 $aKurata, Deborah.
245 10 $aDoing Web development :$bclient-side techniques /$cDeborah Kurata.
260 $aBerkeley, CA :$bApress ;$aNew York :$bDistributed to the Book trade in the U.S. by Springer-Verlag,$c©2002.
300 $axx, 478 pages :$billustrations ;$c24 cm
336 $atext$btxt$2rdacontent
337 $aunmediated$bn$2rdamedia
338 $avolume$bnc$2rdacarrier
504 $aIncludes bibliographical references and index.
505 00 $tWhat the Web Is$g2 --$tHow the Web Works$g3 --$gChapter 2$tDesigning Web Applications$g9 --$tThe Purpose of Design$g10 --$tThe GUIDS Methodology$g11 --$tGoal-Centered Design$g12 --$tUser-Interface Design$g16 --$tImplementation-Centered Design$g23 --$tData Design$g24 --$tStrategies for Construction$g24 --$gChapter 3$tUsing HTML$g27 --$tHTML Basics$g28 --$tThe Anatomy of an HTML Document$g32 --$tXHTML$g35 --$tHow HTML Works$g38 --$tCreating a Static Web Page Using HTML$g38 --$tHTML Techniques$g42 --$tLinking to Other Web Pages$g45 --$tHTML Reference$g48 --$tHTML Character Entities$g55 --$tBrowser Compatibility$g56 --$gChapter 4$tUsing Style Sheets$g69 --$tCascading Style Sheet Basics$g70 --$tDefining Styles$g73 --$tUsing Inline Styles for Greater Control$g74 --$tUsing Embedded Styles for Standardization$g76 --$tDeclaring Style Classes for Flexibility$g80 --$tUsing Styles to Add Visual Effects$g84 --$tCreating an External Style Sheet for Reusability$g89 --$tCascading Style Sheets$g93 --$tCascading Style Sheet Reference$g95 --$gChapter 5$tBuilding Tables$g105 --$tHTML Table Basics$g105 --$tCreating a Simple HTML Table$g108 --$tGiving a Table Some Style$g112 --$tAdding Scroll Bars to Tables$g117 --$tUsing Tables for a Magazine-Style Layout$g121 --$tHTML Table Element and Attribute Reference$g126 --$gChapter 6$tBuilding Forms$g133 --$tHTML Form Basics$g134 --$tCreating a Simple HTML Form$g137 --$tImproving Forms with Tables and Styles$g140 --$tAdding a Selection Box to a Form$g145 --$tSubmitting HTML Form Data$g147 --$tPassing Data with Hidden Fields$g151 --$tForm Layout with Absolute Positioning$g153 --$tHTML Form Element and Attribute Reference$g159 --$gChapter 7$tUnderstanding Object Models$g171 --$tObject Model Basics$g172 --$tBrowser Object Model$g175 --$tDocument Object Model$g179 --$tA Word on DHTML$g196 --$gChapter 8$tUsing JavaScript$g199 --$tJavaScript Basics$g200 --$tHow JavaScript Works$g206 --$tDefining Scripts$g208 --$tUsing Inline Scripts to React to Events$g208 --$tUsing Embedded Scripts to Add Text to Your Page$g212 --$tUsing Functions to Hide and Show Elements$g216 --$tPerforming Image Rollovers$g222 --$tReusing JavaScript Files$g227 --$tJavaScript Reference$g228 --$gChapter 9$tValidating Form Data$g247 --$tValidation Basics$g248 --$tWriting Validation Functions$g249 --$tPerforming Field-Level Validation$g252 --$tPerforming Form-Level Validation$g258 --$tNotifying the User When an Element Is Invalid$g268 --$tAdding Additional Validation Types$g277 --$tRegular Expression Reference$g281 --$gChapter 10$tSaving Data with Cookies$g289 --$tCookie Basics$g290 --$tStoring Data in Cookies$g294 --$tRetrieving Data from Cookies$g297 --$tCookies and State Management$g302 --$tCookies and Security$g303 --$tAlternatives to Cookies$g304 --$gChapter 11$tIntroduction to XML$g309 --$tBenefits of XML$g314 --$tThe Anatomy of an XML Document$g315 --$tA Well-Formed XML Document$g318 --$tParsing XML$g319 --$tCreating an XML File$g320 --$tViewing an XML File with a Browser$g323 --$tNamespaces$g326 --$tThe Many Uses of XML$g328 --$gChapter 12$tUsing XSL$g335 --$tThe Anatomy of an XSLT Stylesheet$g341 --$tCreating an XSLT Stylesheet$g345 --$tAssociating an XSLT Stylesheet$g348 --$tIterating through XML Nodes$g350 --$tUnderstanding the Transformation$g354 --$tSetting Selection Criteria Using XPath$g356 --$tWorking with XSLT Templates$g362 --$tUsing XSLT Structures$g369 --$tXSLT Element and Attribute Reference$g372 --$gChapter 13$tDefining Schemas and DTDs$g383 --$tSchema Basics$g384 --$tSchema VS. DTD$g385 --$tThe Anatomy of a Schema$g385 --$tCreating a Schema$g388 --$tAssociating a Schema$g391 --$gChapter 14$tReading XML with JavaScript$g397 --$tReading an XML Document with JavaScript$g398 --$tNavigating Through an XML Document with JavaScript$g402 --$tBuilding a Table Using XML$g406 --$gChapter 15$tWeb Application Architectures$g415 --$tClient-Side Architecture$g416 --$tServer-Side Architecture$g423 --$tServer-Side with Client-Side Architecture$g438 --$tThree-Tiered Architecture$g440.
520 $aWritten for professional software developers, this book maps out the client-side issues that every Web application programmer needs to know.
650 0 $aWeb site development.
650 0 $aClient/server computing.
650 0 $aApplication software$xDevelopment.
650 7 $aApplication software$xDevelopment.$2fast$0(OCoLC)fst00811707
650 7 $aClient/server computing.$2fast$0(OCoLC)fst00864205
650 7 $aWeb site development.$2fast$0(OCoLC)fst01173243
650 07 $aClient-Server-Konzept.$2swd
650 07 $aJavaScript.$2swd
650 07 $aHypertext.$2swd
650 07 $aWeb-Seite.$2swd
650 07 $aDynamische Web-Seite.$2swd
776 08 $iOnline version:$aKurata, Deborah.$tDoing Web development.$dBerkeley, CA : Apress ; New York : Distributed to the Book trade in the U.S. by Springer-Verlag, ©2002$w(OCoLC)606462135
776 08 $iOnline version:$aKurata, Deborah.$tDoing Web development.$dBerkeley, CA : Apress ; New York : Distributed to the Book trade in the U.S. by Springer-Verlag, ©2002$w(OCoLC)606625901
880 $6500-00/$1$a其他题名:Client-Side Techniques.
938 $aBaker & Taylor$bBKTY$c39.95$d29.96$i1893115879$n0003726142$sactive
938 $aYBP Library Services$bYANK$n1791874
029 1 $aAU@$b000023408239
029 1 $aDEBBG$bBV035677895
029 1 $aHEBIS$b10214608X
029 1 $aNZ1$b6650110
029 1 $aYDXCP$b1791874
994 $aZ0$bP4A
948 $hNO HOLDINGS IN P4A - 115 OTHER HOLDINGS